2024-04-18T23:31:50.106 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-18T23:31:50.106 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663070 --owner scheduled_yuriw@teuthology --verbose --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} --name yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi -- /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663070/orig.config.yaml 2024-04-18T23:31:50.190 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T23:31:50.289 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663070 branch: wip-yuri5-testing-2024-04-17-1400 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} email: yweinste@redhat.com first_in_suite: false job_id: '7663070' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri5-testing-2024-04-17-1400 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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: 8b4ab94f9c30da63487fa2f241ce12f483378860 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri5-testing-2024-04-17-1400 sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 1937 sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri5-testing-2024-04-17-1400 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_8b4ab94f9c30da63487fa2f241ce12f483378860/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMhK9PQ5jpDQhaodHd2Sz5KdcNz7IULSdfdiyuD321me87d08+QGIXqMR8wchg3d7jyq8S5cNYpdg+01b71C6sQ= smithi171.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHwVnND4+7eWPiZAbejNd5pbVSX9d1dvXeG1KsAWgWlFLfzRFQIEagbe17g+oo1Qib/6QDHEk2zwKH+V3TNbwjE= 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: null - exec: all-hosts: - mkdir /etc/cephadm_testing - cephadm.apply: specs: - extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon - custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest - custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z - cephadm.wait_for_service: service: mon - cephadm.wait_for_service: service: container.foo - cephadm.wait_for_service: service: container.bar - exec: host.a: - 'set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt # Verify that container bar''s init containers and primary container # ran successfully dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name ''container.bar.*'') test -n "$dir" grep ok ${dir}/data/primary.txt grep from=centos ${dir}/data/from.txt test -s ${dir}/data/presized.dat ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-18_22:49:05 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-18T23:31:50.289 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_8b4ab94f9c30da63487fa2f241ce12f483378860/qa; will attempt to use it 2024-04-18T23:31:50.290 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_8b4ab94f9c30da63487fa2f241ce12f483378860/qa/tasks 2024-04-18T23:31:50.290 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-18T23:31:50.292 INFO:teuthology.task.internal:Checking packages... 2024-04-18T23:31:50.318 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '8b4ab94f9c30da63487fa2f241ce12f483378860' 2024-04-18T23:31:50.318 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-18T23:31:50.318 INFO:teuthology.packaging:ref: None 2024-04-18T23:31:50.319 INFO:teuthology.packaging:tag: None 2024-04-18T23:31:50.319 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-04-17-1400 2024-04-18T23:31:50.319 INFO:teuthology.packaging:sha1: 8b4ab94f9c30da63487fa2f241ce12f483378860 2024-04-18T23:31:50.319 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri5-testing-2024-04-17-1400 2024-04-18T23:31:50.459 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3154.g8b4ab94f 2024-04-18T23:31:50.461 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-18T23:31:50.468 INFO:teuthology.task.internal:no buildpackages task found 2024-04-18T23:31:50.469 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-18T23:31:50.474 INFO:teuthology.task.internal:Saving configuration 2024-04-18T23:31:50.489 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-18T23:31:50.495 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T23:31:50.518 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663070', '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-18 23:26:54.452531', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMhK9PQ5jpDQhaodHd2Sz5KdcNz7IULSdfdiyuD321me87d08+QGIXqMR8wchg3d7jyq8S5cNYpdg+01b71C6sQ='} 2024-04-18T23:31:50.537 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663070', '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-18 23:26:54.453868', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHwVnND4+7eWPiZAbejNd5pbVSX9d1dvXeG1KsAWgWlFLfzRFQIEagbe17g+oo1Qib/6QDHEk2zwKH+V3TNbwjE='} 2024-04-18T23:31:50.538 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-18T23:31:50.545 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-18T23:31:50.545 INFO:teuthology.task.internal:roles: ubuntu@smithi171.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-18T23:31:50.545 INFO:teuthology.run_tasks:Running task console_log... 2024-04-18T23:31:50.718 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f728a300160>, signals=[15]) 2024-04-18T23:31:50.719 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-18T23:31:50.725 INFO:teuthology.task.internal:Opening connections... 2024-04-18T23:31:50.725 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2024-04-18T23:31:50.728 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:31:50.839 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi171.front.sepia.ceph.com 2024-04-18T23:31:50.840 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:31:50.936 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-18T23:31:50.950 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2024-04-18T23:31:50.969 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2024-04-18T23:31:50.969 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2024-04-18T23:31:51.030 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2024-04-18T23:31:51.030 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="9" 2024-04-18T23:31:51.030 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2024-04-18T23:31:51.030 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2024-04-18T23:31:51.031 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="9" 2024-04-18T23:31:51.031 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el9" 2024-04-18T23:31:51.031 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-18T23:31:51.031 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2024-04-18T23:31:51.031 INFO:teuthology.orchestra.run.smithi045.stdout:LOGO="fedora-logo-icon" 2024-04-18T23:31:51.031 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-18T23:31:51.031 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2024-04-18T23:31:51.031 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T23:31:51.031 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-18T23:31:51.031 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T23:31:51.032 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2024-04-18T23:31:51.052 DEBUG:teuthology.orchestra.run.smithi171:> uname -m 2024-04-18T23:31:51.070 INFO:teuthology.orchestra.run.smithi171.stdout:x86_64 2024-04-18T23:31:51.071 DEBUG:teuthology.orchestra.run.smithi171:> cat /etc/os-release 2024-04-18T23:31:51.129 INFO:teuthology.orchestra.run.smithi171.stdout:NAME="CentOS Stream" 2024-04-18T23:31:51.129 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION="9" 2024-04-18T23:31:51.129 INFO:teuthology.orchestra.run.smithi171.stdout:ID="centos" 2024-04-18T23:31:51.129 INFO:teuthology.orchestra.run.smithi171.stdout:ID_LIKE="rhel fedora" 2024-04-18T23:31:51.129 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION_ID="9" 2024-04-18T23:31:51.129 INFO:teuthology.orchestra.run.smithi171.stdout:PLATFORM_ID="platform:el9" 2024-04-18T23:31:51.129 INFO:teuthology.orchestra.run.smithi171.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-18T23:31:51.129 INFO:teuthology.orchestra.run.smithi171.stdout:ANSI_COLOR="0;31" 2024-04-18T23:31:51.129 INFO:teuthology.orchestra.run.smithi171.stdout:LOGO="fedora-logo-icon" 2024-04-18T23:31:51.129 INFO:teuthology.orchestra.run.smithi171.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-18T23:31:51.130 INFO:teuthology.orchestra.run.smithi171.stdout:HOME_URL="https://centos.org/" 2024-04-18T23:31:51.130 INFO:teuthology.orchestra.run.smithi171.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-18T23:31:51.130 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-18T23:31:51.130 INFO:teuthology.orchestra.run.smithi171.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-18T23:31:51.130 INFO:teuthology.lock.ops:Updating smithi171.front.sepia.ceph.com on lock server 2024-04-18T23:31:51.160 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-18T23:31:51.171 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-18T23:31:51.177 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-18T23:31:51.178 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2024-04-18T23:31:51.180 DEBUG:teuthology.orchestra.run.smithi171:> test '!' -e /home/ubuntu/cephtest 2024-04-18T23:31:51.196 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-18T23:31:51.203 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-18T23:31:51.203 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2024-04-18T23:31:51.238 DEBUG:teuthology.orchestra.run.smithi171:> test -z $(ls -A /var/lib/ceph) 2024-04-18T23:31:51.331 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-18T23:31:51.381 INFO:teuthology.run_tasks:Running task kernel... 2024-04-18T23:31:51.396 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-18T23:31:51.396 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-18T23:31:51.396 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T23:31:51.397 DEBUG:teuthology.orchestra.run.smithi171:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-18T23:31:51.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:31:51.414 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-04-18T23:31:51.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:31:51.415 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-04-18T23:31:51.471 INFO:teuthology.orchestra.run.smithi171.stdout:5.14.0-361.el9.x86_64 2024-04-18T23:31:51.472 INFO:teuthology.task.kernel:Running kernel on smithi171: 5.14.0-361.el9.x86_64 2024-04-18T23:31:51.472 DEBUG:teuthology.orchestra.run.smithi171:> sudo yum install -y kernel 2024-04-18T23:31:51.473 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-361.el9.x86_64 2024-04-18T23:31:51.473 INFO:teuthology.task.kernel:Running kernel on smithi045: 5.14.0-361.el9.x86_64 2024-04-18T23:31:51.473 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2024-04-18T23:31:53.803 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS-9 - AppStream 9.0 MB/s | 6.4 MB 00:00 2024-04-18T23:31:53.842 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS-9 - AppStream 10 MB/s | 6.4 MB 00:00 2024-04-18T23:31:55.302 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS-9 - BaseOS 5.5 MB/s | 2.0 MB 00:00 2024-04-18T23:31:55.451 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS-9 - BaseOS 3.9 MB/s | 2.0 MB 00:00 2024-04-18T23:31:56.324 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-18T23:31:58.192 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-04-18T23:32:02.851 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - CRB 5.7 MB/s | 6.2 MB 00:01 2024-04-18T23:32:04.519 INFO:teuthology.orchestra.run.smithi171.stdout:CentOS Stream 9 - Extras packages 33 kB/s | 16 kB 00:00 2024-04-18T23:32:04.633 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 918 kB/s | 8.0 MB 00:08 2024-04-18T23:32:06.404 INFO:teuthology.orchestra.run.smithi171.stdout:Extra Packages for Enterprise Linux 12 MB/s | 21 MB 00:01 2024-04-18T23:32:06.902 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 18 MB/s | 19 MB 00:01 2024-04-18T23:32:11.052 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.2 MB 00:00 2024-04-18T23:32:11.536 INFO:teuthology.orchestra.run.smithi171.stdout:lab-extras 34 kB/s | 1.7 kB 00:00 2024-04-18T23:32:12.727 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 37 kB/s | 16 kB 00:00 2024-04-18T23:32:13.927 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-18T23:32:13.927 INFO:teuthology.orchestra.run.smithi171.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-18T23:32:14.033 INFO:teuthology.orchestra.run.smithi171.stdout:Dependencies resolved. 2024-04-18T23:32:14.044 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T23:32:14.044 INFO:teuthology.orchestra.run.smithi171.stdout: Package Arch Version Repository Size 2024-04-18T23:32:14.044 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T23:32:14.044 INFO:teuthology.orchestra.run.smithi171.stdout:Installing: 2024-04-18T23:32:14.044 INFO:teuthology.orchestra.run.smithi171.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-18T23:32:14.044 INFO:teuthology.orchestra.run.smithi171.stdout:Installing dependencies: 2024-04-18T23:32:14.044 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-18T23:32:14.044 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-18T23:32:14.044 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-18T23:32:14.045 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:32:14.045 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction Summary 2024-04-18T23:32:14.045 INFO:teuthology.orchestra.run.smithi171.stdout:================================================================================ 2024-04-18T23:32:14.045 INFO:teuthology.orchestra.run.smithi171.stdout:Install 4 Packages 2024-04-18T23:32:14.045 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:32:14.045 INFO:teuthology.orchestra.run.smithi171.stdout:Total download size: 78 M 2024-04-18T23:32:14.045 INFO:teuthology.orchestra.run.smithi171.stdout:Installed size: 125 M 2024-04-18T23:32:14.045 INFO:teuthology.orchestra.run.smithi171.stdout:Downloading Packages: 2024-04-18T23:32:14.179 INFO:teuthology.orchestra.run.smithi171.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 213 kB/s | 29 kB 00:00 2024-04-18T23:32:14.871 INFO:teuthology.orchestra.run.smithi171.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 20 MB/s | 16 MB 00:00 2024-04-18T23:32:15.140 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 9.3 MB/s | 21 MB 00:02 2024-04-18T23:32:15.380 INFO:teuthology.orchestra.run.smithi171.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 23 MB/s | 27 MB 00:01 2024-04-18T23:32:15.734 INFO:teuthology.orchestra.run.smithi171.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 20 MB/s | 34 MB 00:01 2024-04-18T23:32:15.735 INFO:teuthology.orchestra.run.smithi171.stdout:-------------------------------------------------------------------------------- 2024-04-18T23:32:15.735 INFO:teuthology.orchestra.run.smithi171.stdout:Total 46 MB/s | 78 MB 00:01 2024-04-18T23:32:15.735 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction check 2024-04-18T23:32:16.118 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction check succeeded. 2024-04-18T23:32:16.118 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction test 2024-04-18T23:32:16.986 INFO:teuthology.orchestra.run.smithi171.stdout:Transaction test succeeded. 2024-04-18T23:32:16.987 INFO:teuthology.orchestra.run.smithi171.stdout:Running transaction 2024-04-18T23:32:19.196 INFO:teuthology.orchestra.run.smithi171.stdout: Preparing : 1/1 2024-04-18T23:32:19.880 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T23:32:19.991 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:32:20.379 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 41 kB/s | 1.7 kB 00:00 2024-04-18T23:32:22.313 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:32:22.456 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:32:22.811 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-18T23:32:22.811 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-361.el9.x86_64 is already installed. 2024-04-18T23:32:22.905 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-04-18T23:32:22.931 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-18T23:32:22.931 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-04-18T23:32:22.931 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-18T23:32:22.931 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-04-18T23:32:22.931 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 29 k 2024-04-18T23:32:22.931 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-04-18T23:32:22.931 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 16 M 2024-04-18T23:32:22.931 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 34 M 2024-04-18T23:32:22.932 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core x86_64 6.9.0-0.rc2.1.el10 CentOS-BaseOS 27 M 2024-04-18T23:32:22.932 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-18T23:32:22.932 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-04-18T23:32:22.932 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-04-18T23:32:22.932 INFO:teuthology.orchestra.run.smithi045.stdout:Install 4 Packages 2024-04-18T23:32:22.932 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-18T23:32:22.932 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 78 M 2024-04-18T23:32:22.932 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 125 M 2024-04-18T23:32:22.932 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-04-18T23:32:23.038 INFO:teuthology.orchestra.run.smithi045.stdout:(1/4): kernel-6.9.0-0.rc2.1.el10.x86_64.rpm 256 kB/s | 29 kB 00:00 2024-04-18T23:32:23.830 INFO:teuthology.orchestra.run.smithi045.stdout:(2/4): kernel-core-6.9.0-0.rc2.1.el10.x86_64.rp 18 MB/s | 16 MB 00:00 2024-04-18T23:32:24.363 INFO:teuthology.orchestra.run.smithi045.stdout:(3/4): kernel-modules-core-6.9.0-0.rc2.1.el10.x 21 MB/s | 27 MB 00:01 2024-04-18T23:32:24.714 INFO:teuthology.orchestra.run.smithi045.stdout:(4/4): kernel-modules-6.9.0-0.rc2.1.el10.x86_64 19 MB/s | 34 MB 00:01 2024-04-18T23:32:24.717 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-04-18T23:32:24.717 INFO:teuthology.orchestra.run.smithi045.stdout:Total 43 MB/s | 78 MB 00:01 2024-04-18T23:32:24.717 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-04-18T23:32:25.155 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-04-18T23:32:25.155 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-04-18T23:32:26.024 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-04-18T23:32:26.024 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-04-18T23:32:27.207 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:32:27.349 INFO:teuthology.orchestra.run.smithi171.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:32:28.342 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-04-18T23:32:28.973 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T23:32:29.064 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:32:31.481 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:32:31.619 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:32:32.118 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:32:36.756 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:32:36.792 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:32:41.951 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:33:01.945 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:33:01.945 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:33:01.945 INFO:teuthology.orchestra.run.smithi171.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-18T23:33:01.946 INFO:teuthology.orchestra.run.smithi171.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-18T23:33:01.946 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:33:01.987 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:33:02.362 INFO:teuthology.orchestra.run.smithi171.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:33:02.363 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T23:33:02.363 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:33:02.363 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:33:02.778 INFO:teuthology.orchestra.run.smithi171.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:33:02.778 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:33:02.778 INFO:teuthology.orchestra.run.smithi171.stdout:Installed: 2024-04-18T23:33:02.778 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:02.778 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:02.778 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:02.778 INFO:teuthology.orchestra.run.smithi171.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:02.778 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:33:02.778 INFO:teuthology.orchestra.run.smithi171.stdout:Complete! 2024-04-18T23:33:03.115 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T23:33:03.227 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:03.228 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:03.228 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-18T23:33:03.228 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T23:33:03.228 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T23:33:03.228 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-18T23:33:03.228 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi171.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T23:33:03.228 DEBUG:teuthology.orchestra.run.smithi171:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T23:33:03.309 INFO:teuthology.orchestra.run.smithi171.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:03.309 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:03.309 DEBUG:teuthology.orchestra.run.smithi171:> sudo rpm -qi grub2-tools 2024-04-18T23:33:03.350 INFO:teuthology.orchestra.run.smithi171.stdout:Name : grub2-tools 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:Epoch : 1 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:Version : 2.06 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:Release : 68.el9 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:Architecture: x86_64 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:Group : Unspecified 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:Size : 8264254 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:License : GPLv3+ 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-18T23:33:03.351 INFO:teuthology.orchestra.run.smithi171.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:Packager : builder@centos.org 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:Vendor : CentOS 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:Summary : Support tools for GRUB. 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:Description : 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:hardware devices. 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout: 2024-04-18T23:33:03.352 INFO:teuthology.orchestra.run.smithi171.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T23:33:03.353 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T23:33:03.353 INFO:teuthology.task.kernel:Updating grub on smithi171 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:03.353 DEBUG:teuthology.orchestra.run.smithi171:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T23:33:03.961 INFO:teuthology.orchestra.run.smithi171.stderr:Generating grub configuration file ... 2024-04-18T23:33:05.251 INFO:teuthology.orchestra.run.smithi171.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-18T23:33:05.294 INFO:teuthology.orchestra.run.smithi171.stderr:done 2024-04-18T23:33:05.297 DEBUG:teuthology.orchestra.run.smithi171:> mktemp 2024-04-18T23:33:05.312 INFO:teuthology.orchestra.run.smithi171.stdout:/tmp/tmp.bzaGJZ2gAQ 2024-04-18T23:33:05.312 DEBUG:teuthology.orchestra.run.smithi171:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.bzaGJZ2gAQ 2024-04-18T23:33:05.380 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 0666 /tmp/tmp.bzaGJZ2gAQ 2024-04-18T23:33:05.521 DEBUG:teuthology.orchestra.remote:smithi171:/tmp/tmp.bzaGJZ2gAQ is 6KB 2024-04-18T23:33:05.571 DEBUG:teuthology.orchestra.run.smithi171:> rm -fr /tmp/tmp.bzaGJZ2gAQ 2024-04-18T23:33:05.585 DEBUG:teuthology.orchestra.run.smithi171:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T23:33:05.659 INFO:teuthology.orchestra.run.smithi171.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-18T23:33:05.659 INFO:teuthology.orchestra.run.smithi171.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-18T23:33:05.659 INFO:teuthology.orchestra.run.smithi171.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-18T23:33:05.659 INFO:teuthology.orchestra.run.smithi171.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-18T23:33:05.659 DEBUG:teuthology.orchestra.run.smithi171:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:05.794 DEBUG:teuthology.orchestra.run.smithi171:> sudo shutdown -r now 2024-04-18T23:33:13.210 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:33:13.210 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-18T23:33:13.210 INFO:teuthology.orchestra.run.smithi045.stdout:gzip: /lib/modules/6.9.0-0.rc2.1.el10.x86_64/symvers.xz: not in gzip format 2024-04-18T23:33:13.210 INFO:teuthology.orchestra.run.smithi045.stdout:dracut: Disabling early microcode, because kernel does not support it. CONFIG_MICROCODE_[AMD|INTEL]!=y 2024-04-18T23:33:13.210 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-18T23:33:13.254 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:33:13.655 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:33:13.655 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-6.9.0-0.rc2.1.el10.x86_64 1/4 2024-04-18T23:33:13.655 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-6.9.0-0.rc2.1.el10.x86_64 2/4 2024-04-18T23:33:13.655 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-6.9.0-0.rc2.1.el10.x86_64 3/4 2024-04-18T23:33:14.100 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 4/4 2024-04-18T23:33:14.100 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-18T23:33:14.100 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-04-18T23:33:14.100 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:14.100 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:14.100 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:14.100 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:14.100 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-18T23:33:14.100 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-04-18T23:33:14.431 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T23:33:14.583 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:14.583 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:14.583 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-18T23:33:14.583 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-18T23:33:14.583 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-18T23:33:14.584 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-18T23:33:14.584 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2024-04-18T23:33:14.584 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-04-18T23:33:14.666 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:14.666 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:14.666 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.06 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 68.el9 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Fri 01 Sep 2023 09:14:30 PM UTC 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Group : Unspecified 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 8264254 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Mon 07 Aug 2023 01:57:16 PM UTC, Key ID 05b555b38483c65d 2024-04-18T23:33:14.704 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.06-68.el9.src.rpm 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Wed 02 Aug 2023 03:15:48 PM UTC 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : builder@centos.org 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-04-18T23:33:14.705 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2024-04-18T23:33:14.706 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-04-18T23:33:14.706 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:14.707 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-04-18T23:33:15.317 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2024-04-18T23:33:16.745 INFO:teuthology.orchestra.run.smithi045.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-04-18T23:33:16.800 INFO:teuthology.orchestra.run.smithi045.stderr:done 2024-04-18T23:33:16.805 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2024-04-18T23:33:16.821 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.vfb31Ul813 2024-04-18T23:33:16.821 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vfb31Ul813 2024-04-18T23:33:16.894 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.vfb31Ul813 2024-04-18T23:33:17.038 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.vfb31Ul813 is 6KB 2024-04-18T23:33:17.087 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.vfb31Ul813 2024-04-18T23:33:17.101 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2024-04-18T23:33:17.170 INFO:teuthology.orchestra.run.smithi045.stdout:15949e3c88704300882482eddfd7baae-0-rescue.conf 2024-04-18T23:33:17.170 INFO:teuthology.orchestra.run.smithi045.stdout:15949e3c88704300882482eddfd7baae-5.14.0-239.el9.x86_64.conf 2024-04-18T23:33:17.170 INFO:teuthology.orchestra.run.smithi045.stdout:15949e3c88704300882482eddfd7baae-5.14.0-361.el9.x86_64.conf 2024-04-18T23:33:17.170 INFO:teuthology.orchestra.run.smithi045.stdout:15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64.conf 2024-04-18T23:33:17.171 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default 15949e3c88704300882482eddfd7baae-6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:33:17.356 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2024-04-18T23:33:35.814 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-18T23:33:35.815 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T23:33:35.816 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:33:47.370 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-18T23:33:47.371 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-18T23:33:47.372 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:33:54.338 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-04-18T23:34:03.346 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T23:34:03.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:34:05.854 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.45 2024-04-18T23:34:06.398 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-04-18T23:34:14.864 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-18T23:34:14.865 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:34:18.402 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T23:34:18.403 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:34:36.830 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-04-18T23:34:51.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T23:34:51.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:34:52.751 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-04-18T23:34:53.247 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-18T23:34:53.247 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-18T23:34:53.247 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-04-18T23:34:53.263 INFO:teuthology.orchestra.run.smithi171.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:34:53.263 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-18T23:34:53.263 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T23:34:53.263 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T23:34:54.264 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-18T23:34:54.264 DEBUG:teuthology.orchestra.run.smithi171:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T23:34:54.364 INFO:teuthology.orchestra.run.smithi171.stdout:ttyS1 2024-04-18T23:34:54.395 DEBUG:teuthology.parallel:result is None 2024-04-18T23:35:14.868 DEBUG:teuthology.orchestra.remote:timed out 2024-04-18T23:35:26.869 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-18T23:35:26.869 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-18T23:35:27.149 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-04-18T23:35:27.570 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-04-18T23:35:27.570 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "6.9.0-0.rc2.1.el10.x86_64"... 2024-04-18T23:35:27.570 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-04-18T23:35:27.587 INFO:teuthology.orchestra.run.smithi045.stdout:6.9.0-0.rc2.1.el10.x86_64 2024-04-18T23:35:27.587 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-18T23:35:27.587 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-18T23:35:27.587 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-04-18T23:35:28.589 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-18T23:35:28.589 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-18T23:35:28.714 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2024-04-18T23:35:28.766 DEBUG:teuthology.parallel:result is None 2024-04-18T23:35:28.767 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-18T23:35:28.774 INFO:teuthology.task.internal:Creating test directory... 2024-04-18T23:35:28.774 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T23:35:28.777 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-18T23:35:28.798 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-18T23:35:28.804 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-18T23:35:28.813 INFO:teuthology.task.internal:Creating archive directory... 2024-04-18T23:35:28.814 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T23:35:28.836 DEBUG:teuthology.orchestra.run.smithi171:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-18T23:35:28.869 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-18T23:35:28.878 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-18T23:35:28.878 DEBUG:teuthology.orchestra.run.smithi045:> 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-18T23:35:28.904 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T23:35:28.940 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T23:35:28.942 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T23:35:28.955 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T23:35:28.957 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-18T23:35:28.959 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-18T23:35:28.966 INFO:teuthology.task.internal:Configuring sudo... 2024-04-18T23:35:28.966 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T23:35:29.000 DEBUG:teuthology.orchestra.run.smithi171:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-18T23:35:29.031 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-18T23:35:29.040 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-18T23:35:29.040 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T23:35:29.071 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-18T23:35:29.087 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T23:35:29.171 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T23:35:29.219 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T23:35:29.304 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T23:35:29.347 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-04-18T23:35:29.348 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T23:35:29.417 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T23:35:29.461 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-18T23:35:29.514 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T23:35:29.598 DEBUG:teuthology.orchestra.run.smithi171:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-18T23:35:29.645 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-18T23:35:29.645 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-18T23:35:29.715 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2024-04-18T23:35:29.717 DEBUG:teuthology.orchestra.run.smithi171:> sudo service rsyslog restart 2024-04-18T23:35:29.776 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T23:35:29.818 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T23:35:30.218 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-18T23:35:30.228 INFO:teuthology.task.internal:Starting timer... 2024-04-18T23:35:30.228 INFO:teuthology.run_tasks:Running task pcp... 2024-04-18T23:35:30.245 INFO:teuthology.run_tasks:Running task selinux... 2024-04-18T23:35:30.255 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-18T23:35:30.256 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2024-04-18T23:35:30.314 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2024-04-18T23:35:30.317 DEBUG:teuthology.orchestra.run.smithi171:> sudo service auditd rotate 2024-04-18T23:35:30.379 INFO:teuthology.orchestra.run.smithi171.stdout:Rotating logs: 2024-04-18T23:35:30.382 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-18T23:35:30.382 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2024-04-18T23:35:30.401 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2024-04-18T23:35:30.402 DEBUG:teuthology.orchestra.run.smithi171:> /usr/sbin/getenforce 2024-04-18T23:35:30.425 INFO:teuthology.orchestra.run.smithi171.stdout:Permissive 2024-04-18T23:35:30.425 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi171.front.sepia.ceph.com': 'permissive'} 2024-04-18T23:35:30.426 DEBUG:teuthology.orchestra.run.smithi045:> 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-18T23:35:30.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:35:30.472 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T23:35:30.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:35:30.503 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-18T23:35:30.503 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2024-04-18T23:35:30.545 DEBUG:teuthology.orchestra.run.smithi171:> sudo /usr/sbin/setenforce permissive 2024-04-18T23:35:30.583 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-18T23:35:30.594 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-18T23:35:30.603 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-18T23:35:30.732 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-18T23:35:30.749 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-18T23:35:30.751 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi171.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-18T23:39:13.644 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663070/ansible_failures.yaml 2024-04-18T23:39:13.646 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: smithi171.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: []smithi045.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-18T23:39:13.877 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=a5db4deb5c084b7dba1e62be381cdd25 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: smithi171.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: []smithi045.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-18T23:39:13.879 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-18T23:39:13.887 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-18T23:39:13.888 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-18T23:39:13.909 DEBUG:teuthology.orchestra.run.smithi045:> 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-18T23:39:13.980 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T23:39:14.047 DEBUG:teuthology.orchestra.run.smithi045:> 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-18T23:39:14.080 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:39:14.081 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T23:39:14.114 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:39:14.115 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-18T23:39:14.123 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-18T23:39:14.131 INFO:teuthology.task.internal:Duration was 223.902920 seconds 2024-04-18T23:39:14.131 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-18T23:39:14.139 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-18T23:39:14.140 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T23:39:14.142 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-18T23:39:14.191 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T23:39:14.203 INFO:teuthology.orchestra.run.smithi171.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-18T23:39:14.344 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-18T23:39:14.345 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2024-04-18T23:39:14.345 DEBUG:teuthology.orchestra.run.smithi045:> 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-18T23:39:14.370 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi171.front.sepia.ceph.com 2024-04-18T23:39:14.370 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T23:39:14.393 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-18T23:39:14.393 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T23:39:14.413 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-18T23:39:14.464 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-18T23:39:14.464 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T23:39:14.485 DEBUG:teuthology.orchestra.run.smithi171:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-18T23:39:14.590 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-18T23:39:14.598 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-18T23:39:14.599 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T23:39:14.627 DEBUG:teuthology.orchestra.run.smithi171:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-18T23:39:14.656 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-18T23:39:14.664 DEBUG:teuthology.orchestra.run.smithi045:> 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-18T23:39:14.670 DEBUG:teuthology.orchestra.run.smithi171:> 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-18T23:39:14.694 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2024-04-18T23:39:14.724 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = core 2024-04-18T23:39:14.745 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T23:39:14.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:39:14.778 DEBUG:teuthology.orchestra.run.smithi171:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-18T23:39:14.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-18T23:39:14.801 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-18T23:39:14.811 INFO:teuthology.task.internal:Transferring archived files... 2024-04-18T23:39:14.812 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663070/remote/smithi045 2024-04-18T23:39:14.813 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T23:39:14.875 DEBUG:teuthology.misc:Transferring archived files from smithi171:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663070/remote/smithi171 2024-04-18T23:39:14.876 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-18T23:39:14.926 INFO:teuthology.task.internal:Removing archive directory... 2024-04-18T23:39:14.926 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T23:39:14.928 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-18T23:39:14.976 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-18T23:39:14.988 INFO:teuthology.task.internal:Not uploading archives. 2024-04-18T23:39:14.988 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-18T23:39:14.997 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-18T23:39:14.997 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T23:39:15.000 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-18T23:39:15.012 INFO:teuthology.orchestra.run.smithi045.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 23:39 /home/ubuntu/cephtest 2024-04-18T23:39:15.031 INFO:teuthology.orchestra.run.smithi171.stdout: 262166 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 18 23:39 /home/ubuntu/cephtest 2024-04-18T23:39:15.032 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-18T23:39:15.042 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-18T23:39:15.061 INFO:teuthology.nuke:Checking targets against current locks 2024-04-18T23:39:15.089 DEBUG:teuthology.nuke:shortname: smithi045 2024-04-18T23:39:15.089 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T23:39:15.112 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663070', '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-18 23:26:54.452531', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMhK9PQ5jpDQhaodHd2Sz5KdcNz7IULSdfdiyuD321me87d08+QGIXqMR8wchg3d7jyq8S5cNYpdg+01b71C6sQ='} 2024-04-18T23:39:15.116 DEBUG:teuthology.nuke:shortname: smithi171 2024-04-18T23:39:15.116 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-18T23:39:15.141 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-18_22:49:05-rados-wip-yuri5-testing-2024-04-17-1400-distro-default-smithi/7663070', '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-18 23:26:54.453868', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHwVnND4+7eWPiZAbejNd5pbVSX9d1dvXeG1KsAWgWlFLfzRFQIEagbe17g+oo1Qib/6QDHEk2zwKH+V3TNbwjE='} 2024-04-18T23:39:15.164 INFO:teuthology.orchestra.console.smithi045:Power off 2024-04-18T23:39:15.165 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-18T23:39:15.189 DEBUG:teuthology.orchestra.console.smithi045:power off output: Chassis Power Control: Down/Off 2024-04-18T23:39:15.189 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:39:15.205 INFO:teuthology.orchestra.console.smithi171:Power off 2024-04-18T23:39:15.205 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-18T23:39:15.215 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-04-18T23:39:15.228 DEBUG:teuthology.orchestra.console.smithi171:power off output: Chassis Power Control: Down/Off 2024-04-18T23:39:15.228 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:39:15.252 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-18T23:39:19.216 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:39:19.253 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:39:19.326 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is on 2024-04-18T23:39:19.363 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-18T23:39:23.329 DEBUG:teuthology.orchestra.console.smithi045:pexpect command: ipmitool -H smithi045.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:39:23.364 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:39:23.438 DEBUG:teuthology.orchestra.console.smithi045:check power output: Chassis Power is off 2024-04-18T23:39:23.473 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-18T23:39:23.540 INFO:teuthology.orchestra.console.smithi045:Power off completed 2024-04-18T23:39:27.478 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-18T23:39:27.587 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is off 2024-04-18T23:39:27.688 INFO:teuthology.orchestra.console.smithi171:Power off completed 2024-04-18T23:39:27.820 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} duration: 223.90292024612427 failure_reason: 'smithi171.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: []smithi045.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_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=a5db4deb5c084b7dba1e62be381cdd25 status: dead success: false 2024-04-18T23:39:27.821 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-18T23:39:27.920 INFO:teuthology.run:DEAD