2024-04-19T21:49:12.317 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-19T21:49:12.317 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --name teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi --archive /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663809 --verbose --description orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} -- /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663809/orig.config.yaml 2024-04-19T21:49:12.349 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T21:49:12.438 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663809 branch: squid description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7663809' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true 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 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: d0bf63dd179c05751e4be49477389aa290c73089 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d0bf63dd179c05751e4be49477389aa290c73089 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: e02d68a84525e0fa855f080a47dd96b350c21c42 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 5868 sha1: d0bf63dd179c05751e4be49477389aa290c73089 sleep_before_teardown: 0 subset: 38/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_e02d68a84525e0fa855f080a47dd96b350c21c42/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: e02d68a84525e0fa855f080a47dd96b350c21c42 targets: smithi018.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIBZOW9L5UlxDKKunfKgIKmQI/2Xc6yOlS0vFb+Z1rOYCSE6AGEIZRNrrbQvXHRl23NzVmFm8aZEdgrJ6S1osbI= smithi062.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgsUpUyKCJmKqJdVu/PtDeHNGv88NawUhoBmTxzGsh1T3stNLmWkthv2MlXW2MQ1Ts4PT5M/Iys8bCfKnk4scE= 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 - install: null - cephadm.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cephadm.apply: specs: - cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb - cephadm.wait_for_service: service: smb.saserv1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-19_21:08:02 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-19T21:49:12.438 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_e02d68a84525e0fa855f080a47dd96b350c21c42/qa; will attempt to use it 2024-04-19T21:49:12.438 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_e02d68a84525e0fa855f080a47dd96b350c21c42/qa/tasks 2024-04-19T21:49:12.439 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-19T21:49:12.440 INFO:teuthology.task.internal:Checking packages... 2024-04-19T21:49:12.464 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'd0bf63dd179c05751e4be49477389aa290c73089' 2024-04-19T21:49:12.464 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-19T21:49:12.464 INFO:teuthology.packaging:ref: None 2024-04-19T21:49:12.464 INFO:teuthology.packaging:tag: None 2024-04-19T21:49:12.464 INFO:teuthology.packaging:branch: squid 2024-04-19T21:49:12.464 INFO:teuthology.packaging:sha1: d0bf63dd179c05751e4be49477389aa290c73089 2024-04-19T21:49:12.464 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-19T21:49:12.751 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2401.gd0bf63dd 2024-04-19T21:49:12.753 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-19T21:49:12.760 INFO:teuthology.task.internal:no buildpackages task found 2024-04-19T21:49:12.760 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-19T21:49:12.827 INFO:teuthology.task.internal:Saving configuration 2024-04-19T21:49:12.840 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-19T21:49:12.861 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T21:49:12.886 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663809', '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-19 21:42:34.087421', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIBZOW9L5UlxDKKunfKgIKmQI/2Xc6yOlS0vFb+Z1rOYCSE6AGEIZRNrrbQvXHRl23NzVmFm8aZEdgrJ6S1osbI='} 2024-04-19T21:49:12.909 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663809', '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-19 21:42:34.085491', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgsUpUyKCJmKqJdVu/PtDeHNGv88NawUhoBmTxzGsh1T3stNLmWkthv2MlXW2MQ1Ts4PT5M/Iys8bCfKnk4scE='} 2024-04-19T21:49:12.909 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-19T21:49:12.948 INFO:teuthology.task.internal:roles: ubuntu@smithi018.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2024-04-19T21:49:12.949 INFO:teuthology.task.internal:roles: ubuntu@smithi062.front.sepia.ceph.com - ['host.b', 'cephadm.exclude'] 2024-04-19T21:49:12.949 INFO:teuthology.run_tasks:Running task console_log... 2024-04-19T21:49:13.043 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2674672ee0>, signals=[15]) 2024-04-19T21:49:13.044 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-19T21:49:13.051 INFO:teuthology.task.internal:Opening connections... 2024-04-19T21:49:13.051 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi018.front.sepia.ceph.com 2024-04-19T21:49:13.053 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:49:13.159 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi062.front.sepia.ceph.com 2024-04-19T21:49:13.160 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:49:13.262 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-19T21:49:13.269 DEBUG:teuthology.orchestra.run.smithi018:> uname -m 2024-04-19T21:49:13.287 INFO:teuthology.orchestra.run.smithi018.stdout:x86_64 2024-04-19T21:49:13.287 DEBUG:teuthology.orchestra.run.smithi018:> cat /etc/os-release 2024-04-19T21:49:13.345 INFO:teuthology.orchestra.run.smithi018.stdout:NAME="CentOS Stream" 2024-04-19T21:49:13.345 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION="9" 2024-04-19T21:49:13.345 INFO:teuthology.orchestra.run.smithi018.stdout:ID="centos" 2024-04-19T21:49:13.345 INFO:teuthology.orchestra.run.smithi018.stdout:ID_LIKE="rhel fedora" 2024-04-19T21:49:13.345 INFO:teuthology.orchestra.run.smithi018.stdout:VERSION_ID="9" 2024-04-19T21:49:13.345 INFO:teuthology.orchestra.run.smithi018.stdout:PLATFORM_ID="platform:el9" 2024-04-19T21:49:13.346 INFO:teuthology.orchestra.run.smithi018.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T21:49:13.346 INFO:teuthology.orchestra.run.smithi018.stdout:ANSI_COLOR="0;31" 2024-04-19T21:49:13.346 INFO:teuthology.orchestra.run.smithi018.stdout:LOGO="fedora-logo-icon" 2024-04-19T21:49:13.346 INFO:teuthology.orchestra.run.smithi018.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T21:49:13.346 INFO:teuthology.orchestra.run.smithi018.stdout:HOME_URL="https://centos.org/" 2024-04-19T21:49:13.346 INFO:teuthology.orchestra.run.smithi018.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T21:49:13.346 INFO:teuthology.orchestra.run.smithi018.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T21:49:13.346 INFO:teuthology.orchestra.run.smithi018.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T21:49:13.347 INFO:teuthology.lock.ops:Updating smithi018.front.sepia.ceph.com on lock server 2024-04-19T21:49:13.364 DEBUG:teuthology.orchestra.run.smithi062:> uname -m 2024-04-19T21:49:13.382 INFO:teuthology.orchestra.run.smithi062.stdout:x86_64 2024-04-19T21:49:13.383 DEBUG:teuthology.orchestra.run.smithi062:> cat /etc/os-release 2024-04-19T21:49:13.442 INFO:teuthology.orchestra.run.smithi062.stdout:NAME="CentOS Stream" 2024-04-19T21:49:13.442 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION="9" 2024-04-19T21:49:13.442 INFO:teuthology.orchestra.run.smithi062.stdout:ID="centos" 2024-04-19T21:49:13.442 INFO:teuthology.orchestra.run.smithi062.stdout:ID_LIKE="rhel fedora" 2024-04-19T21:49:13.442 INFO:teuthology.orchestra.run.smithi062.stdout:VERSION_ID="9" 2024-04-19T21:49:13.442 INFO:teuthology.orchestra.run.smithi062.stdout:PLATFORM_ID="platform:el9" 2024-04-19T21:49:13.442 INFO:teuthology.orchestra.run.smithi062.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-19T21:49:13.442 INFO:teuthology.orchestra.run.smithi062.stdout:ANSI_COLOR="0;31" 2024-04-19T21:49:13.442 INFO:teuthology.orchestra.run.smithi062.stdout:LOGO="fedora-logo-icon" 2024-04-19T21:49:13.443 INFO:teuthology.orchestra.run.smithi062.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-19T21:49:13.443 INFO:teuthology.orchestra.run.smithi062.stdout:HOME_URL="https://centos.org/" 2024-04-19T21:49:13.443 INFO:teuthology.orchestra.run.smithi062.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-19T21:49:13.443 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-19T21:49:13.443 INFO:teuthology.orchestra.run.smithi062.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-19T21:49:13.443 INFO:teuthology.lock.ops:Updating smithi062.front.sepia.ceph.com on lock server 2024-04-19T21:49:13.464 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-19T21:49:13.472 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-19T21:49:13.497 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-19T21:49:13.497 DEBUG:teuthology.orchestra.run.smithi018:> test '!' -e /home/ubuntu/cephtest 2024-04-19T21:49:13.500 DEBUG:teuthology.orchestra.run.smithi062:> test '!' -e /home/ubuntu/cephtest 2024-04-19T21:49:13.517 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-19T21:49:13.540 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-19T21:49:13.540 DEBUG:teuthology.orchestra.run.smithi018:> test -z $(ls -A /var/lib/ceph) 2024-04-19T21:49:13.557 DEBUG:teuthology.orchestra.run.smithi062:> test -z $(ls -A /var/lib/ceph) 2024-04-19T21:49:13.583 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-19T21:49:13.636 INFO:teuthology.run_tasks:Running task kernel... 2024-04-19T21:49:13.652 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-19T21:49:13.652 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-19T21:49:13.652 DEBUG:teuthology.orchestra.run.smithi018:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T21:49:13.652 DEBUG:teuthology.orchestra.run.smithi062:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-19T21:49:13.669 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:49:13.670 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-04-19T21:49:13.670 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:49:13.671 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-04-19T21:49:13.728 INFO:teuthology.orchestra.run.smithi018.stdout:5.14.0-361.el9.x86_64 2024-04-19T21:49:13.728 INFO:teuthology.task.kernel:Running kernel on smithi018: 5.14.0-361.el9.x86_64 2024-04-19T21:49:13.728 DEBUG:teuthology.orchestra.run.smithi018:> sudo yum install -y kernel 2024-04-19T21:49:13.729 INFO:teuthology.orchestra.run.smithi062.stdout:5.14.0-361.el9.x86_64 2024-04-19T21:49:13.729 INFO:teuthology.task.kernel:Running kernel on smithi062: 5.14.0-361.el9.x86_64 2024-04-19T21:49:13.729 DEBUG:teuthology.orchestra.run.smithi062:> sudo yum install -y kernel 2024-04-19T21:49:15.877 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS-9 - AppStream 13 MB/s | 6.4 MB 00:00 2024-04-19T21:49:15.925 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS-9 - AppStream 13 MB/s | 6.4 MB 00:00 2024-04-19T21:49:17.277 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS-9 - BaseOS 7.6 MB/s | 2.0 MB 00:00 2024-04-19T21:49:17.342 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS-9 - BaseOS 6.4 MB/s | 2.0 MB 00:00 2024-04-19T21:49:18.533 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - BaseOS 9.0 MB/s | 8.0 MB 00:00 2024-04-19T21:49:19.103 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - BaseOS 5.5 MB/s | 8.0 MB 00:01 2024-04-19T21:49:20.518 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - AppStream 24 MB/s | 19 MB 00:00 2024-04-19T21:49:21.160 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - AppStream 22 MB/s | 19 MB 00:00 2024-04-19T21:49:25.210 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - CRB 6.8 MB/s | 6.2 MB 00:00 2024-04-19T21:49:25.827 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - CRB 7.3 MB/s | 6.2 MB 00:00 2024-04-19T21:49:26.694 INFO:teuthology.orchestra.run.smithi062.stdout:CentOS Stream 9 - Extras packages 65 kB/s | 16 kB 00:00 2024-04-19T21:49:27.494 INFO:teuthology.orchestra.run.smithi018.stdout:CentOS Stream 9 - Extras packages 46 kB/s | 16 kB 00:00 2024-04-19T21:49:31.012 INFO:teuthology.orchestra.run.smithi018.stdout:Extra Packages for Enterprise Linux 6.2 MB/s | 21 MB 00:03 2024-04-19T21:49:36.370 INFO:teuthology.orchestra.run.smithi018.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-19T21:49:37.386 INFO:teuthology.orchestra.run.smithi062.stdout:Extra Packages for Enterprise Linux 2.0 MB/s | 21 MB 00:10 2024-04-19T21:49:38.903 INFO:teuthology.orchestra.run.smithi018.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T21:49:38.903 INFO:teuthology.orchestra.run.smithi018.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T21:49:38.997 INFO:teuthology.orchestra.run.smithi018.stdout:Dependencies resolved. 2024-04-19T21:49:39.008 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-04-19T21:49:39.008 INFO:teuthology.orchestra.run.smithi018.stdout: Package Arch Version Repository Size 2024-04-19T21:49:39.008 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-04-19T21:49:39.008 INFO:teuthology.orchestra.run.smithi018.stdout:Installing: 2024-04-19T21:49:39.008 INFO:teuthology.orchestra.run.smithi018.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T21:49:39.008 INFO:teuthology.orchestra.run.smithi018.stdout:Installing dependencies: 2024-04-19T21:49:39.008 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T21:49:39.009 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T21:49:39.009 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T21:49:39.009 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-04-19T21:49:39.009 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction Summary 2024-04-19T21:49:39.009 INFO:teuthology.orchestra.run.smithi018.stdout:================================================================================ 2024-04-19T21:49:39.009 INFO:teuthology.orchestra.run.smithi018.stdout:Install 4 Packages 2024-04-19T21:49:39.009 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-04-19T21:49:39.009 INFO:teuthology.orchestra.run.smithi018.stdout:Total download size: 78 M 2024-04-19T21:49:39.009 INFO:teuthology.orchestra.run.smithi018.stdout:Installed size: 125 M 2024-04-19T21:49:39.010 INFO:teuthology.orchestra.run.smithi018.stdout:Downloading Packages: 2024-04-19T21:49:39.155 INFO:teuthology.orchestra.run.smithi018.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 197 kB/s | 29 kB 00:00 2024-04-19T21:49:39.789 INFO:teuthology.orchestra.run.smithi018.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 21 MB/s | 16 MB 00:00 2024-04-19T21:49:40.297 INFO:teuthology.orchestra.run.smithi018.stdout:(3/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 27 MB/s | 34 MB 00:01 2024-04-19T21:49:41.139 INFO:teuthology.orchestra.run.smithi018.stdout:(4/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 14 MB/s | 27 MB 00:01 2024-04-19T21:49:41.142 INFO:teuthology.orchestra.run.smithi018.stdout:-------------------------------------------------------------------------------- 2024-04-19T21:49:41.142 INFO:teuthology.orchestra.run.smithi018.stdout:Total 36 MB/s | 78 MB 00:02 2024-04-19T21:49:41.143 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction check 2024-04-19T21:49:41.610 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction check succeeded. 2024-04-19T21:49:41.610 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction test 2024-04-19T21:49:42.494 INFO:teuthology.orchestra.run.smithi018.stdout:Transaction test succeeded. 2024-04-19T21:49:42.494 INFO:teuthology.orchestra.run.smithi018.stdout:Running transaction 2024-04-19T21:49:42.644 INFO:teuthology.orchestra.run.smithi062.stdout:lab-extras 46 kB/s | 1.7 kB 00:00 2024-04-19T21:49:44.841 INFO:teuthology.orchestra.run.smithi018.stdout: Preparing : 1/1 2024-04-19T21:49:45.126 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-19T21:49:45.127 INFO:teuthology.orchestra.run.smithi062.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-19T21:49:45.224 INFO:teuthology.orchestra.run.smithi062.stdout:Dependencies resolved. 2024-04-19T21:49:45.230 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-19T21:49:45.230 INFO:teuthology.orchestra.run.smithi062.stdout: Package Arch Version Repository Size 2024-04-19T21:49:45.230 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-19T21:49:45.230 INFO:teuthology.orchestra.run.smithi062.stdout:Installing: 2024-04-19T21:49:45.230 INFO:teuthology.orchestra.run.smithi062.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-19T21:49:45.230 INFO:teuthology.orchestra.run.smithi062.stdout:Installing dependencies: 2024-04-19T21:49:45.230 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-19T21:49:45.230 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-19T21:49:45.230 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-19T21:49:45.230 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-19T21:49:45.231 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction Summary 2024-04-19T21:49:45.231 INFO:teuthology.orchestra.run.smithi062.stdout:================================================================================ 2024-04-19T21:49:45.231 INFO:teuthology.orchestra.run.smithi062.stdout:Install 4 Packages 2024-04-19T21:49:45.231 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-19T21:49:45.231 INFO:teuthology.orchestra.run.smithi062.stdout:Total download size: 78 M 2024-04-19T21:49:45.231 INFO:teuthology.orchestra.run.smithi062.stdout:Installed size: 125 M 2024-04-19T21:49:45.232 INFO:teuthology.orchestra.run.smithi062.stdout:Downloading Packages: 2024-04-19T21:49:45.478 INFO:teuthology.orchestra.run.smithi062.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 116 kB/s | 29 kB 00:00 2024-04-19T21:49:45.490 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T21:49:45.589 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:49:46.712 INFO:teuthology.orchestra.run.smithi062.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 11 MB/s | 16 MB 00:01 2024-04-19T21:49:47.621 INFO:teuthology.orchestra.run.smithi062.stdout:(3/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 14 MB/s | 34 MB 00:02 2024-04-19T21:49:47.929 INFO:teuthology.orchestra.run.smithi062.stdout:(4/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 11 MB/s | 27 MB 00:02 2024-04-19T21:49:47.932 INFO:teuthology.orchestra.run.smithi062.stdout:-------------------------------------------------------------------------------- 2024-04-19T21:49:47.932 INFO:teuthology.orchestra.run.smithi062.stdout:Total 29 MB/s | 78 MB 00:02 2024-04-19T21:49:47.933 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction check 2024-04-19T21:49:48.046 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:49:48.179 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:49:48.361 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction check succeeded. 2024-04-19T21:49:48.361 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction test 2024-04-19T21:49:49.232 INFO:teuthology.orchestra.run.smithi062.stdout:Transaction test succeeded. 2024-04-19T21:49:49.232 INFO:teuthology.orchestra.run.smithi062.stdout:Running transaction 2024-04-19T21:49:51.536 INFO:teuthology.orchestra.run.smithi062.stdout: Preparing : 1/1 2024-04-19T21:49:52.196 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T21:49:52.295 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:49:53.356 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:49:53.404 INFO:teuthology.orchestra.run.smithi018.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:49:54.732 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:49:54.867 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:49:58.602 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:00.011 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:50:00.050 INFO:teuthology.orchestra.run.smithi062.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:05.215 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:29.802 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:29.803 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-04-19T21:50:29.803 INFO:teuthology.orchestra.run.smithi018.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T21:50:29.803 INFO:teuthology.orchestra.run.smithi018.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T21:50:29.803 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-04-19T21:50:29.847 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:30.203 INFO:teuthology.orchestra.run.smithi018.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:30.203 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T21:50:30.203 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:50:30.203 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:50:30.622 INFO:teuthology.orchestra.run.smithi018.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:30.622 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-04-19T21:50:30.622 INFO:teuthology.orchestra.run.smithi018.stdout:Installed: 2024-04-19T21:50:30.623 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:30.623 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:30.623 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:30.623 INFO:teuthology.orchestra.run.smithi018.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:30.623 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-04-19T21:50:30.623 INFO:teuthology.orchestra.run.smithi018.stdout:Complete! 2024-04-19T21:50:30.957 DEBUG:teuthology.orchestra.run.smithi018:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T21:50:31.061 INFO:teuthology.orchestra.run.smithi018.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:31.062 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:31.062 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:31.062 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T21:50:31.062 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T21:50:31.062 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-19T21:50:31.062 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi018.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T21:50:31.062 DEBUG:teuthology.orchestra.run.smithi018:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T21:50:31.145 INFO:teuthology.orchestra.run.smithi018.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:31.145 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:31.146 DEBUG:teuthology.orchestra.run.smithi018:> sudo rpm -qi grub2-tools 2024-04-19T21:50:31.184 INFO:teuthology.orchestra.run.smithi018.stdout:Name : grub2-tools 2024-04-19T21:50:31.184 INFO:teuthology.orchestra.run.smithi018.stdout:Epoch : 1 2024-04-19T21:50:31.184 INFO:teuthology.orchestra.run.smithi018.stdout:Version : 2.06 2024-04-19T21:50:31.184 INFO:teuthology.orchestra.run.smithi018.stdout:Release : 68.el9 2024-04-19T21:50:31.184 INFO:teuthology.orchestra.run.smithi018.stdout:Architecture: x86_64 2024-04-19T21:50:31.184 INFO:teuthology.orchestra.run.smithi018.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T21:50:31.184 INFO:teuthology.orchestra.run.smithi018.stdout:Group : Unspecified 2024-04-19T21:50:31.184 INFO:teuthology.orchestra.run.smithi018.stdout:Size : 8264254 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:License : GPLv3+ 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:Packager : builder@centos.org 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:Vendor : CentOS 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:Summary : Support tools for GRUB. 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:Description : 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T21:50:31.185 INFO:teuthology.orchestra.run.smithi018.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T21:50:31.186 INFO:teuthology.orchestra.run.smithi018.stdout:hardware devices. 2024-04-19T21:50:31.186 INFO:teuthology.orchestra.run.smithi018.stdout: 2024-04-19T21:50:31.186 INFO:teuthology.orchestra.run.smithi018.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T21:50:31.186 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T21:50:31.187 INFO:teuthology.task.kernel:Updating grub on smithi018 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:31.187 DEBUG:teuthology.orchestra.run.smithi018:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T21:50:31.973 INFO:teuthology.orchestra.run.smithi018.stderr:Generating grub configuration file ... 2024-04-19T21:50:33.345 INFO:teuthology.orchestra.run.smithi018.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T21:50:33.384 INFO:teuthology.orchestra.run.smithi018.stderr:done 2024-04-19T21:50:33.387 DEBUG:teuthology.orchestra.run.smithi018:> mktemp 2024-04-19T21:50:33.402 INFO:teuthology.orchestra.run.smithi018.stdout:/tmp/tmp.tX4XGd71nl 2024-04-19T21:50:33.402 DEBUG:teuthology.orchestra.run.smithi018:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.tX4XGd71nl 2024-04-19T21:50:33.482 DEBUG:teuthology.orchestra.run.smithi018:> sudo chmod 0666 /tmp/tmp.tX4XGd71nl 2024-04-19T21:50:33.627 DEBUG:teuthology.orchestra.remote:smithi018:/tmp/tmp.tX4XGd71nl is 6KB 2024-04-19T21:50:33.675 DEBUG:teuthology.orchestra.run.smithi018:> rm -fr /tmp/tmp.tX4XGd71nl 2024-04-19T21:50:33.689 DEBUG:teuthology.orchestra.run.smithi018:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T21:50:33.757 INFO:teuthology.orchestra.run.smithi018.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T21:50:33.757 INFO:teuthology.orchestra.run.smithi018.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T21:50:33.758 INFO:teuthology.orchestra.run.smithi018.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T21:50:33.758 INFO:teuthology.orchestra.run.smithi018.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T21:50:33.759 DEBUG:teuthology.orchestra.run.smithi018:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:33.911 DEBUG:teuthology.orchestra.run.smithi018:> sudo shutdown -r now 2024-04-19T21:50:36.428 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:36.428 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-19T21:50:36.428 INFO:teuthology.orchestra.run.smithi062.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-19T21:50:36.428 INFO:teuthology.orchestra.run.smithi062.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-19T21:50:36.429 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-19T21:50:36.479 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:36.832 INFO:teuthology.orchestra.run.smithi062.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:36.832 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-19T21:50:36.832 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-19T21:50:36.833 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-19T21:50:37.269 INFO:teuthology.orchestra.run.smithi062.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-19T21:50:37.269 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-19T21:50:37.269 INFO:teuthology.orchestra.run.smithi062.stdout:Installed: 2024-04-19T21:50:37.270 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:37.270 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:37.270 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:37.270 INFO:teuthology.orchestra.run.smithi062.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:37.270 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-19T21:50:37.270 INFO:teuthology.orchestra.run.smithi062.stdout:Complete! 2024-04-19T21:50:37.587 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T21:50:37.723 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:37.723 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:37.723 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-361.el9.x86_64 Expected: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:37.723 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-19T21:50:37.723 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-19T21:50:37.724 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-19T21:50:37.724 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi062.front.sepia.ceph.com, path=None, version=distro) 2024-04-19T21:50:37.724 DEBUG:teuthology.orchestra.run.smithi062:> rpm -q kernel | sort -rV | head -n 1 2024-04-19T21:50:37.807 INFO:teuthology.orchestra.run.smithi062.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:37.807 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:37.807 DEBUG:teuthology.orchestra.run.smithi062:> sudo rpm -qi grub2-tools 2024-04-19T21:50:37.855 INFO:teuthology.orchestra.run.smithi062.stdout:Name : grub2-tools 2024-04-19T21:50:37.855 INFO:teuthology.orchestra.run.smithi062.stdout:Epoch : 1 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Version : 2.06 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Release : 68.el9 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Architecture: x86_64 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Group : Unspecified 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Size : 8264254 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:License : GPLv3+ 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Packager : builder@centos.org 2024-04-19T21:50:37.856 INFO:teuthology.orchestra.run.smithi062.stdout:Vendor : CentOS 2024-04-19T21:50:37.857 INFO:teuthology.orchestra.run.smithi062.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-19T21:50:37.857 INFO:teuthology.orchestra.run.smithi062.stdout:Summary : Support tools for GRUB. 2024-04-19T21:50:37.857 INFO:teuthology.orchestra.run.smithi062.stdout:Description : 2024-04-19T21:50:37.857 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-19T21:50:37.857 INFO:teuthology.orchestra.run.smithi062.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-19T21:50:37.857 INFO:teuthology.orchestra.run.smithi062.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-19T21:50:37.857 INFO:teuthology.orchestra.run.smithi062.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-19T21:50:37.857 INFO:teuthology.orchestra.run.smithi062.stdout:hardware devices. 2024-04-19T21:50:37.857 INFO:teuthology.orchestra.run.smithi062.stdout: 2024-04-19T21:50:37.857 INFO:teuthology.orchestra.run.smithi062.stdout:This subpackage provides tools for support of all platforms. 2024-04-19T21:50:37.858 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-19T21:50:37.858 INFO:teuthology.task.kernel:Updating grub on smithi062 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:37.858 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-19T21:50:38.464 INFO:teuthology.orchestra.run.smithi062.stderr:Generating grub configuration file ... 2024-04-19T21:50:39.906 INFO:teuthology.orchestra.run.smithi062.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-19T21:50:39.935 INFO:teuthology.orchestra.run.smithi062.stderr:done 2024-04-19T21:50:39.937 DEBUG:teuthology.orchestra.run.smithi062:> mktemp 2024-04-19T21:50:39.992 INFO:teuthology.orchestra.run.smithi062.stdout:/tmp/tmp.kMLViGOCoY 2024-04-19T21:50:39.993 DEBUG:teuthology.orchestra.run.smithi062:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.kMLViGOCoY 2024-04-19T21:50:40.064 DEBUG:teuthology.orchestra.run.smithi062:> sudo chmod 0666 /tmp/tmp.kMLViGOCoY 2024-04-19T21:50:40.204 DEBUG:teuthology.orchestra.remote:smithi062:/tmp/tmp.kMLViGOCoY is 6KB 2024-04-19T21:50:40.253 DEBUG:teuthology.orchestra.run.smithi062:> rm -fr /tmp/tmp.kMLViGOCoY 2024-04-19T21:50:40.267 DEBUG:teuthology.orchestra.run.smithi062:> sudo /bin/ls /boot/loader/entries || true 2024-04-19T21:50:40.344 INFO:teuthology.orchestra.run.smithi062.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-19T21:50:40.344 INFO:teuthology.orchestra.run.smithi062.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-19T21:50:40.344 INFO:teuthology.orchestra.run.smithi062.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-19T21:50:40.344 INFO:teuthology.orchestra.run.smithi062.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-19T21:50:40.346 DEBUG:teuthology.orchestra.run.smithi062:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:50:40.482 DEBUG:teuthology.orchestra.run.smithi062:> sudo shutdown -r now 2024-04-19T21:51:03.934 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-19T21:51:03.935 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-04-19T21:51:03.937 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:51:10.490 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-19T21:51:10.490 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-19T21:51:10.491 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:51:22.402 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.18 2024-04-19T21:51:29.054 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-04-19T21:51:31.404 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-04-19T21:51:31.405 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:51:34.462 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.18 2024-04-19T21:51:38.058 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-19T21:51:38.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:51:41.118 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-04-19T21:51:46.466 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-04-19T21:51:46.467 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:51:53.126 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-19T21:51:53.127 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:52:04.898 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.18 2024-04-19T21:52:11.554 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.62 2024-04-19T21:52:19.908 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-04-19T21:52:19.909 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi018.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:52:20.295 DEBUG:teuthology.orchestra.run.smithi018:> true 2024-04-19T21:52:20.686 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi018.front.sepia.ceph.com' 2024-04-19T21:52:20.686 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T21:52:20.687 DEBUG:teuthology.orchestra.run.smithi018:> uname -r 2024-04-19T21:52:20.702 INFO:teuthology.orchestra.run.smithi018.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:52:20.703 DEBUG:teuthology.task.kernel:current kernel version is 6.9.0-0.rc2.1.el10.x86_64 vs 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:52:20.703 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T21:52:20.703 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T21:52:21.704 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-19T21:52:21.704 DEBUG:teuthology.orchestra.run.smithi018:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T21:52:21.779 INFO:teuthology.orchestra.run.smithi018.stdout:ttyS1 2024-04-19T21:52:21.829 DEBUG:teuthology.parallel:result is None 2024-04-19T21:52:26.555 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-19T21:52:26.556 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi062.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-19T21:52:26.936 DEBUG:teuthology.orchestra.run.smithi062:> true 2024-04-19T21:52:27.455 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi062.front.sepia.ceph.com' 2024-04-19T21:52:27.455 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-19T21:52:27.455 DEBUG:teuthology.orchestra.run.smithi062:> uname -r 2024-04-19T21:52:27.470 INFO:teuthology.orchestra.run.smithi062.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:52:27.470 DEBUG:teuthology.task.kernel:current kernel version is 6.9.0-0.rc2.1.el10.x86_64 vs 6.9.0-0.rc2.1.el10.x86_64 2024-04-19T21:52:27.471 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-19T21:52:27.471 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-19T21:52:28.472 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-19T21:52:28.472 DEBUG:teuthology.orchestra.run.smithi062:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-19T21:52:28.675 INFO:teuthology.orchestra.run.smithi062.stdout:ttyS1 2024-04-19T21:52:28.710 DEBUG:teuthology.parallel:result is None 2024-04-19T21:52:28.710 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-19T21:52:28.723 INFO:teuthology.task.internal:Creating test directory... 2024-04-19T21:52:28.723 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T21:52:28.726 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-19T21:52:28.778 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-19T21:52:28.785 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-19T21:52:28.826 INFO:teuthology.task.internal:Creating archive directory... 2024-04-19T21:52:28.826 DEBUG:teuthology.orchestra.run.smithi018:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T21:52:28.828 DEBUG:teuthology.orchestra.run.smithi062:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-19T21:52:29.362 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-19T21:52:29.369 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-19T21:52:29.369 DEBUG:teuthology.orchestra.run.smithi018:> 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-19T21:52:29.372 DEBUG:teuthology.orchestra.run.smithi062:> 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-19T21:52:29.407 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T21:52:29.413 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T21:52:29.421 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T21:52:29.428 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-19T21:52:29.429 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-19T21:52:29.436 INFO:teuthology.task.internal:Configuring sudo... 2024-04-19T21:52:29.436 DEBUG:teuthology.orchestra.run.smithi018:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T21:52:29.472 DEBUG:teuthology.orchestra.run.smithi062:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-19T21:52:29.502 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-19T21:52:29.512 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-19T21:52:29.512 DEBUG:teuthology.orchestra.run.smithi018:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T21:52:29.544 DEBUG:teuthology.orchestra.run.smithi062:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-19T21:52:29.560 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T21:52:29.647 DEBUG:teuthology.orchestra.run.smithi018:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T21:52:29.700 DEBUG:teuthology.orchestra.run.smithi018:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T21:52:29.785 DEBUG:teuthology.orchestra.run.smithi018:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T21:52:29.833 DEBUG:teuthology.orchestra.run.smithi018:> set -ex 2024-04-19T21:52:29.833 DEBUG:teuthology.orchestra.run.smithi018:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T21:52:29.902 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T21:52:29.947 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-19T21:52:29.998 DEBUG:teuthology.orchestra.run.smithi062:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T21:52:30.079 DEBUG:teuthology.orchestra.run.smithi062:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-19T21:52:30.126 DEBUG:teuthology.orchestra.run.smithi062:> set -ex 2024-04-19T21:52:30.126 DEBUG:teuthology.orchestra.run.smithi062:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-19T21:52:30.194 DEBUG:teuthology.orchestra.run.smithi018:> sudo service rsyslog restart 2024-04-19T21:52:30.197 DEBUG:teuthology.orchestra.run.smithi062:> sudo service rsyslog restart 2024-04-19T21:52:30.243 INFO:teuthology.orchestra.run.smithi018.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T21:52:30.292 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T21:52:30.790 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-19T21:52:30.801 INFO:teuthology.task.internal:Starting timer... 2024-04-19T21:52:30.802 INFO:teuthology.run_tasks:Running task pcp... 2024-04-19T21:52:30.837 INFO:teuthology.run_tasks:Running task selinux... 2024-04-19T21:52:30.869 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-19T21:52:30.869 DEBUG:teuthology.orchestra.run.smithi018:> sudo service auditd rotate 2024-04-19T21:52:30.920 INFO:teuthology.orchestra.run.smithi018.stdout:Rotating logs: 2024-04-19T21:52:30.922 DEBUG:teuthology.orchestra.run.smithi062:> sudo service auditd rotate 2024-04-19T21:52:30.974 INFO:teuthology.orchestra.run.smithi062.stdout:Rotating logs: 2024-04-19T21:52:30.976 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-19T21:52:30.976 DEBUG:teuthology.orchestra.run.smithi018:> /usr/sbin/getenforce 2024-04-19T21:52:30.998 INFO:teuthology.orchestra.run.smithi018.stdout:Permissive 2024-04-19T21:52:30.999 DEBUG:teuthology.orchestra.run.smithi062:> /usr/sbin/getenforce 2024-04-19T21:52:31.028 INFO:teuthology.orchestra.run.smithi062.stdout:Permissive 2024-04-19T21:52:31.028 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi018.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi062.front.sepia.ceph.com': 'permissive'} 2024-04-19T21:52:31.029 DEBUG:teuthology.orchestra.run.smithi018:> 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-19T21:52:31.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:52:31.069 DEBUG:teuthology.orchestra.run.smithi062:> 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-19T21:52:31.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:52:31.098 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-19T21:52:31.098 DEBUG:teuthology.orchestra.run.smithi018:> sudo /usr/sbin/setenforce permissive 2024-04-19T21:52:31.142 DEBUG:teuthology.orchestra.run.smithi062:> sudo /usr/sbin/setenforce permissive 2024-04-19T21:52:31.180 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-19T21:52:31.191 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-19T21:52:31.208 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-19T21:52:31.209 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi018.front.sepia.ceph.com,smithi062.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-19T21:56:37.632 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663809/ansible_failures.yaml 2024-04-19T21:56:37.634 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi018.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi062.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: [] 2024-04-19T21:56:37.926 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0a7b1c37315847a09c28b53044c2a69e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 508, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 342, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 374, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/ansible.py", line 402, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi018.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi062.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: [] 2024-04-19T21:56:37.928 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-19T21:56:37.941 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-19T21:56:37.941 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-19T21:56:37.980 DEBUG:teuthology.orchestra.run.smithi018:> 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-19T21:56:38.053 DEBUG:teuthology.orchestra.run.smithi062:> 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-19T21:56:38.121 DEBUG:teuthology.orchestra.run.smithi018:> 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-19T21:56:38.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:56:38.158 DEBUG:teuthology.orchestra.run.smithi062:> 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-19T21:56:38.191 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:56:38.192 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-19T21:56:38.202 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-19T21:56:38.231 INFO:teuthology.task.internal:Duration was 247.429136 seconds 2024-04-19T21:56:38.231 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-19T21:56:38.264 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-19T21:56:38.264 DEBUG:teuthology.orchestra.run.smithi018:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T21:56:38.270 DEBUG:teuthology.orchestra.run.smithi062:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-19T21:56:38.313 INFO:teuthology.orchestra.run.smithi018.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T21:56:38.317 INFO:teuthology.orchestra.run.smithi062.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-19T21:56:38.774 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-19T21:56:38.774 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi018.front.sepia.ceph.com 2024-04-19T21:56:38.775 DEBUG:teuthology.orchestra.run.smithi018:> 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-19T21:56:38.801 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi062.front.sepia.ceph.com 2024-04-19T21:56:38.801 DEBUG:teuthology.orchestra.run.smithi062:> 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-19T21:56:38.833 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-19T21:56:38.833 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T21:56:38.844 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-19T21:56:38.905 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-19T21:56:38.906 DEBUG:teuthology.orchestra.run.smithi018:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T21:56:38.917 DEBUG:teuthology.orchestra.run.smithi062:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-19T21:56:39.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-19T21:56:39.044 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-19T21:56:39.045 DEBUG:teuthology.orchestra.run.smithi018:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T21:56:39.074 DEBUG:teuthology.orchestra.run.smithi062:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-19T21:56:39.103 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-19T21:56:39.113 DEBUG:teuthology.orchestra.run.smithi018:> 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-19T21:56:39.121 DEBUG:teuthology.orchestra.run.smithi062:> 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-19T21:56:39.143 INFO:teuthology.orchestra.run.smithi018.stdout:kernel.core_pattern = core 2024-04-19T21:56:39.171 INFO:teuthology.orchestra.run.smithi062.stdout:kernel.core_pattern = core 2024-04-19T21:56:39.193 DEBUG:teuthology.orchestra.run.smithi018:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T21:56:39.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:56:39.224 DEBUG:teuthology.orchestra.run.smithi062:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-19T21:56:39.249 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-19T21:56:39.249 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-19T21:56:39.260 INFO:teuthology.task.internal:Transferring archived files... 2024-04-19T21:56:39.264 DEBUG:teuthology.misc:Transferring archived files from smithi018:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663809/remote/smithi018 2024-04-19T21:56:39.267 DEBUG:teuthology.orchestra.run.smithi018:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T21:56:39.315 DEBUG:teuthology.misc:Transferring archived files from smithi062:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663809/remote/smithi062 2024-04-19T21:56:39.316 DEBUG:teuthology.orchestra.run.smithi062:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-19T21:56:39.363 INFO:teuthology.task.internal:Removing archive directory... 2024-04-19T21:56:39.363 DEBUG:teuthology.orchestra.run.smithi018:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T21:56:39.367 DEBUG:teuthology.orchestra.run.smithi062:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-19T21:56:39.413 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-19T21:56:39.423 INFO:teuthology.task.internal:Not uploading archives. 2024-04-19T21:56:39.424 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-19T21:56:39.451 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-19T21:56:39.451 DEBUG:teuthology.orchestra.run.smithi018:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T21:56:39.453 DEBUG:teuthology.orchestra.run.smithi062:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-19T21:56:39.466 INFO:teuthology.orchestra.run.smithi018.stdout: 264972 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 21:56 /home/ubuntu/cephtest 2024-04-19T21:56:39.468 INFO:teuthology.orchestra.run.smithi062.stdout: 265696 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 19 21:56 /home/ubuntu/cephtest 2024-04-19T21:56:39.470 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-19T21:56:39.481 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-19T21:56:39.548 INFO:teuthology.nuke:Checking targets against current locks 2024-04-19T21:56:39.579 DEBUG:teuthology.nuke:shortname: smithi018 2024-04-19T21:56:39.579 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T21:56:39.603 DEBUG:teuthology.nuke:shortname: smithi062 2024-04-19T21:56:39.604 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-19T21:56:39.608 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi018.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663809', '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-19 21:42:34.087421', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIBZOW9L5UlxDKKunfKgIKmQI/2Xc6yOlS0vFb+Z1rOYCSE6AGEIZRNrrbQvXHRl23NzVmFm8aZEdgrJ6S1osbI='} 2024-04-19T21:56:39.625 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi062.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-19_21:08:02-orch-squid-distro-default-smithi/7663809', '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-19 21:42:34.085491', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDgsUpUyKCJmKqJdVu/PtDeHNGv88NawUhoBmTxzGsh1T3stNLmWkthv2MlXW2MQ1Ts4PT5M/Iys8bCfKnk4scE='} 2024-04-19T21:56:39.656 INFO:teuthology.orchestra.console.smithi018:Power off 2024-04-19T21:56:39.656 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T21:56:39.699 DEBUG:teuthology.orchestra.console.smithi018:power off output: Chassis Power Control: Down/Off 2024-04-19T21:56:39.700 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:56:39.726 INFO:teuthology.orchestra.console.smithi062:Power off 2024-04-19T21:56:39.726 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-19T21:56:39.758 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is on 2024-04-19T21:56:39.780 DEBUG:teuthology.orchestra.console.smithi062:power off output: Chassis Power Control: Down/Off 2024-04-19T21:56:39.780 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:56:39.813 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2024-04-19T21:56:43.765 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:56:43.814 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:56:43.877 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is on 2024-04-19T21:56:43.926 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is on 2024-04-19T21:56:47.882 DEBUG:teuthology.orchestra.console.smithi018:pexpect command: ipmitool -H smithi018.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:56:47.927 DEBUG:teuthology.orchestra.console.smithi062:pexpect command: ipmitool -H smithi062.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-19T21:56:47.993 DEBUG:teuthology.orchestra.console.smithi018:check power output: Chassis Power is off 2024-04-19T21:56:48.039 DEBUG:teuthology.orchestra.console.smithi062:check power output: Chassis Power is off 2024-04-19T21:56:48.095 INFO:teuthology.orchestra.console.smithi018:Power off completed 2024-04-19T21:56:48.140 INFO:teuthology.orchestra.console.smithi062:Power off completed 2024-04-19T21:56:48.283 INFO:teuthology.run:Summary data: description: orch/cephadm/smb/{0-distro/centos_9.stream_runc tasks/deploy_smb_basic} duration: 247.42913579940796 failure_reason: 'smithi018.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []smithi062.front.sepia.ceph.com: _ansible_no_log: null changed: false failures: [] invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - dnf-utils - sysstat - libedit - boost-thread - xfsprogs - gdisk - parted - libgcrypt - fuse-libs - openssl - libuuid - podman - attr - lsof - gettext - bc - xfsdump - blktrace - usbredir - valgrind - nfs-utils - ncurses-devel - gcc - git - genisoimage - qemu-img - qemu-kvm-core - qemu-kvm-block-rbd - libacl-devel - autoconf - gdb - iozone nobest: false releasever: null security: false skip_broken: false sslverify: true state: present update_cache: false update_only: false validate_certs: true msg: "Depsolve Error occurred: \n Problem: problem with installed package annobin-12.12-1.el9.x86_64\n\ \ - package annobin-12.12-1.el9.x86_64 from @System requires (gcc >= 11 with\ \ gcc < 12), but none of the providers can be installed\n - package annobin-12.09-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.12-1.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - package\ \ annobin-12.28-1.el9.x86_64 from appstream requires (gcc >= 11 with gcc < 12),\ \ but none of the providers can be installed\n - package annobin-12.31-1.el9.x86_64\ \ from appstream requires (gcc >= 11 with gcc < 12), but none of the providers\ \ can be installed\n - package annobin-12.31-2.el9.x86_64 from appstream requires\ \ (gcc >= 11 with gcc < 12), but none of the providers can be installed\n - cannot\ \ install both gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream and gcc-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both gcc-11.3.1-4.4.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.1.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-2.3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - cannot install both\ \ gcc-11.4.1-2.el9.x86_64 from appstream and gcc-14.0.1-0.15.el10.x86_64 from\ \ CentOS-AppStream\n - cannot install both gcc-11.4.1-3.el9.x86_64 from appstream\ \ and gcc-14.0.1-0.15.el10.x86_64 from CentOS-AppStream\n - package gcc-c++-14.0.1-0.15.el10.x86_64\ \ from CentOS-AppStream requires gcc = 14.0.1-0.15.el10, but none of the providers\ \ can be installed\n - problem with installed package gcc-c++-11.4.1-2.1.el9.x86_64\n\ \ - package gcc-c++-11.4.1-2.1.el9.x86_64 from appstream requires libstdc++ =\ \ 11.4.1-2.1.el9, but none of the providers can be installed\n - package gcc-c++-11.4.1-2.1.el9.x86_64\ \ from @System requires libstdc++ = 11.4.1-2.1.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.3.1-4.4.el9.x86_64 from appstream requires\ \ libstdc++ = 11.3.1-4.4.el9, but none of the providers can be installed\n -\ \ package gcc-c++-11.4.1-2.3.el9.x86_64 from appstream requires libstdc++ = 11.4.1-2.3.el9,\ \ but none of the providers can be installed\n - package gcc-c++-11.4.1-2.el9.x86_64\ \ from appstream requires libstdc++ = 11.4.1-2.el9, but none of the providers\ \ can be installed\n - package gcc-c++-11.4.1-3.el9.x86_64 from appstream requires\ \ libstdc++ = 11.4.1-3.el9, but none of the providers can be installed\n - libstdc++-11.4.1-2.1.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.3.1-4.4.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-2.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - libstdc++-11.4.1-3.el9.i686\ \ from baseos does not belong to a distupgrade repository\n - cannot install\ \ both libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS and libstdc++-11.4.1-2.1.el9.x86_64\ \ from @System\n - cannot install both libstdc++-11.3.1-4.4.el9.x86_64 from baseos\ \ and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot install\ \ both libstdc++-11.4.1-2.1.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-2.3.el9.x86_64\ \ from baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - cannot\ \ install both libstdc++-11.4.1-2.el9.x86_64 from baseos and libstdc++-14.0.1-0.15.el10.x86_64\ \ from CentOS-BaseOS\n - cannot install both libstdc++-11.4.1-3.el9.x86_64 from\ \ baseos and libstdc++-14.0.1-0.15.el10.x86_64 from CentOS-BaseOS\n - package\ \ python3-hawkey-0.73.0-1.el10.x86_64 from CentOS-BaseOS requires libstdc++.so.6(GLIBCXX_3.4.30)(64bit),\ \ but none of the providers can be installed\n - package python3-dnf-4.19.0-2.el10.noarch\ \ from CentOS-BaseOS requires python3-hawkey >= 0.73.0, but none of the providers\ \ can be installed\n - package yum-utils-4.5.0-1.el10.noarch from CentOS-BaseOS\ \ requires python3-dnf >= 4.19.0, but none of the providers can be installed\n\ \ - cannot install the best candidate for the job" rc: 1 results: []' owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=0a7b1c37315847a09c28b53044c2a69e status: dead success: false 2024-04-19T21:56:48.284 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-19T21:56:48.371 INFO:teuthology.run:DEAD