2023-12-21T03:38:11.401 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T03:38:11.401 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499075 --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --owner scheduled_yuriw@teuthology --verbose --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499075/orig.config.yaml 2023-12-21T03:38:11.436 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T03:38:11.520 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499075 branch: wip-yuri7-testing-2023-12-20-0808-pacific description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7499075' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: rhel os_version: '8.4' overrides: admin_socket: branch: wip-yuri7-testing-2023-12-20-0808-pacific ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 639f0137318def3e5f393094e5494880043a8f32 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 639f0137318def3e5f393094e5494880043a8f32 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri7-testing-2023-12-20-0808-pacific sha1: 639f0137318def3e5f393094e5494880043a8f32 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 592 sha1: 639f0137318def3e5f393094e5494880043a8f32 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri7-testing-2023-12-20-0808-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 639f0137318def3e5f393094e5494880043a8f32 targets: smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCSNCj3+kn5665u6R7DDskFrQEaueyXAM4CAMUOe62XTI0ETf0sRLJc92XvYPptbz915Bp/7wf62YE4hmnJrLWo= smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLuisXoZBXW2h12JIN4erxWDiYSpBsnfbbq/cvn+ZDZY0N5Wayh/mKa12hOrFM0Ga9Iy+THX3hYtoKsGSJwqBpc= 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:3.0 --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 - cephadm.apply: specs: - placement: count: 4 host_pattern: '*' service_id: foo service_type: rgw spec: rgw_frontend_port: 8000 - placement: count: 2 service_id: rgw.foo service_type: ingress spec: backend_service: rgw.foo frontend_port: 9000 monitor_port: 9001 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: rgw.foo - cephadm.wait_for_service: service: ingress.rgw.foo - cephadm.shell: host.a: - "echo \"Check while healthy...\"\ncurl http://{{VIP0}}:9000/\n\n# stop each\ \ rgw in turn\necho \"Check with each rgw stopped in turn...\"\nfor rgw in `ceph\ \ orch ps | grep ^rgw.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $rgw\n while ! ceph orch ps | grep $rgw | grep stopped; do sleep 1 ; done\n\ \ while ! curl http://{{VIP0}}:9000/ ; do sleep 1 ; done\n ceph orch daemon\ \ start $rgw\n while ! ceph orch ps | grep $rgw | grep running; do sleep 1\ \ ; done\ndone\n\n# stop each haproxy in turn\necho \"Check with each haproxy\ \ down in turn...\"\nfor haproxy in `ceph orch ps | grep ^haproxy.rgw.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 while ! curl http://{{VIP0}}:9000/\ \ ; do sleep 1 ; done\n ceph orch daemon start $haproxy\n while ! ceph orch\ \ ps | grep $haproxy | grep running; do sleep 1 ; done\ndone\n\nwhile ! curl\ \ http://{{VIP0}}:9000/ ; do sleep 1 ; done\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-20_19:57:16 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.1485078 2023-12-21T03:38:11.520 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa; will attempt to use it 2023-12-21T03:38:11.521 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T03:38:11.521 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T03:38:11.522 INFO:teuthology.task.internal:Checking packages... 2023-12-21T03:38:11.546 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T03:38:11.546 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T03:38:11.546 INFO:teuthology.packaging:ref: None 2023-12-21T03:38:11.546 INFO:teuthology.packaging:tag: None 2023-12-21T03:38:11.546 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T03:38:11.546 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T03:38:11.546 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T03:38:11.774 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-21T03:38:11.776 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T03:38:11.782 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T03:38:11.782 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T03:38:11.795 INFO:teuthology.task.internal:Saving configuration 2023-12-21T03:38:11.809 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T03:38:11.815 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T03:38:11.840 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499075', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 03:33:18.164147', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCSNCj3+kn5665u6R7DDskFrQEaueyXAM4CAMUOe62XTI0ETf0sRLJc92XvYPptbz915Bp/7wf62YE4hmnJrLWo='} 2023-12-21T03:38:11.861 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499075', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 03:33:18.165580', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLuisXoZBXW2h12JIN4erxWDiYSpBsnfbbq/cvn+ZDZY0N5Wayh/mKa12hOrFM0Ga9Iy+THX3hYtoKsGSJwqBpc='} 2023-12-21T03:38:11.861 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T03:38:11.867 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-21T03:38:11.867 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-21T03:38:11.868 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T03:38:11.943 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3d756a0e50>, signals=[15]) 2023-12-21T03:38:11.943 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T03:38:11.949 INFO:teuthology.task.internal:Opening connections... 2023-12-21T03:38:11.949 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2023-12-21T03:38:11.950 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:38:12.019 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2023-12-21T03:38:12.020 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:38:12.086 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T03:38:12.092 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2023-12-21T03:38:12.109 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2023-12-21T03:38:12.109 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2023-12-21T03:38:12.165 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="Red Hat Enterprise Linux" 2023-12-21T03:38:12.165 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="8.4 (Ootpa)" 2023-12-21T03:38:12.165 INFO:teuthology.orchestra.run.smithi110.stdout:ID="rhel" 2023-12-21T03:38:12.165 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="fedora" 2023-12-21T03:38:12.165 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="8.4" 2023-12-21T03:38:12.165 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el8" 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://www.redhat.com/" 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-21T03:38:12.166 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-21T03:38:12.167 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2023-12-21T03:38:12.188 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2023-12-21T03:38:12.206 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2023-12-21T03:38:12.207 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2023-12-21T03:38:12.264 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="Red Hat Enterprise Linux" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="8.4 (Ootpa)" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:ID="rhel" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE="fedora" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="8.4" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:PLATFORM_ID="platform:el8" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:ANSI_COLOR="0;31" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://www.redhat.com/" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-21T03:38:12.265 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T03:38:12.266 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-21T03:38:12.266 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-21T03:38:12.266 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-21T03:38:12.266 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2023-12-21T03:38:12.288 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T03:38:12.297 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T03:38:12.302 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T03:38:12.302 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2023-12-21T03:38:12.305 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2023-12-21T03:38:12.321 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T03:38:12.328 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T03:38:12.328 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2023-12-21T03:38:12.361 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2023-12-21T03:38:12.375 INFO:teuthology.orchestra.run.smithi110.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-21T03:38:12.379 INFO:teuthology.orchestra.run.smithi116.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-21T03:38:12.379 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T03:38:12.436 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T03:38:12.454 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T03:38:12.454 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T03:38:12.455 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T03:38:12.455 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T03:38:12.470 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:38:12.470 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2023-12-21T03:38:12.471 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:38:12.471 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2023-12-21T03:38:12.529 INFO:teuthology.orchestra.run.smithi116.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-21T03:38:12.529 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-21T03:38:12.529 INFO:teuthology.task.kernel:Running kernel on smithi116: 4.18.0-305.25.1.el8_4.x86_64 2023-12-21T03:38:12.529 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum install -y kernel 2023-12-21T03:38:12.530 INFO:teuthology.task.kernel:Running kernel on smithi110: 4.18.0-305.25.1.el8_4.x86_64 2023-12-21T03:38:12.530 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2023-12-21T03:38:13.858 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-12-21T03:38:13.859 INFO:teuthology.orchestra.run.smithi116.stdout:Unable to read consumer identity 2023-12-21T03:38:14.028 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2023-12-21T03:38:14.029 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2023-12-21T03:38:15.288 INFO:teuthology.orchestra.run.smithi116.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-12-21T03:38:15.479 INFO:teuthology.orchestra.run.smithi110.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-21T03:38:16.532 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-12-21T03:38:16.917 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2023-12-21T03:38:19.808 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 4.6 MB/s | 24 kB 00:00 2023-12-21T03:38:20.233 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 4.8 MB/s | 24 kB 00:00 2023-12-21T03:38:20.585 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-21T03:38:20.585 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-21T03:38:20.585 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-21T03:38:20.736 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2023-12-21T03:38:20.737 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2023-12-21T03:38:20.737 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2023-12-21T03:38:20.851 DEBUG:teuthology.orchestra.run.smithi110:> echo no | sudo yum reinstall kernel || true 2023-12-21T03:38:20.959 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-21T03:38:20.959 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-21T03:38:20.960 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-21T03:38:21.116 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2023-12-21T03:38:21.117 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2023-12-21T03:38:21.117 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2023-12-21T03:38:21.211 DEBUG:teuthology.orchestra.run.smithi116:> echo no | sudo yum reinstall kernel || true 2023-12-21T03:38:21.236 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2023-12-21T03:38:21.236 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2023-12-21T03:38:21.533 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 03:38:19 AM UTC. 2023-12-21T03:38:21.554 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-12-21T03:38:21.555 INFO:teuthology.orchestra.run.smithi116.stdout:Unable to read consumer identity 2023-12-21T03:38:21.677 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T03:38:21.677 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:38:21.678 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:38:21.715 INFO:teuthology.orchestra.run.smithi110.stderr:Error: No packages marked for reinstall. 2023-12-21T03:38:21.766 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum reinstall -y kernel || true 2023-12-21T03:38:21.848 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:01 ago on Thu 21 Dec 2023 03:38:20 AM UTC. 2023-12-21T03:38:21.979 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T03:38:21.979 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:38:21.979 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:38:22.009 INFO:teuthology.orchestra.run.smithi116.stderr:Error: No packages marked for reinstall. 2023-12-21T03:38:22.058 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum reinstall -y kernel || true 2023-12-21T03:38:22.108 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2023-12-21T03:38:22.108 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2023-12-21T03:38:22.390 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:03 ago on Thu 21 Dec 2023 03:38:19 AM UTC. 2023-12-21T03:38:22.400 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2023-12-21T03:38:22.400 INFO:teuthology.orchestra.run.smithi116.stdout:Unable to read consumer identity 2023-12-21T03:38:22.535 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T03:38:22.535 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:38:22.535 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:38:22.554 INFO:teuthology.orchestra.run.smithi110.stderr:Error: No packages marked for reinstall. 2023-12-21T03:38:22.604 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T03:38:22.685 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 03:38:20 AM UTC. 2023-12-21T03:38:22.730 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:22.730 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:22.730 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:22.730 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T03:38:22.731 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T03:38:22.731 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T03:38:22.731 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi110.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T03:38:22.731 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T03:38:22.812 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T03:38:22.812 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:38:22.812 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-21T03:38:22.850 INFO:teuthology.orchestra.run.smithi116.stderr:Error: No packages marked for reinstall. 2023-12-21T03:38:22.857 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:22.857 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:22.858 DEBUG:teuthology.orchestra.run.smithi110:> sudo rpm -qi grub2-tools 2023-12-21T03:38:22.884 INFO:teuthology.orchestra.run.smithi110.stdout:Name : grub2-tools 2023-12-21T03:38:22.885 INFO:teuthology.orchestra.run.smithi110.stdout:Epoch : 1 2023-12-21T03:38:22.885 INFO:teuthology.orchestra.run.smithi110.stdout:Version : 2.02 2023-12-21T03:38:22.885 INFO:teuthology.orchestra.run.smithi110.stdout:Release : 99.el8_4.1 2023-12-21T03:38:22.885 INFO:teuthology.orchestra.run.smithi110.stdout:Architecture: x86_64 2023-12-21T03:38:22.885 INFO:teuthology.orchestra.run.smithi110.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-21T03:38:22.885 INFO:teuthology.orchestra.run.smithi110.stdout:Group : System Environment/Base 2023-12-21T03:38:22.885 INFO:teuthology.orchestra.run.smithi110.stdout:Size : 9264631 2023-12-21T03:38:22.885 INFO:teuthology.orchestra.run.smithi110.stdout:License : GPLv3+ 2023-12-21T03:38:22.885 INFO:teuthology.orchestra.run.smithi110.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-21T03:38:22.886 INFO:teuthology.orchestra.run.smithi110.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-21T03:38:22.886 INFO:teuthology.orchestra.run.smithi110.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-21T03:38:22.886 INFO:teuthology.orchestra.run.smithi110.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-21T03:38:22.886 INFO:teuthology.orchestra.run.smithi110.stdout:Relocations : (not relocatable) 2023-12-21T03:38:22.886 INFO:teuthology.orchestra.run.smithi110.stdout:Packager : Red Hat, Inc. 2023-12-21T03:38:22.886 INFO:teuthology.orchestra.run.smithi110.stdout:Vendor : Red Hat, Inc. 2023-12-21T03:38:22.888 INFO:teuthology.orchestra.run.smithi110.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T03:38:22.888 INFO:teuthology.orchestra.run.smithi110.stdout:Summary : Support tools for GRUB. 2023-12-21T03:38:22.888 INFO:teuthology.orchestra.run.smithi110.stdout:Description : 2023-12-21T03:38:22.888 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-21T03:38:22.888 INFO:teuthology.orchestra.run.smithi110.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T03:38:22.889 INFO:teuthology.orchestra.run.smithi110.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T03:38:22.889 INFO:teuthology.orchestra.run.smithi110.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T03:38:22.889 INFO:teuthology.orchestra.run.smithi110.stdout:hardware devices. 2023-12-21T03:38:22.889 INFO:teuthology.orchestra.run.smithi110.stdout: 2023-12-21T03:38:22.889 INFO:teuthology.orchestra.run.smithi110.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T03:38:22.890 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T03:38:22.890 INFO:teuthology.task.kernel:Updating grub on smithi110 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:22.890 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T03:38:22.906 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T03:38:23.030 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:23.031 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:23.031 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-305.25.1.el8_4.x86_64 Expected: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:23.031 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T03:38:23.031 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T03:38:23.031 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T03:38:23.031 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi116.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T03:38:23.031 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T03:38:23.155 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:23.155 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:23.155 DEBUG:teuthology.orchestra.run.smithi116:> sudo rpm -qi grub2-tools 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Name : grub2-tools 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Epoch : 1 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Version : 2.02 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Release : 99.el8_4.1 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Architecture: x86_64 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Group : System Environment/Base 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Size : 9264631 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:License : GPLv3+ 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-21T03:38:23.182 INFO:teuthology.orchestra.run.smithi116.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:Relocations : (not relocatable) 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:Packager : Red Hat, Inc. 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:Vendor : Red Hat, Inc. 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:Summary : Support tools for GRUB. 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:Description : 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:hardware devices. 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout: 2023-12-21T03:38:23.183 INFO:teuthology.orchestra.run.smithi116.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T03:38:23.184 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T03:38:23.184 INFO:teuthology.task.kernel:Updating grub on smithi116 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:23.184 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T03:38:24.307 INFO:teuthology.orchestra.run.smithi110.stderr:Generating grub configuration file ... 2023-12-21T03:38:24.542 INFO:teuthology.orchestra.run.smithi116.stderr:Generating grub configuration file ... 2023-12-21T03:38:26.484 INFO:teuthology.orchestra.run.smithi110.stderr:done 2023-12-21T03:38:26.486 DEBUG:teuthology.orchestra.run.smithi110:> mktemp 2023-12-21T03:38:26.508 INFO:teuthology.orchestra.run.smithi110.stdout:/tmp/tmp.DafcbXOSoQ 2023-12-21T03:38:26.509 DEBUG:teuthology.orchestra.run.smithi110:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.DafcbXOSoQ 2023-12-21T03:38:26.579 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0666 /tmp/tmp.DafcbXOSoQ 2023-12-21T03:38:26.749 DEBUG:teuthology.orchestra.remote:smithi110:/tmp/tmp.DafcbXOSoQ is 6KB 2023-12-21T03:38:26.755 INFO:teuthology.orchestra.run.smithi116.stderr:done 2023-12-21T03:38:26.757 DEBUG:teuthology.orchestra.run.smithi116:> mktemp 2023-12-21T03:38:26.771 INFO:teuthology.orchestra.run.smithi116.stdout:/tmp/tmp.qtY2B6uIEB 2023-12-21T03:38:26.772 DEBUG:teuthology.orchestra.run.smithi116:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.qtY2B6uIEB 2023-12-21T03:38:26.797 DEBUG:teuthology.orchestra.run.smithi110:> rm -fr /tmp/tmp.DafcbXOSoQ 2023-12-21T03:38:26.811 DEBUG:teuthology.orchestra.run.smithi110:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T03:38:26.841 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0666 /tmp/tmp.qtY2B6uIEB 2023-12-21T03:38:26.878 INFO:teuthology.orchestra.run.smithi110.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-21T03:38:26.878 INFO:teuthology.orchestra.run.smithi110.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-21T03:38:26.878 INFO:teuthology.orchestra.run.smithi110.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-21T03:38:26.878 INFO:teuthology.orchestra.run.smithi110.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-21T03:38:26.879 DEBUG:teuthology.orchestra.run.smithi110:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:26.994 DEBUG:teuthology.orchestra.remote:smithi116:/tmp/tmp.qtY2B6uIEB is 6KB 2023-12-21T03:38:27.042 DEBUG:teuthology.orchestra.run.smithi116:> rm -fr /tmp/tmp.qtY2B6uIEB 2023-12-21T03:38:27.056 DEBUG:teuthology.orchestra.run.smithi110:> sudo shutdown -r now 2023-12-21T03:38:27.057 DEBUG:teuthology.orchestra.run.smithi116:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T03:38:27.128 INFO:teuthology.orchestra.run.smithi116.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-21T03:38:27.128 INFO:teuthology.orchestra.run.smithi116.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-21T03:38:27.129 INFO:teuthology.orchestra.run.smithi116.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-21T03:38:27.129 INFO:teuthology.orchestra.run.smithi116.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-21T03:38:27.130 DEBUG:teuthology.orchestra.run.smithi116:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-21T03:38:27.306 DEBUG:teuthology.orchestra.run.smithi116:> sudo shutdown -r now 2023-12-21T03:38:57.086 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T03:38:57.086 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-21T03:38:57.087 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:38:57.308 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T03:38:57.308 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-21T03:38:57.309 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:39:15.602 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.110 2023-12-21T03:39:24.611 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-21T03:39:24.612 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:39:57.342 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T03:40:06.349 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-21T03:40:06.351 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:40:06.965 DEBUG:teuthology.orchestra.run.smithi116:> true 2023-12-21T03:40:07.336 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2023-12-21T03:40:07.337 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-21T03:40:07.337 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2023-12-21T03:40:07.351 INFO:teuthology.orchestra.run.smithi116.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-21T03:40:07.352 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:40:07.352 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T03:40:07.352 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-21T03:40:08.353 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T03:40:08.353 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T03:40:08.577 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2023-12-21T03:40:08.596 DEBUG:teuthology.parallel:result is None 2023-12-21T03:40:24.614 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T03:40:36.614 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-21T03:40:36.615 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T03:40:36.983 DEBUG:teuthology.orchestra.run.smithi110:> true 2023-12-21T03:40:37.277 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2023-12-21T03:40:37.277 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-21T03:40:37.277 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2023-12-21T03:40:37.292 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-21T03:40:37.292 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-425.3.1.el8.x86_64 vs 4.18.0-425.3.1.el8.x86_64 2023-12-21T03:40:37.292 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T03:40:37.292 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-21T03:40:38.293 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T03:40:38.294 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T03:40:38.373 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2023-12-21T03:40:38.386 DEBUG:teuthology.parallel:result is None 2023-12-21T03:40:38.388 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T03:40:38.398 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T03:40:38.398 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T03:40:38.401 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T03:40:38.422 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T03:40:38.431 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T03:40:38.440 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T03:40:38.440 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T03:40:38.456 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T03:40:38.495 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T03:40:38.504 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T03:40:38.504 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-21T03:40:38.515 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-21T03:40:38.544 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:40:38.555 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:40:38.576 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:40:38.588 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T03:40:38.589 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T03:40:38.598 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T03:40:38.599 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T03:40:38.601 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T03:40:38.628 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T03:40:38.642 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T03:40:38.642 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T03:40:38.669 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T03:40:38.684 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T03:40:38.762 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T03:40:38.805 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T03:40:38.888 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T03:40:38.926 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2023-12-21T03:40:38.926 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T03:40:38.990 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T03:40:39.033 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T03:40:39.075 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T03:40:39.159 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T03:40:39.199 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2023-12-21T03:40:39.199 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T03:40:39.264 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2023-12-21T03:40:39.266 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2023-12-21T03:40:39.316 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T03:40:39.391 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T03:40:39.809 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T03:40:39.816 INFO:teuthology.task.internal:Starting timer... 2023-12-21T03:40:39.817 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T03:40:39.947 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T03:40:39.998 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-21T03:40:39.999 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2023-12-21T03:40:40.063 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: [ OK ] 2023-12-21T03:40:40.064 DEBUG:teuthology.orchestra.run.smithi116:> sudo service auditd rotate 2023-12-21T03:40:40.123 INFO:teuthology.orchestra.run.smithi116.stdout:Rotating logs: [ OK ] 2023-12-21T03:40:40.124 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T03:40:40.124 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2023-12-21T03:40:40.143 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2023-12-21T03:40:40.143 DEBUG:teuthology.orchestra.run.smithi116:> /usr/sbin/getenforce 2023-12-21T03:40:40.162 INFO:teuthology.orchestra.run.smithi116.stdout:Permissive 2023-12-21T03:40:40.162 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi110.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi116.front.sepia.ceph.com': 'permissive'} 2023-12-21T03:40:40.162 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T03:40:40.209 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:40:40.209 DEBUG:teuthology.orchestra.run.smithi116:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T03:40:40.235 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:40:40.235 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T03:40:40.235 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2023-12-21T03:40:40.288 DEBUG:teuthology.orchestra.run.smithi116:> sudo /usr/sbin/setenforce permissive 2023-12-21T03:40:40.330 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T03:40:40.340 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-21T03:40:40.347 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-21T03:40:41.278 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T03:40:41.302 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-21T03:40:41.303 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi110.front.sepia.ceph.com,smithi116.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T03:46:10.526 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499075/ansible_failures.yaml 2023-12-21T03:46:10.527 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi110.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: []smithi116.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-21T03:46:10.608 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4ff937814ffd42dba4cabc0508f607ed Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi110.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: []smithi116.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-21T03:46:10.610 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T03:46:10.618 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T03:46:10.618 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T03:46:10.626 DEBUG:teuthology.orchestra.run.smithi110:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-21T03:46:10.712 DEBUG:teuthology.orchestra.run.smithi116:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-21T03:46:10.789 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T03:46:10.818 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:46:10.819 DEBUG:teuthology.orchestra.run.smithi116:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T03:46:10.846 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:46:10.847 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T03:46:10.861 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T03:46:10.868 INFO:teuthology.task.internal:Duration was 331.051218 seconds 2023-12-21T03:46:10.868 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T03:46:10.877 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T03:46:10.877 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T03:46:10.879 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T03:46:10.921 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T03:46:10.930 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T03:46:11.217 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T03:46:11.217 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2023-12-21T03:46:11.217 DEBUG:teuthology.orchestra.run.smithi110:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T03:46:11.237 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2023-12-21T03:46:11.237 DEBUG:teuthology.orchestra.run.smithi116:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T03:46:11.256 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T03:46:11.256 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T03:46:11.279 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T03:46:11.329 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T03:46:11.329 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T03:46:11.352 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T03:46:11.427 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T03:46:11.436 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T03:46:11.436 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T03:46:11.460 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T03:46:11.484 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T03:46:11.492 DEBUG:teuthology.orchestra.run.smithi110:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:46:11.502 DEBUG:teuthology.orchestra.run.smithi116:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:46:11.523 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2023-12-21T03:46:11.547 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2023-12-21T03:46:11.561 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:46:11.590 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:46:11.591 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:46:11.614 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:46:11.615 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T03:46:11.624 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T03:46:11.625 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499075/remote/smithi110 2023-12-21T03:46:11.626 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T03:46:11.680 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499075/remote/smithi116 2023-12-21T03:46:11.681 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T03:46:11.729 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T03:46:11.729 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T03:46:11.731 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T03:46:11.778 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T03:46:11.788 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T03:46:11.788 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T03:46:11.798 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T03:46:11.798 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T03:46:11.800 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T03:46:11.812 INFO:teuthology.orchestra.run.smithi110.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 03:46 /home/ubuntu/cephtest 2023-12-21T03:46:11.832 INFO:teuthology.orchestra.run.smithi116.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 03:46 /home/ubuntu/cephtest 2023-12-21T03:46:11.833 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T03:46:11.842 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T03:46:11.864 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T03:46:11.891 DEBUG:teuthology.nuke:shortname: smithi110 2023-12-21T03:46:11.891 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T03:46:11.913 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499075', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 03:33:18.164147', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCSNCj3+kn5665u6R7DDskFrQEaueyXAM4CAMUOe62XTI0ETf0sRLJc92XvYPptbz915Bp/7wf62YE4hmnJrLWo='} 2023-12-21T03:46:11.916 DEBUG:teuthology.nuke:shortname: smithi116 2023-12-21T03:46:11.916 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T03:46:11.940 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7499075', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.4', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-21 03:33:18.165580', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLuisXoZBXW2h12JIN4erxWDiYSpBsnfbbq/cvn+ZDZY0N5Wayh/mKa12hOrFM0Ga9Iy+THX3hYtoKsGSJwqBpc='} 2023-12-21T03:46:11.960 INFO:teuthology.orchestra.console.smithi110:Power off 2023-12-21T03:46:11.960 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T03:46:11.987 DEBUG:teuthology.orchestra.console.smithi110:power off output: Chassis Power Control: Down/Off 2023-12-21T03:46:11.988 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:46:12.002 INFO:teuthology.orchestra.console.smithi116:Power off 2023-12-21T03:46:12.003 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T03:46:12.013 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-12-21T03:46:12.026 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2023-12-21T03:46:12.027 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:46:12.051 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-12-21T03:46:16.015 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:46:16.052 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:46:16.125 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2023-12-21T03:46:16.162 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2023-12-21T03:46:20.129 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:46:20.163 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:46:20.240 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is off 2023-12-21T03:46:20.272 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2023-12-21T03:46:20.342 INFO:teuthology.orchestra.console.smithi110:Power off completed 2023-12-21T03:46:20.374 INFO:teuthology.orchestra.console.smithi116:Power off completed 2023-12-21T03:46:20.484 INFO:teuthology.run:Summary data: description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} duration: 331.0512182712555 failure_reason: 'smithi110.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: []smithi116.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=4ff937814ffd42dba4cabc0508f607ed status: dead success: false 2023-12-21T03:46:20.485 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T03:46:20.559 INFO:teuthology.run:DEAD