2024-04-15T00:41:28.719 INFO:root:teuthology version: 0.0.1.dev267+g6c63784 2024-04-15T00:41:28.719 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185 --verbose --description rados/cephadm/osds/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-ops/rmdir-reactivate} --owner scheduled_teuthology@teuthology --name teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi -- /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185/orig.config.yaml 2024-04-15T00:41:28.745 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T00:41:28.825 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185 branch: squid description: rados/cephadm/osds/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-ops/rmdir-reactivate} email: ceph-qa@ceph.com first_in_suite: false job_id: '7656185' 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: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNwNwL0nWU1FiKMwCaZgzBY7YJB4g1DMkOM/WHYhLJBvwuv+PPpO+t2qQ42zxbM+ARLuSlgaln/7K923FxrP9gM= smithi130.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFbCMePMJmK0KtyXPHTEtM19oljEb0omnk/289kABBU+6GQVCXcXEYQbyRiBccJ1BA7kHIkP+ejxQDK9PLsOcxo= 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 HOST=$(hostname -s) OSD=$(ceph orch ps $HOST | grep osd | head -n 1 | awk ''{print $1}'') echo "host $HOST, osd $OSD" ceph orch daemon stop $OSD while ceph orch ps | grep $OSD | grep running ; do sleep 5 ; done ceph auth export $OSD > k ceph orch daemon rm $OSD --force ceph orch ps --refresh while ceph orch ps | grep $OSD ; do sleep 5 ; done ceph auth add $OSD -i k ceph cephadm osd activate $HOST while ! ceph orch ps | grep $OSD | grep running ; do sleep 5 ; done ' - cephadm.healthy: null 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-15T00:41:28.825 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa; will attempt to use it 2024-04-15T00:41:28.825 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_a9a752df26c63acad72e1b3569fd79a515ca0765/qa/tasks 2024-04-15T00:41:28.825 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-15T00:41:28.827 INFO:teuthology.task.internal:Checking packages... 2024-04-15T00:41:28.849 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a9a752df26c63acad72e1b3569fd79a515ca0765' 2024-04-15T00:41:28.849 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-15T00:41:28.849 INFO:teuthology.packaging:ref: None 2024-04-15T00:41:28.850 INFO:teuthology.packaging:tag: None 2024-04-15T00:41:28.850 INFO:teuthology.packaging:branch: squid 2024-04-15T00:41:28.850 INFO:teuthology.packaging:sha1: a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:41:28.850 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-15T00:41:29.150 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2114.ga9a752df 2024-04-15T00:41:29.151 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-15T00:41:29.160 INFO:teuthology.task.internal:no buildpackages task found 2024-04-15T00:41:29.160 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-15T00:41:29.234 INFO:teuthology.task.internal:Saving configuration 2024-04-15T00:41:29.245 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-15T00:41:29.255 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T00:41:29.280 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 00:36:35.079186', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNwNwL0nWU1FiKMwCaZgzBY7YJB4g1DMkOM/WHYhLJBvwuv+PPpO+t2qQ42zxbM+ARLuSlgaln/7K923FxrP9gM='} 2024-04-15T00:41:29.303 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 00:36:35.077585', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFbCMePMJmK0KtyXPHTEtM19oljEb0omnk/289kABBU+6GQVCXcXEYQbyRiBccJ1BA7kHIkP+ejxQDK9PLsOcxo='} 2024-04-15T00:41:29.303 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-15T00:41:29.311 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-04-15T00:41:29.311 INFO:teuthology.task.internal:roles: ubuntu@smithi130.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-04-15T00:41:29.312 INFO:teuthology.run_tasks:Running task console_log... 2024-04-15T00:41:29.385 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2568b5d160>, signals=[15]) 2024-04-15T00:41:29.385 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-15T00:41:29.392 INFO:teuthology.task.internal:Opening connections... 2024-04-15T00:41:29.392 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2024-04-15T00:41:29.394 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:41:29.499 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi130.front.sepia.ceph.com 2024-04-15T00:41:29.500 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:41:29.589 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-15T00:41:29.598 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2024-04-15T00:41:29.616 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2024-04-15T00:41:29.616 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="CentOS Stream" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="9" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:ID="centos" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="rhel fedora" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="9" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el9" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:LOGO="fedora-logo-icon" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://centos.org/" 2024-04-15T00:41:29.674 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T00:41:29.675 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T00:41:29.675 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T00:41:29.675 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2024-04-15T00:41:29.696 DEBUG:teuthology.orchestra.run.smithi130:> uname -m 2024-04-15T00:41:29.713 INFO:teuthology.orchestra.run.smithi130.stdout:x86_64 2024-04-15T00:41:29.713 DEBUG:teuthology.orchestra.run.smithi130:> cat /etc/os-release 2024-04-15T00:41:29.770 INFO:teuthology.orchestra.run.smithi130.stdout:NAME="CentOS Stream" 2024-04-15T00:41:29.770 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION="9" 2024-04-15T00:41:29.770 INFO:teuthology.orchestra.run.smithi130.stdout:ID="centos" 2024-04-15T00:41:29.770 INFO:teuthology.orchestra.run.smithi130.stdout:ID_LIKE="rhel fedora" 2024-04-15T00:41:29.770 INFO:teuthology.orchestra.run.smithi130.stdout:VERSION_ID="9" 2024-04-15T00:41:29.771 INFO:teuthology.orchestra.run.smithi130.stdout:PLATFORM_ID="platform:el9" 2024-04-15T00:41:29.771 INFO:teuthology.orchestra.run.smithi130.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-15T00:41:29.771 INFO:teuthology.orchestra.run.smithi130.stdout:ANSI_COLOR="0;31" 2024-04-15T00:41:29.771 INFO:teuthology.orchestra.run.smithi130.stdout:LOGO="fedora-logo-icon" 2024-04-15T00:41:29.771 INFO:teuthology.orchestra.run.smithi130.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-15T00:41:29.771 INFO:teuthology.orchestra.run.smithi130.stdout:HOME_URL="https://centos.org/" 2024-04-15T00:41:29.771 INFO:teuthology.orchestra.run.smithi130.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-15T00:41:29.771 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-15T00:41:29.771 INFO:teuthology.orchestra.run.smithi130.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-15T00:41:29.771 INFO:teuthology.lock.ops:Updating smithi130.front.sepia.ceph.com on lock server 2024-04-15T00:41:29.788 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-15T00:41:29.798 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-15T00:41:29.807 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-15T00:41:29.807 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2024-04-15T00:41:29.810 DEBUG:teuthology.orchestra.run.smithi130:> test '!' -e /home/ubuntu/cephtest 2024-04-15T00:41:29.827 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-15T00:41:29.835 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-15T00:41:29.835 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2024-04-15T00:41:29.867 DEBUG:teuthology.orchestra.run.smithi130:> test -z $(ls -A /var/lib/ceph) 2024-04-15T00:41:29.895 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-15T00:41:29.948 INFO:teuthology.run_tasks:Running task kernel... 2024-04-15T00:41:29.965 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-15T00:41:29.965 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-15T00:41:29.965 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T00:41:29.966 DEBUG:teuthology.orchestra.run.smithi130:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-15T00:41:29.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:41:29.981 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-04-15T00:41:29.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:41:29.983 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-04-15T00:41:30.037 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-361.el9.x86_64 2024-04-15T00:41:30.037 INFO:teuthology.task.kernel:Running kernel on smithi130: 5.14.0-361.el9.x86_64 2024-04-15T00:41:30.037 DEBUG:teuthology.orchestra.run.smithi130:> sudo yum install -y kernel 2024-04-15T00:41:30.040 INFO:teuthology.orchestra.run.smithi031.stdout:5.14.0-361.el9.x86_64 2024-04-15T00:41:30.040 INFO:teuthology.task.kernel:Running kernel on smithi031: 5.14.0-361.el9.x86_64 2024-04-15T00:41:30.041 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2024-04-15T00:41:32.116 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS-9 - AppStream 16 MB/s | 8.1 MB 00:00 2024-04-15T00:41:32.211 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS-9 - AppStream 18 MB/s | 8.1 MB 00:00 2024-04-15T00:41:33.791 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS-9 - BaseOS 8.3 MB/s | 2.5 MB 00:00 2024-04-15T00:41:33.895 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS-9 - BaseOS 7.1 MB/s | 2.5 MB 00:00 2024-04-15T00:41:35.031 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - BaseOS 11 MB/s | 8.0 MB 00:00 2024-04-15T00:41:39.124 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - AppStream 6.4 MB/s | 19 MB 00:02 2024-04-15T00:41:42.893 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - BaseOS 967 kB/s | 8.0 MB 00:08 2024-04-15T00:41:43.874 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - CRB 6.0 MB/s | 6.2 MB 00:01 2024-04-15T00:41:45.063 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-04-15T00:41:45.733 INFO:teuthology.orchestra.run.smithi031.stdout:CentOS Stream 9 - Extras packages 25 kB/s | 16 kB 00:00 2024-04-15T00:41:47.162 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 16 MB/s | 21 MB 00:01 2024-04-15T00:41:49.469 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - CRB 8.7 MB/s | 6.2 MB 00:00 2024-04-15T00:41:50.829 INFO:teuthology.orchestra.run.smithi130.stdout:CentOS Stream 9 - Extras packages 88 kB/s | 16 kB 00:00 2024-04-15T00:41:52.384 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 32 kB/s | 1.7 kB 00:00 2024-04-15T00:41:52.738 INFO:teuthology.orchestra.run.smithi130.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-15T00:41:54.729 INFO:teuthology.orchestra.run.smithi031.stderr:Modular dependency problems: 2024-04-15T00:41:54.729 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-04-15T00:41:54.729 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 1: conflicting requests 2024-04-15T00:41:54.729 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.729 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 2: conflicting requests 2024-04-15T00:41:54.729 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.729 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 3: conflicting requests 2024-04-15T00:41:54.729 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.729 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 4: conflicting requests 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 5: conflicting requests 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 6: conflicting requests 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 7: conflicting requests 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 8: conflicting requests 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 9: conflicting requests 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 10: conflicting requests 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 11: conflicting requests 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.730 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 12: conflicting requests 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 13: conflicting requests 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 14: conflicting requests 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 15: conflicting requests 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 16: conflicting requests 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 17: conflicting requests 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 18: conflicting requests 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 19: conflicting requests 2024-04-15T00:41:54.731 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 20: conflicting requests 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 21: conflicting requests 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 22: conflicting requests 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 23: conflicting requests 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 24: conflicting requests 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 25: conflicting requests 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 26: conflicting requests 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 27: conflicting requests 2024-04-15T00:41:54.732 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 28: conflicting requests 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 29: conflicting requests 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 30: conflicting requests 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 31: conflicting requests 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 32: conflicting requests 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 33: conflicting requests 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.733 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 34: conflicting requests 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 35: conflicting requests 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 36: conflicting requests 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 37: conflicting requests 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.734 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 39: conflicting requests 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.735 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.736 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.737 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.737 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:41:54.737 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.737 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.737 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:41:54.737 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:41:55.107 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T00:41:55.107 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T00:41:55.222 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-15T00:41:55.231 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-15T00:41:55.231 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-04-15T00:41:55.232 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-15T00:41:55.232 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-15T00:41:55.232 INFO:teuthology.orchestra.run.smithi031.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T00:41:55.232 INFO:teuthology.orchestra.run.smithi031.stdout:Installing dependencies: 2024-04-15T00:41:55.232 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T00:41:55.232 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T00:41:55.232 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T00:41:55.232 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:41:55.233 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-15T00:41:55.233 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-15T00:41:55.233 INFO:teuthology.orchestra.run.smithi031.stdout:Install 4 Packages 2024-04-15T00:41:55.233 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:41:55.233 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 77 M 2024-04-15T00:41:55.233 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 123 M 2024-04-15T00:41:55.233 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-15T00:41:55.635 INFO:teuthology.orchestra.run.smithi031.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 800 kB/s | 214 kB 00:00 2024-04-15T00:41:56.085 INFO:teuthology.orchestra.run.smithi031.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 21 MB/s | 15 MB 00:00 2024-04-15T00:41:56.560 INFO:teuthology.orchestra.run.smithi031.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 28 MB/s | 34 MB 00:01 2024-04-15T00:41:57.169 INFO:teuthology.orchestra.run.smithi031.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 18 MB/s | 28 MB 00:01 2024-04-15T00:41:57.172 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:41:57.172 INFO:teuthology.orchestra.run.smithi031.stdout:Total 39 MB/s | 77 MB 00:01 2024-04-15T00:41:57.872 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-15T00:41:57.988 INFO:teuthology.orchestra.run.smithi130.stdout:lab-extras 6.7 kB/s | 1.7 kB 00:00 2024-04-15T00:41:58.289 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-15T00:41:58.289 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-15T00:41:59.335 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-15T00:41:59.336 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-15T00:42:00.232 INFO:teuthology.orchestra.run.smithi130.stderr:Modular dependency problems: 2024-04-15T00:42:00.232 INFO:teuthology.orchestra.run.smithi130.stderr: 2024-04-15T00:42:00.232 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 1: conflicting requests 2024-04-15T00:42:00.232 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.232 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 2: conflicting requests 2024-04-15T00:42:00.232 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.232 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 3: conflicting requests 2024-04-15T00:42:00.232 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.232 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 4: conflicting requests 2024-04-15T00:42:00.232 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 5: conflicting requests 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 6: conflicting requests 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 7: conflicting requests 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 8: conflicting requests 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 9: conflicting requests 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 10: conflicting requests 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 11: conflicting requests 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.233 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 12: conflicting requests 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 13: conflicting requests 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 14: conflicting requests 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 15: conflicting requests 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 16: conflicting requests 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 17: conflicting requests 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 18: conflicting requests 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 19: conflicting requests 2024-04-15T00:42:00.234 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 20: conflicting requests 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 21: conflicting requests 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 22: conflicting requests 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 23: conflicting requests 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 24: conflicting requests 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 25: conflicting requests 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 26: conflicting requests 2024-04-15T00:42:00.235 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 27: conflicting requests 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 28: conflicting requests 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 29: conflicting requests 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 30: conflicting requests 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 31: conflicting requests 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 32: conflicting requests 2024-04-15T00:42:00.236 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 33: conflicting requests 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 34: conflicting requests 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 35: conflicting requests 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 36: conflicting requests 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 37: conflicting requests 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.237 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 39: conflicting requests 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.238 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.239 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.240 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:42:00.645 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-15T00:42:00.645 INFO:teuthology.orchestra.run.smithi130.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-15T00:42:00.761 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T00:42:00.767 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T00:42:00.767 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-04-15T00:42:00.767 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T00:42:00.767 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T00:42:00.767 INFO:teuthology.orchestra.run.smithi130.stdout: kernel x86_64 5.14.0-435.el9 baseos 214 k 2024-04-15T00:42:00.767 INFO:teuthology.orchestra.run.smithi130.stdout:Installing dependencies: 2024-04-15T00:42:00.767 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-core x86_64 5.14.0-435.el9 baseos 15 M 2024-04-15T00:42:00.767 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules x86_64 5.14.0-435.el9 baseos 34 M 2024-04-15T00:42:00.767 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-core x86_64 5.14.0-435.el9 baseos 28 M 2024-04-15T00:42:00.768 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:42:00.768 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T00:42:00.768 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T00:42:00.768 INFO:teuthology.orchestra.run.smithi130.stdout:Install 4 Packages 2024-04-15T00:42:00.768 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:42:00.768 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 77 M 2024-04-15T00:42:00.768 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 123 M 2024-04-15T00:42:00.768 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T00:42:01.006 INFO:teuthology.orchestra.run.smithi130.stdout:(1/4): kernel-5.14.0-435.el9.x86_64.rpm 1.2 MB/s | 214 kB 00:00 2024-04-15T00:42:01.947 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-15T00:42:02.553 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T00:42:02.636 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:42:03.123 INFO:teuthology.orchestra.run.smithi130.stdout:(2/4): kernel-core-5.14.0-435.el9.x86_64.rpm 6.6 MB/s | 15 MB 00:02 2024-04-15T00:42:04.723 INFO:teuthology.orchestra.run.smithi130.stdout:(3/4): kernel-modules-5.14.0-435.el9.x86_64.rpm 8.6 MB/s | 34 MB 00:03 2024-04-15T00:42:05.273 INFO:teuthology.orchestra.run.smithi130.stdout:(4/4): kernel-modules-core-5.14.0-435.el9.x86_6 6.5 MB/s | 28 MB 00:04 2024-04-15T00:42:05.273 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:42:05.273 INFO:teuthology.orchestra.run.smithi130.stdout:Total 17 MB/s | 77 MB 00:04 2024-04-15T00:42:05.551 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:42:05.725 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:42:05.951 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T00:42:06.315 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T00:42:06.315 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T00:42:07.317 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T00:42:07.318 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T00:42:09.788 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T00:42:10.401 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-modules-core-5.14.0-435.el9.x86_64 1/4 2024-04-15T00:42:10.491 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:42:10.798 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:42:10.845 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:13.268 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:42:13.402 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:42:15.943 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:18.117 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:42:18.213 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:22.966 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:46.936 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:46.936 INFO:teuthology.orchestra.run.smithi031.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T00:42:46.936 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:42:46.983 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:47.330 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:47.330 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T00:42:47.330 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:42:47.330 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:42:47.777 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:47.777 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:42:47.777 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-15T00:42:47.778 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T00:42:47.778 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T00:42:47.778 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T00:42:47.778 INFO:teuthology.orchestra.run.smithi031.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T00:42:47.778 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:42:47.778 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-15T00:42:48.132 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T00:42:48.235 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T00:42:48.235 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T00:42:48.235 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-15T00:42:48.235 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T00:42:48.235 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T00:42:48.235 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-15T00:42:48.236 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T00:42:48.236 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T00:42:48.318 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T00:42:48.319 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T00:42:48.319 DEBUG:teuthology.orchestra.run.smithi031:> sudo rpm -qi grub2-tools 2024-04-15T00:42:48.356 INFO:teuthology.orchestra.run.smithi031.stdout:Name : grub2-tools 2024-04-15T00:42:48.356 INFO:teuthology.orchestra.run.smithi031.stdout:Epoch : 1 2024-04-15T00:42:48.356 INFO:teuthology.orchestra.run.smithi031.stdout:Version : 2.06 2024-04-15T00:42:48.356 INFO:teuthology.orchestra.run.smithi031.stdout:Release : 68.el9 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: x86_64 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Group : Unspecified 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Size : 8264254 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:License : GPLv3+ 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Packager : builder@centos.org 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Vendor : CentOS 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Summary : Support tools for GRUB. 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:Description : 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:42:48.357 INFO:teuthology.orchestra.run.smithi031.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T00:42:48.358 INFO:teuthology.orchestra.run.smithi031.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T00:42:48.358 INFO:teuthology.orchestra.run.smithi031.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T00:42:48.358 INFO:teuthology.orchestra.run.smithi031.stdout:hardware devices. 2024-04-15T00:42:48.358 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:42:48.358 INFO:teuthology.orchestra.run.smithi031.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T00:42:48.359 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T00:42:48.359 INFO:teuthology.task.kernel:Updating grub on smithi031 to boot 5.14.0-435.el9.x86_64 2024-04-15T00:42:48.359 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T00:42:48.929 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2024-04-15T00:42:50.340 INFO:teuthology.orchestra.run.smithi031.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T00:42:50.375 INFO:teuthology.orchestra.run.smithi031.stderr:done 2024-04-15T00:42:50.378 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2024-04-15T00:42:50.394 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.zZfLAWinmQ 2024-04-15T00:42:50.394 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.zZfLAWinmQ 2024-04-15T00:42:50.466 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.zZfLAWinmQ 2024-04-15T00:42:50.621 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.zZfLAWinmQ is 6KB 2024-04-15T00:42:50.670 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.zZfLAWinmQ 2024-04-15T00:42:50.684 DEBUG:teuthology.orchestra.run.smithi031:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T00:42:50.753 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T00:42:50.753 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T00:42:50.753 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T00:42:50.753 INFO:teuthology.orchestra.run.smithi031.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T00:42:50.754 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T00:42:50.906 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2024-04-15T00:42:52.416 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:52.416 INFO:teuthology.orchestra.run.smithi130.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-15T00:42:52.416 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:42:52.465 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-modules-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:52.864 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: kernel-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:52.864 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-5.14.0-435.el9.x86_64 1/4 2024-04-15T00:42:52.864 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-core-5.14.0-435.el9.x86_64 2/4 2024-04-15T00:42:52.864 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-modules-5.14.0-435.el9.x86_64 3/4 2024-04-15T00:42:53.328 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : kernel-modules-core-5.14.0-435.el9.x86_64 4/4 2024-04-15T00:42:53.328 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:42:53.328 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T00:42:53.328 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-5.14.0-435.el9.x86_64 2024-04-15T00:42:53.328 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-core-5.14.0-435.el9.x86_64 2024-04-15T00:42:53.328 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-5.14.0-435.el9.x86_64 2024-04-15T00:42:53.329 INFO:teuthology.orchestra.run.smithi130.stdout: kernel-modules-core-5.14.0-435.el9.x86_64 2024-04-15T00:42:53.329 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:42:53.329 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T00:42:53.667 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T00:42:53.778 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T00:42:53.779 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T00:42:53.779 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-15T00:42:53.779 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-15T00:42:53.779 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-15T00:42:53.779 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-15T00:42:53.779 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi130.front.sepia.ceph.com, path=None, version=distro) 2024-04-15T00:42:53.779 DEBUG:teuthology.orchestra.run.smithi130:> rpm -q kernel | sort -rV | head -n 1 2024-04-15T00:42:53.860 INFO:teuthology.orchestra.run.smithi130.stdout:kernel-5.14.0-435.el9.x86_64 2024-04-15T00:42:53.860 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-435.el9.x86_64 2024-04-15T00:42:53.861 DEBUG:teuthology.orchestra.run.smithi130:> sudo rpm -qi grub2-tools 2024-04-15T00:42:53.894 INFO:teuthology.orchestra.run.smithi130.stdout:Name : grub2-tools 2024-04-15T00:42:53.894 INFO:teuthology.orchestra.run.smithi130.stdout:Epoch : 1 2024-04-15T00:42:53.894 INFO:teuthology.orchestra.run.smithi130.stdout:Version : 2.06 2024-04-15T00:42:53.894 INFO:teuthology.orchestra.run.smithi130.stdout:Release : 68.el9 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Architecture: x86_64 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Group : Unspecified 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Size : 8264254 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:License : GPLv3+ 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Packager : builder@centos.org 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Vendor : CentOS 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Summary : Support tools for GRUB. 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout:Description : 2024-04-15T00:42:53.895 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:42:53.896 INFO:teuthology.orchestra.run.smithi130.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-15T00:42:53.896 INFO:teuthology.orchestra.run.smithi130.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-15T00:42:53.896 INFO:teuthology.orchestra.run.smithi130.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-15T00:42:53.896 INFO:teuthology.orchestra.run.smithi130.stdout:hardware devices. 2024-04-15T00:42:53.896 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:42:53.896 INFO:teuthology.orchestra.run.smithi130.stdout:This subpackage provides tools for support of all platforms. 2024-04-15T00:42:53.897 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-15T00:42:53.897 INFO:teuthology.task.kernel:Updating grub on smithi130 to boot 5.14.0-435.el9.x86_64 2024-04-15T00:42:53.897 DEBUG:teuthology.orchestra.run.smithi130:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-15T00:42:54.491 INFO:teuthology.orchestra.run.smithi130.stderr:Generating grub configuration file ... 2024-04-15T00:42:55.807 INFO:teuthology.orchestra.run.smithi130.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-15T00:42:55.862 INFO:teuthology.orchestra.run.smithi130.stderr:done 2024-04-15T00:42:55.864 DEBUG:teuthology.orchestra.run.smithi130:> mktemp 2024-04-15T00:42:55.879 INFO:teuthology.orchestra.run.smithi130.stdout:/tmp/tmp.m1kyKbyK3w 2024-04-15T00:42:55.880 DEBUG:teuthology.orchestra.run.smithi130:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.m1kyKbyK3w 2024-04-15T00:42:55.950 DEBUG:teuthology.orchestra.run.smithi130:> sudo chmod 0666 /tmp/tmp.m1kyKbyK3w 2024-04-15T00:42:56.095 DEBUG:teuthology.orchestra.remote:smithi130:/tmp/tmp.m1kyKbyK3w is 6KB 2024-04-15T00:42:56.144 DEBUG:teuthology.orchestra.run.smithi130:> rm -fr /tmp/tmp.m1kyKbyK3w 2024-04-15T00:42:56.159 DEBUG:teuthology.orchestra.run.smithi130:> sudo /bin/ls /boot/loader/entries || true 2024-04-15T00:42:56.223 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-15T00:42:56.223 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-15T00:42:56.223 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-15T00:42:56.223 INFO:teuthology.orchestra.run.smithi130.stdout:15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64.conf 2024-04-15T00:42:56.224 DEBUG:teuthology.orchestra.run.smithi130:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-5.14.0-435.el9.x86_64 2024-04-15T00:42:56.361 DEBUG:teuthology.orchestra.run.smithi130:> sudo shutdown -r now 2024-04-15T00:43:20.931 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-15T00:43:20.931 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-15T00:43:20.933 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:43:26.366 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-15T00:43:26.366 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T00:43:26.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:43:39.423 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-04-15T00:43:44.798 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-15T00:43:48.426 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-15T00:43:48.427 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:43:53.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T00:43:53.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:43:56.866 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-15T00:44:06.819 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2024-04-15T00:44:08.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T00:44:08.870 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:44:11.934 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-15T00:44:18.826 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-15T00:44:18.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:44:19.209 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-04-15T00:44:19.647 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-15T00:44:19.647 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-435.el9.x86_64"... 2024-04-15T00:44:19.647 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2024-04-15T00:44:19.662 INFO:teuthology.orchestra.run.smithi031.stdout:5.14.0-435.el9.x86_64 2024-04-15T00:44:19.662 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-15T00:44:19.662 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T00:44:19.663 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T00:44:20.663 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-15T00:44:20.663 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T00:44:20.729 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2024-04-15T00:44:20.787 DEBUG:teuthology.parallel:result is None 2024-04-15T00:44:26.936 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T00:44:26.937 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:44:30.014 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.130 2024-04-15T00:44:48.015 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T00:44:48.016 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:44:48.534 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-04-15T00:44:48.881 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T00:44:48.881 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-435.el9.x86_64"... 2024-04-15T00:44:48.881 DEBUG:teuthology.orchestra.run.smithi130:> uname -r 2024-04-15T00:44:48.897 INFO:teuthology.orchestra.run.smithi130.stdout:5.14.0-435.el9.x86_64 2024-04-15T00:44:48.897 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-15T00:44:48.897 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-15T00:44:48.897 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-15T00:44:49.898 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-15T00:44:49.898 DEBUG:teuthology.orchestra.run.smithi130:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-15T00:44:49.963 INFO:teuthology.orchestra.run.smithi130.stdout:ttyS1 2024-04-15T00:44:49.992 DEBUG:teuthology.parallel:result is None 2024-04-15T00:44:49.993 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-15T00:44:50.001 INFO:teuthology.task.internal:Creating test directory... 2024-04-15T00:44:50.001 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T00:44:50.005 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-15T00:44:50.023 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-15T00:44:50.032 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-15T00:44:50.045 INFO:teuthology.task.internal:Creating archive directory... 2024-04-15T00:44:50.046 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T00:44:50.065 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-15T00:44:50.107 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-15T00:44:50.118 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-15T00:44:50.119 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:44:50.129 DEBUG:teuthology.orchestra.run.smithi130:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-15T00:44:50.170 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:44:50.176 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:44:50.184 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:44:50.190 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-15T00:44:50.192 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-15T00:44:50.203 INFO:teuthology.task.internal:Configuring sudo... 2024-04-15T00:44:50.203 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T00:44:50.228 DEBUG:teuthology.orchestra.run.smithi130:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-15T00:44:50.261 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-15T00:44:50.274 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-15T00:44:50.274 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T00:44:50.297 DEBUG:teuthology.orchestra.run.smithi130:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-15T00:44:50.317 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:44:50.395 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:44:50.442 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:44:50.524 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:44:50.567 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-15T00:44:50.567 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T00:44:50.634 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:44:50.677 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-15T00:44:50.730 DEBUG:teuthology.orchestra.run.smithi130:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:44:50.815 DEBUG:teuthology.orchestra.run.smithi130:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-15T00:44:50.859 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T00:44:50.859 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-15T00:44:50.928 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2024-04-15T00:44:50.932 DEBUG:teuthology.orchestra.run.smithi130:> sudo service rsyslog restart 2024-04-15T00:44:50.980 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T00:44:51.011 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T00:44:51.529 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-15T00:44:51.536 INFO:teuthology.task.internal:Starting timer... 2024-04-15T00:44:51.537 INFO:teuthology.run_tasks:Running task pcp... 2024-04-15T00:44:51.548 INFO:teuthology.run_tasks:Running task selinux... 2024-04-15T00:44:51.557 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-15T00:44:51.557 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2024-04-15T00:44:51.622 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: 2024-04-15T00:44:51.624 DEBUG:teuthology.orchestra.run.smithi130:> sudo service auditd rotate 2024-04-15T00:44:51.675 INFO:teuthology.orchestra.run.smithi130.stdout:Rotating logs: 2024-04-15T00:44:51.677 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-15T00:44:51.678 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2024-04-15T00:44:51.703 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2024-04-15T00:44:51.704 DEBUG:teuthology.orchestra.run.smithi130:> /usr/sbin/getenforce 2024-04-15T00:44:51.735 INFO:teuthology.orchestra.run.smithi130.stdout:Permissive 2024-04-15T00:44:51.735 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi031.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi130.front.sepia.ceph.com': 'permissive'} 2024-04-15T00:44:51.735 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:44:51.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:44:51.771 DEBUG:teuthology.orchestra.run.smithi130:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T00:44:51.803 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:44:51.803 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-15T00:44:51.804 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2024-04-15T00:44:51.847 DEBUG:teuthology.orchestra.run.smithi130:> sudo /usr/sbin/setenforce permissive 2024-04-15T00:44:51.878 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-15T00:44:51.887 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-15T00:44:51.904 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-15T00:44:51.908 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi130.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-15T00:49:12.877 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi031.front.sepia.ceph.com'), Remote(name='ubuntu@smithi130.front.sepia.ceph.com')] 2024-04-15T00:49:12.879 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-15T00:49:12.880 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:49:12.979 DEBUG:teuthology.orchestra.run.smithi031:> true 2024-04-15T00:49:13.063 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2024-04-15T00:49:13.063 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T00:49:13.064 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi130.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-15T00:49:13.156 DEBUG:teuthology.orchestra.run.smithi130:> true 2024-04-15T00:49:13.238 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi130.front.sepia.ceph.com' 2024-04-15T00:49:13.238 INFO:teuthology.run_tasks:Running task clock... 2024-04-15T00:49:13.250 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-15T00:49:13.250 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T00:49:13.251 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:13.254 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-15T00:49:13.254 DEBUG:teuthology.orchestra.run.smithi130:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T00:49:13.286 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T00:49:13.305 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T00:49:13.310 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-15T00:49:13.328 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-15T00:49:13.336 INFO:teuthology.orchestra.run.smithi031.stderr:sudo: ntpd: command not found 2024-04-15T00:49:13.356 INFO:teuthology.orchestra.run.smithi031.stdout:506 Cannot talk to daemon 2024-04-15T00:49:13.357 INFO:teuthology.orchestra.run.smithi130.stderr:sudo: ntpd: command not found 2024-04-15T00:49:13.368 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T00:49:13.371 INFO:teuthology.orchestra.run.smithi130.stdout:506 Cannot talk to daemon 2024-04-15T00:49:13.384 INFO:teuthology.orchestra.run.smithi031.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T00:49:13.387 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-15T00:49:13.405 INFO:teuthology.orchestra.run.smithi130.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-15T00:49:13.438 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-04-15T00:49:13.442 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T00:49:13.442 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-04-15T00:49:13.442 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:49:13.442 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:49:13.442 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:49:13.442 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:49:13.466 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-04-15T00:49:13.469 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T00:49:13.469 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-04-15T00:49:13.469 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:49:13.469 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:49:13.469 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:49:13.469 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:49:13.471 INFO:teuthology.run_tasks:Running task pexec... 2024-04-15T00:49:13.485 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-15T00:49:13.485 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi031.front.sepia.ceph.com 2024-04-15T00:49:13.486 DEBUG:teuthology.orchestra.run.smithi031:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T00:49:13.486 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi130.front.sepia.ceph.com 2024-04-15T00:49:13.486 DEBUG:teuthology.orchestra.run.smithi130:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-15T00:49:14.112 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:51 ago on Mon 15 Apr 2024 12:48:22 AM UTC. 2024-04-15T00:49:14.131 INFO:teuthology.orchestra.run.smithi130.stdout:Last metadata expiration check: 0:00:53 ago on Mon 15 Apr 2024 12:48:20 AM UTC. 2024-04-15T00:49:14.415 INFO:teuthology.orchestra.run.smithi031.stderr:Modular dependency problems: 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 1: conflicting requests 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 2: conflicting requests 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 3: conflicting requests 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 4: conflicting requests 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 5: conflicting requests 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 6: conflicting requests 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.416 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 7: conflicting requests 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 8: conflicting requests 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 9: conflicting requests 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 10: conflicting requests 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 11: conflicting requests 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 12: conflicting requests 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 13: conflicting requests 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 14: conflicting requests 2024-04-15T00:49:14.417 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 15: conflicting requests 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 16: conflicting requests 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 17: conflicting requests 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 18: conflicting requests 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 19: conflicting requests 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 20: conflicting requests 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 21: conflicting requests 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.418 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 22: conflicting requests 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 23: conflicting requests 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 24: conflicting requests 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 25: conflicting requests 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 26: conflicting requests 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 27: conflicting requests 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 28: conflicting requests 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 29: conflicting requests 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.419 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 30: conflicting requests 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 31: conflicting requests 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 32: conflicting requests 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 33: conflicting requests 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 34: conflicting requests 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 35: conflicting requests 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 36: conflicting requests 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.420 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 37: conflicting requests 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 39: conflicting requests 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.421 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.422 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:49:14.423 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.423 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.424 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.424 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.424 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:49:14.424 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.424 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.424 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.424 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.424 INFO:teuthology.orchestra.run.smithi031.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:49:14.424 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.425 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.425 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.425 INFO:teuthology.orchestra.run.smithi031.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.425 INFO:teuthology.orchestra.run.smithi130.stderr:Modular dependency problems: 2024-04-15T00:49:14.425 INFO:teuthology.orchestra.run.smithi130.stderr: 2024-04-15T00:49:14.425 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 1: conflicting requests 2024-04-15T00:49:14.425 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module container-tools:rhel8:820240321091303:20125149.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.425 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 2: conflicting requests 2024-04-15T00:49:14.426 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module eclipse:rhel8:820201023100746:b230ed4e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.426 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 3: conflicting requests 2024-04-15T00:49:14.426 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module freeradius:3.0:8080020230117180605:89170a74.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.426 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 4: conflicting requests 2024-04-15T00:49:14.426 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module gimp:2.8:8000020190628145146:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.426 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 5: conflicting requests 2024-04-15T00:49:14.426 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module go-toolset:rhel8:820240401160413:b754926a.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.426 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 6: conflicting requests 2024-04-15T00:49:14.426 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module httpd:2.4:820240216084734:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 7: conflicting requests 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module idm:client:820240307184541:49cc9d1b.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 8: conflicting requests 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module inkscape:0.92.3:8080020221205124429:3e031279.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 9: conflicting requests 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module jmc:rhel8:8050020211110222101:6392b1f8.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 10: conflicting requests 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module llvm-toolset:rhel8:820240205133135:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 11: conflicting requests 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module log4j:2:8080020221205124743:9d367344.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 12: conflicting requests 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module mailman:2.1:820230727085757:77fc8825.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 13: conflicting requests 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module mariadb:10.3:8030020210419150013:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.427 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 14: conflicting requests 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module maven:3.5:8060020211203142015:c0229ad2.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 15: conflicting requests 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module mercurial:4.8:8000020190628020724:4148dfdf.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 16: conflicting requests 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module mod_auth_openidc:2.3:820230721123832:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 17: conflicting requests 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module mysql:8.0:8040020210901180257:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 18: conflicting requests 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module nginx:1.14:8000020211221191913:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 19: conflicting requests 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module nodejs:10:8040020210120182536:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 20: conflicting requests 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl:5.26:8000020190628020724:55190bc5.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 21: conflicting requests 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module php:7.2:8020020200507003613:2c7ca891.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.428 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 22: conflicting requests 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module postgresql:10:820230223114800:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 23: conflicting requests 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module python27:2.7:820240208011952:182f7c73.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 24: conflicting requests 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module python36:3.6:8050020210825152031:982725ab.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 25: conflicting requests 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module python38:3.8:820230810143931:64c1cd5a.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 26: conflicting requests 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module python39:3.9:820240214182535:17377f89.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 27: conflicting requests 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module redis:5:8040020211019153849:9f9e2e7e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 28: conflicting requests 2024-04-15T00:49:14.429 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module rhn-tools:1.0:8010020191114034948:f69d1239.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 29: conflicting requests 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module ruby:2.5:820230627084142:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 30: conflicting requests 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module rust-toolset:rhel8:820240119204620:b09eea91.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 31: conflicting requests 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module satellite-5-client:1.0:8010020191114035551:cdc1202b.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 32: conflicting requests 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module squid:4:820240319173245:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 33: conflicting requests 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module subversion:1.10:8070020220711155714:78111232.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 34: conflicting requests 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module swig:3.0:8030020200706142531:30b713e6.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.430 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 35: conflicting requests 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module varnish:6:8050020211109225449:b4937e53.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 36: conflicting requests 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module virt:rhel:820240314161907:9edba152.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 37: conflicting requests 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:7cc0a66d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:8030020200716155257:b967a9a2.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-libwww-perl:6.34:820230811133638:36f9fae6.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 38: cannot install the best candidate for the job 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:a5949e2e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:8010020191114031501:be2e4737.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:2ab761e1.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-YAML:1.24:820230223114759:86e45846.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.431 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 39: conflicting requests 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:8030020200715230104:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:082fdf2f.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-IO-Socket-SSL:2.066:820230223114759:fbe42456.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 40: cannot install the best candidate for the job 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:16b3ab4d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:8010020191114031513:e1f37755.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-FCGI:0.78:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 41: cannot install the best candidate for the job 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:1e4bbb35.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:8030020200716150652:ea09926d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:0ccef39c.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.432 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBI:1.641:820230223114759:dbc5bc9a.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 42: cannot install the best candidate for the job 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:8030020200716174729:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-SQLite:1.58:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 43: cannot install the best candidate for the job 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:56fce90f.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:8030020200716213634:98a3c9d0.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:06b7596e.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-Pg:3.7:820230223114759:d2fc5d76.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 44: cannot install the best candidate for the job 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:3a70019f.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:8030020200716171139:cccafca5.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:6fdf7e5d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.433 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-DBD-MySQL:4.046:820230223114759:d4326aba.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.434 INFO:teuthology.orchestra.run.smithi130.stderr: Problem 45: cannot install the best candidate for the job 2024-04-15T00:49:14.434 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8010020191120175858:95fce66d.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.434 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:8030020200723233049:09acf126.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.434 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:436af1ae.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.434 INFO:teuthology.orchestra.run.smithi130.stderr: - nothing provides module(platform:el8) needed by module perl-App-cpanminus:1.7044:820230223114759:b12195ea.x86_64 from CentOS-AppStream 2024-04-15T00:49:14.486 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2024-04-15T00:49:14.487 INFO:teuthology.orchestra.run.smithi130.stdout:Dependencies resolved. 2024-04-15T00:49:14.489 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout: Package Architecture Version Repository Size 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout:Installing: 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction Summary 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout:================================================================================ 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout:Install 1 Package 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout:Total download size: 3.1 M 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout:Installed size: 9.8 M 2024-04-15T00:49:14.490 INFO:teuthology.orchestra.run.smithi130.stdout:Downloading Packages: 2024-04-15T00:49:14.496 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-15T00:49:14.496 INFO:teuthology.orchestra.run.smithi031.stdout: Package Architecture Version Repository Size 2024-04-15T00:49:14.497 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-15T00:49:14.497 INFO:teuthology.orchestra.run.smithi031.stdout:Installing: 2024-04-15T00:49:14.497 INFO:teuthology.orchestra.run.smithi031.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-15T00:49:14.497 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:49:14.497 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction Summary 2024-04-15T00:49:14.497 INFO:teuthology.orchestra.run.smithi031.stdout:================================================================================ 2024-04-15T00:49:14.497 INFO:teuthology.orchestra.run.smithi031.stdout:Install 1 Package 2024-04-15T00:49:14.497 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:49:14.498 INFO:teuthology.orchestra.run.smithi031.stdout:Total download size: 3.1 M 2024-04-15T00:49:14.498 INFO:teuthology.orchestra.run.smithi031.stdout:Installed size: 9.8 M 2024-04-15T00:49:14.498 INFO:teuthology.orchestra.run.smithi031.stdout:Downloading Packages: 2024-04-15T00:49:15.034 INFO:teuthology.orchestra.run.smithi130.stdout:runc-1.1.12-2.el9.x86_64.rpm 12 MB/s | 3.1 MB 00:00 2024-04-15T00:49:15.035 INFO:teuthology.orchestra.run.smithi130.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:49:15.035 INFO:teuthology.orchestra.run.smithi130.stdout:Total 5.7 MB/s | 3.1 MB 00:00 2024-04-15T00:49:15.072 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction check 2024-04-15T00:49:15.077 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction check succeeded. 2024-04-15T00:49:15.077 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction test 2024-04-15T00:49:15.159 INFO:teuthology.orchestra.run.smithi130.stdout:Transaction test succeeded. 2024-04-15T00:49:15.159 INFO:teuthology.orchestra.run.smithi130.stdout:Running transaction 2024-04-15T00:49:15.170 INFO:teuthology.orchestra.run.smithi031.stdout:runc-1.1.12-2.el9.x86_64.rpm 5.2 MB/s | 3.1 MB 00:00 2024-04-15T00:49:15.170 INFO:teuthology.orchestra.run.smithi031.stdout:-------------------------------------------------------------------------------- 2024-04-15T00:49:15.170 INFO:teuthology.orchestra.run.smithi031.stdout:Total 4.7 MB/s | 3.1 MB 00:00 2024-04-15T00:49:15.208 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction check 2024-04-15T00:49:15.214 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction check succeeded. 2024-04-15T00:49:15.215 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction test 2024-04-15T00:49:15.304 INFO:teuthology.orchestra.run.smithi031.stdout:Transaction test succeeded. 2024-04-15T00:49:15.304 INFO:teuthology.orchestra.run.smithi031.stdout:Running transaction 2024-04-15T00:49:15.362 INFO:teuthology.orchestra.run.smithi130.stdout: Preparing : 1/1 2024-04-15T00:49:15.455 INFO:teuthology.orchestra.run.smithi130.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T00:49:15.506 INFO:teuthology.orchestra.run.smithi031.stdout: Preparing : 1/1 2024-04-15T00:49:15.601 INFO:teuthology.orchestra.run.smithi031.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T00:49:16.020 INFO:teuthology.orchestra.run.smithi130.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T00:49:16.082 INFO:teuthology.orchestra.run.smithi031.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T00:49:16.328 INFO:teuthology.orchestra.run.smithi130.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T00:49:16.328 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:49:16.329 INFO:teuthology.orchestra.run.smithi130.stdout:Installed: 2024-04-15T00:49:16.329 INFO:teuthology.orchestra.run.smithi130.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T00:49:16.329 INFO:teuthology.orchestra.run.smithi130.stdout: 2024-04-15T00:49:16.329 INFO:teuthology.orchestra.run.smithi130.stdout:Complete! 2024-04-15T00:49:16.417 INFO:teuthology.orchestra.run.smithi031.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-15T00:49:16.417 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:49:16.417 INFO:teuthology.orchestra.run.smithi031.stdout:Installed: 2024-04-15T00:49:16.417 INFO:teuthology.orchestra.run.smithi031.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-15T00:49:16.417 INFO:teuthology.orchestra.run.smithi031.stdout: 2024-04-15T00:49:16.418 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2024-04-15T00:49:16.599 DEBUG:teuthology.parallel:result is None 2024-04-15T00:49:16.669 DEBUG:teuthology.parallel:result is None 2024-04-15T00:49:16.670 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-04-15T00:49:16.683 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-04-15T00:49:16.684 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-15T00:49:16.684 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T00:49:16.699 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-15T00:49:16.700 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_1 2024-04-15T00:49:16.754 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T00:49:16.754 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T00:49:16.754 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 666 Links: 1 2024-04-15T00:49:16.754 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T00:49:16.754 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T00:49:16.754 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-15 00:49:11.803669787 +0000 2024-04-15T00:49:16.754 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-15 00:48:49.110001007 +0000 2024-04-15T00:49:16.754 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-15 00:48:49.110001007 +0000 2024-04-15T00:49:16.754 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-04-15 00:48:49.110001007 +0000 2024-04-15T00:49:16.755 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T00:49:16.818 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-15T00:49:16.819 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-15T00:49:16.819 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000247981 s, 2.1 MB/s 2024-04-15T00:49:16.820 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T00:49:16.875 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_2 2024-04-15T00:49:16.930 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T00:49:16.930 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T00:49:16.930 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 684 Links: 1 2024-04-15T00:49:16.930 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T00:49:16.931 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T00:49:16.931 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-15 00:49:11.803669787 +0000 2024-04-15T00:49:16.931 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-15 00:48:49.452996002 +0000 2024-04-15T00:49:16.931 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-15 00:48:49.452996002 +0000 2024-04-15T00:49:16.931 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-04-15 00:48:49.452996002 +0000 2024-04-15T00:49:16.931 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T00:49:16.996 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-15T00:49:16.996 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-15T00:49:16.996 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000199857 s, 2.6 MB/s 2024-04-15T00:49:16.997 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T00:49:17.053 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_3 2024-04-15T00:49:17.107 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T00:49:17.107 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T00:49:17.107 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 706 Links: 1 2024-04-15T00:49:17.108 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T00:49:17.108 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T00:49:17.108 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-15 00:49:11.803669787 +0000 2024-04-15T00:49:17.108 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-15 00:48:49.800990923 +0000 2024-04-15T00:49:17.108 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-15 00:48:49.800990923 +0000 2024-04-15T00:49:17.108 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-04-15 00:48:49.800990923 +0000 2024-04-15T00:49:17.108 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T00:49:17.173 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-15T00:49:17.173 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-15T00:49:17.173 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000169034 s, 3.0 MB/s 2024-04-15T00:49:17.174 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T00:49:17.230 DEBUG:teuthology.orchestra.run.smithi031:> stat /dev/vg_nvme/lv_4 2024-04-15T00:49:17.285 INFO:teuthology.orchestra.run.smithi031.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T00:49:17.285 INFO:teuthology.orchestra.run.smithi031.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T00:49:17.285 INFO:teuthology.orchestra.run.smithi031.stdout:Device: 5h/5d Inode: 722 Links: 1 2024-04-15T00:49:17.285 INFO:teuthology.orchestra.run.smithi031.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T00:49:17.285 INFO:teuthology.orchestra.run.smithi031.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T00:49:17.285 INFO:teuthology.orchestra.run.smithi031.stdout:Access: 2024-04-15 00:49:11.803669787 +0000 2024-04-15T00:49:17.285 INFO:teuthology.orchestra.run.smithi031.stdout:Modify: 2024-04-15 00:48:50.143985917 +0000 2024-04-15T00:49:17.285 INFO:teuthology.orchestra.run.smithi031.stdout:Change: 2024-04-15 00:48:50.143985917 +0000 2024-04-15T00:49:17.285 INFO:teuthology.orchestra.run.smithi031.stdout: Birth: 2024-04-15 00:48:50.143985917 +0000 2024-04-15T00:49:17.285 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T00:49:17.350 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records in 2024-04-15T00:49:17.350 INFO:teuthology.orchestra.run.smithi031.stderr:1+0 records out 2024-04-15T00:49:17.350 INFO:teuthology.orchestra.run.smithi031.stderr:512 bytes copied, 0.000188291 s, 2.7 MB/s 2024-04-15T00:49:17.351 DEBUG:teuthology.orchestra.run.smithi031:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T00:49:17.407 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:17.555 INFO:teuthology.orchestra.run.smithi031.stdout:loop 2024-04-15T00:49:17.556 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2024-04-15T00:49:17.556 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:17.593 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-04-15T00:49:17.631 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_11 2024-04-15T00:49:17.661 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2024-04-15T00:49:17.661 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:17.739 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-04-15T00:49:17.783 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_21 2024-04-15T00:49:17.820 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2024-04-15T00:49:17.821 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:17.897 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-04-15T00:49:17.936 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_31 2024-04-15T00:49:17.965 INFO:tasks.nvme_loop:Connecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2024-04-15T00:49:17.965 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:18.045 INFO:teuthology.orchestra.run.smithi031.stdout:1 2024-04-15T00:49:18.085 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/vg_nvme/lv_41 2024-04-15T00:49:18.114 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-15T00:49:18.114 DEBUG:teuthology.orchestra.run.smithi031:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T00:49:18.170 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme list 2024-04-15T00:49:18.236 INFO:teuthology.orchestra.run.smithi031.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T00:49:18.236 INFO:teuthology.orchestra.run.smithi031.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T00:49:18.237 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme0n1 CVFT53310008400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T00:49:18.237 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme1n1 ad31f4fdfd1b11cf99a5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T00:49:18.237 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme2n1 22065e52bf87669634ed Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T00:49:18.237 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme3n1 3032587ca09c361b99e9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T00:49:18.237 INFO:teuthology.orchestra.run.smithi031.stdout:/dev/nvme4n1 5e67b72a0fe93ed448ab Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T00:49:18.238 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T00:49:18.238 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-15T00:49:18.238 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2024-04-15T00:49:18.304 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T00:49:18.304 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T00:49:18.325 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-15T00:49:18.325 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_1 2024-04-15T00:49:18.383 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-15T00:49:18.383 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T00:49:18.383 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 668 Links: 1 2024-04-15T00:49:18.383 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T00:49:18.383 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T00:49:18.383 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-15 00:49:11.790569835 +0000 2024-04-15T00:49:18.383 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-15 00:48:48.151000510 +0000 2024-04-15T00:49:18.383 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-15 00:48:48.151000510 +0000 2024-04-15T00:49:18.383 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: 2024-04-15 00:48:48.151000510 +0000 2024-04-15T00:49:18.384 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-15T00:49:18.452 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-15T00:49:18.452 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-15T00:49:18.452 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000214259 s, 2.4 MB/s 2024-04-15T00:49:18.453 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-15T00:49:18.511 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_2 2024-04-15T00:49:18.568 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-15T00:49:18.568 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T00:49:18.568 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 687 Links: 1 2024-04-15T00:49:18.568 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T00:49:18.568 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T00:49:18.568 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-15 00:49:11.790569835 +0000 2024-04-15T00:49:18.568 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-15 00:48:48.489994306 +0000 2024-04-15T00:49:18.568 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-15 00:48:48.489994306 +0000 2024-04-15T00:49:18.568 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: 2024-04-15 00:48:48.489994306 +0000 2024-04-15T00:49:18.569 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-15T00:49:18.636 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-15T00:49:18.636 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-15T00:49:18.636 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000232454 s, 2.2 MB/s 2024-04-15T00:49:18.637 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-15T00:49:18.694 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_3 2024-04-15T00:49:18.750 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-15T00:49:18.750 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T00:49:18.750 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 703 Links: 1 2024-04-15T00:49:18.750 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T00:49:18.750 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T00:49:18.750 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-15 00:49:11.790569835 +0000 2024-04-15T00:49:18.750 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-15 00:48:48.823988194 +0000 2024-04-15T00:49:18.750 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-15 00:48:48.823988194 +0000 2024-04-15T00:49:18.750 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: 2024-04-15 00:48:48.823988194 +0000 2024-04-15T00:49:18.751 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-15T00:49:18.817 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-15T00:49:18.818 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-15T00:49:18.818 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000216571 s, 2.4 MB/s 2024-04-15T00:49:18.819 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-15T00:49:18.876 DEBUG:teuthology.orchestra.run.smithi130:> stat /dev/vg_nvme/lv_4 2024-04-15T00:49:18.932 INFO:teuthology.orchestra.run.smithi130.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-15T00:49:18.932 INFO:teuthology.orchestra.run.smithi130.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-15T00:49:18.932 INFO:teuthology.orchestra.run.smithi130.stdout:Device: 5h/5d Inode: 725 Links: 1 2024-04-15T00:49:18.932 INFO:teuthology.orchestra.run.smithi130.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-15T00:49:18.932 INFO:teuthology.orchestra.run.smithi130.stdout:Context: system_u:object_r:device_t:s0 2024-04-15T00:49:18.932 INFO:teuthology.orchestra.run.smithi130.stdout:Access: 2024-04-15 00:49:11.790569835 +0000 2024-04-15T00:49:18.932 INFO:teuthology.orchestra.run.smithi130.stdout:Modify: 2024-04-15 00:48:49.170981844 +0000 2024-04-15T00:49:18.932 INFO:teuthology.orchestra.run.smithi130.stdout:Change: 2024-04-15 00:48:49.170981844 +0000 2024-04-15T00:49:18.932 INFO:teuthology.orchestra.run.smithi130.stdout: Birth: 2024-04-15 00:48:49.170981844 +0000 2024-04-15T00:49:18.933 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-15T00:49:18.998 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records in 2024-04-15T00:49:18.998 INFO:teuthology.orchestra.run.smithi130.stderr:1+0 records out 2024-04-15T00:49:18.998 INFO:teuthology.orchestra.run.smithi130.stderr:512 bytes copied, 0.000261745 s, 2.0 MB/s 2024-04-15T00:49:19.000 DEBUG:teuthology.orchestra.run.smithi130:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-15T00:49:19.056 DEBUG:teuthology.orchestra.run.smithi130:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-04-15T00:49:19.201 INFO:teuthology.orchestra.run.smithi130.stdout:loop 2024-04-15T00:49:19.203 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_1... 2024-04-15T00:49:19.203 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-04-15T00:49:19.240 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-04-15T00:49:19.277 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_11 2024-04-15T00:49:19.306 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_2... 2024-04-15T00:49:19.307 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-04-15T00:49:19.387 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-04-15T00:49:19.426 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_21 2024-04-15T00:49:19.455 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_3... 2024-04-15T00:49:19.456 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-04-15T00:49:19.534 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-04-15T00:49:19.573 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_31 2024-04-15T00:49:19.614 INFO:tasks.nvme_loop:Connecting nvme_loop smithi130:/dev/vg_nvme/lv_4... 2024-04-15T00:49:19.614 DEBUG:teuthology.orchestra.run.smithi130:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-04-15T00:49:19.693 INFO:teuthology.orchestra.run.smithi130.stdout:1 2024-04-15T00:49:19.734 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/vg_nvme/lv_41 2024-04-15T00:49:19.763 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T00:49:19.763 DEBUG:teuthology.orchestra.run.smithi130:> dd if=/scratch_devs of=/dev/stdout 2024-04-15T00:49:19.818 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme list 2024-04-15T00:49:19.884 INFO:teuthology.orchestra.run.smithi130.stdout:Node SN Model Namespace Usage Format FW Rev 2024-04-15T00:49:19.884 INFO:teuthology.orchestra.run.smithi130.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-04-15T00:49:19.885 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme0n1 PHFT620500Q1400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-04-15T00:49:19.885 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme1n1 e8f6949926a4aed370ec Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T00:49:19.885 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme2n1 23ed61eb9a51fc80848f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T00:49:19.885 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme3n1 d6ed962d8c450c5ba7fa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T00:49:19.885 INFO:teuthology.orchestra.run.smithi130.stdout:/dev/nvme4n1 c5579c5e6ce336235400 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.14.0-4 2024-04-15T00:49:19.886 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-04-15T00:49:19.886 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T00:49:19.886 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/scratch_devs 2024-04-15T00:49:19.955 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-15T00:49:20.063 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-15T00:49:20.063 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:49:20.064 INFO:tasks.cephadm:Cluster fsid is fe823042-fac1-11ee-bc8e-c7b262605968 2024-04-15T00:49:20.064 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-15T00:49:20.064 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-04-15T00:49:20.064 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi031': '172.21.15.31', 'mon.smithi130': '172.21.15.130'} 2024-04-15T00:49:20.064 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-15T00:49:20.064 DEBUG:teuthology.orchestra.run.smithi031:> sudo hostname $(hostname -s) 2024-04-15T00:49:20.097 DEBUG:teuthology.orchestra.run.smithi130:> sudo hostname $(hostname -s) 2024-04-15T00:49:20.124 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-15T00:49:20.124 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-15T00:49:20.273 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-15T00:49:20.500 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-15T00:49:20.503 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm 2024-04-15T00:49:20.503 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:20.979 INFO:teuthology.orchestra.run.smithi031.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 00:49 /home/ubuntu/cephtest/cephadm 2024-04-15T00:49:20.980 DEBUG:teuthology.orchestra.run.smithi130:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/squid/a9a752df26c63acad72e1b3569fd79a515ca0765/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-15T00:49:21.453 INFO:teuthology.orchestra.run.smithi130.stdout:-rw-r--r--. 1 ubuntu ubuntu 767805 Apr 15 00:49 /home/ubuntu/cephtest/cephadm 2024-04-15T00:49:21.453 DEBUG:teuthology.orchestra.run.smithi031:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T00:49:21.472 DEBUG:teuthology.orchestra.run.smithi130:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-15T00:49:21.499 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 on all hosts... 2024-04-15T00:49:21.499 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T00:49:21.515 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull 2024-04-15T00:49:22.337 INFO:teuthology.orchestra.run.smithi130.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T00:49:22.391 INFO:teuthology.orchestra.run.smithi031.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T00:49:22.505 INFO:teuthology.orchestra.run.smithi130.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:49:22.505 INFO:teuthology.orchestra.run.smithi130.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T00:49:22.505 INFO:teuthology.orchestra.run.smithi130.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765: reading manifest a9a752df26c63acad72e1b3569fd79a515ca0765 in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-15T00:49:22.505 INFO:teuthology.orchestra.run.smithi130.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:49:22.562 INFO:teuthology.orchestra.run.smithi031.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:49:22.562 INFO:teuthology.orchestra.run.smithi031.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765... 2024-04-15T00:49:22.562 INFO:teuthology.orchestra.run.smithi031.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-15T00:49:22.562 INFO:teuthology.orchestra.run.smithi031.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 2024-04-15T00:49:22.586 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:22.586 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 smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T00:49:22.587 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-15T00:49:22.589 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/lib/ceph/fe823042-fac1-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185/remote/smithi031/crash 2024-04-15T00:49:22.590 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/lib/ceph/fe823042-fac1-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T00:49:22.627 INFO:teuthology.orchestra.run.smithi031.stderr:tar: /var/lib/ceph/fe823042-fac1-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T00:49:22.627 INFO:teuthology.orchestra.run.smithi031.stderr:tar: Error is not recoverable: exiting now 2024-04-15T00:49:22.629 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/lib/ceph/fe823042-fac1-11ee-bc8e-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185/remote/smithi130/crash 2024-04-15T00:49:22.630 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/lib/ceph/fe823042-fac1-11ee-bc8e-c7b262605968/crash -- . 2024-04-15T00:49:22.666 INFO:teuthology.orchestra.run.smithi130.stderr:tar: /var/lib/ceph/fe823042-fac1-11ee-bc8e-c7b262605968/crash: Cannot open: No such file or directory 2024-04-15T00:49:22.666 INFO:teuthology.orchestra.run.smithi130.stderr:tar: Error is not recoverable: exiting now 2024-04-15T00:49:22.667 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-15T00:49:22.667 DEBUG:teuthology.orchestra.run.smithi031:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/fe823042-fac1-11ee-bc8e-c7b262605968/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-15T00:49:22.698 INFO:teuthology.orchestra.run.smithi031.stderr:grep: /var/log/ceph/fe823042-fac1-11ee-bc8e-c7b262605968/ceph.log: No such file or directory 2024-04-15T00:49:22.700 INFO:tasks.cephadm:Compressing logs... 2024-04-15T00:49:22.700 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:22.750 DEBUG:teuthology.orchestra.run.smithi130:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-15T00:49:22.770 INFO:teuthology.orchestra.run.smithi031.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-04-15T00:49:22.771 INFO:teuthology.orchestra.run.smithi031.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T00:49:22.771 INFO:teuthology.orchestra.run.smithi031.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T00:49:22.773 INFO:teuthology.orchestra.run.smithi031.stderr: 2024-04-15T00:49:22.773 INFO:teuthology.orchestra.run.smithi031.stderr:real 0m0.015s 2024-04-15T00:49:22.773 INFO:teuthology.orchestra.run.smithi031.stderr:user 0m0.011s 2024-04-15T00:49:22.773 INFO:teuthology.orchestra.run.smithi031.stderr:sys 0m0.015s 2024-04-15T00:49:22.776 INFO:teuthology.orchestra.run.smithi130.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-15T00:49:22.776 INFO:teuthology.orchestra.run.smithi130.stderr:: No such file or directory 2024-04-15T00:49:22.776 INFO:teuthology.orchestra.run.smithi130.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-15T00:49:22.779 INFO:teuthology.orchestra.run.smithi130.stderr: 2024-04-15T00:49:22.779 INFO:teuthology.orchestra.run.smithi130.stderr:real 0m0.014s 2024-04-15T00:49:22.779 INFO:teuthology.orchestra.run.smithi130.stderr:user 0m0.015s 2024-04-15T00:49:22.779 INFO:teuthology.orchestra.run.smithi130.stderr:sys 0m0.012s 2024-04-15T00:49:22.779 INFO:tasks.cephadm:Archiving logs... 2024-04-15T00:49:22.779 DEBUG:teuthology.misc:Transferring archived files from smithi031:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185/remote/smithi031/log 2024-04-15T00:49:22.780 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T00:49:22.840 DEBUG:teuthology.misc:Transferring archived files from smithi130:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185/remote/smithi130/log 2024-04-15T00:49:22.841 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-15T00:49:22.868 INFO:tasks.cephadm:Removing cluster... 2024-04-15T00:49:22.868 DEBUG:teuthology.orchestra.run.smithi031:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe823042-fac1-11ee-bc8e-c7b262605968 --force 2024-04-15T00:49:23.059 INFO:teuthology.orchestra.run.smithi031.stdout:Deleting cluster with fsid: fe823042-fac1-11ee-bc8e-c7b262605968 2024-04-15T00:49:23.170 DEBUG:teuthology.orchestra.run.smithi130:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid fe823042-fac1-11ee-bc8e-c7b262605968 --force 2024-04-15T00:49:23.343 INFO:teuthology.orchestra.run.smithi130.stdout:Deleting cluster with fsid: fe823042-fac1-11ee-bc8e-c7b262605968 2024-04-15T00:49:23.453 INFO:tasks.cephadm:Removing cephadm ... 2024-04-15T00:49:23.453 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T00:49:23.468 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-15T00:49:23.484 INFO:tasks.cephadm:Teardown complete 2024-04-15T00:49:23.484 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 smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T00:49:23.726 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=c29722c824204ca1b286b435cac66b34 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 smithi031 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a9a752df26c63acad72e1b3569fd79a515ca0765 pull' 2024-04-15T00:49:23.730 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-15T00:49:23.739 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-04-15T00:49:23.748 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_1... 2024-04-15T00:49:23.749 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_1 2024-04-15T00:49:23.884 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T00:49:23.885 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:23.886 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_2... 2024-04-15T00:49:23.886 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_2 2024-04-15T00:49:24.041 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T00:49:24.043 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:24.043 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_3... 2024-04-15T00:49:24.043 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_3 2024-04-15T00:49:24.189 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T00:49:24.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:24.191 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi031:/dev/vg_nvme/lv_4... 2024-04-15T00:49:24.191 DEBUG:teuthology.orchestra.run.smithi031:> sudo nvme disconnect -n lv_4 2024-04-15T00:49:24.332 INFO:teuthology.orchestra.run.smithi031.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T00:49:24.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:24.334 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2024-04-15T00:49:24.334 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/scratch_devs 2024-04-15T00:49:24.364 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_1... 2024-04-15T00:49:24.364 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_1 2024-04-15T00:49:24.509 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-04-15T00:49:24.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:24.511 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_2... 2024-04-15T00:49:24.511 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_2 2024-04-15T00:49:24.644 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-04-15T00:49:24.646 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:24.646 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_3... 2024-04-15T00:49:24.646 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_3 2024-04-15T00:49:24.804 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-04-15T00:49:24.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:24.806 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi130:/dev/vg_nvme/lv_4... 2024-04-15T00:49:24.806 DEBUG:teuthology.orchestra.run.smithi130:> sudo nvme disconnect -n lv_4 2024-04-15T00:49:24.955 INFO:teuthology.orchestra.run.smithi130.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-04-15T00:49:24.957 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:24.957 DEBUG:teuthology.orchestra.run.smithi130:> set -ex 2024-04-15T00:49:24.957 DEBUG:teuthology.orchestra.run.smithi130:> sudo dd of=/scratch_devs 2024-04-15T00:49:24.989 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-15T00:49:25.000 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-15T00:49:25.000 DEBUG:teuthology.orchestra.run.smithi031:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T00:49:25.003 DEBUG:teuthology.orchestra.run.smithi130:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-15T00:49:25.018 INFO:teuthology.orchestra.run.smithi031.stderr:bash: line 1: ntpq: command not found 2024-04-15T00:49:25.022 INFO:teuthology.orchestra.run.smithi031.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T00:49:25.023 INFO:teuthology.orchestra.run.smithi031.stdout:=============================================================================== 2024-04-15T00:49:25.023 INFO:teuthology.orchestra.run.smithi031.stdout:^* hv01.front.sepia.ceph.com 3 6 17 5 +1041us[+1042us] +/- 68ms 2024-04-15T00:49:25.023 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 6 -917us[ -916us] +/- 70ms 2024-04-15T00:49:25.023 INFO:teuthology.orchestra.run.smithi031.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 6 -170us[ -169us] +/- 71ms 2024-04-15T00:49:25.023 INFO:teuthology.orchestra.run.smithi031.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:49:25.044 INFO:teuthology.orchestra.run.smithi130.stderr:bash: line 1: ntpq: command not found 2024-04-15T00:49:25.107 INFO:teuthology.orchestra.run.smithi130.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-15T00:49:25.107 INFO:teuthology.orchestra.run.smithi130.stdout:=============================================================================== 2024-04-15T00:49:25.107 INFO:teuthology.orchestra.run.smithi130.stdout:^* hv01.front.sepia.ceph.com 3 6 17 5 +1053us[+1048us] +/- 68ms 2024-04-15T00:49:25.107 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv02.front.sepia.ceph.com 3 6 17 6 -930us[ -936us] +/- 70ms 2024-04-15T00:49:25.107 INFO:teuthology.orchestra.run.smithi130.stdout:^+ hv03.front.sepia.ceph.com 3 6 17 6 -178us[ -183us] +/- 71ms 2024-04-15T00:49:25.108 INFO:teuthology.orchestra.run.smithi130.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-15T00:49:25.108 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-15T00:49:25.118 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-15T00:49:25.119 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-15T00:49:25.129 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:25.200 DEBUG:teuthology.orchestra.run.smithi130:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-15T00:49:25.268 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:25.299 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:25.299 DEBUG:teuthology.orchestra.run.smithi130:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-15T00:49:25.329 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:25.330 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-15T00:49:25.340 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-15T00:49:25.350 INFO:teuthology.task.internal:Duration was 273.813971 seconds 2024-04-15T00:49:25.351 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-15T00:49:25.360 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-15T00:49:25.361 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T00:49:25.365 DEBUG:teuthology.orchestra.run.smithi130:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-15T00:49:25.407 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T00:49:25.415 INFO:teuthology.orchestra.run.smithi130.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-15T00:49:25.518 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-15T00:49:25.518 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2024-04-15T00:49:25.518 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:25.540 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi130.front.sepia.ceph.com 2024-04-15T00:49:25.540 DEBUG:teuthology.orchestra.run.smithi130:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-15T00:49:25.561 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-15T00:49:25.561 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T00:49:25.583 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-15T00:49:25.629 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-15T00:49:25.630 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T00:49:25.653 DEBUG:teuthology.orchestra.run.smithi130:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-15T00:49:25.759 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-15T00:49:25.776 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-15T00:49:25.776 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T00:49:25.803 DEBUG:teuthology.orchestra.run.smithi130:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-15T00:49:25.830 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-15T00:49:25.843 DEBUG:teuthology.orchestra.run.smithi031:> 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-15T00:49:25.846 DEBUG:teuthology.orchestra.run.smithi130:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-15T00:49:25.868 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2024-04-15T00:49:25.896 INFO:teuthology.orchestra.run.smithi130.stdout:kernel.core_pattern = core 2024-04-15T00:49:25.920 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T00:49:25.951 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:25.951 DEBUG:teuthology.orchestra.run.smithi130:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-15T00:49:25.974 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-15T00:49:25.975 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-15T00:49:25.986 INFO:teuthology.task.internal:Transferring archived files... 2024-04-15T00:49:25.987 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185/remote/smithi031 2024-04-15T00:49:25.987 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T00:49:26.027 DEBUG:teuthology.misc:Transferring archived files from smithi130:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185/remote/smithi130 2024-04-15T00:49:26.027 DEBUG:teuthology.orchestra.run.smithi130:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-15T00:49:26.062 INFO:teuthology.task.internal:Removing archive directory... 2024-04-15T00:49:26.063 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T00:49:26.065 DEBUG:teuthology.orchestra.run.smithi130:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-15T00:49:26.113 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-15T00:49:26.125 INFO:teuthology.task.internal:Not uploading archives. 2024-04-15T00:49:26.125 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-15T00:49:26.135 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-15T00:49:26.135 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T00:49:26.137 DEBUG:teuthology.orchestra.run.smithi130:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-15T00:49:26.149 INFO:teuthology.orchestra.run.smithi031.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 00:49 /home/ubuntu/cephtest 2024-04-15T00:49:26.168 INFO:teuthology.orchestra.run.smithi130.stdout: 265306 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 15 00:49 /home/ubuntu/cephtest 2024-04-15T00:49:26.169 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-15T00:49:26.180 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-15T00:49:26.201 INFO:teuthology.nuke:Checking targets against current locks 2024-04-15T00:49:26.232 DEBUG:teuthology.nuke:shortname: smithi031 2024-04-15T00:49:26.232 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T00:49:26.257 DEBUG:teuthology.nuke:shortname: smithi130 2024-04-15T00:49:26.257 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-15T00:49:26.261 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 00:36:35.079186', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNwNwL0nWU1FiKMwCaZgzBY7YJB4g1DMkOM/WHYhLJBvwuv+PPpO+t2qQ42zxbM+ARLuSlgaln/7K923FxrP9gM='} 2024-04-15T00:49:26.282 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi130.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-14_21:00:09-rados-squid-distro-default-smithi/7656185', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-15 00:36:35.077585', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFbCMePMJmK0KtyXPHTEtM19oljEb0omnk/289kABBU+6GQVCXcXEYQbyRiBccJ1BA7kHIkP+ejxQDK9PLsOcxo='} 2024-04-15T00:49:26.315 INFO:teuthology.orchestra.console.smithi031:Power off 2024-04-15T00:49:26.315 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T00:49:26.342 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2024-04-15T00:49:26.343 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:49:26.361 INFO:teuthology.orchestra.console.smithi130:Power off 2024-04-15T00:49:26.362 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-15T00:49:26.374 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-04-15T00:49:26.392 DEBUG:teuthology.orchestra.console.smithi130:power off output: Chassis Power Control: Down/Off 2024-04-15T00:49:26.392 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:49:26.424 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-15T00:49:30.376 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:49:30.425 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:49:30.488 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2024-04-15T00:49:30.540 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-15T00:49:34.490 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:49:34.542 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:49:34.603 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2024-04-15T00:49:34.654 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is on 2024-04-15T00:49:34.704 INFO:teuthology.orchestra.console.smithi031:Power off completed 2024-04-15T00:49:38.658 DEBUG:teuthology.orchestra.console.smithi130:pexpect command: ipmitool -H smithi130.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-15T00:49:38.769 DEBUG:teuthology.orchestra.console.smithi130:check power output: Chassis Power is off 2024-04-15T00:49:38.870 INFO:teuthology.orchestra.console.smithi130:Power off completed 2024-04-15T00:49:38.974 INFO:teuthology.run:Summary data: description: rados/cephadm/osds/{0-distro/centos_9.stream_runc 0-nvme-loop 1-start 2-ops/rmdir-reactivate} duration: 273.8139708042145 failure_reason: 'Command failed on smithi031 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=c29722c824204ca1b286b435cac66b34 status: fail success: false 2024-04-15T00:49:38.974 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-15T00:49:39.067 INFO:teuthology.run:FAIL