2023-12-26T17:23:05.445 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-26T17:23:05.445 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501510 --name yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --owner scheduled_yuriw@teuthology --verbose -- /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501510/orig.config.yaml 2023-12-26T17:23:05.481 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:23:05.566 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/7501510 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: null first_in_suite: false job_id: '7501510' 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: smithi112.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM4oc219gkrr6R8E/K/MZKwio8czBLeJjAzaasa7ZUuGufOyrbKgAYI57Bccx8EopAIyrMyi0yYhHe28o+p8YJQ= smithi131.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEory/gcjah/3Uwtn6z8jCeyWrmhKbaQUnw0E5MRSUazOwXmFaIEZ3BtPEmlNLsQSiec84CtdyHr2TJrJ6MPAfE= 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: 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:23:05.567 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:23:05.568 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-26T17:23:05.568 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-26T17:23:05.570 INFO:teuthology.task.internal:Checking packages... 2023-12-26T17:23:05.593 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-26T17:23:05.594 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-26T17:23:05.594 INFO:teuthology.packaging:ref: None 2023-12-26T17:23:05.594 INFO:teuthology.packaging:tag: None 2023-12-26T17:23:05.594 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:23:05.594 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:23:05.594 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:23:05.950 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-26T17:23:05.951 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-26T17:23:05.958 INFO:teuthology.task.internal:no buildpackages task found 2023-12-26T17:23:05.958 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-26T17:23:05.969 INFO:teuthology.task.internal:Saving configuration 2023-12-26T17:23:05.984 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-26T17:23:05.990 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:23:06.017 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.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/7501510', '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:17:55.835527', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM4oc219gkrr6R8E/K/MZKwio8czBLeJjAzaasa7ZUuGufOyrbKgAYI57Bccx8EopAIyrMyi0yYhHe28o+p8YJQ='} 2023-12-26T17:23:06.041 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.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/7501510', '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:17:55.837038', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEory/gcjah/3Uwtn6z8jCeyWrmhKbaQUnw0E5MRSUazOwXmFaIEZ3BtPEmlNLsQSiec84CtdyHr2TJrJ6MPAfE='} 2023-12-26T17:23:06.041 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-26T17:23:06.048 INFO:teuthology.task.internal:roles: ubuntu@smithi112.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-26T17:23:06.048 INFO:teuthology.task.internal:roles: ubuntu@smithi131.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-26T17:23:06.048 INFO:teuthology.run_tasks:Running task console_log... 2023-12-26T17:23:06.126 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f4e4e750e50>, signals=[15]) 2023-12-26T17:23:06.126 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-26T17:23:06.132 INFO:teuthology.task.internal:Opening connections... 2023-12-26T17:23:06.132 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi112.front.sepia.ceph.com 2023-12-26T17:23:06.134 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:23:06.205 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2023-12-26T17:23:06.206 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:23:06.275 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-26T17:23:06.281 DEBUG:teuthology.orchestra.run.smithi112:> uname -m 2023-12-26T17:23:06.299 INFO:teuthology.orchestra.run.smithi112.stdout:x86_64 2023-12-26T17:23:06.299 DEBUG:teuthology.orchestra.run.smithi112:> cat /etc/os-release 2023-12-26T17:23:06.352 INFO:teuthology.orchestra.run.smithi112.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:ID="rhel" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:ID_LIKE="fedora" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:VERSION_ID="8.4" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:ANSI_COLOR="0;31" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:23:06.353 INFO:teuthology.orchestra.run.smithi112.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:23:06.354 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-12-26T17:23:06.354 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:23:06.354 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:23:06.354 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:23:06.354 INFO:teuthology.orchestra.run.smithi112.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:23:06.354 INFO:teuthology.lock.ops:Updating smithi112.front.sepia.ceph.com on lock server 2023-12-26T17:23:06.377 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2023-12-26T17:23:06.394 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2023-12-26T17:23:06.395 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2023-12-26T17:23:06.454 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:23:06.454 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:23:06.454 INFO:teuthology.orchestra.run.smithi131.stdout:ID="rhel" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE="fedora" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="8.4" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:ANSI_COLOR="0;31" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:23:06.455 INFO:teuthology.orchestra.run.smithi131.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:23:06.456 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2023-12-26T17:23:06.477 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-26T17:23:06.485 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-26T17:23:06.498 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-26T17:23:06.498 DEBUG:teuthology.orchestra.run.smithi112:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:23:06.501 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:23:06.517 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-26T17:23:06.523 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-26T17:23:06.523 DEBUG:teuthology.orchestra.run.smithi112:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:23:06.559 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:23:06.573 INFO:teuthology.orchestra.run.smithi112.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:23:06.575 INFO:teuthology.orchestra.run.smithi131.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:23:06.576 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-26T17:23:06.633 INFO:teuthology.run_tasks:Running task kernel... 2023-12-26T17:23:06.649 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-26T17:23:06.650 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-26T17:23:06.650 DEBUG:teuthology.orchestra.run.smithi112:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:23:06.650 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:23:06.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:23:06.666 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2023-12-26T17:23:06.667 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:23:06.667 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2023-12-26T17:23:06.721 INFO:teuthology.orchestra.run.smithi112.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:23:06.721 INFO:teuthology.task.kernel:Running kernel on smithi112: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:23:06.721 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum install -y kernel 2023-12-26T17:23:06.723 INFO:teuthology.orchestra.run.smithi131.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:23:06.723 INFO:teuthology.task.kernel:Running kernel on smithi131: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:23:06.723 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum install -y kernel 2023-12-26T17:23:08.158 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-12-26T17:23:08.159 INFO:teuthology.orchestra.run.smithi112.stdout:Unable to read consumer identity 2023-12-26T17:23:08.228 INFO:teuthology.orchestra.run.smithi131.stdout:Updating Subscription Management repositories. 2023-12-26T17:23:08.228 INFO:teuthology.orchestra.run.smithi131.stdout:Unable to read consumer identity 2023-12-26T17:23:09.494 INFO:teuthology.orchestra.run.smithi112.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-26T17:23:09.606 INFO:teuthology.orchestra.run.smithi131.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-12-26T17:23:10.638 INFO:teuthology.orchestra.run.smithi112.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-26T17:23:10.681 INFO:teuthology.orchestra.run.smithi131.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-26T17:23:13.972 INFO:teuthology.orchestra.run.smithi131.stdout:lab-extras 4.6 MB/s | 24 kB 00:00 2023-12-26T17:23:14.065 INFO:teuthology.orchestra.run.smithi112.stdout:lab-extras 4.3 MB/s | 24 kB 00:00 2023-12-26T17:23:14.702 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:23:14.703 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:23:14.703 INFO:teuthology.orchestra.run.smithi131.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:23:14.841 INFO:teuthology.orchestra.run.smithi131.stdout:Dependencies resolved. 2023-12-26T17:23:14.842 INFO:teuthology.orchestra.run.smithi131.stdout:Nothing to do. 2023-12-26T17:23:14.842 INFO:teuthology.orchestra.run.smithi131.stdout:Complete! 2023-12-26T17:23:14.857 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:23:14.857 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:23:14.858 INFO:teuthology.orchestra.run.smithi112.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:23:14.976 DEBUG:teuthology.orchestra.run.smithi131:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:23:15.022 INFO:teuthology.orchestra.run.smithi112.stdout:Dependencies resolved. 2023-12-26T17:23:15.023 INFO:teuthology.orchestra.run.smithi112.stdout:Nothing to do. 2023-12-26T17:23:15.024 INFO:teuthology.orchestra.run.smithi112.stdout:Complete! 2023-12-26T17:23:15.126 DEBUG:teuthology.orchestra.run.smithi112:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:23:15.319 INFO:teuthology.orchestra.run.smithi131.stdout:Updating Subscription Management repositories. 2023-12-26T17:23:15.320 INFO:teuthology.orchestra.run.smithi131.stdout:Unable to read consumer identity 2023-12-26T17:23:15.470 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-12-26T17:23:15.471 INFO:teuthology.orchestra.run.smithi112.stdout:Unable to read consumer identity 2023-12-26T17:23:15.612 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:23:13 PM UTC. 2023-12-26T17:23:15.747 INFO:teuthology.orchestra.run.smithi131.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:23:15.747 INFO:teuthology.orchestra.run.smithi131.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:23:15.748 INFO:teuthology.orchestra.run.smithi131.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:23:15.762 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:01 ago on Tue 26 Dec 2023 05:23:14 PM UTC. 2023-12-26T17:23:15.780 INFO:teuthology.orchestra.run.smithi131.stderr:Error: No packages marked for reinstall. 2023-12-26T17:23:15.830 DEBUG:teuthology.orchestra.run.smithi131:> sudo yum reinstall -y kernel || true 2023-12-26T17:23:15.907 INFO:teuthology.orchestra.run.smithi112.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:23:15.907 INFO:teuthology.orchestra.run.smithi112.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:23:15.907 INFO:teuthology.orchestra.run.smithi112.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:23:15.933 INFO:teuthology.orchestra.run.smithi112.stderr:Error: No packages marked for reinstall. 2023-12-26T17:23:15.983 DEBUG:teuthology.orchestra.run.smithi112:> sudo yum reinstall -y kernel || true 2023-12-26T17:23:16.173 INFO:teuthology.orchestra.run.smithi131.stdout:Updating Subscription Management repositories. 2023-12-26T17:23:16.173 INFO:teuthology.orchestra.run.smithi131.stdout:Unable to read consumer identity 2023-12-26T17:23:16.325 INFO:teuthology.orchestra.run.smithi112.stdout:Updating Subscription Management repositories. 2023-12-26T17:23:16.326 INFO:teuthology.orchestra.run.smithi112.stdout:Unable to read consumer identity 2023-12-26T17:23:16.455 INFO:teuthology.orchestra.run.smithi131.stdout:Last metadata expiration check: 0:00:03 ago on Tue 26 Dec 2023 05:23:13 PM UTC. 2023-12-26T17:23:16.596 INFO:teuthology.orchestra.run.smithi131.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:23:16.597 INFO:teuthology.orchestra.run.smithi131.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:23:16.597 INFO:teuthology.orchestra.run.smithi131.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:23:16.610 INFO:teuthology.orchestra.run.smithi112.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:23:14 PM UTC. 2023-12-26T17:23:16.617 INFO:teuthology.orchestra.run.smithi131.stderr:Error: No packages marked for reinstall. 2023-12-26T17:23:16.668 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:23:16.748 INFO:teuthology.orchestra.run.smithi112.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:23:16.748 INFO:teuthology.orchestra.run.smithi112.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:23:16.748 INFO:teuthology.orchestra.run.smithi112.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:23:16.781 INFO:teuthology.orchestra.run.smithi112.stderr:Error: No packages marked for reinstall. 2023-12-26T17:23:16.792 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:16.793 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:16.793 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:23:16.793 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:23:16.793 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:23:16.793 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-26T17:23:16.793 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi131.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:23:16.793 DEBUG:teuthology.orchestra.run.smithi131:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:23:16.837 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:23:16.918 INFO:teuthology.orchestra.run.smithi131.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:16.918 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:16.918 DEBUG:teuthology.orchestra.run.smithi131:> sudo rpm -qi grub2-tools 2023-12-26T17:23:16.945 INFO:teuthology.orchestra.run.smithi131.stdout:Name : grub2-tools 2023-12-26T17:23:16.945 INFO:teuthology.orchestra.run.smithi131.stdout:Epoch : 1 2023-12-26T17:23:16.945 INFO:teuthology.orchestra.run.smithi131.stdout:Version : 2.02 2023-12-26T17:23:16.945 INFO:teuthology.orchestra.run.smithi131.stdout:Release : 99.el8_4.1 2023-12-26T17:23:16.945 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: x86_64 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Group : System Environment/Base 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Size : 9264631 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:License : GPLv3+ 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Relocations : (not relocatable) 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Packager : Red Hat, Inc. 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Summary : Support tools for GRUB. 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout:Description : 2023-12-26T17:23:16.946 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-12-26T17:23:16.947 INFO:teuthology.orchestra.run.smithi131.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:23:16.947 INFO:teuthology.orchestra.run.smithi131.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:23:16.947 INFO:teuthology.orchestra.run.smithi131.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:23:16.947 INFO:teuthology.orchestra.run.smithi131.stdout:hardware devices. 2023-12-26T17:23:16.947 INFO:teuthology.orchestra.run.smithi131.stdout: 2023-12-26T17:23:16.947 INFO:teuthology.orchestra.run.smithi131.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:23:16.948 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:23:16.948 INFO:teuthology.task.kernel:Updating grub on smithi131 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:16.948 DEBUG:teuthology.orchestra.run.smithi131:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:23:16.960 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:16.961 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:16.961 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:23:16.961 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:23:16.961 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:23:16.961 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-26T17:23:16.961 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi112.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:23:16.961 DEBUG:teuthology.orchestra.run.smithi112:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:23:17.086 INFO:teuthology.orchestra.run.smithi112.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:17.086 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:17.087 DEBUG:teuthology.orchestra.run.smithi112:> sudo rpm -qi grub2-tools 2023-12-26T17:23:17.113 INFO:teuthology.orchestra.run.smithi112.stdout:Name : grub2-tools 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Epoch : 1 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Version : 2.02 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Release : 99.el8_4.1 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Architecture: x86_64 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Group : System Environment/Base 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Size : 9264631 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:License : GPLv3+ 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:23:17.114 INFO:teuthology.orchestra.run.smithi112.stdout:Relocations : (not relocatable) 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout:Packager : Red Hat, Inc. 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout:Summary : Support tools for GRUB. 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout:Description : 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout:hardware devices. 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout: 2023-12-26T17:23:17.115 INFO:teuthology.orchestra.run.smithi112.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:23:17.116 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:23:17.116 INFO:teuthology.task.kernel:Updating grub on smithi112 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:17.116 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:23:18.318 INFO:teuthology.orchestra.run.smithi131.stderr:Generating grub configuration file ... 2023-12-26T17:23:18.489 INFO:teuthology.orchestra.run.smithi112.stderr:Generating grub configuration file ... 2023-12-26T17:23:20.357 INFO:teuthology.orchestra.run.smithi112.stderr:done 2023-12-26T17:23:20.358 DEBUG:teuthology.orchestra.run.smithi112:> mktemp 2023-12-26T17:23:20.369 INFO:teuthology.orchestra.run.smithi131.stderr:done 2023-12-26T17:23:20.370 DEBUG:teuthology.orchestra.run.smithi131:> mktemp 2023-12-26T17:23:20.384 INFO:teuthology.orchestra.run.smithi131.stdout:/tmp/tmp.EsMKZ7iqrn 2023-12-26T17:23:20.384 DEBUG:teuthology.orchestra.run.smithi131:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.EsMKZ7iqrn 2023-12-26T17:23:20.389 INFO:teuthology.orchestra.run.smithi112.stdout:/tmp/tmp.vFFnH4SF4T 2023-12-26T17:23:20.390 DEBUG:teuthology.orchestra.run.smithi112:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.vFFnH4SF4T 2023-12-26T17:23:20.454 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0666 /tmp/tmp.EsMKZ7iqrn 2023-12-26T17:23:20.460 DEBUG:teuthology.orchestra.run.smithi112:> sudo chmod 0666 /tmp/tmp.vFFnH4SF4T 2023-12-26T17:23:20.611 DEBUG:teuthology.orchestra.remote:smithi131:/tmp/tmp.EsMKZ7iqrn is 6KB 2023-12-26T17:23:20.616 DEBUG:teuthology.orchestra.remote:smithi112:/tmp/tmp.vFFnH4SF4T is 6KB 2023-12-26T17:23:20.629 DEBUG:teuthology.orchestra.run.smithi131:> rm -fr /tmp/tmp.EsMKZ7iqrn 2023-12-26T17:23:20.636 DEBUG:teuthology.orchestra.run.smithi112:> rm -fr /tmp/tmp.vFFnH4SF4T 2023-12-26T17:23:20.643 DEBUG:teuthology.orchestra.run.smithi131:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:23:20.649 DEBUG:teuthology.orchestra.run.smithi112:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:23:20.717 INFO:teuthology.orchestra.run.smithi131.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:23:20.718 INFO:teuthology.orchestra.run.smithi131.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:23:20.718 INFO:teuthology.orchestra.run.smithi131.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:23:20.718 INFO:teuthology.orchestra.run.smithi131.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:23:20.719 DEBUG:teuthology.orchestra.run.smithi131:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:20.725 INFO:teuthology.orchestra.run.smithi112.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:23:20.725 INFO:teuthology.orchestra.run.smithi112.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:23:20.725 INFO:teuthology.orchestra.run.smithi112.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:23:20.725 INFO:teuthology.orchestra.run.smithi112.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:23:20.726 DEBUG:teuthology.orchestra.run.smithi112:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:23:20.886 DEBUG:teuthology.orchestra.run.smithi112:> sudo shutdown -r now 2023-12-26T17:23:20.924 DEBUG:teuthology.orchestra.run.smithi131:> sudo shutdown -r now 2023-12-26T17:23:50.918 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-26T17:23:50.919 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-12-26T17:23:50.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:23:50.926 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-26T17:23:50.926 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2023-12-26T17:23:50.927 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:24:09.366 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2023-12-26T17:24:09.366 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.131 2023-12-26T17:24:18.374 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-12-26T17:24:18.375 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:24:18.376 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2023-12-26T17:24:18.377 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:24:21.425 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.112 2023-12-26T17:24:33.437 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-12-26T17:24:33.438 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi112.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:25:05.377 DEBUG:teuthology.orchestra.run.smithi112:> true 2023-12-26T17:25:05.775 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi112.front.sepia.ceph.com' 2023-12-26T17:25:05.775 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:25:05.775 DEBUG:teuthology.orchestra.run.smithi112:> uname -r 2023-12-26T17:25:05.791 INFO:teuthology.orchestra.run.smithi112.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:25:05.791 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:25:05.792 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:25:05.792 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:25:06.793 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-26T17:25:06.793 DEBUG:teuthology.orchestra.run.smithi112:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:25:06.956 INFO:teuthology.orchestra.run.smithi112.stdout:ttyS1 2023-12-26T17:25:06.969 DEBUG:teuthology.parallel:result is None 2023-12-26T17:25:18.379 DEBUG:teuthology.orchestra.remote:timed out 2023-12-26T17:25:30.379 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2023-12-26T17:25:30.381 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:25:30.731 DEBUG:teuthology.orchestra.run.smithi131:> true 2023-12-26T17:25:31.020 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2023-12-26T17:25:31.020 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:25:31.020 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2023-12-26T17:25:31.037 INFO:teuthology.orchestra.run.smithi131.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:25:31.037 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:25:31.037 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:25:31.037 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:25:32.038 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-26T17:25:32.038 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:25:32.122 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2023-12-26T17:25:32.137 DEBUG:teuthology.parallel:result is None 2023-12-26T17:25:32.137 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-26T17:25:32.147 INFO:teuthology.task.internal:Creating test directory... 2023-12-26T17:25:32.148 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:25:32.152 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:25:32.170 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-26T17:25:32.178 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-26T17:25:32.188 INFO:teuthology.task.internal:Creating archive directory... 2023-12-26T17:25:32.188 DEBUG:teuthology.orchestra.run.smithi112:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:25:32.212 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:25:32.240 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-26T17:25:32.247 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-26T17:25:32.247 DEBUG:teuthology.orchestra.run.smithi112:> 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:25:32.279 DEBUG:teuthology.orchestra.run.smithi131:> 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:25:32.311 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:25:32.314 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:25:32.321 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:25:32.326 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:25:32.327 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-26T17:25:32.335 INFO:teuthology.task.internal:Configuring sudo... 2023-12-26T17:25:32.335 DEBUG:teuthology.orchestra.run.smithi112:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:25:32.370 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:25:32.395 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-26T17:25:32.405 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-26T17:25:32.405 DEBUG:teuthology.orchestra.run.smithi112:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:25:32.437 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:25:32.452 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:25:32.534 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:25:32.573 DEBUG:teuthology.orchestra.run.smithi112:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:25:32.655 DEBUG:teuthology.orchestra.run.smithi112:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:25:32.695 DEBUG:teuthology.orchestra.run.smithi112:> set -ex 2023-12-26T17:25:32.695 DEBUG:teuthology.orchestra.run.smithi112:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:25:32.759 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:25:32.804 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:25:32.843 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:25:32.925 DEBUG:teuthology.orchestra.run.smithi131:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:25:32.965 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2023-12-26T17:25:32.965 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:25:33.029 DEBUG:teuthology.orchestra.run.smithi112:> sudo service rsyslog restart 2023-12-26T17:25:33.031 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2023-12-26T17:25:33.096 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:25:33.116 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:25:33.562 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-26T17:25:33.570 INFO:teuthology.task.internal:Starting timer... 2023-12-26T17:25:33.570 INFO:teuthology.run_tasks:Running task pcp... 2023-12-26T17:25:33.580 INFO:teuthology.run_tasks:Running task selinux... 2023-12-26T17:25:33.589 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-26T17:25:33.589 DEBUG:teuthology.orchestra.run.smithi112:> sudo service auditd rotate 2023-12-26T17:25:33.644 INFO:teuthology.orchestra.run.smithi112.stdout:Rotating logs: [ OK ] 2023-12-26T17:25:33.645 DEBUG:teuthology.orchestra.run.smithi131:> sudo service auditd rotate 2023-12-26T17:25:33.700 INFO:teuthology.orchestra.run.smithi131.stdout:Rotating logs: [ OK ] 2023-12-26T17:25:33.703 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-26T17:25:33.703 DEBUG:teuthology.orchestra.run.smithi112:> /usr/sbin/getenforce 2023-12-26T17:25:33.721 INFO:teuthology.orchestra.run.smithi112.stdout:Permissive 2023-12-26T17:25:33.721 DEBUG:teuthology.orchestra.run.smithi131:> /usr/sbin/getenforce 2023-12-26T17:25:33.742 INFO:teuthology.orchestra.run.smithi131.stdout:Permissive 2023-12-26T17:25:33.743 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi112.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi131.front.sepia.ceph.com': 'permissive'} 2023-12-26T17:25:33.743 DEBUG:teuthology.orchestra.run.smithi112:> 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:25:33.786 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:25:33.787 DEBUG:teuthology.orchestra.run.smithi131:> 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:25:33.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:25:33.813 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-26T17:25:33.813 DEBUG:teuthology.orchestra.run.smithi112:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:25:33.852 DEBUG:teuthology.orchestra.run.smithi131:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:25:33.878 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-26T17:25:33.888 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-26T17:25:33.908 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:25:33.910 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi112.front.sepia.ceph.com,smithi131.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-26T17:30:50.253 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/7501510/ansible_failures.yaml 2023-12-26T17:30:50.255 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: smithi112.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: []smithi131.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:30:50.338 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=38ad55a4b26c44b78279e6e6148cf969 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: smithi112.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: []smithi131.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:30:50.340 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-26T17:30:50.349 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-26T17:30:50.349 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-26T17:30:50.364 DEBUG:teuthology.orchestra.run.smithi112:> 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:30:50.446 DEBUG:teuthology.orchestra.run.smithi131:> 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:30:50.523 DEBUG:teuthology.orchestra.run.smithi112:> 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:30:50.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:30:50.552 DEBUG:teuthology.orchestra.run.smithi131:> 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:30:50.581 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:30:50.581 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-26T17:30:50.591 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-26T17:30:50.602 INFO:teuthology.task.internal:Duration was 317.032084 seconds 2023-12-26T17:30:50.603 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-26T17:30:50.613 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-26T17:30:50.613 DEBUG:teuthology.orchestra.run.smithi112:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:30:50.616 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:30:50.657 INFO:teuthology.orchestra.run.smithi112.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:30:50.666 INFO:teuthology.orchestra.run.smithi131.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:30:51.023 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-26T17:30:51.023 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi112.front.sepia.ceph.com 2023-12-26T17:30:51.023 DEBUG:teuthology.orchestra.run.smithi112:> 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:30:51.082 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2023-12-26T17:30:51.082 DEBUG:teuthology.orchestra.run.smithi131:> 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:30:51.101 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-26T17:30:51.101 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:30:51.124 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:30:51.175 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-26T17:30:51.175 DEBUG:teuthology.orchestra.run.smithi112:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:30:51.197 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:30:51.274 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-26T17:30:51.283 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-26T17:30:51.283 DEBUG:teuthology.orchestra.run.smithi112:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:30:51.308 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:30:51.332 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-26T17:30:51.342 DEBUG:teuthology.orchestra.run.smithi112:> 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:30:51.350 DEBUG:teuthology.orchestra.run.smithi131:> 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:30:51.371 INFO:teuthology.orchestra.run.smithi112.stdout:kernel.core_pattern = core 2023-12-26T17:30:51.395 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2023-12-26T17:30:51.408 DEBUG:teuthology.orchestra.run.smithi112:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:30:51.438 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:30:51.439 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:30:51.462 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:30:51.463 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-26T17:30:51.474 INFO:teuthology.task.internal:Transferring archived files... 2023-12-26T17:30:51.476 DEBUG:teuthology.misc:Transferring archived files from smithi112:/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/7501510/remote/smithi112 2023-12-26T17:30:51.477 DEBUG:teuthology.orchestra.run.smithi112:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:30:51.519 DEBUG:teuthology.misc:Transferring archived files from smithi131:/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/7501510/remote/smithi131 2023-12-26T17:30:51.520 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:30:51.615 INFO:teuthology.task.internal:Removing archive directory... 2023-12-26T17:30:51.615 DEBUG:teuthology.orchestra.run.smithi112:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:30:51.617 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:30:51.632 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-26T17:30:51.642 INFO:teuthology.task.internal:Not uploading archives. 2023-12-26T17:30:51.643 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-26T17:30:51.666 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-26T17:30:51.666 DEBUG:teuthology.orchestra.run.smithi112:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:30:51.671 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:30:51.683 INFO:teuthology.orchestra.run.smithi112.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:30 /home/ubuntu/cephtest 2023-12-26T17:30:51.685 INFO:teuthology.orchestra.run.smithi131.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:30 /home/ubuntu/cephtest 2023-12-26T17:30:51.686 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-26T17:30:51.696 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-26T17:30:51.716 INFO:teuthology.nuke:Checking targets against current locks 2023-12-26T17:30:51.739 DEBUG:teuthology.nuke:shortname: smithi112 2023-12-26T17:30:51.739 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:30:51.763 DEBUG:teuthology.nuke:shortname: smithi131 2023-12-26T17:30:51.763 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:30:51.766 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi112.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/7501510', '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:17:55.835527', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBM4oc219gkrr6R8E/K/MZKwio8czBLeJjAzaasa7ZUuGufOyrbKgAYI57Bccx8EopAIyrMyi0yYhHe28o+p8YJQ='} 2023-12-26T17:30:51.789 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.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/7501510', '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:17:55.837038', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEory/gcjah/3Uwtn6z8jCeyWrmhKbaQUnw0E5MRSUazOwXmFaIEZ3BtPEmlNLsQSiec84CtdyHr2TJrJ6MPAfE='} 2023-12-26T17:30:51.819 INFO:teuthology.orchestra.console.smithi112:Power off 2023-12-26T17:30:51.820 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:30:51.842 DEBUG:teuthology.orchestra.console.smithi112:power off output: Chassis Power Control: Down/Off 2023-12-26T17:30:51.842 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:30:51.864 INFO:teuthology.orchestra.console.smithi131:Power off 2023-12-26T17:30:51.864 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:30:51.873 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2023-12-26T17:30:51.887 DEBUG:teuthology.orchestra.console.smithi131:power off output: Chassis Power Control: Down/Off 2023-12-26T17:30:51.887 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:30:51.913 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2023-12-26T17:30:55.875 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:30:55.914 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:30:55.986 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is on 2023-12-26T17:30:56.024 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is on 2023-12-26T17:30:59.989 DEBUG:teuthology.orchestra.console.smithi112:pexpect command: ipmitool -H smithi112.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:31:00.026 DEBUG:teuthology.orchestra.console.smithi131:pexpect command: ipmitool -H smithi131.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:31:00.100 DEBUG:teuthology.orchestra.console.smithi112:check power output: Chassis Power is off 2023-12-26T17:31:00.136 DEBUG:teuthology.orchestra.console.smithi131:check power output: Chassis Power is off 2023-12-26T17:31:00.201 INFO:teuthology.orchestra.console.smithi112:Power off completed 2023-12-26T17:31:00.238 INFO:teuthology.orchestra.console.smithi131:Power off completed 2023-12-26T17:31:00.346 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: 317.03208351135254 failure_reason: 'smithi112.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: []smithi131.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=38ad55a4b26c44b78279e6e6148cf969 status: dead success: false 2023-12-26T17:31:00.347 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:31:00.431 INFO:teuthology.run:DEAD