2023-12-21T03:04:41.440 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T03:04:41.440 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499014 --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --verbose -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499014/orig.config.yaml 2023-12-21T03:04:41.480 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T03:04:41.568 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499014 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7499014' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri7-testing-2023-12-20-0808-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi031.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCwW/JxVagDKDOrhWgcwJM7OUC4lO3lXqVGDruRaiA2ddpWH6BS3y7KLowZrHv4QtNTu47AbntBymfiWkjUO6nM= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ+s7VpF3abvwz18h1IswW56SCVGyZP9/cDHStL0XjzAH/LYx0SLlFKmpJt2um/td1D2a21Vk3t+0jL4A9l2KPA= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_19:57:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-21T03:04:41.568 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-21T03:04:41.569 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T03:04:41.569 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T03:04:41.572 INFO:teuthology.task.internal:Checking packages... 2023-12-21T03:04:41.603 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T03:04:41.603 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T03:04:41.603 INFO:teuthology.packaging:ref: None 2023-12-21T03:04:41.603 INFO:teuthology.packaging:tag: None 2023-12-21T03:04:41.603 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T03:04:41.604 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T03:04:41.604 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T03:04:41.773 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-21T03:04:41.775 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T03:04:41.781 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T03:04:41.781 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T03:04:41.795 INFO:teuthology.task.internal:Saving configuration 2023-12-21T03:04:41.810 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T03:04:41.820 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T03:04:41.847 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 02:59:42.917036', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCwW/JxVagDKDOrhWgcwJM7OUC4lO3lXqVGDruRaiA2ddpWH6BS3y7KLowZrHv4QtNTu47AbntBymfiWkjUO6nM='} 2023-12-21T03:04:41.872 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 02:59:42.918478', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ+s7VpF3abvwz18h1IswW56SCVGyZP9/cDHStL0XjzAH/LYx0SLlFKmpJt2um/td1D2a21Vk3t+0jL4A9l2KPA='} 2023-12-21T03:04:41.872 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T03:04:41.880 INFO:teuthology.task.internal:roles: ubuntu@smithi031.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-21T03:04:41.880 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-21T03:04:41.880 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T03:04:41.958 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f2a1ac13e50>, signals=[15]) 2023-12-21T03:04:41.959 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T03:04:41.969 INFO:teuthology.task.internal:Opening connections... 2023-12-21T03:04:41.970 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi031.front.sepia.ceph.com 2023-12-21T03:04:41.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:04:42.043 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2023-12-21T03:04:42.043 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:04:42.111 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T03:04:42.120 DEBUG:teuthology.orchestra.run.smithi031:> uname -m 2023-12-21T03:04:42.140 INFO:teuthology.orchestra.run.smithi031.stdout:x86_64 2023-12-21T03:04:42.140 DEBUG:teuthology.orchestra.run.smithi031:> cat /etc/os-release 2023-12-21T03:04:42.197 INFO:teuthology.orchestra.run.smithi031.stdout:NAME="Red Hat Enterprise Linux" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION="8.4 (Ootpa)" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:ID="rhel" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:ID_LIKE="fedora" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:VERSION_ID="8.4" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:PLATFORM_ID="platform:el8" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:ANSI_COLOR="0;31" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:HOME_URL="https://www.redhat.com/" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-21T03:04:42.198 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T03:04:42.199 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-21T03:04:42.199 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-21T03:04:42.199 INFO:teuthology.orchestra.run.smithi031.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-21T03:04:42.199 INFO:teuthology.lock.ops:Updating smithi031.front.sepia.ceph.com on lock server 2023-12-21T03:04:42.221 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2023-12-21T03:04:42.238 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2023-12-21T03:04:42.238 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2023-12-21T03:04:42.293 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="Red Hat Enterprise Linux" 2023-12-21T03:04:42.293 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="8.4 (Ootpa)" 2023-12-21T03:04:42.293 INFO:teuthology.orchestra.run.smithi183.stdout:ID="rhel" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE="fedora" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="8.4" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:PLATFORM_ID="platform:el8" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:ANSI_COLOR="0;31" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://www.redhat.com/" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-21T03:04:42.294 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-21T03:04:42.295 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-21T03:04:42.295 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2023-12-21T03:04:42.320 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T03:04:42.331 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T03:04:42.353 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T03:04:42.354 DEBUG:teuthology.orchestra.run.smithi031:> test '!' -e /home/ubuntu/cephtest 2023-12-21T03:04:42.357 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2023-12-21T03:04:42.372 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T03:04:42.383 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T03:04:42.383 DEBUG:teuthology.orchestra.run.smithi031:> test -z $(ls -A /var/lib/ceph) 2023-12-21T03:04:42.414 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2023-12-21T03:04:42.429 INFO:teuthology.orchestra.run.smithi031.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-21T03:04:42.430 INFO:teuthology.orchestra.run.smithi183.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-21T03:04:42.431 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T03:04:42.491 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T03:04:42.512 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T03:04:42.512 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T03:04:42.512 DEBUG:teuthology.orchestra.run.smithi031:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T03:04:42.513 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T03:04:42.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:04:42.529 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2023-12-21T03:04:42.529 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:04:42.530 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2023-12-21T03:04:42.585 INFO:teuthology.orchestra.run.smithi183.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-21T03:04:42.586 INFO:teuthology.task.kernel:Running kernel on smithi183: 4.18.0-305.25.1.el8_4.x86_64 2023-12-21T03:04:42.586 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum install -y kernel 2023-12-21T03:04:42.587 INFO:teuthology.orchestra.run.smithi031.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-21T03:04:42.587 INFO:teuthology.task.kernel:Running kernel on smithi031: 4.18.0-305.25.1.el8_4.x86_64 2023-12-21T03:04:42.587 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum install -y kernel 2023-12-21T03:04:44.100 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-21T03:04:44.101 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-21T03:04:44.275 INFO:teuthology.orchestra.run.smithi031.stdout:Updating Subscription Management repositories. 2023-12-21T03:04:44.275 INFO:teuthology.orchestra.run.smithi031.stdout:Unable to read consumer identity 2023-12-21T03:04:45.667 INFO:teuthology.orchestra.run.smithi183.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-21T03:04:45.925 INFO:teuthology.orchestra.run.smithi031.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-21T03:04:47.635 INFO:teuthology.orchestra.run.smithi031.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-21T03:04:48.382 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 6.0 MB/s | 16 MB 00:02 2023-12-21T03:04:51.168 INFO:teuthology.orchestra.run.smithi031.stdout:lab-extras 4.6 MB/s | 24 kB 00:00 2023-12-21T03:04:51.735 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 4.2 MB/s | 24 kB 00:00 2023-12-21T03:04:51.926 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-21T03:04:51.926 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-21T03:04:51.926 INFO:teuthology.orchestra.run.smithi031.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-21T03:04:52.091 INFO:teuthology.orchestra.run.smithi031.stdout:Dependencies resolved. 2023-12-21T03:04:52.092 INFO:teuthology.orchestra.run.smithi031.stdout:Nothing to do. 2023-12-21T03:04:52.092 INFO:teuthology.orchestra.run.smithi031.stdout:Complete! 2023-12-21T03:04:52.206 DEBUG:teuthology.orchestra.run.smithi031:> echo no | sudo yum reinstall kernel || true 2023-12-21T03:04:52.507 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-21T03:04:52.507 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-21T03:04:52.507 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-21T03:04:52.573 INFO:teuthology.orchestra.run.smithi031.stdout:Updating Subscription Management repositories. 2023-12-21T03:04:52.573 INFO:teuthology.orchestra.run.smithi031.stdout:Unable to read consumer identity 2023-12-21T03:04:52.661 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-21T03:04:52.661 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-21T03:04:52.662 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-21T03:04:52.768 DEBUG:teuthology.orchestra.run.smithi183:> echo no | sudo yum reinstall kernel || true 2023-12-21T03:04:52.881 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:01 ago on Thu 21 Dec 2023 03:04:51 AM UTC. 2023-12-21T03:04:53.029 INFO:teuthology.orchestra.run.smithi031.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T03:04:53.029 INFO:teuthology.orchestra.run.smithi031.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:04:53.030 INFO:teuthology.orchestra.run.smithi031.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:04:53.059 INFO:teuthology.orchestra.run.smithi031.stderr:Error: No packages marked for reinstall. 2023-12-21T03:04:53.111 DEBUG:teuthology.orchestra.run.smithi031:> sudo yum reinstall -y kernel || true 2023-12-21T03:04:53.113 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-21T03:04:53.113 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-21T03:04:53.406 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 03:04:51 AM UTC. 2023-12-21T03:04:53.475 INFO:teuthology.orchestra.run.smithi031.stdout:Updating Subscription Management repositories. 2023-12-21T03:04:53.476 INFO:teuthology.orchestra.run.smithi031.stdout:Unable to read consumer identity 2023-12-21T03:04:53.540 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T03:04:53.540 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:04:53.540 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:04:53.572 INFO:teuthology.orchestra.run.smithi183.stderr:Error: No packages marked for reinstall. 2023-12-21T03:04:53.623 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum reinstall -y kernel || true 2023-12-21T03:04:53.771 INFO:teuthology.orchestra.run.smithi031.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 03:04:51 AM UTC. 2023-12-21T03:04:53.920 INFO:teuthology.orchestra.run.smithi031.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T03:04:53.920 INFO:teuthology.orchestra.run.smithi031.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:04:53.920 INFO:teuthology.orchestra.run.smithi031.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:04:53.933 INFO:teuthology.orchestra.run.smithi031.stderr:Error: No packages marked for reinstall. 2023-12-21T03:04:53.967 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-21T03:04:53.967 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-21T03:04:53.983 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T03:04:54.114 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.114 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.114 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.114 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T03:04:54.114 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T03:04:54.115 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T03:04:54.115 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi031.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T03:04:54.115 DEBUG:teuthology.orchestra.run.smithi031:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T03:04:54.245 INFO:teuthology.orchestra.run.smithi031.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.246 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.246 DEBUG:teuthology.orchestra.run.smithi031:> sudo rpm -qi grub2-tools 2023-12-21T03:04:54.258 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:03 ago on Thu 21 Dec 2023 03:04:51 AM UTC. 2023-12-21T03:04:54.273 INFO:teuthology.orchestra.run.smithi031.stdout:Name : grub2-tools 2023-12-21T03:04:54.273 INFO:teuthology.orchestra.run.smithi031.stdout:Epoch : 1 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Version : 2.02 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Release : 99.el8_4.1 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Architecture: x86_64 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Group : System Environment/Base 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Size : 9264631 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:License : GPLv3+ 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-21T03:04:54.274 INFO:teuthology.orchestra.run.smithi031.stdout:Relocations : (not relocatable) 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout:Packager : Red Hat, Inc. 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout:Vendor : Red Hat, Inc. 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout:Summary : Support tools for GRUB. 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout:Description : 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout:hardware devices. 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout: 2023-12-21T03:04:54.275 INFO:teuthology.orchestra.run.smithi031.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T03:04:54.276 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T03:04:54.277 INFO:teuthology.task.kernel:Updating grub on smithi031 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.277 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T03:04:54.414 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T03:04:54.414 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:04:54.414 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:04:54.428 INFO:teuthology.orchestra.run.smithi183.stderr:Error: No packages marked for reinstall. 2023-12-21T03:04:54.485 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T03:04:54.609 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.610 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.610 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.610 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T03:04:54.610 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T03:04:54.610 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T03:04:54.610 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T03:04:54.610 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T03:04:54.736 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.736 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.736 DEBUG:teuthology.orchestra.run.smithi183:> sudo rpm -qi grub2-tools 2023-12-21T03:04:54.762 INFO:teuthology.orchestra.run.smithi183.stdout:Name : grub2-tools 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:Epoch : 1 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:Version : 2.02 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:Release : 99.el8_4.1 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: x86_64 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:Group : System Environment/Base 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:Size : 9264631 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:License : GPLv3+ 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-21T03:04:54.763 INFO:teuthology.orchestra.run.smithi183.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout:Relocations : (not relocatable) 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout:Packager : Red Hat, Inc. 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout:Vendor : Red Hat, Inc. 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout:Summary : Support tools for GRUB. 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout:Description : 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T03:04:54.764 INFO:teuthology.orchestra.run.smithi183.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T03:04:54.765 INFO:teuthology.orchestra.run.smithi183.stdout:hardware devices. 2023-12-21T03:04:54.765 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-21T03:04:54.765 INFO:teuthology.orchestra.run.smithi183.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T03:04:54.766 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T03:04:54.766 INFO:teuthology.task.kernel:Updating grub on smithi183 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:54.766 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T03:04:55.588 INFO:teuthology.orchestra.run.smithi031.stderr:Generating grub configuration file ... 2023-12-21T03:04:56.257 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2023-12-21T03:04:57.557 INFO:teuthology.orchestra.run.smithi031.stderr:done 2023-12-21T03:04:57.560 DEBUG:teuthology.orchestra.run.smithi031:> mktemp 2023-12-21T03:04:57.574 INFO:teuthology.orchestra.run.smithi031.stdout:/tmp/tmp.u7HHYvjaod 2023-12-21T03:04:57.575 DEBUG:teuthology.orchestra.run.smithi031:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.u7HHYvjaod 2023-12-21T03:04:57.642 DEBUG:teuthology.orchestra.run.smithi031:> sudo chmod 0666 /tmp/tmp.u7HHYvjaod 2023-12-21T03:04:57.805 DEBUG:teuthology.orchestra.remote:smithi031:/tmp/tmp.u7HHYvjaod is 6KB 2023-12-21T03:04:57.853 DEBUG:teuthology.orchestra.run.smithi031:> rm -fr /tmp/tmp.u7HHYvjaod 2023-12-21T03:04:57.868 DEBUG:teuthology.orchestra.run.smithi031:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T03:04:57.939 INFO:teuthology.orchestra.run.smithi031.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-21T03:04:57.940 INFO:teuthology.orchestra.run.smithi031.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-21T03:04:57.940 INFO:teuthology.orchestra.run.smithi031.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-21T03:04:57.940 INFO:teuthology.orchestra.run.smithi031.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-21T03:04:57.942 DEBUG:teuthology.orchestra.run.smithi031:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:58.102 INFO:teuthology.orchestra.run.smithi183.stderr:done 2023-12-21T03:04:58.104 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2023-12-21T03:04:58.114 DEBUG:teuthology.orchestra.run.smithi031:> sudo shutdown -r now 2023-12-21T03:04:58.117 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.PJlzAS4ICs 2023-12-21T03:04:58.118 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PJlzAS4ICs 2023-12-21T03:04:58.187 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.PJlzAS4ICs 2023-12-21T03:04:58.358 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.PJlzAS4ICs is 6KB 2023-12-21T03:04:58.407 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.PJlzAS4ICs 2023-12-21T03:04:58.421 DEBUG:teuthology.orchestra.run.smithi183:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T03:04:58.493 INFO:teuthology.orchestra.run.smithi183.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-21T03:04:58.494 INFO:teuthology.orchestra.run.smithi183.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-21T03:04:58.494 INFO:teuthology.orchestra.run.smithi183.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-21T03:04:58.494 INFO:teuthology.orchestra.run.smithi183.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-21T03:04:58.495 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:04:58.672 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2023-12-21T03:05:28.145 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T03:05:28.146 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-21T03:05:28.147 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:05:28.676 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T03:05:28.676 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-21T03:05:28.676 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:05:46.514 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.31 2023-12-21T03:05:47.029 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-21T03:05:55.521 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-21T03:05:55.522 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:05:56.030 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-21T03:05:56.031 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:05:59.089 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-21T03:06:11.101 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-21T03:06:11.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:06:42.959 DEBUG:teuthology.orchestra.run.smithi183:> true 2023-12-21T03:06:43.257 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-21T03:06:43.257 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-21T03:06:43.258 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2023-12-21T03:06:43.311 INFO:teuthology.orchestra.run.smithi183.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-21T03:06:43.312 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:06:43.312 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T03:06:43.312 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-21T03:06:44.313 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T03:06:44.313 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T03:06:44.604 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2023-12-21T03:06:44.635 DEBUG:teuthology.parallel:result is None 2023-12-21T03:06:55.524 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T03:07:07.525 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-21T03:07:07.526 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi031.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:07:07.969 DEBUG:teuthology.orchestra.run.smithi031:> true 2023-12-21T03:07:08.232 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi031.front.sepia.ceph.com' 2023-12-21T03:07:08.232 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-21T03:07:08.232 DEBUG:teuthology.orchestra.run.smithi031:> uname -r 2023-12-21T03:07:08.248 INFO:teuthology.orchestra.run.smithi031.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-21T03:07:08.248 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:07:08.249 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T03:07:08.249 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-21T03:07:09.249 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T03:07:09.250 DEBUG:teuthology.orchestra.run.smithi031:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T03:07:09.364 INFO:teuthology.orchestra.run.smithi031.stdout:ttyS1 2023-12-21T03:07:09.377 DEBUG:teuthology.parallel:result is None 2023-12-21T03:07:09.377 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T03:07:09.385 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T03:07:09.385 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T03:07:09.388 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T03:07:09.405 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T03:07:09.416 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T03:07:09.431 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T03:07:09.431 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T03:07:09.445 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T03:07:09.481 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T03:07:09.491 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T03:07:09.491 DEBUG:teuthology.orchestra.run.smithi031:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-21T03:07:09.509 DEBUG:teuthology.orchestra.run.smithi183:> 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 2023-12-21T03:07:09.546 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:07:09.551 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:07:09.558 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:07:09.563 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:07:09.564 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T03:07:09.574 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T03:07:09.574 DEBUG:teuthology.orchestra.run.smithi031:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T03:07:09.602 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T03:07:09.631 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T03:07:09.643 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T03:07:09.643 DEBUG:teuthology.orchestra.run.smithi031:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T03:07:09.670 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T03:07:09.686 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T03:07:09.769 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T03:07:09.813 DEBUG:teuthology.orchestra.run.smithi031:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T03:07:09.898 DEBUG:teuthology.orchestra.run.smithi031:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T03:07:09.940 DEBUG:teuthology.orchestra.run.smithi031:> set -ex 2023-12-21T03:07:09.940 DEBUG:teuthology.orchestra.run.smithi031:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T03:07:10.008 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T03:07:10.050 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T03:07:10.094 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T03:07:10.177 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T03:07:10.218 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-21T03:07:10.218 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T03:07:10.283 DEBUG:teuthology.orchestra.run.smithi031:> sudo service rsyslog restart 2023-12-21T03:07:10.285 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2023-12-21T03:07:10.343 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T03:07:10.387 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T03:07:10.793 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T03:07:10.801 INFO:teuthology.task.internal:Starting timer... 2023-12-21T03:07:10.801 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T03:07:10.814 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T03:07:10.826 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-21T03:07:10.827 DEBUG:teuthology.orchestra.run.smithi031:> sudo service auditd rotate 2023-12-21T03:07:10.878 INFO:teuthology.orchestra.run.smithi031.stdout:Rotating logs: [ OK ] 2023-12-21T03:07:10.881 DEBUG:teuthology.orchestra.run.smithi183:> sudo service auditd rotate 2023-12-21T03:07:10.944 INFO:teuthology.orchestra.run.smithi183.stdout:Rotating logs: [ OK ] 2023-12-21T03:07:10.946 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T03:07:10.946 DEBUG:teuthology.orchestra.run.smithi031:> /usr/sbin/getenforce 2023-12-21T03:07:10.970 INFO:teuthology.orchestra.run.smithi031.stdout:Permissive 2023-12-21T03:07:10.971 DEBUG:teuthology.orchestra.run.smithi183:> /usr/sbin/getenforce 2023-12-21T03:07:10.991 INFO:teuthology.orchestra.run.smithi183.stdout:Permissive 2023-12-21T03:07:10.991 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi031.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi183.front.sepia.ceph.com': 'permissive'} 2023-12-21T03:07:10.992 DEBUG:teuthology.orchestra.run.smithi031:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T03:07:11.037 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:07:11.037 DEBUG:teuthology.orchestra.run.smithi183:> 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 2023-12-21T03:07:11.062 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:07:11.063 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T03:07:11.063 DEBUG:teuthology.orchestra.run.smithi031:> sudo /usr/sbin/setenforce permissive 2023-12-21T03:07:11.104 DEBUG:teuthology.orchestra.run.smithi183:> sudo /usr/sbin/setenforce permissive 2023-12-21T03:07:11.130 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T03:07:11.140 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-21T03:07:11.141 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T03:07:11.159 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'}]}] 2023-12-21T03:07:11.160 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi031.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T03:12:52.250 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499014/ansible_failures.yaml 2023-12-21T03:12:52.252 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi183.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: 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: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []smithi031.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: 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: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-21T03:12:52.347 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=37d9105386cc474aa7020974c09042f4 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi183.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: 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: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []smithi031.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: 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: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-21T03:12:52.349 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T03:12:52.357 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T03:12:52.358 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T03:12:52.385 DEBUG:teuthology.orchestra.run.smithi031:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-21T03:12:52.480 DEBUG:teuthology.orchestra.run.smithi183:> 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 2023-12-21T03:12:52.563 DEBUG:teuthology.orchestra.run.smithi031:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T03:12:52.593 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:12:52.594 DEBUG:teuthology.orchestra.run.smithi183:> 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 2023-12-21T03:12:52.622 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:12:52.623 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T03:12:52.632 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T03:12:52.672 INFO:teuthology.task.internal:Duration was 341.871229 seconds 2023-12-21T03:12:52.673 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T03:12:52.681 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T03:12:52.682 DEBUG:teuthology.orchestra.run.smithi031:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T03:12:52.684 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T03:12:52.729 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T03:12:52.729 INFO:teuthology.orchestra.run.smithi031.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T03:12:53.042 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T03:12:53.043 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi031.front.sepia.ceph.com 2023-12-21T03:12:53.043 DEBUG:teuthology.orchestra.run.smithi031:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T03:12:53.064 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2023-12-21T03:12:53.064 DEBUG:teuthology.orchestra.run.smithi183:> 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 2023-12-21T03:12:53.084 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T03:12:53.085 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T03:12:53.107 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T03:12:53.158 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T03:12:53.158 DEBUG:teuthology.orchestra.run.smithi031:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T03:12:53.183 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T03:12:53.257 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T03:12:53.268 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T03:12:53.268 DEBUG:teuthology.orchestra.run.smithi031:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T03:12:53.294 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T03:12:53.318 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T03:12:53.328 DEBUG:teuthology.orchestra.run.smithi031:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:12:53.337 DEBUG:teuthology.orchestra.run.smithi183:> 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 2023-12-21T03:12:53.359 INFO:teuthology.orchestra.run.smithi031.stdout:kernel.core_pattern = core 2023-12-21T03:12:53.382 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2023-12-21T03:12:53.395 DEBUG:teuthology.orchestra.run.smithi031:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:12:53.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:12:53.427 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:12:53.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:12:53.449 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T03:12:53.458 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T03:12:53.459 DEBUG:teuthology.misc:Transferring archived files from smithi031:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499014/remote/smithi031 2023-12-21T03:12:53.460 DEBUG:teuthology.orchestra.run.smithi031:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T03:12:53.515 DEBUG:teuthology.misc:Transferring archived files from smithi183:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499014/remote/smithi183 2023-12-21T03:12:53.516 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T03:12:53.560 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T03:12:53.561 DEBUG:teuthology.orchestra.run.smithi031:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T03:12:53.563 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T03:12:53.610 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T03:12:53.621 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T03:12:53.622 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T03:12:53.632 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T03:12:53.633 DEBUG:teuthology.orchestra.run.smithi031:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T03:12:53.636 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T03:12:53.647 INFO:teuthology.orchestra.run.smithi031.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 03:12 /home/ubuntu/cephtest 2023-12-21T03:12:53.664 INFO:teuthology.orchestra.run.smithi183.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 03:12 /home/ubuntu/cephtest 2023-12-21T03:12:53.666 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T03:12:53.676 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T03:12:53.697 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T03:12:53.725 DEBUG:teuthology.nuke:shortname: smithi031 2023-12-21T03:12:53.726 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T03:12:53.748 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi031.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 02:59:42.917036', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCwW/JxVagDKDOrhWgcwJM7OUC4lO3lXqVGDruRaiA2ddpWH6BS3y7KLowZrHv4QtNTu47AbntBymfiWkjUO6nM='} 2023-12-21T03:12:53.751 DEBUG:teuthology.nuke:shortname: smithi183 2023-12-21T03:12:53.751 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T03:12:53.773 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499014', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 02:59:42.918478', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJ+s7VpF3abvwz18h1IswW56SCVGyZP9/cDHStL0XjzAH/LYx0SLlFKmpJt2um/td1D2a21Vk3t+0jL4A9l2KPA='} 2023-12-21T03:12:53.803 INFO:teuthology.orchestra.console.smithi031:Power off 2023-12-21T03:12:53.804 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T03:12:53.828 DEBUG:teuthology.orchestra.console.smithi031:power off output: Chassis Power Control: Down/Off 2023-12-21T03:12:53.828 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:12:53.845 INFO:teuthology.orchestra.console.smithi183:Power off 2023-12-21T03:12:53.846 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T03:12:53.856 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-12-21T03:12:53.869 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2023-12-21T03:12:53.869 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:12:53.895 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-21T03:12:57.858 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:12:57.896 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:12:57.969 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-12-21T03:12:58.005 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-21T03:13:01.973 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:13:02.006 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:13:02.084 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is on 2023-12-21T03:13:02.119 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2023-12-21T03:13:02.219 INFO:teuthology.orchestra.console.smithi183:Power off completed 2023-12-21T03:13:06.089 DEBUG:teuthology.orchestra.console.smithi031:pexpect command: ipmitool -H smithi031.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:13:06.199 DEBUG:teuthology.orchestra.console.smithi031:check power output: Chassis Power is off 2023-12-21T03:13:06.300 INFO:teuthology.orchestra.console.smithi031:Power off completed 2023-12-21T03:13:06.408 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 341.87122869491577 failure_reason: 'smithi183.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: 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: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''codeready-builder-for-rhel-8-x86_64-rpms'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []smithi031.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: 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: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''codeready-builder-for-rhel-8-x86_64-rpms'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=37d9105386cc474aa7020974c09042f4 status: dead success: false 2023-12-21T03:13:06.409 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T03:13:06.498 INFO:teuthology.run:DEAD