2023-12-26T17:15:12.577 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-26T17:15:12.578 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501486 --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/client-keyring 3-final} --verbose -- /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501486/orig.config.yaml 2023-12-26T17:15:12.611 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:15:12.694 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501486 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/client-keyring 3-final} email: null first_in_suite: false job_id: '7501486' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-26_16:41:10-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: smithi143.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMI4d0yLjjBkCpS/QivCesuOw9X2eLCh0p65qZhWzPYzrGHYZJkeIaqQiL5LaX8d6CwUTmidkfwlvLSeBAYcNOY= smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHOPoufnxIga1JGo/QNHI8XhBb06wBw1iLaqdbG3ZnCJFro88vfF0sIpeM6d4oLa3Uevf95JYmEMCdJOFI5zvt0= 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 - cephadm.shell: host.a: - ceph orch host label add `hostname` foo - ceph auth get-or-create client.foo mon 'allow r' - ceph orch client-keyring set client.foo label:foo --mode 770 --owner 11111:22222 - exec: host.a: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - test -e /etc/ceph/ceph.conf - exec: host.b: - test ! -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.b: - ceph orch host label add `hostname` foo - exec: host.b: - while ! test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - ls -al /etc/ceph/ceph.client.foo.keyring | grep rwxrwx--- - ls -al /etc/ceph/ceph.client.foo.keyring | grep 11111 - ls -al /etc/ceph/ceph.client.foo.keyring | grep 22222 - cephadm.shell: host.b: - ceph orch host label rm `hostname` foo - exec: host.b: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - exec: host.a: - test -e /etc/ceph/ceph.client.foo.keyring - cephadm.shell: host.a: - ceph orch client-keyring rm client.foo - exec: host.a: - while test -e /etc/ceph/ceph.client.foo.keyring ; do sleep 1 ; done - 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: 9680d2aba1e76f64ade295c81599c97907457848 timestamp: 2023-12-26_16:41:10 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-26T17:15:12.695 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-26T17:15:12.695 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-26T17:15:12.696 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-26T17:15:12.697 INFO:teuthology.task.internal:Checking packages... 2023-12-26T17:15:12.721 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-26T17:15:12.721 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-26T17:15:12.721 INFO:teuthology.packaging:ref: None 2023-12-26T17:15:12.721 INFO:teuthology.packaging:tag: None 2023-12-26T17:15:12.721 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:15:12.721 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:15:12.722 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-26T17:15:12.943 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-26T17:15:12.944 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-26T17:15:12.949 INFO:teuthology.task.internal:no buildpackages task found 2023-12-26T17:15:12.949 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-26T17:15:12.992 INFO:teuthology.task.internal:Saving configuration 2023-12-26T17:15:13.005 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-26T17:15:13.015 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:15:13.042 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501486', '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-26 17:09:35.217685', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMI4d0yLjjBkCpS/QivCesuOw9X2eLCh0p65qZhWzPYzrGHYZJkeIaqQiL5LaX8d6CwUTmidkfwlvLSeBAYcNOY='} 2023-12-26T17:15:13.067 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501486', '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-26 17:09:35.215375', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHOPoufnxIga1JGo/QNHI8XhBb06wBw1iLaqdbG3ZnCJFro88vfF0sIpeM6d4oLa3Uevf95JYmEMCdJOFI5zvt0='} 2023-12-26T17:15:13.067 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-26T17:15:13.076 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-26T17:15:13.076 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-26T17:15:13.076 INFO:teuthology.run_tasks:Running task console_log... 2023-12-26T17:15:13.163 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7effe4ef2e50>, signals=[15]) 2023-12-26T17:15:13.164 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-26T17:15:13.172 INFO:teuthology.task.internal:Opening connections... 2023-12-26T17:15:13.172 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2023-12-26T17:15:13.174 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:15:13.245 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2023-12-26T17:15:13.246 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:15:13.315 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-26T17:15:13.322 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2023-12-26T17:15:13.339 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2023-12-26T17:15:13.339 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2023-12-26T17:15:13.395 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:ID="rhel" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE="fedora" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="8.4" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:ANSI_COLOR="0;31" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-26T17:15:13.396 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:15:13.397 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:15:13.397 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:15:13.397 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:15:13.397 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2023-12-26T17:15:13.422 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2023-12-26T17:15:13.439 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2023-12-26T17:15:13.439 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2023-12-26T17:15:13.501 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:ID="rhel" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="fedora" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="8.4" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:15:13.502 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:15:13.503 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:15:13.503 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:15:13.503 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2023-12-26T17:15:13.530 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-26T17:15:13.542 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-26T17:15:13.575 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-26T17:15:13.576 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:15:13.578 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:15:13.594 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-26T17:15:13.618 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-26T17:15:13.618 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:15:13.635 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:15:13.648 INFO:teuthology.orchestra.run.smithi143.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:15:13.650 INFO:teuthology.orchestra.run.smithi163.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:15:13.651 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-26T17:15:13.709 INFO:teuthology.run_tasks:Running task kernel... 2023-12-26T17:15:13.729 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-26T17:15:13.729 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-26T17:15:13.729 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:15:13.730 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:15:13.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:15:13.745 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-12-26T17:15:13.745 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:15:13.746 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-12-26T17:15:13.805 INFO:teuthology.orchestra.run.smithi163.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:15:13.805 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:15:13.806 INFO:teuthology.task.kernel:Running kernel on smithi163: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:15:13.806 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2023-12-26T17:15:13.806 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:15:13.806 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum install -y kernel 2023-12-26T17:15:15.239 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-26T17:15:15.240 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-26T17:15:15.242 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-26T17:15:15.242 INFO:teuthology.orchestra.run.smithi143.stdout:Unable to read consumer identity 2023-12-26T17:15:16.593 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-26T17:15:16.617 INFO:teuthology.orchestra.run.smithi143.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-26T17:15:17.209 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 28 MB/s | 16 MB 00:00 2023-12-26T17:15:17.303 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 25 MB/s | 16 MB 00:00 2023-12-26T17:15:20.563 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 4.6 MB/s | 24 kB 00:00 2023-12-26T17:15:20.605 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 4.4 MB/s | 24 kB 00:00 2023-12-26T17:15:21.303 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:15:21.303 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:15:21.303 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:15:21.359 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:15:21.359 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:15:21.359 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:15:21.458 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-26T17:15:21.459 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-26T17:15:21.459 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-26T17:15:21.518 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-12-26T17:15:21.518 INFO:teuthology.orchestra.run.smithi143.stdout:Nothing to do. 2023-12-26T17:15:21.518 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-12-26T17:15:21.574 DEBUG:teuthology.orchestra.run.smithi163:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:15:21.624 DEBUG:teuthology.orchestra.run.smithi143:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:15:21.919 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-26T17:15:21.919 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-26T17:15:21.967 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-26T17:15:21.968 INFO:teuthology.orchestra.run.smithi143.stdout:Unable to read consumer identity 2023-12-26T17:15:22.209 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:15:20 PM UTC. 2023-12-26T17:15:22.262 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:15:20 PM UTC. 2023-12-26T17:15:22.342 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:15:22.342 INFO:teuthology.orchestra.run.smithi163.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-26T17:15:22.342 INFO:teuthology.orchestra.run.smithi163.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-26T17:15:22.376 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-26T17:15:22.395 INFO:teuthology.orchestra.run.smithi143.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:15:22.395 INFO:teuthology.orchestra.run.smithi143.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-26T17:15:22.395 INFO:teuthology.orchestra.run.smithi143.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-26T17:15:22.425 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum reinstall -y kernel || true 2023-12-26T17:15:22.426 INFO:teuthology.orchestra.run.smithi143.stderr:Error: No packages marked for reinstall. 2023-12-26T17:15:22.474 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum reinstall -y kernel || true 2023-12-26T17:15:22.772 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-26T17:15:22.772 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-26T17:15:22.818 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-26T17:15:22.818 INFO:teuthology.orchestra.run.smithi143.stdout:Unable to read consumer identity 2023-12-26T17:15:23.062 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:03 ago on Tue 26 Dec 2023 05:15:20 PM UTC. 2023-12-26T17:15:23.105 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:00:03 ago on Tue 26 Dec 2023 05:15:20 PM UTC. 2023-12-26T17:15:23.191 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:15:23.191 INFO:teuthology.orchestra.run.smithi163.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-26T17:15:23.191 INFO:teuthology.orchestra.run.smithi163.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-26T17:15:23.208 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-26T17:15:23.260 INFO:teuthology.orchestra.run.smithi143.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:15:23.260 INFO:teuthology.orchestra.run.smithi143.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-26T17:15:23.260 INFO:teuthology.orchestra.run.smithi143.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-26T17:15:23.263 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:15:23.276 INFO:teuthology.orchestra.run.smithi143.stderr:Error: No packages marked for reinstall. 2023-12-26T17:15:23.327 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:15:23.389 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:23.389 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:23.389 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-26T17:15:23.389 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:15:23.389 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:15:23.390 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-26T17:15:23.390 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi163.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:15:23.390 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:15:23.451 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:23.451 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:23.452 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-26T17:15:23.452 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:15:23.452 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:15:23.452 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-26T17:15:23.452 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi143.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:15:23.452 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:15:23.514 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:23.515 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:23.515 DEBUG:teuthology.orchestra.run.smithi163:> sudo rpm -qi grub2-tools 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:Name : grub2-tools 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:Epoch : 1 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:Version : 2.02 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:Release : 99.el8_4.1 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:Architecture: x86_64 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:Group : System Environment/Base 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:Size : 9264631 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:License : GPLv3+ 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:15:23.542 INFO:teuthology.orchestra.run.smithi163.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:Relocations : (not relocatable) 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:Packager : Red Hat, Inc. 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:Summary : Support tools for GRUB. 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:Description : 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:15:23.543 INFO:teuthology.orchestra.run.smithi163.stdout:hardware devices. 2023-12-26T17:15:23.544 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-26T17:15:23.544 INFO:teuthology.orchestra.run.smithi163.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:15:23.544 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:15:23.545 INFO:teuthology.task.kernel:Updating grub on smithi163 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:23.545 DEBUG:teuthology.orchestra.run.smithi163:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:15:23.579 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:23.579 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:23.580 DEBUG:teuthology.orchestra.run.smithi143:> sudo rpm -qi grub2-tools 2023-12-26T17:15:23.607 INFO:teuthology.orchestra.run.smithi143.stdout:Name : grub2-tools 2023-12-26T17:15:23.607 INFO:teuthology.orchestra.run.smithi143.stdout:Epoch : 1 2023-12-26T17:15:23.607 INFO:teuthology.orchestra.run.smithi143.stdout:Version : 2.02 2023-12-26T17:15:23.607 INFO:teuthology.orchestra.run.smithi143.stdout:Release : 99.el8_4.1 2023-12-26T17:15:23.607 INFO:teuthology.orchestra.run.smithi143.stdout:Architecture: x86_64 2023-12-26T17:15:23.607 INFO:teuthology.orchestra.run.smithi143.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:15:23.607 INFO:teuthology.orchestra.run.smithi143.stdout:Group : System Environment/Base 2023-12-26T17:15:23.607 INFO:teuthology.orchestra.run.smithi143.stdout:Size : 9264631 2023-12-26T17:15:23.607 INFO:teuthology.orchestra.run.smithi143.stdout:License : GPLv3+ 2023-12-26T17:15:23.607 INFO:teuthology.orchestra.run.smithi143.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:Relocations : (not relocatable) 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:Packager : Red Hat, Inc. 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:Summary : Support tools for GRUB. 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:Description : 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:hardware devices. 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-26T17:15:23.608 INFO:teuthology.orchestra.run.smithi143.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:15:23.609 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:15:23.609 INFO:teuthology.task.kernel:Updating grub on smithi143 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:23.610 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:15:24.711 INFO:teuthology.orchestra.run.smithi143.stderr:Generating grub configuration file ... 2023-12-26T17:15:24.947 INFO:teuthology.orchestra.run.smithi163.stderr:Generating grub configuration file ... 2023-12-26T17:15:26.458 INFO:teuthology.orchestra.run.smithi143.stderr:done 2023-12-26T17:15:26.460 DEBUG:teuthology.orchestra.run.smithi143:> mktemp 2023-12-26T17:15:26.474 INFO:teuthology.orchestra.run.smithi143.stdout:/tmp/tmp.dtTdVwsOH0 2023-12-26T17:15:26.474 DEBUG:teuthology.orchestra.run.smithi143:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.dtTdVwsOH0 2023-12-26T17:15:26.543 DEBUG:teuthology.orchestra.run.smithi143:> sudo chmod 0666 /tmp/tmp.dtTdVwsOH0 2023-12-26T17:15:26.696 DEBUG:teuthology.orchestra.remote:smithi143:/tmp/tmp.dtTdVwsOH0 is 6KB 2023-12-26T17:15:26.732 INFO:teuthology.orchestra.run.smithi163.stderr:done 2023-12-26T17:15:26.734 DEBUG:teuthology.orchestra.run.smithi163:> mktemp 2023-12-26T17:15:26.744 DEBUG:teuthology.orchestra.run.smithi143:> rm -fr /tmp/tmp.dtTdVwsOH0 2023-12-26T17:15:26.748 INFO:teuthology.orchestra.run.smithi163.stdout:/tmp/tmp.Fr5HjFUYZs 2023-12-26T17:15:26.748 DEBUG:teuthology.orchestra.run.smithi163:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Fr5HjFUYZs 2023-12-26T17:15:26.758 DEBUG:teuthology.orchestra.run.smithi143:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:15:26.819 INFO:teuthology.orchestra.run.smithi143.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:15:26.820 INFO:teuthology.orchestra.run.smithi143.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:15:26.820 INFO:teuthology.orchestra.run.smithi143.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:15:26.820 INFO:teuthology.orchestra.run.smithi143.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:15:26.821 DEBUG:teuthology.orchestra.run.smithi143:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:26.836 DEBUG:teuthology.orchestra.run.smithi163:> sudo chmod 0666 /tmp/tmp.Fr5HjFUYZs 2023-12-26T17:15:26.949 DEBUG:teuthology.orchestra.remote:smithi163:/tmp/tmp.Fr5HjFUYZs is 6KB 2023-12-26T17:15:26.997 DEBUG:teuthology.orchestra.run.smithi143:> sudo shutdown -r now 2023-12-26T17:15:26.999 DEBUG:teuthology.orchestra.run.smithi163:> rm -fr /tmp/tmp.Fr5HjFUYZs 2023-12-26T17:15:27.013 DEBUG:teuthology.orchestra.run.smithi163:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:15:27.082 INFO:teuthology.orchestra.run.smithi163.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:15:27.082 INFO:teuthology.orchestra.run.smithi163.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:15:27.082 INFO:teuthology.orchestra.run.smithi163.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:15:27.083 INFO:teuthology.orchestra.run.smithi163.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:15:27.083 DEBUG:teuthology.orchestra.run.smithi163:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:15:27.216 DEBUG:teuthology.orchestra.run.smithi163:> sudo shutdown -r now 2023-12-26T17:15:57.028 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-26T17:15:57.029 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-26T17:15:57.030 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:15:57.220 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-26T17:15:57.220 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-26T17:15:57.220 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:16:15.506 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-12-26T17:16:15.765 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-12-26T17:16:24.514 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-26T17:16:24.515 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:16:24.766 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-26T17:16:24.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:16:27.573 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.143 2023-12-26T17:16:27.825 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-12-26T17:16:39.585 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-26T17:16:39.586 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:16:39.826 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-26T17:16:39.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:16:42.897 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-12-26T17:16:57.909 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-26T17:16:57.910 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:17:11.421 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-12-26T17:17:11.697 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-26T17:17:11.697 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:17:11.697 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-12-26T17:17:11.711 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:17:11.711 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-26T17:17:11.711 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:17:11.711 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:17:12.712 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-26T17:17:12.712 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:17:12.844 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2023-12-26T17:17:12.860 DEBUG:teuthology.parallel:result is None 2023-12-26T17:17:16.433 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.163 2023-12-26T17:17:34.435 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-26T17:17:34.436 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:17:35.267 DEBUG:teuthology.orchestra.run.smithi163:> true 2023-12-26T17:17:35.549 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-26T17:17:35.549 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:17:35.549 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-12-26T17:17:35.564 INFO:teuthology.orchestra.run.smithi163.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:17:35.564 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-26T17:17:35.564 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:17:35.564 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:17:36.565 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-26T17:17:36.566 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:17:36.633 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2023-12-26T17:17:36.647 DEBUG:teuthology.parallel:result is None 2023-12-26T17:17:36.647 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-26T17:17:36.654 INFO:teuthology.task.internal:Creating test directory... 2023-12-26T17:17:36.655 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:17:36.657 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:17:36.672 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-26T17:17:36.697 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-26T17:17:36.747 INFO:teuthology.task.internal:Creating archive directory... 2023-12-26T17:17:36.747 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:17:36.749 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:17:36.784 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-26T17:17:36.797 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-26T17:17:36.797 DEBUG:teuthology.orchestra.run.smithi143:> 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-26T17:17:36.823 DEBUG:teuthology.orchestra.run.smithi163:> 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-26T17:17:36.857 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:17:36.867 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:17:36.871 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:17:36.884 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:17:36.885 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-26T17:17:36.892 INFO:teuthology.task.internal:Configuring sudo... 2023-12-26T17:17:36.892 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:17:36.894 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:17:36.933 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-26T17:17:36.943 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-26T17:17:36.943 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:17:36.960 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:17:36.988 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:17:37.055 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:17:37.095 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:17:37.176 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:17:37.216 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-12-26T17:17:37.216 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:17:37.281 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:17:37.321 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:17:37.363 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:17:37.444 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:17:37.484 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-26T17:17:37.484 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:17:37.550 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2023-12-26T17:17:37.552 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2023-12-26T17:17:37.610 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:17:37.636 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:17:37.982 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-26T17:17:37.991 INFO:teuthology.task.internal:Starting timer... 2023-12-26T17:17:37.992 INFO:teuthology.run_tasks:Running task pcp... 2023-12-26T17:17:38.034 INFO:teuthology.run_tasks:Running task selinux... 2023-12-26T17:17:38.083 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-26T17:17:38.083 DEBUG:teuthology.orchestra.run.smithi143:> sudo service auditd rotate 2023-12-26T17:17:38.136 INFO:teuthology.orchestra.run.smithi143.stdout:Rotating logs: [ OK ] 2023-12-26T17:17:38.138 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2023-12-26T17:17:38.211 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: [ OK ] 2023-12-26T17:17:38.213 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-26T17:17:38.213 DEBUG:teuthology.orchestra.run.smithi143:> /usr/sbin/getenforce 2023-12-26T17:17:38.236 INFO:teuthology.orchestra.run.smithi143.stdout:Permissive 2023-12-26T17:17:38.236 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2023-12-26T17:17:38.254 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2023-12-26T17:17:38.254 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi143.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi163.front.sepia.ceph.com': 'permissive'} 2023-12-26T17:17:38.255 DEBUG:teuthology.orchestra.run.smithi143:> 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-26T17:17:38.301 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:17:38.301 DEBUG:teuthology.orchestra.run.smithi163:> 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-26T17:17:38.325 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:17:38.326 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-26T17:17:38.326 DEBUG:teuthology.orchestra.run.smithi143:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:17:38.368 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:17:38.393 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-26T17:17:38.402 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-26T17:17:38.408 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2023-12-26T17:17:38.527 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-26T17:17:38.543 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-26T17:17:38.544 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi143.front.sepia.ceph.com,smithi163.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-26T17:23:10.226 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501486/ansible_failures.yaml 2023-12-26T17:23:10.228 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi163.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: []smithi143.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-26T17:23:10.310 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=117ee78cb59742899ed427c0b03219bd Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_9680d2aba1e76f64ade295c81599c97907457848/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi163.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: []smithi143.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-26T17:23:10.313 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-26T17:23:10.328 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-26T17:23:10.329 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-26T17:23:10.424 DEBUG:teuthology.orchestra.run.smithi143:> 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-26T17:23:10.505 DEBUG:teuthology.orchestra.run.smithi163:> 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-26T17:23:10.588 DEBUG:teuthology.orchestra.run.smithi143:> 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-26T17:23:10.616 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:23:10.617 DEBUG:teuthology.orchestra.run.smithi163:> 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-26T17:23:10.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:23:10.648 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-26T17:23:10.660 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-26T17:23:10.685 INFO:teuthology.task.internal:Duration was 332.693783 seconds 2023-12-26T17:23:10.686 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-26T17:23:10.720 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-26T17:23:10.720 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:23:10.722 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:23:10.764 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:23:10.768 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:23:11.231 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-26T17:23:11.231 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2023-12-26T17:23:11.232 DEBUG:teuthology.orchestra.run.smithi143:> 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-26T17:23:11.250 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2023-12-26T17:23:11.251 DEBUG:teuthology.orchestra.run.smithi163:> 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-26T17:23:11.271 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-26T17:23:11.271 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:23:11.293 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:23:11.345 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-26T17:23:11.345 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:23:11.368 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:23:11.443 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-26T17:23:11.453 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-26T17:23:11.453 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:23:11.477 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:23:11.501 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-26T17:23:11.510 DEBUG:teuthology.orchestra.run.smithi143:> 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-26T17:23:11.520 DEBUG:teuthology.orchestra.run.smithi163:> 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-26T17:23:11.541 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2023-12-26T17:23:11.565 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2023-12-26T17:23:11.579 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:23:11.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:23:11.609 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:23:11.632 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:23:11.633 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-26T17:23:11.642 INFO:teuthology.task.internal:Transferring archived files... 2023-12-26T17:23:11.643 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501486/remote/smithi143 2023-12-26T17:23:11.644 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:23:11.699 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501486/remote/smithi163 2023-12-26T17:23:11.700 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:23:11.744 INFO:teuthology.task.internal:Removing archive directory... 2023-12-26T17:23:11.745 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:23:11.747 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:23:11.795 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-26T17:23:11.806 INFO:teuthology.task.internal:Not uploading archives. 2023-12-26T17:23:11.806 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-26T17:23:11.835 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-26T17:23:11.835 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:23:11.837 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:23:11.849 INFO:teuthology.orchestra.run.smithi143.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:23 /home/ubuntu/cephtest 2023-12-26T17:23:11.852 INFO:teuthology.orchestra.run.smithi163.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:23 /home/ubuntu/cephtest 2023-12-26T17:23:11.858 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-26T17:23:11.868 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-26T17:23:11.935 INFO:teuthology.nuke:Checking targets against current locks 2023-12-26T17:23:11.963 DEBUG:teuthology.nuke:shortname: smithi143 2023-12-26T17:23:11.963 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:23:11.988 DEBUG:teuthology.nuke:shortname: smithi163 2023-12-26T17:23:11.989 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:23:11.992 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501486', '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-26 17:09:35.217685', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMI4d0yLjjBkCpS/QivCesuOw9X2eLCh0p65qZhWzPYzrGHYZJkeIaqQiL5LaX8d6CwUTmidkfwlvLSeBAYcNOY='} 2023-12-26T17:23:12.016 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501486', '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-26 17:09:35.215375', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHOPoufnxIga1JGo/QNHI8XhBb06wBw1iLaqdbG3ZnCJFro88vfF0sIpeM6d4oLa3Uevf95JYmEMCdJOFI5zvt0='} 2023-12-26T17:23:12.045 INFO:teuthology.orchestra.console.smithi143:Power off 2023-12-26T17:23:12.046 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:23:12.069 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2023-12-26T17:23:12.069 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:23:12.086 INFO:teuthology.orchestra.console.smithi163:Power off 2023-12-26T17:23:12.087 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:23:12.103 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-12-26T17:23:12.114 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2023-12-26T17:23:12.114 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:23:12.138 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-26T17:23:16.104 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:23:16.139 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:23:16.216 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-12-26T17:23:16.249 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-26T17:23:20.221 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:23:20.251 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:23:20.332 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2023-12-26T17:23:20.361 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-26T17:23:20.433 INFO:teuthology.orchestra.console.smithi143:Power off completed 2023-12-26T17:23:24.365 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:23:24.477 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2023-12-26T17:23:24.577 INFO:teuthology.orchestra.console.smithi163:Power off completed 2023-12-26T17:23:24.686 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/client-keyring 3-final} duration: 332.69378328323364 failure_reason: 'smithi163.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: []smithi143.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=117ee78cb59742899ed427c0b03219bd status: dead success: false 2023-12-26T17:23:24.686 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:23:24.771 INFO:teuthology.run:DEAD