2024-04-14T21:19:40.019 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-14T21:19:40.020 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123 --verbose --name teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi --description rados/cephadm/osds/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-ops/rm-zap-add} -- /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123/orig.config.yaml 2024-04-14T21:19:40.047 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-14T21:19:40.120 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123 branch: squid description: rados/cephadm/osds/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-ops/rm-zap-add} email: ceph-qa@ceph.com first_in_suite: false job_id: '7656123' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 owner: scheduled_teuthology@teuthology priority: 101 repo: https://git.ceph.com/ceph.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5975 sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 sleep_before_teardown: 0 subset: 25083/100000 suite: rados suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 targets: smithi012.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHLfQkyr+AtG3f4DXIVjiOWmFOWKYrORomtPma5/v7BDr7szHXZx+qbVR/3yjvGTrcDo/jIP3DY1yKNCbO3zX/4= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOYQcFb32a5BnO68zlTc+gk4o3LITZ/rkljFwOD0PhaeGHP8P/ON9iuNfeyutAnHjpRtCTq1JZ1JWxNw8ktNO6k= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' - cephadm.shell: host.a: - 'set -e set -x ceph orch ps ceph orch device ls DEVID=$(ceph device ls | grep osd.1 | awk ''{print $1}'') HOST=$(ceph orch device ls | grep $DEVID | awk ''{print $1}'') DEV=$(ceph orch device ls | grep $DEVID | awk ''{print $2}'') echo "host $HOST, dev $DEV, devid $DEVID" ceph orch osd rm 1 while ceph orch osd rm status | grep ^1 ; do sleep 5 ; done ceph orch device zap $HOST $DEV --force ceph orch daemon add osd $HOST:$DEV while ! ceph osd dump | grep osd.1 | grep up ; do sleep 5 ; done ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 6c637841c215537a4502385240412f1966e0faab timestamp: 2024-04-14_21:00:09 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-14T21:19:40.121 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa; will attempt to use it 2024-04-14T21:19:40.121 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks 2024-04-14T21:19:40.122 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-14T21:19:40.123 INFO:teuthology.task.internal:Checking packages... 2024-04-14T21:19:40.147 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-14T21:19:40.147 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-14T21:19:40.147 INFO:teuthology.packaging:ref: None 2024-04-14T21:19:40.147 INFO:teuthology.packaging:tag: None 2024-04-14T21:19:40.147 INFO:teuthology.packaging:branch: squid 2024-04-14T21:19:40.147 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-14T21:19:40.147 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-14T21:19:40.334 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114.ga9a752df 2024-04-14T21:19:40.336 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-14T21:19:40.342 INFO:teuthology.task.internal:no buildpackages task found 2024-04-14T21:19:40.342 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-14T21:19:40.346 INFO:teuthology.task.internal:Saving configuration 2024-04-14T21:19:40.359 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-14T21:19:40.363 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-14T21:19:40.391 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-14 21:14:59.487278', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHLfQkyr+AtG3f4DXIVjiOWmFOWKYrORomtPma5/v7BDr7szHXZx+qbVR/3yjvGTrcDo/jIP3DY1yKNCbO3zX/4='} 2024-04-14T21:19:40.409 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-14 21:14:59.485812', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOYQcFb32a5BnO68zlTc+gk4o3LITZ/rkljFwOD0PhaeGHP8P/ON9iuNfeyutAnHjpRtCTq1JZ1JWxNw8ktNO6k='} 2024-04-14T21:19:40.409 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-14T21:19:40.414 INFO:teuthology.task.internal:roles: ubuntu@smithi012.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-14T21:19:40.415 INFO:teuthology.task.internal:roles: ubuntu@smithi170.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-14T21:19:40.415 INFO:teuthology.run_tasks:Running task console_log... 2024-04-14T21:19:40.484 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc49b754160>, signals=[15]) 2024-04-14T21:19:40.485 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-14T21:19:40.491 INFO:teuthology.task.internal:Opening connections... 2024-04-14T21:19:40.491 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi012.front.sepia.ceph.com 2024-04-14T21:19:40.493 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T21:19:40.606 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2024-04-14T21:19:40.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T21:19:40.694 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-14T21:19:40.702 DEBUG:teuthology.orchestra.run.smithi012:> uname -m 2024-04-14T21:19:40.721 INFO:teuthology.orchestra.run.smithi012.stdout:x86_64 2024-04-14T21:19:40.721 DEBUG:teuthology.orchestra.run.smithi012:> cat /etc/os-release 2024-04-14T21:19:40.778 INFO:teuthology.orchestra.run.smithi012.stdout:NAME="CentOS Stream" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION="9" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:ID="centos" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:ID_LIKE="rhel fedora" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_ID="9" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:PLATFORM_ID="platform:el9" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:ANSI_COLOR="0;31" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:LOGO="fedora-logo-icon" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:HOME_URL="https://centos.org/" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-14T21:19:40.779 INFO:teuthology.orchestra.run.smithi012.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-14T21:19:40.780 INFO:teuthology.orchestra.run.smithi012.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-14T21:19:40.780 INFO:teuthology.lock.ops:Updating smithi012.front.sepia.ceph.com on lock server 2024-04-14T21:19:40.800 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2024-04-14T21:19:40.817 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2024-04-14T21:19:40.817 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2024-04-14T21:19:40.873 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="CentOS Stream" 2024-04-14T21:19:40.873 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="9" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:ID="centos" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE="rhel fedora" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="9" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:PLATFORM_ID="platform:el9" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:ANSI_COLOR="0;31" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:LOGO="fedora-logo-icon" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://centos.org/" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-14T21:19:40.874 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-14T21:19:40.874 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2024-04-14T21:19:40.891 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-14T21:19:40.899 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-14T21:19:40.908 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-14T21:19:40.908 DEBUG:teuthology.orchestra.run.smithi012:> test '!' -e /home/ubuntu/cephtest 2024-04-14T21:19:40.911 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2024-04-14T21:19:40.930 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-14T21:19:40.937 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-14T21:19:40.937 DEBUG:teuthology.orchestra.run.smithi012:> test -z $(ls -A /var/lib/ceph) 2024-04-14T21:19:40.968 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2024-04-14T21:19:40.997 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-14T21:19:41.052 INFO:teuthology.run_tasks:Running task kernel... 2024-04-14T21:19:41.068 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-14T21:19:41.068 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-14T21:19:41.068 DEBUG:teuthology.orchestra.run.smithi012:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-14T21:19:41.068 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-14T21:19:41.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:19:41.084 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-04-14T21:19:41.085 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:19:41.085 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-04-14T21:19:41.141 INFO:teuthology.orchestra.run.smithi170.stdout:5.14.0-361.el9.x86_64 2024-04-14T21:19:41.141 INFO:teuthology.task.kernel:Running kernel on smithi170: 5.14.0-361.el9.x86_64 2024-04-14T21:19:41.141 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum install -y kernel 2024-04-14T21:19:41.143 INFO:teuthology.orchestra.run.smithi012.stdout:5.14.0-361.el9.x86_64 2024-04-14T21:19:41.143 INFO:teuthology.task.kernel:Running kernel on smithi012: 5.14.0-361.el9.x86_64 2024-04-14T21:19:41.143 DEBUG:teuthology.orchestra.run.smithi012:> sudo yum install -y kernel 2024-04-14T21:19:43.199 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS-9 - AppStream 17 MB/s | 8.1 MB 00:00 2024-04-14T21:19:43.261 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS-9 - AppStream 16 MB/s | 8.1 MB 00:00 2024-04-14T21:19:44.875 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS-9 - BaseOS 6.9 MB/s | 2.5 MB 00:00 2024-04-14T21:19:44.994 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS-9 - BaseOS 7.6 MB/s | 2.5 MB 00:00 2024-04-14T21:19:46.241 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - BaseOS 8.8 MB/s | 8.0 MB 00:00 2024-04-14T21:19:47.201 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.0 MB 00:01 2024-04-14T21:19:48.377 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-04-14T21:19:49.485 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 9 - AppStream 17 MB/s | 19 MB 00:01 2024-04-14T21:19:52.376 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-14T21:19:53.852 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.2 MB 00:00 2024-04-14T21:19:54.052 INFO:teuthology.orchestra.run.smithi170.stdout:CentOS Stream 9 - Extras packages 31 kB/s | 16 kB 00:00 2024-04-14T21:19:55.430 INFO:teuthology.orchestra.run.smithi170.stdout:Extra Packages for Enterprise Linux 17 MB/s | 21 MB 00:01 2024-04-14T21:19:55.512 INFO:teuthology.orchestra.run.smithi012.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 16 kB 00:00 2024-04-14T21:19:57.548 INFO:teuthology.orchestra.run.smithi012.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-14T21:20:00.578 INFO:teuthology.orchestra.run.smithi170.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-14T21:20:02.790 INFO:teuthology.orchestra.run.smithi012.stdout:lab-extras 49 kB/s | 1.7 kB 00:00 2024-04-14T21:20:02.825 INFO:teuthology.orchestra.run.smithi170.stderr:Modular dependency problems: 2024-04-14T21:20:02.825 INFO:teuthology.orchestra.run.smithi170.stderr: 2024-04-14T21:20:02.825 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 1: conflicting requests 2024-04-14T21:20:02.826 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.826 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 2: conflicting requests 2024-04-14T21:20:02.826 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.826 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 3: conflicting requests 2024-04-14T21:20:02.826 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.826 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 4: conflicting requests 2024-04-14T21:20:02.826 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.826 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 5: conflicting requests 2024-04-14T21:20:02.826 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.826 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 6: conflicting requests 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 7: conflicting requests 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 8: conflicting requests 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 9: conflicting requests 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 10: conflicting requests 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 11: conflicting requests 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.827 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 12: conflicting requests 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 13: conflicting requests 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 14: conflicting requests 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 15: conflicting requests 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 16: conflicting requests 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 17: conflicting requests 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.828 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 18: conflicting requests 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 19: conflicting requests 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 20: conflicting requests 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 21: conflicting requests 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 22: conflicting requests 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 23: conflicting requests 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 24: conflicting requests 2024-04-14T21:20:02.829 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 25: conflicting requests 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 26: conflicting requests 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 27: conflicting requests 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 28: conflicting requests 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 29: conflicting requests 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 30: conflicting requests 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.830 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 31: conflicting requests 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 32: conflicting requests 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 33: conflicting requests 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 34: conflicting requests 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 35: conflicting requests 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 36: conflicting requests 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 37: conflicting requests 2024-04-14T21:20:02.831 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 39: conflicting requests 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.832 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.833 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T21:20:02.834 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.835 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.835 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.835 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.835 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T21:20:02.835 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.835 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.835 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T21:20:02.835 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T21:20:03.252 INFO:teuthology.orchestra.run.smithi170.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-14T21:20:03.252 INFO:teuthology.orchestra.run.smithi170.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-14T21:20:03.367 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-04-14T21:20:03.374 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-04-14T21:20:03.374 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout:Install 4 Packages 2024-04-14T21:20:03.375 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:20:03.376 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 77 M 2024-04-14T21:20:03.376 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 123 M 2024-04-14T21:20:03.376 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-04-14T21:20:04.088 INFO:teuthology.orchestra.run.smithi170.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 370 kB/s | 214 kB 00:00 2024-04-14T21:20:05.139 INFO:teuthology.orchestra.run.smithi012.stderr:Modular dependency problems: 2024-04-14T21:20:05.139 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-04-14T21:20:05.139 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 1: conflicting requests 2024-04-14T21:20:05.139 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 2: conflicting requests 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 3: conflicting requests 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 4: conflicting requests 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 5: conflicting requests 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 6: conflicting requests 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 7: conflicting requests 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.140 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 8: conflicting requests 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 9: conflicting requests 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 10: conflicting requests 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 11: conflicting requests 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 12: conflicting requests 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 13: conflicting requests 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 14: conflicting requests 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.141 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 15: conflicting requests 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 16: conflicting requests 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 17: conflicting requests 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 18: conflicting requests 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 19: conflicting requests 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 20: conflicting requests 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.142 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 21: conflicting requests 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 22: conflicting requests 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 23: conflicting requests 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 24: conflicting requests 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 25: conflicting requests 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 26: conflicting requests 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 27: conflicting requests 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.143 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 28: conflicting requests 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 29: conflicting requests 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 30: conflicting requests 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 31: conflicting requests 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 32: conflicting requests 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 33: conflicting requests 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 34: conflicting requests 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.144 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 35: conflicting requests 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 36: conflicting requests 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 37: conflicting requests 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.145 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 39: conflicting requests 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.146 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.147 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.148 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.148 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.148 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T21:20:05.148 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.148 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.148 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.148 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T21:20:05.543 INFO:teuthology.orchestra.run.smithi012.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-14T21:20:05.544 INFO:teuthology.orchestra.run.smithi012.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-14T21:20:05.642 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2024-04-14T21:20:05.651 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-04-14T21:20:05.651 INFO:teuthology.orchestra.run.smithi012.stdout: Package Architecture Version Repository Size 2024-04-14T21:20:05.651 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout:Installing: 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout:Installing dependencies: 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction Summary 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout:Install 4 Packages 2024-04-14T21:20:05.652 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:20:05.653 INFO:teuthology.orchestra.run.smithi012.stdout:Total download size: 77 M 2024-04-14T21:20:05.653 INFO:teuthology.orchestra.run.smithi012.stdout:Installed size: 123 M 2024-04-14T21:20:05.653 INFO:teuthology.orchestra.run.smithi012.stdout:Downloading Packages: 2024-04-14T21:20:06.838 INFO:teuthology.orchestra.run.smithi012.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 235 kB/s | 214 kB 00:00 2024-04-14T21:20:15.687 INFO:teuthology.orchestra.run.smithi170.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 1.2 MB/s | 15 MB 00:12 2024-04-14T21:20:25.110 INFO:teuthology.orchestra.run.smithi012.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 806 kB/s | 15 MB 00:19 2024-04-14T21:20:25.452 INFO:teuthology.orchestra.run.smithi170.stdout:(3/4): kernel-modules-core-5.14.0-435.el9.x86_6 1.3 MB/s | 28 MB 00:21 2024-04-14T21:20:34.668 INFO:teuthology.orchestra.run.smithi170.stdout:(4/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 1.1 MB/s | 34 MB 00:31 2024-04-14T21:20:34.668 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-04-14T21:20:34.668 INFO:teuthology.orchestra.run.smithi170.stdout:Total 2.4 MB/s | 77 MB 00:31 2024-04-14T21:20:35.334 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-04-14T21:20:35.688 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-04-14T21:20:35.688 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-04-14T21:20:36.725 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-04-14T21:20:36.725 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-04-14T21:20:39.169 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-04-14T21:20:39.752 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-14T21:20:39.835 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T21:20:42.589 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T21:20:42.715 INFO:teuthology.orchestra.run.smithi012.stdout:(3/4): kernel-modules-core-5.14.0-435.el9.x86_6 789 kB/s | 28 MB 00:35 2024-04-14T21:20:42.731 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T21:20:47.487 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T21:20:47.599 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:20:49.180 INFO:teuthology.orchestra.run.smithi012.stdout:(4/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 796 kB/s | 34 MB 00:43 2024-04-14T21:20:49.181 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2024-04-14T21:20:49.181 INFO:teuthology.orchestra.run.smithi012.stdout:Total 1.8 MB/s | 77 MB 00:43 2024-04-14T21:20:49.878 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction check 2024-04-14T21:20:50.302 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction check succeeded. 2024-04-14T21:20:50.302 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction test 2024-04-14T21:20:51.339 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction test succeeded. 2024-04-14T21:20:51.340 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction 2024-04-14T21:20:52.398 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:20:53.953 INFO:teuthology.orchestra.run.smithi012.stdout: Preparing : 1/1 2024-04-14T21:20:54.582 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-14T21:20:54.681 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T21:20:57.598 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T21:20:57.734 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T21:21:02.834 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T21:21:02.877 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:21:08.001 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:21:21.860 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:21:21.860 INFO:teuthology.orchestra.run.smithi170.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-14T21:21:21.860 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:21:21.906 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:21:22.324 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:21:22.325 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-14T21:21:22.325 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T21:21:22.325 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T21:21:22.783 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:21:22.783 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:21:22.783 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-04-14T21:21:22.784 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-14T21:21:22.784 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-14T21:21:22.784 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-14T21:21:22.784 INFO:teuthology.orchestra.run.smithi170.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-14T21:21:22.784 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:21:22.784 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-04-14T21:21:23.125 DEBUG:teuthology.orchestra.run.smithi170:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T21:21:23.222 INFO:teuthology.orchestra.run.smithi170.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T21:21:23.222 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T21:21:23.223 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-14T21:21:23.223 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-14T21:21:23.223 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-14T21:21:23.223 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-14T21:21:23.223 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi170.front.sepia.ceph.com, path=None, version=distro) 2024-04-14T21:21:23.223 DEBUG:teuthology.orchestra.run.smithi170:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T21:21:23.304 INFO:teuthology.orchestra.run.smithi170.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T21:21:23.304 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T21:21:23.305 DEBUG:teuthology.orchestra.run.smithi170:> sudo rpm -qi grub2-tools 2024-04-14T21:21:23.343 INFO:teuthology.orchestra.run.smithi170.stdout:Name : grub2-tools 2024-04-14T21:21:23.343 INFO:teuthology.orchestra.run.smithi170.stdout:Epoch : 1 2024-04-14T21:21:23.343 INFO:teuthology.orchestra.run.smithi170.stdout:Version : 2.06 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Release : 68.el9 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: x86_64 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Group : Unspecified 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Size : 8264254 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:License : GPLv3+ 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Packager : builder@centos.org 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Vendor : CentOS 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Summary : Support tools for GRUB. 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout:Description : 2024-04-14T21:21:23.344 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:21:23.345 INFO:teuthology.orchestra.run.smithi170.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-14T21:21:23.345 INFO:teuthology.orchestra.run.smithi170.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-14T21:21:23.345 INFO:teuthology.orchestra.run.smithi170.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-14T21:21:23.345 INFO:teuthology.orchestra.run.smithi170.stdout:hardware devices. 2024-04-14T21:21:23.345 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:21:23.345 INFO:teuthology.orchestra.run.smithi170.stdout:This subpackage provides tools for support of all platforms. 2024-04-14T21:21:23.346 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-14T21:21:23.346 INFO:teuthology.task.kernel:Updating grub on smithi170 to boot 5.14.0-435.el9.x86_64 2024-04-14T21:21:23.346 DEBUG:teuthology.orchestra.run.smithi170:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-14T21:21:23.982 INFO:teuthology.orchestra.run.smithi170.stderr:Generating grub configuration file ... 2024-04-14T21:21:25.247 INFO:teuthology.orchestra.run.smithi170.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-14T21:21:25.284 INFO:teuthology.orchestra.run.smithi170.stderr:done 2024-04-14T21:21:25.287 DEBUG:teuthology.orchestra.run.smithi170:> mktemp 2024-04-14T21:21:25.302 INFO:teuthology.orchestra.run.smithi170.stdout:/tmp/tmp.7Syomwf1zu 2024-04-14T21:21:25.302 DEBUG:teuthology.orchestra.run.smithi170:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.7Syomwf1zu 2024-04-14T21:21:25.370 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0666 /tmp/tmp.7Syomwf1zu 2024-04-14T21:21:25.514 DEBUG:teuthology.orchestra.remote:smithi170:/tmp/tmp.7Syomwf1zu is 6KB 2024-04-14T21:21:25.565 DEBUG:teuthology.orchestra.run.smithi170:> rm -fr /tmp/tmp.7Syomwf1zu 2024-04-14T21:21:25.579 DEBUG:teuthology.orchestra.run.smithi170:> sudo /bin/ls /boot/loader/entries || true 2024-04-14T21:21:25.646 INFO:teuthology.orchestra.run.smithi170.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-14T21:21:25.646 INFO:teuthology.orchestra.run.smithi170.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-14T21:21:25.646 INFO:teuthology.orchestra.run.smithi170.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-14T21:21:25.647 INFO:teuthology.orchestra.run.smithi170.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-14T21:21:25.648 DEBUG:teuthology.orchestra.run.smithi170:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-14T21:21:25.796 DEBUG:teuthology.orchestra.run.smithi170:> sudo shutdown -r now 2024-04-14T21:21:38.690 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:21:38.690 INFO:teuthology.orchestra.run.smithi012.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-14T21:21:38.690 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:21:38.737 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:21:39.075 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:21:39.076 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-14T21:21:39.076 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-14T21:21:39.076 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-14T21:21:39.491 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-14T21:21:39.491 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:21:39.492 INFO:teuthology.orchestra.run.smithi012.stdout:Installed: 2024-04-14T21:21:39.492 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-14T21:21:39.492 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-14T21:21:39.492 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-14T21:21:39.492 INFO:teuthology.orchestra.run.smithi012.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-14T21:21:39.492 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:21:39.492 INFO:teuthology.orchestra.run.smithi012.stdout:Complete! 2024-04-14T21:21:39.875 DEBUG:teuthology.orchestra.run.smithi012:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T21:21:39.983 INFO:teuthology.orchestra.run.smithi012.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T21:21:39.983 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T21:21:39.983 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 5.14.0-435.el9.x86_64 2024-04-14T21:21:39.984 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-14T21:21:39.984 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-14T21:21:39.984 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-14T21:21:39.984 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi012.front.sepia.ceph.com, path=None, version=distro) 2024-04-14T21:21:39.984 DEBUG:teuthology.orchestra.run.smithi012:> rpm -q kernel | sort -rV | head -n 1 2024-04-14T21:21:40.068 INFO:teuthology.orchestra.run.smithi012.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-14T21:21:40.068 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-14T21:21:40.068 DEBUG:teuthology.orchestra.run.smithi012:> sudo rpm -qi grub2-tools 2024-04-14T21:21:40.106 INFO:teuthology.orchestra.run.smithi012.stdout:Name : grub2-tools 2024-04-14T21:21:40.106 INFO:teuthology.orchestra.run.smithi012.stdout:Epoch : 1 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Version : 2.06 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Release : 68.el9 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Architecture: x86_64 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Group : Unspecified 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Size : 8264254 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:License : GPLv3+ 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Packager : builder@centos.org 2024-04-14T21:21:40.107 INFO:teuthology.orchestra.run.smithi012.stdout:Vendor : CentOS 2024-04-14T21:21:40.108 INFO:teuthology.orchestra.run.smithi012.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-14T21:21:40.108 INFO:teuthology.orchestra.run.smithi012.stdout:Summary : Support tools for GRUB. 2024-04-14T21:21:40.108 INFO:teuthology.orchestra.run.smithi012.stdout:Description : 2024-04-14T21:21:40.108 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:21:40.108 INFO:teuthology.orchestra.run.smithi012.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-14T21:21:40.108 INFO:teuthology.orchestra.run.smithi012.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-14T21:21:40.108 INFO:teuthology.orchestra.run.smithi012.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-14T21:21:40.108 INFO:teuthology.orchestra.run.smithi012.stdout:hardware devices. 2024-04-14T21:21:40.108 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:21:40.108 INFO:teuthology.orchestra.run.smithi012.stdout:This subpackage provides tools for support of all platforms. 2024-04-14T21:21:40.109 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-14T21:21:40.109 INFO:teuthology.task.kernel:Updating grub on smithi012 to boot 5.14.0-435.el9.x86_64 2024-04-14T21:21:40.109 DEBUG:teuthology.orchestra.run.smithi012:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-14T21:21:40.706 INFO:teuthology.orchestra.run.smithi012.stderr:Generating grub configuration file ... 2024-04-14T21:21:42.103 INFO:teuthology.orchestra.run.smithi012.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-14T21:21:42.131 INFO:teuthology.orchestra.run.smithi012.stderr:done 2024-04-14T21:21:42.133 DEBUG:teuthology.orchestra.run.smithi012:> mktemp 2024-04-14T21:21:42.148 INFO:teuthology.orchestra.run.smithi012.stdout:/tmp/tmp.OdJYjCCZIM 2024-04-14T21:21:42.148 DEBUG:teuthology.orchestra.run.smithi012:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OdJYjCCZIM 2024-04-14T21:21:42.231 DEBUG:teuthology.orchestra.run.smithi012:> sudo chmod 0666 /tmp/tmp.OdJYjCCZIM 2024-04-14T21:21:42.407 DEBUG:teuthology.orchestra.remote:smithi012:/tmp/tmp.OdJYjCCZIM is 6KB 2024-04-14T21:21:42.440 DEBUG:teuthology.orchestra.run.smithi012:> rm -fr /tmp/tmp.OdJYjCCZIM 2024-04-14T21:21:42.459 DEBUG:teuthology.orchestra.run.smithi012:> sudo /bin/ls /boot/loader/entries || true 2024-04-14T21:21:42.533 INFO:teuthology.orchestra.run.smithi012.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-14T21:21:42.534 INFO:teuthology.orchestra.run.smithi012.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-14T21:21:42.534 INFO:teuthology.orchestra.run.smithi012.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-14T21:21:42.534 INFO:teuthology.orchestra.run.smithi012.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-14T21:21:42.540 DEBUG:teuthology.orchestra.run.smithi012:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-14T21:21:42.703 DEBUG:teuthology.orchestra.run.smithi012:> sudo shutdown -r now 2024-04-14T21:21:42.818 ERROR:paramiko.transport:Socket exception: Connection reset by peer (104) 2024-04-14T21:21:55.810 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-14T21:21:55.811 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-14T21:21:55.812 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T21:22:12.724 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-14T21:22:12.724 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-04-14T21:22:12.725 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T21:22:14.174 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.170 2024-04-14T21:22:23.182 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-14T21:22:23.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T21:22:31.074 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2024-04-14T21:22:40.084 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-04-14T21:22:40.084 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T21:22:58.463 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.12 2024-04-14T21:23:10.474 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-04-14T21:23:10.475 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T21:23:11.781 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-04-14T21:23:12.238 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-04-14T21:23:12.238 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-435.el9.x86_64"... 2024-04-14T21:23:12.238 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2024-04-14T21:23:12.254 INFO:teuthology.orchestra.run.smithi012.stdout:5.14.0-435.el9.x86_64 2024-04-14T21:23:12.255 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-14T21:23:12.255 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-14T21:23:12.255 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-14T21:23:13.255 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-14T21:23:13.256 DEBUG:teuthology.orchestra.run.smithi012:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-14T21:23:13.342 INFO:teuthology.orchestra.run.smithi012.stdout:ttyS1 2024-04-14T21:23:13.401 DEBUG:teuthology.parallel:result is None 2024-04-14T21:23:23.185 DEBUG:teuthology.orchestra.remote:timed out 2024-04-14T21:23:35.187 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-14T21:23:35.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T21:23:35.604 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-04-14T21:23:35.977 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-14T21:23:35.977 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-435.el9.x86_64"... 2024-04-14T21:23:35.977 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2024-04-14T21:23:35.993 INFO:teuthology.orchestra.run.smithi170.stdout:5.14.0-435.el9.x86_64 2024-04-14T21:23:35.993 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-435.el9.x86_64 vs 5.14.0-435.el9.x86_64 2024-04-14T21:23:35.993 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-14T21:23:35.993 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-14T21:23:36.994 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-14T21:23:36.995 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-14T21:23:37.087 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2024-04-14T21:23:37.117 DEBUG:teuthology.parallel:result is None 2024-04-14T21:23:37.118 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-14T21:23:37.125 INFO:teuthology.task.internal:Creating test directory... 2024-04-14T21:23:37.125 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-14T21:23:37.129 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-14T21:23:37.147 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-14T21:23:37.155 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-14T21:23:37.251 INFO:teuthology.task.internal:Creating archive directory... 2024-04-14T21:23:37.251 DEBUG:teuthology.orchestra.run.smithi012:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-14T21:23:37.253 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-14T21:23:37.288 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-14T21:23:37.296 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-14T21:23:37.297 DEBUG:teuthology.orchestra.run.smithi012:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-14T21:23:37.319 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-14T21:23:37.350 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T21:23:37.358 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T21:23:37.364 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T21:23:37.372 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-14T21:23:37.373 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-14T21:23:37.381 INFO:teuthology.task.internal:Configuring sudo... 2024-04-14T21:23:37.382 DEBUG:teuthology.orchestra.run.smithi012:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-14T21:23:37.408 DEBUG:teuthology.orchestra.run.smithi170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-14T21:23:37.443 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-14T21:23:37.454 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-14T21:23:37.454 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-14T21:23:37.479 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-14T21:23:37.499 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T21:23:37.578 DEBUG:teuthology.orchestra.run.smithi012:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T21:23:37.625 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T21:23:37.707 DEBUG:teuthology.orchestra.run.smithi012:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T21:23:37.752 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-04-14T21:23:37.752 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-14T21:23:37.821 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T21:23:37.866 DEBUG:teuthology.orchestra.run.smithi170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-14T21:23:37.924 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T21:23:38.008 DEBUG:teuthology.orchestra.run.smithi170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-14T21:23:38.054 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-14T21:23:38.054 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-14T21:23:38.123 DEBUG:teuthology.orchestra.run.smithi012:> sudo service rsyslog restart 2024-04-14T21:23:38.125 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2024-04-14T21:23:38.180 INFO:teuthology.orchestra.run.smithi012.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T21:23:38.208 INFO:teuthology.orchestra.run.smithi170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T21:23:38.600 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-14T21:23:38.608 INFO:teuthology.task.internal:Starting timer... 2024-04-14T21:23:38.608 INFO:teuthology.run_tasks:Running task pcp... 2024-04-14T21:23:38.625 INFO:teuthology.run_tasks:Running task selinux... 2024-04-14T21:23:38.634 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-14T21:23:38.635 DEBUG:teuthology.orchestra.run.smithi012:> sudo service auditd rotate 2024-04-14T21:23:38.687 INFO:teuthology.orchestra.run.smithi012.stdout:Rotating logs: 2024-04-14T21:23:38.689 DEBUG:teuthology.orchestra.run.smithi170:> sudo service auditd rotate 2024-04-14T21:23:38.746 INFO:teuthology.orchestra.run.smithi170.stdout:Rotating logs: 2024-04-14T21:23:38.748 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-14T21:23:38.748 DEBUG:teuthology.orchestra.run.smithi012:> /usr/sbin/getenforce 2024-04-14T21:23:38.776 INFO:teuthology.orchestra.run.smithi012.stdout:Permissive 2024-04-14T21:23:38.776 DEBUG:teuthology.orchestra.run.smithi170:> /usr/sbin/getenforce 2024-04-14T21:23:38.797 INFO:teuthology.orchestra.run.smithi170.stdout:Permissive 2024-04-14T21:23:38.797 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi012.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi170.front.sepia.ceph.com': 'permissive'} 2024-04-14T21:23:38.798 DEBUG:teuthology.orchestra.run.smithi012:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-14T21:23:38.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:23:38.846 DEBUG:teuthology.orchestra.run.smithi170:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-14T21:23:38.875 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:23:38.876 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-14T21:23:38.876 DEBUG:teuthology.orchestra.run.smithi012:> sudo /usr/sbin/setenforce permissive 2024-04-14T21:23:38.919 DEBUG:teuthology.orchestra.run.smithi170:> sudo /usr/sbin/setenforce permissive 2024-04-14T21:23:38.974 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-14T21:23:38.985 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-14T21:23:38.991 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-14T21:23:39.125 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-14T21:23:39.142 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-14T21:23:39.144 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi012.front.sepia.ceph.com,smithi170.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-14T21:28:01.242 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi012.front.sepia.ceph.com'), Remote(name='ubuntu@smithi170.front.sepia.ceph.com')] 2024-04-14T21:28:01.258 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-04-14T21:28:01.259 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T21:28:01.355 DEBUG:teuthology.orchestra.run.smithi012:> true 2024-04-14T21:28:01.442 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2024-04-14T21:28:01.443 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-14T21:28:01.443 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-14T21:28:01.536 DEBUG:teuthology.orchestra.run.smithi170:> true 2024-04-14T21:28:01.611 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2024-04-14T21:28:01.611 INFO:teuthology.run_tasks:Running task clock... 2024-04-14T21:28:01.622 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-14T21:28:01.623 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-14T21:28:01.623 DEBUG:teuthology.orchestra.run.smithi012:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T21:28:01.626 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-14T21:28:01.626 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T21:28:01.657 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-14T21:28:01.675 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-14T21:28:01.682 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-14T21:28:01.699 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-14T21:28:01.705 INFO:teuthology.orchestra.run.smithi012.stderr:sudo: ntpd: command not found 2024-04-14T21:28:01.719 INFO:teuthology.orchestra.run.smithi012.stdout:506 Cannot talk to daemon 2024-04-14T21:28:01.729 INFO:teuthology.orchestra.run.smithi170.stderr:sudo: ntpd: command not found 2024-04-14T21:28:01.736 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-14T21:28:01.743 INFO:teuthology.orchestra.run.smithi170.stdout:506 Cannot talk to daemon 2024-04-14T21:28:01.752 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-14T21:28:01.759 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-14T21:28:01.775 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-14T21:28:01.806 INFO:teuthology.orchestra.run.smithi012.stderr:bash: line 1: ntpq: command not found 2024-04-14T21:28:01.810 INFO:teuthology.orchestra.run.smithi012.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T21:28:01.810 INFO:teuthology.orchestra.run.smithi012.stdout:=============================================================================== 2024-04-14T21:28:01.810 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T21:28:01.810 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T21:28:01.810 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T21:28:01.810 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T21:28:01.826 INFO:teuthology.orchestra.run.smithi170.stderr:bash: line 1: ntpq: command not found 2024-04-14T21:28:01.829 INFO:teuthology.orchestra.run.smithi170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T21:28:01.830 INFO:teuthology.orchestra.run.smithi170.stdout:=============================================================================== 2024-04-14T21:28:01.830 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T21:28:01.830 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T21:28:01.830 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T21:28:01.830 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T21:28:01.831 INFO:teuthology.run_tasks:Running task pexec... 2024-04-14T21:28:01.841 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-14T21:28:01.841 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi012.front.sepia.ceph.com 2024-04-14T21:28:01.841 DEBUG:teuthology.orchestra.run.smithi012:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-14T21:28:01.842 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi170.front.sepia.ceph.com 2024-04-14T21:28:01.842 DEBUG:teuthology.orchestra.run.smithi170:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-14T21:28:02.480 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:00:51 ago on Sun 14 Apr 2024 09:27:11 PM UTC. 2024-04-14T21:28:02.491 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:00:54 ago on Sun 14 Apr 2024 09:27:08 PM UTC. 2024-04-14T21:28:02.778 INFO:teuthology.orchestra.run.smithi170.stderr:Modular dependency problems: 2024-04-14T21:28:02.778 INFO:teuthology.orchestra.run.smithi170.stderr: 2024-04-14T21:28:02.778 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 1: conflicting requests 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 2: conflicting requests 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 3: conflicting requests 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 4: conflicting requests 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 5: conflicting requests 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 6: conflicting requests 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 7: conflicting requests 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 8: conflicting requests 2024-04-14T21:28:02.779 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 9: conflicting requests 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 10: conflicting requests 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 11: conflicting requests 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 12: conflicting requests 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 13: conflicting requests 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 14: conflicting requests 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 15: conflicting requests 2024-04-14T21:28:02.780 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 16: conflicting requests 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 17: conflicting requests 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 18: conflicting requests 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 19: conflicting requests 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 20: conflicting requests 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 21: conflicting requests 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 22: conflicting requests 2024-04-14T21:28:02.781 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 23: conflicting requests 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 24: conflicting requests 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 25: conflicting requests 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 26: conflicting requests 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 27: conflicting requests 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 28: conflicting requests 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 29: conflicting requests 2024-04-14T21:28:02.782 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 30: conflicting requests 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 31: conflicting requests 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 32: conflicting requests 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 33: conflicting requests 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 34: conflicting requests 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 35: conflicting requests 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 36: conflicting requests 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.783 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 37: conflicting requests 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 39: conflicting requests 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.784 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.785 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.786 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.787 INFO:teuthology.orchestra.run.smithi170.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.792 INFO:teuthology.orchestra.run.smithi012.stderr:Modular dependency problems: 2024-04-14T21:28:02.792 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-04-14T21:28:02.792 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 1: conflicting requests 2024-04-14T21:28:02.792 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.792 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 2: conflicting requests 2024-04-14T21:28:02.792 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.792 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 3: conflicting requests 2024-04-14T21:28:02.792 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.792 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 4: conflicting requests 2024-04-14T21:28:02.792 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 5: conflicting requests 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 6: conflicting requests 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 7: conflicting requests 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 8: conflicting requests 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 9: conflicting requests 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 10: conflicting requests 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 11: conflicting requests 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.793 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 12: conflicting requests 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 13: conflicting requests 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 14: conflicting requests 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 15: conflicting requests 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 16: conflicting requests 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 17: conflicting requests 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 18: conflicting requests 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.794 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 19: conflicting requests 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 20: conflicting requests 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 21: conflicting requests 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 22: conflicting requests 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 23: conflicting requests 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 24: conflicting requests 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 25: conflicting requests 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 26: conflicting requests 2024-04-14T21:28:02.795 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 27: conflicting requests 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 28: conflicting requests 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 29: conflicting requests 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 30: conflicting requests 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 31: conflicting requests 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 32: conflicting requests 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 33: conflicting requests 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 34: conflicting requests 2024-04-14T21:28:02.796 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 35: conflicting requests 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 36: conflicting requests 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 37: conflicting requests 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 38: cannot install the best candidate for the job 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 39: conflicting requests 2024-04-14T21:28:02.797 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 40: cannot install the best candidate for the job 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 41: cannot install the best candidate for the job 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.798 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 42: cannot install the best candidate for the job 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 43: cannot install the best candidate for the job 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 44: cannot install the best candidate for the job 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.799 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.800 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.800 INFO:teuthology.orchestra.run.smithi012.stderr: Problem 45: cannot install the best candidate for the job 2024-04-14T21:28:02.800 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.800 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.800 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.800 INFO:teuthology.orchestra.run.smithi012.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-14T21:28:02.845 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2024-04-14T21:28:02.846 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-04-14T21:28:02.846 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2024-04-14T21:28:02.846 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-04-14T21:28:02.846 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2024-04-14T21:28:02.846 INFO:teuthology.orchestra.run.smithi170.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-14T21:28:02.846 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:28:02.847 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2024-04-14T21:28:02.847 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2024-04-14T21:28:02.847 INFO:teuthology.orchestra.run.smithi170.stdout:Install 1 Package 2024-04-14T21:28:02.847 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:28:02.847 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 3.1 M 2024-04-14T21:28:02.847 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 9.8 M 2024-04-14T21:28:02.847 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2024-04-14T21:28:02.863 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2024-04-14T21:28:02.864 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-04-14T21:28:02.865 INFO:teuthology.orchestra.run.smithi012.stdout: Package Architecture Version Repository Size 2024-04-14T21:28:02.865 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-04-14T21:28:02.865 INFO:teuthology.orchestra.run.smithi012.stdout:Installing: 2024-04-14T21:28:02.865 INFO:teuthology.orchestra.run.smithi012.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-14T21:28:02.865 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:28:02.865 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction Summary 2024-04-14T21:28:02.865 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2024-04-14T21:28:02.865 INFO:teuthology.orchestra.run.smithi012.stdout:Install 1 Package 2024-04-14T21:28:02.865 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:28:02.866 INFO:teuthology.orchestra.run.smithi012.stdout:Total download size: 3.1 M 2024-04-14T21:28:02.866 INFO:teuthology.orchestra.run.smithi012.stdout:Installed size: 9.8 M 2024-04-14T21:28:02.866 INFO:teuthology.orchestra.run.smithi012.stdout:Downloading Packages: 2024-04-14T21:28:03.406 INFO:teuthology.orchestra.run.smithi170.stdout:runc-1.1.12-2.el9.x86_64.rpm 6.4 MB/s | 3.1 MB 00:00 2024-04-14T21:28:03.406 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2024-04-14T21:28:03.406 INFO:teuthology.orchestra.run.smithi170.stdout:Total 5.6 MB/s | 3.1 MB 00:00 2024-04-14T21:28:03.443 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2024-04-14T21:28:03.449 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2024-04-14T21:28:03.449 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2024-04-14T21:28:03.529 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2024-04-14T21:28:03.529 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2024-04-14T21:28:03.744 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2024-04-14T21:28:03.833 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T21:28:03.839 INFO:teuthology.orchestra.run.smithi012.stdout:runc-1.1.12-2.el9.x86_64.rpm 3.7 MB/s | 3.1 MB 00:00 2024-04-14T21:28:03.839 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2024-04-14T21:28:03.839 INFO:teuthology.orchestra.run.smithi012.stdout:Total 3.2 MB/s | 3.1 MB 00:00 2024-04-14T21:28:03.877 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction check 2024-04-14T21:28:03.883 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction check succeeded. 2024-04-14T21:28:03.883 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction test 2024-04-14T21:28:03.966 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction test succeeded. 2024-04-14T21:28:03.966 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction 2024-04-14T21:28:04.177 INFO:teuthology.orchestra.run.smithi012.stdout: Preparing : 1/1 2024-04-14T21:28:04.277 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T21:28:04.417 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T21:28:04.745 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T21:28:04.745 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:28:04.745 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2024-04-14T21:28:04.745 INFO:teuthology.orchestra.run.smithi170.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-14T21:28:04.746 INFO:teuthology.orchestra.run.smithi170.stdout: 2024-04-14T21:28:04.746 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2024-04-14T21:28:04.899 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T21:28:05.022 DEBUG:teuthology.parallel:result is None 2024-04-14T21:28:05.186 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-14T21:28:05.186 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:28:05.186 INFO:teuthology.orchestra.run.smithi012.stdout:Installed: 2024-04-14T21:28:05.186 INFO:teuthology.orchestra.run.smithi012.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-14T21:28:05.186 INFO:teuthology.orchestra.run.smithi012.stdout: 2024-04-14T21:28:05.186 INFO:teuthology.orchestra.run.smithi012.stdout:Complete! 2024-04-14T21:28:05.470 DEBUG:teuthology.parallel:result is None 2024-04-14T21:28:05.470 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-14T21:28:05.486 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-14T21:28:05.487 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-04-14T21:28:05.487 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/scratch_devs of=/dev/stdout 2024-04-14T21:28:05.501 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-14T21:28:05.502 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_1 2024-04-14T21:28:05.556 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-14T21:28:05.556 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T21:28:05.556 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-14T21:28:05.556 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T21:28:05.556 INFO:teuthology.orchestra.run.smithi012.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T21:28:05.556 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-04-14 21:28:00.220142884 +0000 2024-04-14T21:28:05.556 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-04-14 21:27:38.071331877 +0000 2024-04-14T21:28:05.556 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-04-14 21:27:38.071331877 +0000 2024-04-14T21:28:05.556 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: 2024-04-14 21:27:38.071331877 +0000 2024-04-14T21:28:05.557 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-14T21:28:05.622 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-04-14T21:28:05.622 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-04-14T21:28:05.622 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000260432 s, 2.0 MB/s 2024-04-14T21:28:05.623 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-14T21:28:05.679 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_2 2024-04-14T21:28:05.734 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-14T21:28:05.734 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T21:28:05.734 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-04-14T21:28:05.734 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T21:28:05.734 INFO:teuthology.orchestra.run.smithi012.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T21:28:05.734 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-04-14 21:28:00.220142884 +0000 2024-04-14T21:28:05.735 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-04-14 21:27:38.408329002 +0000 2024-04-14T21:28:05.735 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-04-14 21:27:38.408329002 +0000 2024-04-14T21:28:05.735 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: 2024-04-14 21:27:38.408329002 +0000 2024-04-14T21:28:05.735 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-14T21:28:05.799 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-04-14T21:28:05.800 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-04-14T21:28:05.800 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000191895 s, 2.7 MB/s 2024-04-14T21:28:05.801 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-14T21:28:05.855 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_3 2024-04-14T21:28:05.910 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-14T21:28:05.910 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T21:28:05.910 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-04-14T21:28:05.910 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T21:28:05.910 INFO:teuthology.orchestra.run.smithi012.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T21:28:05.910 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-04-14 21:28:00.220142884 +0000 2024-04-14T21:28:05.910 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-04-14 21:27:38.753326058 +0000 2024-04-14T21:28:05.910 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-04-14 21:27:38.753326058 +0000 2024-04-14T21:28:05.911 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: 2024-04-14 21:27:38.753326058 +0000 2024-04-14T21:28:05.911 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-14T21:28:05.982 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-04-14T21:28:05.982 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-04-14T21:28:05.982 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000202089 s, 2.5 MB/s 2024-04-14T21:28:05.983 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-14T21:28:06.040 DEBUG:teuthology.orchestra.run.smithi012:> stat /dev/vg_nvme/lv_4 2024-04-14T21:28:06.094 INFO:teuthology.orchestra.run.smithi012.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-14T21:28:06.095 INFO:teuthology.orchestra.run.smithi012.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T21:28:06.095 INFO:teuthology.orchestra.run.smithi012.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-04-14T21:28:06.095 INFO:teuthology.orchestra.run.smithi012.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T21:28:06.095 INFO:teuthology.orchestra.run.smithi012.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T21:28:06.095 INFO:teuthology.orchestra.run.smithi012.stdout:Access: 2024-04-14 21:28:00.220142884 +0000 2024-04-14T21:28:06.095 INFO:teuthology.orchestra.run.smithi012.stdout:Modify: 2024-04-14 21:27:39.103323072 +0000 2024-04-14T21:28:06.095 INFO:teuthology.orchestra.run.smithi012.stdout:Change: 2024-04-14 21:27:39.103323072 +0000 2024-04-14T21:28:06.095 INFO:teuthology.orchestra.run.smithi012.stdout: Birth: 2024-04-14 21:27:39.103323072 +0000 2024-04-14T21:28:06.095 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-14T21:28:06.160 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records in 2024-04-14T21:28:06.161 INFO:teuthology.orchestra.run.smithi012.stderr:1+0 records out 2024-04-14T21:28:06.161 INFO:teuthology.orchestra.run.smithi012.stderr:512 bytes copied, 0.000252062 s, 2.0 MB/s 2024-04-14T21:28:06.162 DEBUG:teuthology.orchestra.run.smithi012:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-14T21:28:06.217 DEBUG:teuthology.orchestra.run.smithi012:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-14T21:28:06.358 INFO:teuthology.orchestra.run.smithi012.stdout:loop 2024-04-14T21:28:06.360 INFO:tasks.nvme_loop:Connecting nvme_loop smithi012:/dev/vg_nvme/lv_1... 2024-04-14T21:28:06.360 DEBUG:teuthology.orchestra.run.smithi012:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-14T21:28:06.397 INFO:teuthology.orchestra.run.smithi012.stdout:1 2024-04-14T21:28:06.448 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/vg_nvme/lv_11 2024-04-14T21:28:06.479 INFO:tasks.nvme_loop:Connecting nvme_loop smithi012:/dev/vg_nvme/lv_2... 2024-04-14T21:28:06.479 DEBUG:teuthology.orchestra.run.smithi012:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-14T21:28:06.559 INFO:teuthology.orchestra.run.smithi012.stdout:1 2024-04-14T21:28:06.597 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/vg_nvme/lv_21 2024-04-14T21:28:06.627 INFO:tasks.nvme_loop:Connecting nvme_loop smithi012:/dev/vg_nvme/lv_3... 2024-04-14T21:28:06.627 DEBUG:teuthology.orchestra.run.smithi012:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-14T21:28:06.706 INFO:teuthology.orchestra.run.smithi012.stdout:1 2024-04-14T21:28:06.745 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/vg_nvme/lv_31 2024-04-14T21:28:06.783 INFO:tasks.nvme_loop:Connecting nvme_loop smithi012:/dev/vg_nvme/lv_4... 2024-04-14T21:28:06.783 DEBUG:teuthology.orchestra.run.smithi012:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-14T21:28:06.862 INFO:teuthology.orchestra.run.smithi012.stdout:1 2024-04-14T21:28:06.901 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/vg_nvme/lv_41 2024-04-14T21:28:06.931 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-04-14T21:28:06.931 DEBUG:teuthology.orchestra.run.smithi012:> dd if=/scratch_devs of=/dev/stdout 2024-04-14T21:28:06.985 DEBUG:teuthology.orchestra.run.smithi012:> sudo nvme list 2024-04-14T21:28:07.051 INFO:teuthology.orchestra.run.smithi012.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-14T21:28:07.051 INFO:teuthology.orchestra.run.smithi012.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-14T21:28:07.051 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/nvme0n1 CVFT5331005J400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-14T21:28:07.051 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/nvme1n1 08f23354644fb1e7f66c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-14T21:28:07.051 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/nvme2n1 b4e68e73f3609794349d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-14T21:28:07.051 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/nvme3n1 8a748851de5d354859c1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-14T21:28:07.052 INFO:teuthology.orchestra.run.smithi012.stdout:/dev/nvme4n1 7fc4191655d8d5b090ee Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-14T21:28:07.053 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-14T21:28:07.053 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-04-14T21:28:07.053 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/scratch_devs 2024-04-14T21:28:07.120 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-14T21:28:07.120 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2024-04-14T21:28:07.139 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-14T21:28:07.139 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_1 2024-04-14T21:28:07.197 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-14T21:28:07.197 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T21:28:07.197 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 667 Links: 1 2024-04-14T21:28:07.197 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T21:28:07.197 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T21:28:07.197 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-04-14 21:28:00.240755954 +0000 2024-04-14T21:28:07.198 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-04-14 21:27:36.215342495 +0000 2024-04-14T21:28:07.198 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-04-14 21:27:36.215342495 +0000 2024-04-14T21:28:07.198 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: 2024-04-14 21:27:36.215342495 +0000 2024-04-14T21:28:07.198 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-14T21:28:07.267 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-04-14T21:28:07.267 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-04-14T21:28:07.268 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000121305 s, 4.2 MB/s 2024-04-14T21:28:07.268 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-14T21:28:07.327 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_2 2024-04-14T21:28:07.384 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-14T21:28:07.384 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T21:28:07.384 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 686 Links: 1 2024-04-14T21:28:07.384 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T21:28:07.384 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T21:28:07.384 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-04-14 21:28:00.240755954 +0000 2024-04-14T21:28:07.384 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-04-14 21:27:36.545334439 +0000 2024-04-14T21:28:07.384 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-04-14 21:27:36.545334439 +0000 2024-04-14T21:28:07.384 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: 2024-04-14 21:27:36.545334439 +0000 2024-04-14T21:28:07.385 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-14T21:28:07.452 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-04-14T21:28:07.452 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-04-14T21:28:07.452 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 8.9297e-05 s, 5.7 MB/s 2024-04-14T21:28:07.453 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-14T21:28:07.510 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_3 2024-04-14T21:28:07.566 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-14T21:28:07.567 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T21:28:07.567 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 705 Links: 1 2024-04-14T21:28:07.567 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T21:28:07.567 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T21:28:07.567 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-04-14 21:28:00.240755954 +0000 2024-04-14T21:28:07.567 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-04-14 21:27:36.886326114 +0000 2024-04-14T21:28:07.567 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-04-14 21:27:36.886326114 +0000 2024-04-14T21:28:07.567 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: 2024-04-14 21:27:36.886326114 +0000 2024-04-14T21:28:07.567 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-14T21:28:07.634 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-04-14T21:28:07.634 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-04-14T21:28:07.634 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000104576 s, 4.9 MB/s 2024-04-14T21:28:07.635 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-14T21:28:07.692 DEBUG:teuthology.orchestra.run.smithi170:> stat /dev/vg_nvme/lv_4 2024-04-14T21:28:07.749 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-14T21:28:07.749 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-14T21:28:07.749 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 724 Links: 1 2024-04-14T21:28:07.749 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-14T21:28:07.749 INFO:teuthology.orchestra.run.smithi170.stdout:Context: system_u:object_r:device_t:s0 2024-04-14T21:28:07.749 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2024-04-14 21:28:00.240755954 +0000 2024-04-14T21:28:07.749 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2024-04-14 21:27:37.218318009 +0000 2024-04-14T21:28:07.749 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2024-04-14 21:27:37.218318009 +0000 2024-04-14T21:28:07.749 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: 2024-04-14 21:27:37.218318009 +0000 2024-04-14T21:28:07.750 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-14T21:28:07.816 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2024-04-14T21:28:07.816 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2024-04-14T21:28:07.816 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 8.7025e-05 s, 5.9 MB/s 2024-04-14T21:28:07.818 DEBUG:teuthology.orchestra.run.smithi170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-14T21:28:07.874 DEBUG:teuthology.orchestra.run.smithi170:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-14T21:28:08.023 INFO:teuthology.orchestra.run.smithi170.stdout:loop 2024-04-14T21:28:08.024 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_1... 2024-04-14T21:28:08.024 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-14T21:28:08.062 INFO:teuthology.orchestra.run.smithi170.stdout:1 2024-04-14T21:28:08.099 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_11 2024-04-14T21:28:08.128 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_2... 2024-04-14T21:28:08.129 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-14T21:28:08.210 INFO:teuthology.orchestra.run.smithi170.stdout:1 2024-04-14T21:28:08.249 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_21 2024-04-14T21:28:08.278 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_3... 2024-04-14T21:28:08.279 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-14T21:28:08.356 INFO:teuthology.orchestra.run.smithi170.stdout:1 2024-04-14T21:28:08.395 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_31 2024-04-14T21:28:08.425 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_4... 2024-04-14T21:28:08.425 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-14T21:28:08.508 INFO:teuthology.orchestra.run.smithi170.stdout:1 2024-04-14T21:28:08.548 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_41 2024-04-14T21:28:08.578 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-14T21:28:08.578 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2024-04-14T21:28:08.639 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme list 2024-04-14T21:28:08.705 INFO:teuthology.orchestra.run.smithi170.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-14T21:28:08.706 INFO:teuthology.orchestra.run.smithi170.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-14T21:28:08.706 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme0n1 PHMB7476002R480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-04-14T21:28:08.706 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme1n1 89e6ae83eed4f8cb373d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-14T21:28:08.706 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme2n1 3e9fa2c9e541622208a2 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-14T21:28:08.706 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme3n1 f5a17742f1dd126efc70 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-14T21:28:08.706 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme4n1 8a118275878d53b6334d Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-14T21:28:08.707 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-14T21:28:08.707 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-14T21:28:08.707 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/scratch_devs 2024-04-14T21:28:08.774 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-14T21:28:08.876 INFO:tasks.cephadm:Config: {'roleless': True, 'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765'} 2024-04-14T21:28:08.876 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-14T21:28:08.877 INFO:tasks.cephadm:Cluster fsid is e3853ac6-faa5-11ee-bc8e-c7b262605968 2024-04-14T21:28:08.877 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-14T21:28:08.877 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-14T21:28:08.877 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi012': '172.21.15.12', 'mon.smithi170': '172.21.15.170'} 2024-04-14T21:28:08.877 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-14T21:28:08.878 DEBUG:teuthology.orchestra.run.smithi012:> sudo hostname $(hostname -s) 2024-04-14T21:28:08.914 DEBUG:teuthology.orchestra.run.smithi170:> sudo hostname $(hostname -s) 2024-04-14T21:28:08.941 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-14T21:28:08.941 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-14T21:28:09.092 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'a9a752df26c63acad72e1b3569fd79a515ca0765', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54895/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2114-ga9a752df', 'node_name': '172.21.5.39+adami09', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2114.ga9a752df'}, 'url': 'https://1.chacra.ceph.com/r/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-14 16:04:37.608971', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-04-14T21:28:09.321 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref squid, sha1 a9a752df26c63acad72e1b3569fd79a515ca0765 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-14T21:28:09.322 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-14T21:28:09.322 DEBUG:teuthology.orchestra.run.smithi012:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-14T21:28:11.882 INFO:teuthology.orchestra.run.smithi012.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 14 21:28 /home/ubuntu/cephtest/cephadm 2024-04-14T21:28:11.883 DEBUG:teuthology.orchestra.run.smithi170:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-14T21:28:12.709 INFO:teuthology.orchestra.run.smithi170.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 14 21:28 /home/ubuntu/cephtest/cephadm 2024-04-14T21:28:12.710 DEBUG:teuthology.orchestra.run.smithi012:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-14T21:28:12.728 DEBUG:teuthology.orchestra.run.smithi170:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-14T21:28:12.783 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-14T21:28:12.784 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-14T21:28:12.786 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-14T21:28:13.618 INFO:teuthology.orchestra.run.smithi012.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-14T21:28:13.619 INFO:teuthology.orchestra.run.smithi170.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-14T21:28:13.785 INFO:teuthology.orchestra.run.smithi170.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-14T21:28:13.785 INFO:teuthology.orchestra.run.smithi170.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-14T21:28:13.785 INFO:teuthology.orchestra.run.smithi170.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-14T21:28:13.785 INFO:teuthology.orchestra.run.smithi170.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-14T21:28:13.789 INFO:teuthology.orchestra.run.smithi012.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-14T21:28:13.789 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-14T21:28:13.789 INFO:teuthology.orchestra.run.smithi012.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-14T21:28:13.789 INFO:teuthology.orchestra.run.smithi012.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-14T21:28:13.811 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:13.811 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi012 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-14T21:28:13.813 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-14T21:28:13.814 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/lib/ceph/e3853ac6-faa5-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123/remote/smithi012/crash 2024-04-14T21:28:13.815 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/lib/ceph/e3853ac6-faa5-11ee-bc8e-c7b262605968/crash -- . 2024-04-14T21:28:13.854 INFO:teuthology.orchestra.run.smithi012.stderr:tar: /var/lib/ceph/e3853ac6-faa5-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-14T21:28:13.854 INFO:teuthology.orchestra.run.smithi012.stderr:tar: Error is not recoverable: exiting now 2024-04-14T21:28:13.856 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/lib/ceph/e3853ac6-faa5-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123/remote/smithi170/crash 2024-04-14T21:28:13.857 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/lib/ceph/e3853ac6-faa5-11ee-bc8e-c7b262605968/crash -- . 2024-04-14T21:28:13.897 INFO:teuthology.orchestra.run.smithi170.stderr:tar: /var/lib/ceph/e3853ac6-faa5-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-14T21:28:13.898 INFO:teuthology.orchestra.run.smithi170.stderr:tar: Error is not recoverable: exiting now 2024-04-14T21:28:13.899 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-14T21:28:13.899 DEBUG:teuthology.orchestra.run.smithi012:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e3853ac6-faa5-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-14T21:28:13.925 INFO:teuthology.orchestra.run.smithi012.stderr:grep: /var/log/ceph/e3853ac6-faa5-11ee-bc8e-c7b262605968/ceph.log: No such file or directory 2024-04-14T21:28:13.927 INFO:tasks.cephadm:Compressing logs... 2024-04-14T21:28:13.927 DEBUG:teuthology.orchestra.run.smithi012:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-14T21:28:13.969 DEBUG:teuthology.orchestra.run.smithi170:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-14T21:28:13.993 INFO:teuthology.orchestra.run.smithi012.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-14T21:28:13.993 INFO:teuthology.orchestra.run.smithi012.stderr:: No such file or directory 2024-04-14T21:28:13.993 INFO:teuthology.orchestra.run.smithi012.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-14T21:28:13.995 INFO:teuthology.orchestra.run.smithi012.stderr: 2024-04-14T21:28:13.995 INFO:teuthology.orchestra.run.smithi012.stderr:real 0m0.014s 2024-04-14T21:28:13.995 INFO:teuthology.orchestra.run.smithi012.stderr:user 0m0.011s 2024-04-14T21:28:13.995 INFO:teuthology.orchestra.run.smithi012.stderr:sys 0m0.015s 2024-04-14T21:28:13.996 INFO:teuthology.orchestra.run.smithi170.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-14T21:28:13.996 INFO:teuthology.orchestra.run.smithi170.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-14T21:28:13.996 INFO:teuthology.orchestra.run.smithi170.stderr:/var/log/ceph/cephadm.log: 73.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-14T21:28:13.998 INFO:teuthology.orchestra.run.smithi170.stderr: 2024-04-14T21:28:13.998 INFO:teuthology.orchestra.run.smithi170.stderr:real 0m0.014s 2024-04-14T21:28:13.998 INFO:teuthology.orchestra.run.smithi170.stderr:user 0m0.010s 2024-04-14T21:28:13.998 INFO:teuthology.orchestra.run.smithi170.stderr:sys 0m0.016s 2024-04-14T21:28:13.998 INFO:tasks.cephadm:Archiving logs... 2024-04-14T21:28:13.998 DEBUG:teuthology.misc:Transferring archived files from smithi012:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123/remote/smithi012/log 2024-04-14T21:28:13.999 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-14T21:28:14.062 DEBUG:teuthology.misc:Transferring archived files from smithi170:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123/remote/smithi170/log 2024-04-14T21:28:14.063 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-14T21:28:14.090 INFO:tasks.cephadm:Removing cluster... 2024-04-14T21:28:14.090 DEBUG:teuthology.orchestra.run.smithi012:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e3853ac6-faa5-11ee-bc8e-c7b262605968 --force 2024-04-14T21:28:14.282 INFO:teuthology.orchestra.run.smithi012.stdout:Deleting cluster with fsid: e3853ac6-faa5-11ee-bc8e-c7b262605968 2024-04-14T21:28:14.391 DEBUG:teuthology.orchestra.run.smithi170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e3853ac6-faa5-11ee-bc8e-c7b262605968 --force 2024-04-14T21:28:14.566 INFO:teuthology.orchestra.run.smithi170.stdout:Deleting cluster with fsid: e3853ac6-faa5-11ee-bc8e-c7b262605968 2024-04-14T21:28:14.677 INFO:tasks.cephadm:Removing cephadm ... 2024-04-14T21:28:14.677 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-14T21:28:14.693 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-14T21:28:14.708 INFO:tasks.cephadm:Teardown complete 2024-04-14T21:28:14.708 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1771, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi012 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-14T21:28:14.914 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=6c50a5a71c1f43e9bb44777c2343bcd5 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1771, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 1686, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks/cephadm.py", line 484, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_6c637841c215537a4502385240412f1966e0faab/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi012 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-14T21:28:14.917 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-14T21:28:14.932 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-14T21:28:14.956 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi012:/dev/vg_nvme/lv_1... 2024-04-14T21:28:14.956 DEBUG:teuthology.orchestra.run.smithi012:> sudo nvme disconnect -n lv_1 2024-04-14T21:28:15.103 INFO:teuthology.orchestra.run.smithi012.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-14T21:28:15.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:15.104 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi012:/dev/vg_nvme/lv_2... 2024-04-14T21:28:15.105 DEBUG:teuthology.orchestra.run.smithi012:> sudo nvme disconnect -n lv_2 2024-04-14T21:28:15.265 INFO:teuthology.orchestra.run.smithi012.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-14T21:28:15.267 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:15.267 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi012:/dev/vg_nvme/lv_3... 2024-04-14T21:28:15.267 DEBUG:teuthology.orchestra.run.smithi012:> sudo nvme disconnect -n lv_3 2024-04-14T21:28:15.406 INFO:teuthology.orchestra.run.smithi012.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-14T21:28:15.408 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:15.408 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi012:/dev/vg_nvme/lv_4... 2024-04-14T21:28:15.408 DEBUG:teuthology.orchestra.run.smithi012:> sudo nvme disconnect -n lv_4 2024-04-14T21:28:15.550 INFO:teuthology.orchestra.run.smithi012.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-14T21:28:15.552 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:15.552 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2024-04-14T21:28:15.552 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/scratch_devs 2024-04-14T21:28:15.583 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi170:/dev/vg_nvme/lv_1... 2024-04-14T21:28:15.583 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme disconnect -n lv_1 2024-04-14T21:28:15.729 INFO:teuthology.orchestra.run.smithi170.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-14T21:28:15.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:15.731 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi170:/dev/vg_nvme/lv_2... 2024-04-14T21:28:15.731 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme disconnect -n lv_2 2024-04-14T21:28:15.886 INFO:teuthology.orchestra.run.smithi170.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-14T21:28:15.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:15.888 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi170:/dev/vg_nvme/lv_3... 2024-04-14T21:28:15.889 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme disconnect -n lv_3 2024-04-14T21:28:16.026 INFO:teuthology.orchestra.run.smithi170.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-14T21:28:16.027 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:16.028 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi170:/dev/vg_nvme/lv_4... 2024-04-14T21:28:16.028 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme disconnect -n lv_4 2024-04-14T21:28:16.154 INFO:teuthology.orchestra.run.smithi170.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-14T21:28:16.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:16.156 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2024-04-14T21:28:16.156 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/scratch_devs 2024-04-14T21:28:16.188 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-14T21:28:16.198 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-14T21:28:16.198 DEBUG:teuthology.orchestra.run.smithi012:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T21:28:16.201 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-14T21:28:16.215 INFO:teuthology.orchestra.run.smithi012.stderr:bash: line 1: ntpq: command not found 2024-04-14T21:28:16.220 INFO:teuthology.orchestra.run.smithi012.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T21:28:16.220 INFO:teuthology.orchestra.run.smithi012.stdout:=============================================================================== 2024-04-14T21:28:16.220 INFO:teuthology.orchestra.run.smithi012.stdout:^* hv01.front.sepia.ceph.com 3 6 17 8 +584us[ +591us] +/- 62ms 2024-04-14T21:28:16.220 INFO:teuthology.orchestra.run.smithi012.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 8 -851us[ -844us] +/- 80ms 2024-04-14T21:28:16.220 INFO:teuthology.orchestra.run.smithi012.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 8 +62us[ +69us] +/- 64ms 2024-04-14T21:28:16.221 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T21:28:16.244 INFO:teuthology.orchestra.run.smithi170.stderr:bash: line 1: ntpq: command not found 2024-04-14T21:28:16.248 INFO:teuthology.orchestra.run.smithi170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-14T21:28:16.248 INFO:teuthology.orchestra.run.smithi170.stdout:=============================================================================== 2024-04-14T21:28:16.248 INFO:teuthology.orchestra.run.smithi170.stdout:^* hv01.front.sepia.ceph.com 3 6 17 8 +589us[ +590us] +/- 62ms 2024-04-14T21:28:16.248 INFO:teuthology.orchestra.run.smithi170.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 8 -856us[ -854us] +/- 80ms 2024-04-14T21:28:16.248 INFO:teuthology.orchestra.run.smithi170.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 8 +75us[ +75us] +/- 64ms 2024-04-14T21:28:16.248 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-14T21:28:16.249 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-14T21:28:16.258 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-14T21:28:16.259 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-14T21:28:16.270 DEBUG:teuthology.orchestra.run.smithi012:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-14T21:28:16.338 DEBUG:teuthology.orchestra.run.smithi170:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-14T21:28:16.402 DEBUG:teuthology.orchestra.run.smithi012:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-14T21:28:16.434 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:16.435 DEBUG:teuthology.orchestra.run.smithi170:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-14T21:28:16.464 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:16.465 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-14T21:28:16.477 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-14T21:28:16.494 INFO:teuthology.task.internal:Duration was 277.885865 seconds 2024-04-14T21:28:16.495 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-14T21:28:16.512 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-14T21:28:16.512 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-14T21:28:16.515 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-14T21:28:16.558 INFO:teuthology.orchestra.run.smithi012.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T21:28:16.559 INFO:teuthology.orchestra.run.smithi170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-14T21:28:16.861 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-14T21:28:16.861 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi012.front.sepia.ceph.com 2024-04-14T21:28:16.861 DEBUG:teuthology.orchestra.run.smithi012:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-14T21:28:16.886 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi170.front.sepia.ceph.com 2024-04-14T21:28:16.886 DEBUG:teuthology.orchestra.run.smithi170:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-14T21:28:16.912 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-14T21:28:16.912 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-14T21:28:16.929 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-14T21:28:16.981 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-14T21:28:16.981 DEBUG:teuthology.orchestra.run.smithi012:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-14T21:28:17.000 DEBUG:teuthology.orchestra.run.smithi170:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-14T21:28:17.110 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-14T21:28:17.122 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-14T21:28:17.122 DEBUG:teuthology.orchestra.run.smithi012:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-14T21:28:17.149 DEBUG:teuthology.orchestra.run.smithi170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-14T21:28:17.176 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-14T21:28:17.188 DEBUG:teuthology.orchestra.run.smithi012:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-14T21:28:17.191 DEBUG:teuthology.orchestra.run.smithi170:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-14T21:28:17.213 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = core 2024-04-14T21:28:17.242 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = core 2024-04-14T21:28:17.263 DEBUG:teuthology.orchestra.run.smithi012:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-14T21:28:17.292 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:17.292 DEBUG:teuthology.orchestra.run.smithi170:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-14T21:28:17.317 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-14T21:28:17.317 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-14T21:28:17.327 INFO:teuthology.task.internal:Transferring archived files... 2024-04-14T21:28:17.328 DEBUG:teuthology.misc:Transferring archived files from smithi012:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123/remote/smithi012 2024-04-14T21:28:17.328 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-14T21:28:17.368 DEBUG:teuthology.misc:Transferring archived files from smithi170:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123/remote/smithi170 2024-04-14T21:28:17.369 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-14T21:28:17.402 INFO:teuthology.task.internal:Removing archive directory... 2024-04-14T21:28:17.403 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-14T21:28:17.405 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-14T21:28:17.452 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-14T21:28:17.466 INFO:teuthology.task.internal:Not uploading archives. 2024-04-14T21:28:17.466 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-14T21:28:17.480 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-14T21:28:17.480 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-14T21:28:17.482 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-14T21:28:17.493 INFO:teuthology.orchestra.run.smithi012.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 14 21:28 /home/ubuntu/cephtest 2024-04-14T21:28:17.506 INFO:teuthology.orchestra.run.smithi170.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 14 21:28 /home/ubuntu/cephtest 2024-04-14T21:28:17.507 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-14T21:28:17.520 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-14T21:28:17.549 INFO:teuthology.nuke:Checking targets against current locks 2024-04-14T21:28:17.580 DEBUG:teuthology.nuke:shortname: smithi012 2024-04-14T21:28:17.580 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-14T21:28:17.601 DEBUG:teuthology.nuke:shortname: smithi170 2024-04-14T21:28:17.601 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-14T21:28:17.605 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-14 21:14:59.487278', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHLfQkyr+AtG3f4DXIVjiOWmFOWKYrORomtPma5/v7BDr7szHXZx+qbVR/3yjvGTrcDo/jIP3DY1yKNCbO3zX/4='} 2024-04-14T21:28:17.621 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656123', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-14 21:14:59.485812', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOYQcFb32a5BnO68zlTc+gk4o3LITZ/rkljFwOD0PhaeGHP8P/ON9iuNfeyutAnHjpRtCTq1JZ1JWxNw8ktNO6k='} 2024-04-14T21:28:17.648 INFO:teuthology.orchestra.console.smithi012:Power off 2024-04-14T21:28:17.648 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-14T21:28:17.672 DEBUG:teuthology.orchestra.console.smithi012:power off output: Chassis Power Control: Down/Off 2024-04-14T21:28:17.672 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T21:28:17.687 INFO:teuthology.orchestra.console.smithi170:Power off 2024-04-14T21:28:17.687 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-14T21:28:17.699 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-04-14T21:28:17.712 DEBUG:teuthology.orchestra.console.smithi170:power off output: Chassis Power Control: Down/Off 2024-04-14T21:28:17.712 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T21:28:17.736 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-04-14T21:28:21.700 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T21:28:21.736 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T21:28:21.813 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-04-14T21:28:21.847 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2024-04-14T21:28:25.814 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T21:28:25.848 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T21:28:25.924 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2024-04-14T21:28:25.958 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is off 2024-04-14T21:28:26.059 INFO:teuthology.orchestra.console.smithi170:Power off completed 2024-04-14T21:28:29.927 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-14T21:28:30.037 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is off 2024-04-14T21:28:30.138 INFO:teuthology.orchestra.console.smithi012:Power off completed 2024-04-14T21:28:30.243 INFO:teuthology.run:Summary data: description: rados/cephadm/osds/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-ops/rm-zap-add} duration: 277.8858654499054 failure_reason: 'Command failed on smithi012 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull''' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=6c50a5a71c1f43e9bb44777c2343bcd5 status: fail success: false 2024-04-14T21:28:30.243 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-14T21:28:30.331 INFO:teuthology.run:FAIL