2023-12-26T17:32:55.151 INFO:root:teuthology version: 0.0.1.dev226+g9680d2a 2023-12-26T17:32:55.151 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501534 --owner scheduled_yuriw@teuthology --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} --verbose -- /home/teuthworker/archive/yuriw-2023-12-26_16:41:10-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7501534/orig.config.yaml 2023-12-26T17:32:55.185 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:32:55.260 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/7501534 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: null first_in_suite: false job_id: '7501534' 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: smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLXmxvAYfbOyAqGnMAOWMLO2/uB2OwRzng5/usJspSDP76dSI+3EdPEGCRIVok7ECuJZkGG7cteVcL4dbzAKlrQ= smithi183.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAhcTSKANXm4ustAiqkIeJByhHvPPkUQocjEUo3KCdceBNIuzuCSJTBUXTcG7ibKaodjGFLc5kSJoNKhxVcT0D4= 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: 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:32:55.260 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:32:55.261 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-26T17:32:55.261 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-26T17:32:55.262 INFO:teuthology.task.internal:Checking packages... 2023-12-26T17:32:55.287 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-26T17:32:55.287 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-26T17:32:55.288 INFO:teuthology.packaging:ref: None 2023-12-26T17:32:55.288 INFO:teuthology.packaging:tag: None 2023-12-26T17:32:55.288 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-26T17:32:55.288 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-26T17:32:55.288 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:32:55.436 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-26T17:32:55.437 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-26T17:32:55.444 INFO:teuthology.task.internal:no buildpackages task found 2023-12-26T17:32:55.445 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-26T17:32:55.459 INFO:teuthology.task.internal:Saving configuration 2023-12-26T17:32:55.472 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-26T17:32:55.480 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:32:55.499 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.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/7501534', '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:27:55.828336', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLXmxvAYfbOyAqGnMAOWMLO2/uB2OwRzng5/usJspSDP76dSI+3EdPEGCRIVok7ECuJZkGG7cteVcL4dbzAKlrQ='} 2023-12-26T17:32:55.519 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.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/7501534', '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:27:55.829947', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAhcTSKANXm4ustAiqkIeJByhHvPPkUQocjEUo3KCdceBNIuzuCSJTBUXTcG7ibKaodjGFLc5kSJoNKhxVcT0D4='} 2023-12-26T17:32:55.520 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-26T17:32:55.535 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-26T17:32:55.535 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-26T17:32:55.535 INFO:teuthology.run_tasks:Running task console_log... 2023-12-26T17:32:55.649 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ffa1908fe50>, signals=[15]) 2023-12-26T17:32:55.649 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-26T17:32:55.656 INFO:teuthology.task.internal:Opening connections... 2023-12-26T17:32:55.656 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2023-12-26T17:32:55.658 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:32:55.725 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2023-12-26T17:32:55.726 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:32:55.795 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-26T17:32:55.803 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2023-12-26T17:32:55.820 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2023-12-26T17:32:55.821 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2023-12-26T17:32:55.877 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:32:55.877 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:32:55.877 INFO:teuthology.orchestra.run.smithi145.stdout:ID="rhel" 2023-12-26T17:32:55.877 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="fedora" 2023-12-26T17:32:55.878 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="8.4" 2023-12-26T17:32:55.878 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:32:55.878 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:32:55.878 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2023-12-26T17:32:55.878 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:32:55.878 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:32:55.879 INFO:teuthology.orchestra.run.smithi145.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:32:55.879 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:32:55.879 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-26T17:32:55.879 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:32:55.879 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:32:55.879 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:32:55.879 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:32:55.880 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2023-12-26T17:32:55.902 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2023-12-26T17:32:55.919 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2023-12-26T17:32:55.920 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2023-12-26T17:32:55.976 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="Red Hat Enterprise Linux" 2023-12-26T17:32:55.976 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="8.4 (Ootpa)" 2023-12-26T17:32:55.976 INFO:teuthology.orchestra.run.smithi183.stdout:ID="rhel" 2023-12-26T17:32:55.977 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE="fedora" 2023-12-26T17:32:55.977 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="8.4" 2023-12-26T17:32:55.977 INFO:teuthology.orchestra.run.smithi183.stdout:PLATFORM_ID="platform:el8" 2023-12-26T17:32:55.977 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-26T17:32:55.977 INFO:teuthology.orchestra.run.smithi183.stdout:ANSI_COLOR="0;31" 2023-12-26T17:32:55.977 INFO:teuthology.orchestra.run.smithi183.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-26T17:32:55.977 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://www.redhat.com/" 2023-12-26T17:32:55.978 INFO:teuthology.orchestra.run.smithi183.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-26T17:32:55.978 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-26T17:32:55.978 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-26T17:32:55.978 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-26T17:32:55.978 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-26T17:32:55.978 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-26T17:32:55.979 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-26T17:32:55.979 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2023-12-26T17:32:56.001 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-26T17:32:56.009 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-26T17:32:56.066 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-26T17:32:56.066 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:32:56.069 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2023-12-26T17:32:56.085 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-26T17:32:56.092 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-26T17:32:56.092 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:32:56.125 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2023-12-26T17:32:56.139 INFO:teuthology.orchestra.run.smithi145.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:32:56.141 INFO:teuthology.orchestra.run.smithi183.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-26T17:32:56.142 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-26T17:32:56.191 INFO:teuthology.run_tasks:Running task kernel... 2023-12-26T17:32:56.209 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-26T17:32:56.209 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-26T17:32:56.209 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:32:56.210 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-26T17:32:56.225 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:32:56.226 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-12-26T17:32:56.227 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:32:56.228 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2023-12-26T17:32:56.283 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:32:56.283 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:32:56.283 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2023-12-26T17:32:56.285 INFO:teuthology.orchestra.run.smithi183.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:32:56.286 INFO:teuthology.task.kernel:Running kernel on smithi183: 4.18.0-305.25.1.el8_4.x86_64 2023-12-26T17:32:56.286 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum install -y kernel 2023-12-26T17:32:57.670 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-26T17:32:57.671 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-26T17:32:57.772 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-26T17:32:57.773 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-26T17:32:59.045 INFO:teuthology.orchestra.run.smithi183.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-26T17:32:59.196 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-12-26T17:32:59.629 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 29 MB/s | 16 MB 00:00 2023-12-26T17:33:00.704 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-26T17:33:02.884 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 1.7 MB/s | 24 kB 00:00 2023-12-26T17:33:03.646 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:33:03.646 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:33:03.646 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:33:03.806 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-26T17:33:03.807 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-26T17:33:03.807 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-26T17:33:03.914 DEBUG:teuthology.orchestra.run.smithi183:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:33:04.024 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 4.3 MB/s | 24 kB 00:00 2023-12-26T17:33:04.258 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-26T17:33:04.258 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-26T17:33:04.557 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:33:02 PM UTC. 2023-12-26T17:33:04.715 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:33:04.715 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:33:04.715 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:33:04.743 INFO:teuthology.orchestra.run.smithi183.stderr:Error: No packages marked for reinstall. 2023-12-26T17:33:04.792 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-26T17:33:04.792 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-26T17:33:04.792 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-26T17:33:04.793 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum reinstall -y kernel || true 2023-12-26T17:33:04.962 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-26T17:33:04.963 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2023-12-26T17:33:04.963 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-26T17:33:05.066 DEBUG:teuthology.orchestra.run.smithi145:> echo no | sudo yum reinstall kernel || true 2023-12-26T17:33:05.137 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-26T17:33:05.137 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-26T17:33:05.412 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-26T17:33:05.412 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-26T17:33:05.431 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:03 ago on Tue 26 Dec 2023 05:33:02 PM UTC. 2023-12-26T17:33:05.564 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:33:05.564 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:33:05.564 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-305.25.1.el8_4.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-26T17:33:05.575 INFO:teuthology.orchestra.run.smithi183.stderr:Error: No packages marked for reinstall. 2023-12-26T17:33:05.624 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:33:05.719 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:01 ago on Tue 26 Dec 2023 05:33:04 PM UTC. 2023-12-26T17:33:05.748 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:05.749 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:05.749 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:33:05.749 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:33:05.749 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:33:05.749 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-26T17:33:05.749 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi183.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:33:05.749 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:33:05.859 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:33:05.859 INFO:teuthology.orchestra.run.smithi145.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:33:05.859 INFO:teuthology.orchestra.run.smithi145.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:33:05.873 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:05.874 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:05.874 DEBUG:teuthology.orchestra.run.smithi183:> sudo rpm -qi grub2-tools 2023-12-26T17:33:05.891 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2023-12-26T17:33:05.900 INFO:teuthology.orchestra.run.smithi183.stdout:Name : grub2-tools 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Epoch : 1 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Version : 2.02 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Release : 99.el8_4.1 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Architecture: x86_64 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Group : System Environment/Base 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Size : 9264631 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:License : GPLv3+ 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:33:05.901 INFO:teuthology.orchestra.run.smithi183.stdout:Relocations : (not relocatable) 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout:Packager : Red Hat, Inc. 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout:Summary : Support tools for GRUB. 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout:Description : 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout:hardware devices. 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-26T17:33:05.902 INFO:teuthology.orchestra.run.smithi183.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:33:05.904 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:33:05.904 INFO:teuthology.task.kernel:Updating grub on smithi183 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:05.904 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:33:05.941 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum reinstall -y kernel || true 2023-12-26T17:33:06.284 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-26T17:33:06.285 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-26T17:33:06.583 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:02 ago on Tue 26 Dec 2023 05:33:04 PM UTC. 2023-12-26T17:33:06.716 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-26T17:33:06.716 INFO:teuthology.orchestra.run.smithi145.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:33:06.716 INFO:teuthology.orchestra.run.smithi145.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:33:06.729 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2023-12-26T17:33:06.780 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:33:06.905 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:06.906 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:06.906 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:33:06.906 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-26T17:33:06.906 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-26T17:33:06.906 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-26T17:33:06.906 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi145.front.sepia.ceph.com, path=None, version=distro) 2023-12-26T17:33:06.907 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2023-12-26T17:33:07.032 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:07.032 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:07.032 DEBUG:teuthology.orchestra.run.smithi145:> sudo rpm -qi grub2-tools 2023-12-26T17:33:07.059 INFO:teuthology.orchestra.run.smithi145.stdout:Name : grub2-tools 2023-12-26T17:33:07.060 INFO:teuthology.orchestra.run.smithi145.stdout:Epoch : 1 2023-12-26T17:33:07.060 INFO:teuthology.orchestra.run.smithi145.stdout:Version : 2.02 2023-12-26T17:33:07.060 INFO:teuthology.orchestra.run.smithi145.stdout:Release : 99.el8_4.1 2023-12-26T17:33:07.060 INFO:teuthology.orchestra.run.smithi145.stdout:Architecture: x86_64 2023-12-26T17:33:07.060 INFO:teuthology.orchestra.run.smithi145.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-26T17:33:07.060 INFO:teuthology.orchestra.run.smithi145.stdout:Group : System Environment/Base 2023-12-26T17:33:07.061 INFO:teuthology.orchestra.run.smithi145.stdout:Size : 9264631 2023-12-26T17:33:07.061 INFO:teuthology.orchestra.run.smithi145.stdout:License : GPLv3+ 2023-12-26T17:33:07.061 INFO:teuthology.orchestra.run.smithi145.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-26T17:33:07.061 INFO:teuthology.orchestra.run.smithi145.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-26T17:33:07.061 INFO:teuthology.orchestra.run.smithi145.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-26T17:33:07.062 INFO:teuthology.orchestra.run.smithi145.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-26T17:33:07.062 INFO:teuthology.orchestra.run.smithi145.stdout:Relocations : (not relocatable) 2023-12-26T17:33:07.062 INFO:teuthology.orchestra.run.smithi145.stdout:Packager : Red Hat, Inc. 2023-12-26T17:33:07.062 INFO:teuthology.orchestra.run.smithi145.stdout:Vendor : Red Hat, Inc. 2023-12-26T17:33:07.062 INFO:teuthology.orchestra.run.smithi145.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-26T17:33:07.063 INFO:teuthology.orchestra.run.smithi145.stdout:Summary : Support tools for GRUB. 2023-12-26T17:33:07.063 INFO:teuthology.orchestra.run.smithi145.stdout:Description : 2023-12-26T17:33:07.063 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-26T17:33:07.063 INFO:teuthology.orchestra.run.smithi145.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-26T17:33:07.063 INFO:teuthology.orchestra.run.smithi145.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-26T17:33:07.063 INFO:teuthology.orchestra.run.smithi145.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-26T17:33:07.064 INFO:teuthology.orchestra.run.smithi145.stdout:hardware devices. 2023-12-26T17:33:07.064 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-26T17:33:07.064 INFO:teuthology.orchestra.run.smithi145.stdout:This subpackage provides tools for support of all platforms. 2023-12-26T17:33:07.065 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-26T17:33:07.065 INFO:teuthology.task.kernel:Updating grub on smithi145 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:07.065 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-26T17:33:07.304 INFO:teuthology.orchestra.run.smithi183.stderr:Generating grub configuration file ... 2023-12-26T17:33:08.592 INFO:teuthology.orchestra.run.smithi145.stderr:Generating grub configuration file ... 2023-12-26T17:33:09.078 INFO:teuthology.orchestra.run.smithi183.stderr:done 2023-12-26T17:33:09.080 DEBUG:teuthology.orchestra.run.smithi183:> mktemp 2023-12-26T17:33:09.093 INFO:teuthology.orchestra.run.smithi183.stdout:/tmp/tmp.3c2HVVYOU8 2023-12-26T17:33:09.094 DEBUG:teuthology.orchestra.run.smithi183:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.3c2HVVYOU8 2023-12-26T17:33:09.181 DEBUG:teuthology.orchestra.run.smithi183:> sudo chmod 0666 /tmp/tmp.3c2HVVYOU8 2023-12-26T17:33:09.305 DEBUG:teuthology.orchestra.remote:smithi183:/tmp/tmp.3c2HVVYOU8 is 6KB 2023-12-26T17:33:09.355 DEBUG:teuthology.orchestra.run.smithi183:> rm -fr /tmp/tmp.3c2HVVYOU8 2023-12-26T17:33:09.371 DEBUG:teuthology.orchestra.run.smithi183:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:33:09.436 INFO:teuthology.orchestra.run.smithi183.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:33:09.436 INFO:teuthology.orchestra.run.smithi183.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:33:09.436 INFO:teuthology.orchestra.run.smithi183.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:33:09.436 INFO:teuthology.orchestra.run.smithi183.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:33:09.437 DEBUG:teuthology.orchestra.run.smithi183:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:09.609 DEBUG:teuthology.orchestra.run.smithi183:> sudo shutdown -r now 2023-12-26T17:33:10.598 INFO:teuthology.orchestra.run.smithi145.stderr:done 2023-12-26T17:33:10.599 DEBUG:teuthology.orchestra.run.smithi145:> mktemp 2023-12-26T17:33:10.615 INFO:teuthology.orchestra.run.smithi145.stdout:/tmp/tmp.pkPQzjGGrA 2023-12-26T17:33:10.615 DEBUG:teuthology.orchestra.run.smithi145:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.pkPQzjGGrA 2023-12-26T17:33:10.685 DEBUG:teuthology.orchestra.run.smithi145:> sudo chmod 0666 /tmp/tmp.pkPQzjGGrA 2023-12-26T17:33:10.842 DEBUG:teuthology.orchestra.remote:smithi145:/tmp/tmp.pkPQzjGGrA is 6KB 2023-12-26T17:33:10.890 DEBUG:teuthology.orchestra.run.smithi145:> rm -fr /tmp/tmp.pkPQzjGGrA 2023-12-26T17:33:10.903 DEBUG:teuthology.orchestra.run.smithi145:> sudo /bin/ls /boot/loader/entries || true 2023-12-26T17:33:10.966 INFO:teuthology.orchestra.run.smithi145.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-26T17:33:10.966 INFO:teuthology.orchestra.run.smithi145.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-26T17:33:10.966 INFO:teuthology.orchestra.run.smithi145.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-26T17:33:10.966 INFO:teuthology.orchestra.run.smithi145.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-26T17:33:10.967 DEBUG:teuthology.orchestra.run.smithi145:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-26T17:33:11.147 DEBUG:teuthology.orchestra.run.smithi145:> sudo shutdown -r now 2023-12-26T17:33:39.638 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-26T17:33:39.638 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-26T17:33:39.639 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:33:41.149 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-26T17:33:41.150 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-26T17:33:41.150 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:33:58.162 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-26T17:33:59.698 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2023-12-26T17:34:07.169 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-26T17:34:07.170 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:34:08.700 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-26T17:34:08.701 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:34:10.229 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-26T17:34:11.761 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2023-12-26T17:34:22.241 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-26T17:34:22.242 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:34:23.764 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-26T17:34:23.765 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:34:25.297 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-26T17:34:40.309 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-26T17:34:40.310 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:34:42.197 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.145 2023-12-26T17:34:43.377 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.183 2023-12-26T17:34:57.210 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-26T17:34:57.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:34:57.572 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-12-26T17:34:57.884 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-26T17:34:57.884 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:34:57.884 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-12-26T17:34:57.898 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:34:57.898 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:34:57.898 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:34:57.899 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:34:58.899 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-26T17:34:58.900 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:34:59.202 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2023-12-26T17:34:59.213 DEBUG:teuthology.parallel:result is None 2023-12-26T17:35:01.379 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-26T17:35:01.379 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-26T17:35:01.777 DEBUG:teuthology.orchestra.run.smithi183:> true 2023-12-26T17:35:02.004 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-26T17:35:02.054 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-26T17:35:02.054 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2023-12-26T17:35:02.069 INFO:teuthology.orchestra.run.smithi183.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-26T17:35:02.069 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:35:02.069 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-26T17:35:02.069 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-26T17:35:03.070 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-26T17:35:03.071 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-26T17:35:03.455 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2023-12-26T17:35:03.467 DEBUG:teuthology.parallel:result is None 2023-12-26T17:35:03.467 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-26T17:35:03.482 INFO:teuthology.task.internal:Creating test directory... 2023-12-26T17:35:03.482 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:35:03.489 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-26T17:35:03.506 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-26T17:35:03.514 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-26T17:35:03.519 INFO:teuthology.task.internal:Creating archive directory... 2023-12-26T17:35:03.520 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:35:03.542 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-26T17:35:03.577 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-26T17:35:03.583 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-26T17:35:03.583 DEBUG:teuthology.orchestra.run.smithi145:> 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:35:03.606 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-26T17:35:03.640 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:35:03.648 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:35:03.649 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:35:03.659 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-26T17:35:03.661 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-26T17:35:03.668 INFO:teuthology.task.internal:Configuring sudo... 2023-12-26T17:35:03.668 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:35:03.693 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-26T17:35:03.727 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-26T17:35:03.736 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-26T17:35:03.736 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:35:03.758 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-26T17:35:03.782 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:35:03.849 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:35:03.893 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:35:03.975 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:35:04.014 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-26T17:35:04.014 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:35:04.077 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:35:04.120 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-26T17:35:04.160 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:35:04.242 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-26T17:35:04.282 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-26T17:35:04.282 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-26T17:35:04.346 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2023-12-26T17:35:04.348 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2023-12-26T17:35:04.406 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:35:04.443 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:35:04.921 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-26T17:35:04.929 INFO:teuthology.task.internal:Starting timer... 2023-12-26T17:35:04.929 INFO:teuthology.run_tasks:Running task pcp... 2023-12-26T17:35:04.940 INFO:teuthology.run_tasks:Running task selinux... 2023-12-26T17:35:04.950 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-26T17:35:04.950 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2023-12-26T17:35:05.013 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: [ OK ] 2023-12-26T17:35:05.014 DEBUG:teuthology.orchestra.run.smithi183:> sudo service auditd rotate 2023-12-26T17:35:05.076 INFO:teuthology.orchestra.run.smithi183.stdout:Rotating logs: [ OK ] 2023-12-26T17:35:05.077 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-26T17:35:05.078 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2023-12-26T17:35:05.099 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2023-12-26T17:35:05.099 DEBUG:teuthology.orchestra.run.smithi183:> /usr/sbin/getenforce 2023-12-26T17:35:05.122 INFO:teuthology.orchestra.run.smithi183.stdout:Permissive 2023-12-26T17:35:05.122 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi145.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi183.front.sepia.ceph.com': 'permissive'} 2023-12-26T17:35:05.123 DEBUG:teuthology.orchestra.run.smithi145:> 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:35:05.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:35:05.164 DEBUG:teuthology.orchestra.run.smithi183:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-26T17:35:05.189 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:35:05.189 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-26T17:35:05.190 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:35:05.229 DEBUG:teuthology.orchestra.run.smithi183:> sudo /usr/sbin/setenforce permissive 2023-12-26T17:35:05.254 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-26T17:35:05.264 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-26T17:35:05.282 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:35:05.283 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi145.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-26T17:40:38.590 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/7501534/ansible_failures.yaml 2023-12-26T17:40:38.592 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: smithi145.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: []smithi183.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-26T17:40:38.671 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f98d52d3e39b4e70bfc9ef30bbedf279 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: smithi145.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: []smithi183.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-26T17:40:38.673 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-26T17:40:38.681 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-26T17:40:38.681 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-26T17:40:38.698 DEBUG:teuthology.orchestra.run.smithi145:> 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:40:38.785 DEBUG:teuthology.orchestra.run.smithi183:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-26T17:40:38.859 DEBUG:teuthology.orchestra.run.smithi145:> 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:40:38.889 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:40:38.890 DEBUG:teuthology.orchestra.run.smithi183:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-26T17:40:38.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:40:38.918 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-26T17:40:38.927 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-26T17:40:38.934 INFO:teuthology.task.internal:Duration was 334.004287 seconds 2023-12-26T17:40:38.934 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-26T17:40:38.942 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-26T17:40:38.942 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:40:38.944 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-26T17:40:38.987 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:40:39.001 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-26T17:40:39.109 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-26T17:40:39.109 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2023-12-26T17:40:39.110 DEBUG:teuthology.orchestra.run.smithi145:> 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:40:39.129 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2023-12-26T17:40:39.129 DEBUG:teuthology.orchestra.run.smithi183:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-26T17:40:39.169 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-26T17:40:39.169 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:40:39.171 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-26T17:40:39.242 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-26T17:40:39.242 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:40:39.245 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-26T17:40:39.340 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-26T17:40:39.348 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-26T17:40:39.349 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:40:39.373 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-26T17:40:39.398 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-26T17:40:39.419 DEBUG:teuthology.orchestra.run.smithi145:> 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:40:39.422 DEBUG:teuthology.orchestra.run.smithi183:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:40:39.443 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2023-12-26T17:40:39.461 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2023-12-26T17:40:39.475 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:40:39.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:40:39.511 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-26T17:40:39.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-26T17:40:39.532 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-26T17:40:39.542 INFO:teuthology.task.internal:Transferring archived files... 2023-12-26T17:40:39.543 DEBUG:teuthology.misc:Transferring archived files from smithi145:/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/7501534/remote/smithi145 2023-12-26T17:40:39.544 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:40:39.600 DEBUG:teuthology.misc:Transferring archived files from smithi183:/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/7501534/remote/smithi183 2023-12-26T17:40:39.601 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-26T17:40:39.643 INFO:teuthology.task.internal:Removing archive directory... 2023-12-26T17:40:39.643 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:40:39.646 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-26T17:40:39.693 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-26T17:40:39.703 INFO:teuthology.task.internal:Not uploading archives. 2023-12-26T17:40:39.703 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-26T17:40:39.721 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-26T17:40:39.721 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:40:39.723 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-26T17:40:39.735 INFO:teuthology.orchestra.run.smithi145.stdout: 262172 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:40 /home/ubuntu/cephtest 2023-12-26T17:40:39.748 INFO:teuthology.orchestra.run.smithi183.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 26 17:40 /home/ubuntu/cephtest 2023-12-26T17:40:39.749 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-26T17:40:39.759 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-26T17:40:39.776 INFO:teuthology.nuke:Checking targets against current locks 2023-12-26T17:40:39.800 DEBUG:teuthology.nuke:shortname: smithi145 2023-12-26T17:40:39.801 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:40:39.824 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.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/7501534', '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:27:55.828336', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLXmxvAYfbOyAqGnMAOWMLO2/uB2OwRzng5/usJspSDP76dSI+3EdPEGCRIVok7ECuJZkGG7cteVcL4dbzAKlrQ='} 2023-12-26T17:40:39.829 DEBUG:teuthology.nuke:shortname: smithi183 2023-12-26T17:40:39.830 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-26T17:40:39.850 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.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/7501534', '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:27:55.829947', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAhcTSKANXm4ustAiqkIeJByhHvPPkUQocjEUo3KCdceBNIuzuCSJTBUXTcG7ibKaodjGFLc5kSJoNKhxVcT0D4='} 2023-12-26T17:40:39.877 INFO:teuthology.orchestra.console.smithi145:Power off 2023-12-26T17:40:39.877 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:40:39.904 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2023-12-26T17:40:39.904 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:40:39.925 INFO:teuthology.orchestra.console.smithi183:Power off 2023-12-26T17:40:39.926 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-26T17:40:39.936 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-26T17:40:39.954 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2023-12-26T17:40:39.954 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:40:39.984 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-26T17:40:43.938 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:40:43.985 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:40:44.048 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-26T17:40:44.095 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-26T17:40:48.053 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:40:48.096 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:40:48.163 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-26T17:40:48.206 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-26T17:40:52.168 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:40:52.207 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-26T17:40:52.279 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2023-12-26T17:40:52.324 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2023-12-26T17:40:52.381 INFO:teuthology.orchestra.console.smithi145:Power off completed 2023-12-26T17:40:52.425 INFO:teuthology.orchestra.console.smithi183:Power off completed 2023-12-26T17:40:52.534 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: 334.004287481308 failure_reason: 'smithi145.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: []smithi183.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''codeready-builder-for-rhel-8-x86_64-rpms'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f98d52d3e39b4e70bfc9ef30bbedf279 status: dead success: false 2023-12-26T17:40:52.535 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-26T17:40:52.612 INFO:teuthology.run:DEAD