2023-12-21T01:25:50.313 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T01:25:50.313 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --verbose --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498857 --owner scheduled_yuriw@teuthology --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498857/orig.config.yaml 2023-12-21T01:25:50.347 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T01:25:50.419 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/7498857 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/nfs-ingress2 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7498857' 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: smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBqTTcBUEb5MFAeUHjOvbYsB2LssQuWIn7ZNHdI6KiQ3G4x1XQaABXsKKSjCqUk5taeC07ly4FigzlDfMpz1Dc4= smithi059.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLoP0C9JtPQ9+yp6Qex2Z5NAwjkU6BMA0ywrCtc6vb/OSzDhFggvrm+8Pdbh2hWvnGD87OFefo9CvP7aWwFrzLA= 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 - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\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-21T01:25:50.419 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-21T01:25:50.420 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T01:25:50.420 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T01:25:50.421 INFO:teuthology.task.internal:Checking packages... 2023-12-21T01:25:50.444 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T01:25:50.444 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T01:25:50.445 INFO:teuthology.packaging:ref: None 2023-12-21T01:25:50.445 INFO:teuthology.packaging:tag: None 2023-12-21T01:25:50.445 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T01:25:50.445 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T01:25:50.445 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-21T01:25:50.703 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-21T01:25:50.705 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T01:25:50.711 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T01:25:50.711 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T01:25:50.717 INFO:teuthology.task.internal:Saving configuration 2023-12-21T01:25:50.731 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T01:25:50.736 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T01:25:50.761 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.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/7498857', '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 01:21:04.013424', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBqTTcBUEb5MFAeUHjOvbYsB2LssQuWIn7ZNHdI6KiQ3G4x1XQaABXsKKSjCqUk5taeC07ly4FigzlDfMpz1Dc4='} 2023-12-21T01:25:50.782 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.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/7498857', '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 01:21:04.014912', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLoP0C9JtPQ9+yp6Qex2Z5NAwjkU6BMA0ywrCtc6vb/OSzDhFggvrm+8Pdbh2hWvnGD87OFefo9CvP7aWwFrzLA='} 2023-12-21T01:25:50.782 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T01:25:50.788 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-21T01:25:50.788 INFO:teuthology.task.internal:roles: ubuntu@smithi059.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-21T01:25:50.788 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T01:25:50.848 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb2765aee50>, signals=[15]) 2023-12-21T01:25:50.848 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T01:25:50.854 INFO:teuthology.task.internal:Opening connections... 2023-12-21T01:25:50.854 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2023-12-21T01:25:50.856 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:25:50.927 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi059.front.sepia.ceph.com 2023-12-21T01:25:50.928 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:25:50.994 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T01:25:51.000 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2023-12-21T01:25:51.018 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2023-12-21T01:25:51.018 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2023-12-21T01:25:51.076 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="Red Hat Enterprise Linux" 2023-12-21T01:25:51.076 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="8.4 (Ootpa)" 2023-12-21T01:25:51.076 INFO:teuthology.orchestra.run.smithi040.stdout:ID="rhel" 2023-12-21T01:25:51.076 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="fedora" 2023-12-21T01:25:51.076 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="8.4" 2023-12-21T01:25:51.076 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el8" 2023-12-21T01:25:51.076 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-21T01:25:51.076 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2023-12-21T01:25:51.077 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-21T01:25:51.077 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://www.redhat.com/" 2023-12-21T01:25:51.077 INFO:teuthology.orchestra.run.smithi040.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-21T01:25:51.077 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T01:25:51.077 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-21T01:25:51.077 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T01:25:51.077 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-21T01:25:51.077 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-21T01:25:51.077 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-21T01:25:51.078 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2023-12-21T01:25:51.105 DEBUG:teuthology.orchestra.run.smithi059:> uname -m 2023-12-21T01:25:51.123 INFO:teuthology.orchestra.run.smithi059.stdout:x86_64 2023-12-21T01:25:51.123 DEBUG:teuthology.orchestra.run.smithi059:> cat /etc/os-release 2023-12-21T01:25:51.180 INFO:teuthology.orchestra.run.smithi059.stdout:NAME="Red Hat Enterprise Linux" 2023-12-21T01:25:51.180 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION="8.4 (Ootpa)" 2023-12-21T01:25:51.180 INFO:teuthology.orchestra.run.smithi059.stdout:ID="rhel" 2023-12-21T01:25:51.180 INFO:teuthology.orchestra.run.smithi059.stdout:ID_LIKE="fedora" 2023-12-21T01:25:51.180 INFO:teuthology.orchestra.run.smithi059.stdout:VERSION_ID="8.4" 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:PLATFORM_ID="platform:el8" 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:ANSI_COLOR="0;31" 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:HOME_URL="https://www.redhat.com/" 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout: 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-21T01:25:51.181 INFO:teuthology.orchestra.run.smithi059.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-21T01:25:51.182 INFO:teuthology.lock.ops:Updating smithi059.front.sepia.ceph.com on lock server 2023-12-21T01:25:51.205 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T01:25:51.213 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T01:25:51.218 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T01:25:51.218 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2023-12-21T01:25:51.221 DEBUG:teuthology.orchestra.run.smithi059:> test '!' -e /home/ubuntu/cephtest 2023-12-21T01:25:51.237 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T01:25:51.243 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T01:25:51.243 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2023-12-21T01:25:51.278 DEBUG:teuthology.orchestra.run.smithi059:> test -z $(ls -A /var/lib/ceph) 2023-12-21T01:25:51.293 INFO:teuthology.orchestra.run.smithi040.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-21T01:25:51.295 INFO:teuthology.orchestra.run.smithi059.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-21T01:25:51.295 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T01:25:51.351 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T01:25:51.367 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T01:25:51.367 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T01:25:51.367 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T01:25:51.368 DEBUG:teuthology.orchestra.run.smithi059:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T01:25:51.383 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:25:51.384 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2023-12-21T01:25:51.385 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:25:51.385 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2023-12-21T01:25:51.441 INFO:teuthology.orchestra.run.smithi040.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-21T01:25:51.442 INFO:teuthology.task.kernel:Running kernel on smithi040: 4.18.0-305.25.1.el8_4.x86_64 2023-12-21T01:25:51.442 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2023-12-21T01:25:51.443 INFO:teuthology.orchestra.run.smithi059.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-21T01:25:51.443 INFO:teuthology.task.kernel:Running kernel on smithi059: 4.18.0-305.25.1.el8_4.x86_64 2023-12-21T01:25:51.443 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum install -y kernel 2023-12-21T01:25:52.819 INFO:teuthology.orchestra.run.smithi059.stdout:Updating Subscription Management repositories. 2023-12-21T01:25:52.819 INFO:teuthology.orchestra.run.smithi059.stdout:Unable to read consumer identity 2023-12-21T01:25:53.004 INFO:teuthology.orchestra.run.smithi040.stdout:Updating Subscription Management repositories. 2023-12-21T01:25:53.005 INFO:teuthology.orchestra.run.smithi040.stdout:Unable to read consumer identity 2023-12-21T01:25:54.138 INFO:teuthology.orchestra.run.smithi059.stdout:Copr repo for python3-asyncssh owned by ceph 29 kB/s | 3.5 kB 00:00 2023-12-21T01:25:54.480 INFO:teuthology.orchestra.run.smithi040.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-21T01:25:54.716 INFO:teuthology.orchestra.run.smithi059.stdout:Extra Packages for Enterprise Linux 29 MB/s | 16 MB 00:00 2023-12-21T01:25:55.014 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 32 MB/s | 16 MB 00:00 2023-12-21T01:25:58.252 INFO:teuthology.orchestra.run.smithi059.stdout:lab-extras 4.5 MB/s | 24 kB 00:00 2023-12-21T01:25:58.573 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 4.3 MB/s | 24 kB 00:00 2023-12-21T01:25:59.052 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-21T01:25:59.052 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-21T01:25:59.052 INFO:teuthology.orchestra.run.smithi059.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-21T01:25:59.213 INFO:teuthology.orchestra.run.smithi059.stdout:Dependencies resolved. 2023-12-21T01:25:59.214 INFO:teuthology.orchestra.run.smithi059.stdout:Nothing to do. 2023-12-21T01:25:59.214 INFO:teuthology.orchestra.run.smithi059.stdout:Complete! 2023-12-21T01:25:59.320 DEBUG:teuthology.orchestra.run.smithi059:> echo no | sudo yum reinstall kernel || true 2023-12-21T01:25:59.385 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-21T01:25:59.385 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-21T01:25:59.385 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-21T01:25:59.535 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2023-12-21T01:25:59.536 INFO:teuthology.orchestra.run.smithi040.stdout:Nothing to do. 2023-12-21T01:25:59.536 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2023-12-21T01:25:59.642 DEBUG:teuthology.orchestra.run.smithi040:> echo no | sudo yum reinstall kernel || true 2023-12-21T01:25:59.685 INFO:teuthology.orchestra.run.smithi059.stdout:Updating Subscription Management repositories. 2023-12-21T01:25:59.686 INFO:teuthology.orchestra.run.smithi059.stdout:Unable to read consumer identity 2023-12-21T01:25:59.996 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:01 ago on Thu 21 Dec 2023 01:25:58 AM UTC. 2023-12-21T01:26:00.007 INFO:teuthology.orchestra.run.smithi040.stdout:Updating Subscription Management repositories. 2023-12-21T01:26:00.007 INFO:teuthology.orchestra.run.smithi040.stdout:Unable to read consumer identity 2023-12-21T01:26:00.178 INFO:teuthology.orchestra.run.smithi059.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T01:26:00.178 INFO:teuthology.orchestra.run.smithi059.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-21T01:26:00.178 INFO:teuthology.orchestra.run.smithi059.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-21T01:26:00.207 INFO:teuthology.orchestra.run.smithi059.stderr:Error: No packages marked for reinstall. 2023-12-21T01:26:00.259 DEBUG:teuthology.orchestra.run.smithi059:> sudo yum reinstall -y kernel || true 2023-12-21T01:26:00.317 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 01:25:58 AM UTC. 2023-12-21T01:26:00.454 INFO:teuthology.orchestra.run.smithi040.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T01:26:00.454 INFO:teuthology.orchestra.run.smithi040.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-21T01:26:00.454 INFO:teuthology.orchestra.run.smithi040.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-21T01:26:00.482 INFO:teuthology.orchestra.run.smithi040.stderr:Error: No packages marked for reinstall. 2023-12-21T01:26:00.532 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum reinstall -y kernel || true 2023-12-21T01:26:00.625 INFO:teuthology.orchestra.run.smithi059.stdout:Updating Subscription Management repositories. 2023-12-21T01:26:00.625 INFO:teuthology.orchestra.run.smithi059.stdout:Unable to read consumer identity 2023-12-21T01:26:00.897 INFO:teuthology.orchestra.run.smithi040.stdout:Updating Subscription Management repositories. 2023-12-21T01:26:00.897 INFO:teuthology.orchestra.run.smithi040.stdout:Unable to read consumer identity 2023-12-21T01:26:00.931 INFO:teuthology.orchestra.run.smithi059.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 01:25:58 AM UTC. 2023-12-21T01:26:01.094 INFO:teuthology.orchestra.run.smithi059.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T01:26:01.094 INFO:teuthology.orchestra.run.smithi059.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-21T01:26:01.094 INFO:teuthology.orchestra.run.smithi059.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-21T01:26:01.108 INFO:teuthology.orchestra.run.smithi059.stderr:Error: No packages marked for reinstall. 2023-12-21T01:26:01.166 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T01:26:01.204 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:00:03 ago on Thu 21 Dec 2023 01:25:58 AM UTC. 2023-12-21T01:26:01.297 INFO:teuthology.orchestra.run.smithi059.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:01.297 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:01.298 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-21T01:26:01.298 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T01:26:01.298 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T01:26:01.298 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T01:26:01.298 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi059.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T01:26:01.298 DEBUG:teuthology.orchestra.run.smithi059:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T01:26:01.336 INFO:teuthology.orchestra.run.smithi040.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T01:26:01.336 INFO:teuthology.orchestra.run.smithi040.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-21T01:26:01.336 INFO:teuthology.orchestra.run.smithi040.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-21T01:26:01.345 INFO:teuthology.orchestra.run.smithi040.stderr:Error: No packages marked for reinstall. 2023-12-21T01:26:01.402 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T01:26:01.428 INFO:teuthology.orchestra.run.smithi059.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:01.429 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:01.429 DEBUG:teuthology.orchestra.run.smithi059:> sudo rpm -qi grub2-tools 2023-12-21T01:26:01.457 INFO:teuthology.orchestra.run.smithi059.stdout:Name : grub2-tools 2023-12-21T01:26:01.457 INFO:teuthology.orchestra.run.smithi059.stdout:Epoch : 1 2023-12-21T01:26:01.457 INFO:teuthology.orchestra.run.smithi059.stdout:Version : 2.02 2023-12-21T01:26:01.457 INFO:teuthology.orchestra.run.smithi059.stdout:Release : 99.el8_4.1 2023-12-21T01:26:01.457 INFO:teuthology.orchestra.run.smithi059.stdout:Architecture: x86_64 2023-12-21T01:26:01.457 INFO:teuthology.orchestra.run.smithi059.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-21T01:26:01.457 INFO:teuthology.orchestra.run.smithi059.stdout:Group : System Environment/Base 2023-12-21T01:26:01.457 INFO:teuthology.orchestra.run.smithi059.stdout:Size : 9264631 2023-12-21T01:26:01.457 INFO:teuthology.orchestra.run.smithi059.stdout:License : GPLv3+ 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:Relocations : (not relocatable) 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:Packager : Red Hat, Inc. 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:Vendor : Red Hat, Inc. 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:Summary : Support tools for GRUB. 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:Description : 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout: 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T01:26:01.458 INFO:teuthology.orchestra.run.smithi059.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T01:26:01.459 INFO:teuthology.orchestra.run.smithi059.stdout:hardware devices. 2023-12-21T01:26:01.459 INFO:teuthology.orchestra.run.smithi059.stdout: 2023-12-21T01:26:01.459 INFO:teuthology.orchestra.run.smithi059.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T01:26:01.460 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T01:26:01.460 INFO:teuthology.task.kernel:Updating grub on smithi059 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:01.460 DEBUG:teuthology.orchestra.run.smithi059:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T01:26:01.531 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:01.532 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:01.532 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-21T01:26:01.532 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T01:26:01.532 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T01:26:01.532 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T01:26:01.532 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T01:26:01.532 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T01:26:01.663 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:01.664 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:01.664 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.02 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 99.el8_4.1 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:Group : System Environment/Base 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 9264631 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-21T01:26:01.692 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:Relocations : (not relocatable) 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : Red Hat, Inc. 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : Red Hat, Inc. 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T01:26:01.693 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T01:26:01.694 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2023-12-21T01:26:01.694 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-12-21T01:26:01.694 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T01:26:01.695 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T01:26:01.695 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:01.695 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T01:26:02.786 INFO:teuthology.orchestra.run.smithi059.stderr:Generating grub configuration file ... 2023-12-21T01:26:03.071 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2023-12-21T01:26:04.748 INFO:teuthology.orchestra.run.smithi059.stderr:done 2023-12-21T01:26:04.750 DEBUG:teuthology.orchestra.run.smithi059:> mktemp 2023-12-21T01:26:04.764 INFO:teuthology.orchestra.run.smithi059.stdout:/tmp/tmp.EDUWnifxJT 2023-12-21T01:26:04.765 DEBUG:teuthology.orchestra.run.smithi059:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.EDUWnifxJT 2023-12-21T01:26:04.846 DEBUG:teuthology.orchestra.run.smithi059:> sudo chmod 0666 /tmp/tmp.EDUWnifxJT 2023-12-21T01:26:05.001 DEBUG:teuthology.orchestra.remote:smithi059:/tmp/tmp.EDUWnifxJT is 6KB 2023-12-21T01:26:05.050 DEBUG:teuthology.orchestra.run.smithi059:> rm -fr /tmp/tmp.EDUWnifxJT 2023-12-21T01:26:05.065 DEBUG:teuthology.orchestra.run.smithi059:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T01:26:05.137 INFO:teuthology.orchestra.run.smithi059.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-21T01:26:05.137 INFO:teuthology.orchestra.run.smithi059.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-21T01:26:05.137 INFO:teuthology.orchestra.run.smithi059.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-21T01:26:05.137 INFO:teuthology.orchestra.run.smithi059.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-21T01:26:05.139 DEBUG:teuthology.orchestra.run.smithi059:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:05.323 DEBUG:teuthology.orchestra.run.smithi059:> sudo shutdown -r now 2023-12-21T01:26:05.539 INFO:teuthology.orchestra.run.smithi040.stderr:done 2023-12-21T01:26:05.540 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2023-12-21T01:26:05.560 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.moSv891lyl 2023-12-21T01:26:05.560 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.moSv891lyl 2023-12-21T01:26:05.630 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.moSv891lyl 2023-12-21T01:26:05.871 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.moSv891lyl is 6KB 2023-12-21T01:26:05.920 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.moSv891lyl 2023-12-21T01:26:05.935 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T01:26:06.011 INFO:teuthology.orchestra.run.smithi040.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-21T01:26:06.011 INFO:teuthology.orchestra.run.smithi040.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-21T01:26:06.011 INFO:teuthology.orchestra.run.smithi040.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-21T01:26:06.011 INFO:teuthology.orchestra.run.smithi040.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-21T01:26:06.012 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-21T01:26:06.181 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2023-12-21T01:26:35.352 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T01:26:35.352 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2023-12-21T01:26:35.353 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:26:36.184 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T01:26:36.184 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-21T01:26:36.185 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:27:35.415 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T01:27:36.189 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T01:27:44.421 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi059.front.sepia.ceph.com' 2023-12-21T01:27:44.422 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi059.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:27:45.190 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-21T01:27:45.191 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T01:27:47.822 DEBUG:teuthology.orchestra.run.smithi059:> true 2023-12-21T01:27:48.095 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi059.front.sepia.ceph.com' 2023-12-21T01:27:48.095 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-21T01:27:48.096 DEBUG:teuthology.orchestra.run.smithi059:> uname -r 2023-12-21T01:27:48.150 INFO:teuthology.orchestra.run.smithi059.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-21T01:27:48.151 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-21T01:27:48.151 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T01:27:48.151 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-21T01:27:48.640 DEBUG:teuthology.orchestra.run.smithi040:> true 2023-12-21T01:27:48.915 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-12-21T01:27:48.915 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-21T01:27:48.915 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2023-12-21T01:27:48.931 INFO:teuthology.orchestra.run.smithi040.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-21T01:27:48.931 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-21T01:27:48.931 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T01:27:48.932 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-21T01:27:49.152 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T01:27:49.152 DEBUG:teuthology.orchestra.run.smithi059:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T01:27:49.317 INFO:teuthology.orchestra.run.smithi059.stdout:ttyS1 2023-12-21T01:27:49.333 DEBUG:teuthology.parallel:result is None 2023-12-21T01:27:49.933 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T01:27:49.933 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T01:27:50.040 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2023-12-21T01:27:50.062 DEBUG:teuthology.parallel:result is None 2023-12-21T01:27:50.062 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T01:27:50.070 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T01:27:50.070 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T01:27:50.073 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T01:27:50.088 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T01:27:50.096 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T01:27:50.103 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T01:27:50.103 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T01:27:50.130 DEBUG:teuthology.orchestra.run.smithi059:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T01:27:50.170 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T01:27:50.176 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T01:27:50.176 DEBUG:teuthology.orchestra.run.smithi040:> 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-21T01:27:50.209 DEBUG:teuthology.orchestra.run.smithi059:> 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-21T01:27:50.244 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T01:27:50.255 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T01:27:50.257 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T01:27:50.270 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T01:27:50.271 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T01:27:50.278 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T01:27:50.279 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T01:27:50.299 DEBUG:teuthology.orchestra.run.smithi059:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T01:27:50.325 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T01:27:50.335 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T01:27:50.335 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T01:27:50.365 DEBUG:teuthology.orchestra.run.smithi059:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T01:27:50.382 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T01:27:50.460 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T01:27:50.545 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T01:27:50.586 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T01:27:50.628 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-12-21T01:27:50.628 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T01:27:50.710 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T01:27:50.750 DEBUG:teuthology.orchestra.run.smithi059:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T01:27:50.800 DEBUG:teuthology.orchestra.run.smithi059:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T01:27:50.885 DEBUG:teuthology.orchestra.run.smithi059:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T01:27:50.928 DEBUG:teuthology.orchestra.run.smithi059:> set -ex 2023-12-21T01:27:50.928 DEBUG:teuthology.orchestra.run.smithi059:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T01:27:51.012 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2023-12-21T01:27:51.014 DEBUG:teuthology.orchestra.run.smithi059:> sudo service rsyslog restart 2023-12-21T01:27:51.072 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T01:27:51.111 INFO:teuthology.orchestra.run.smithi059.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T01:27:51.409 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T01:27:51.418 INFO:teuthology.task.internal:Starting timer... 2023-12-21T01:27:51.419 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T01:27:51.433 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T01:27:51.443 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-21T01:27:51.443 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2023-12-21T01:27:51.496 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: [ OK ] 2023-12-21T01:27:51.498 DEBUG:teuthology.orchestra.run.smithi059:> sudo service auditd rotate 2023-12-21T01:27:51.565 INFO:teuthology.orchestra.run.smithi059.stdout:Rotating logs: [ OK ] 2023-12-21T01:27:51.567 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T01:27:51.568 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2023-12-21T01:27:51.591 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2023-12-21T01:27:51.592 DEBUG:teuthology.orchestra.run.smithi059:> /usr/sbin/getenforce 2023-12-21T01:27:51.619 INFO:teuthology.orchestra.run.smithi059.stdout:Permissive 2023-12-21T01:27:51.619 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi040.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi059.front.sepia.ceph.com': 'permissive'} 2023-12-21T01:27:51.620 DEBUG:teuthology.orchestra.run.smithi040:> 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-21T01:27:51.661 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:27:51.662 DEBUG:teuthology.orchestra.run.smithi059:> 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-21T01:27:51.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:27:51.692 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T01:27:51.692 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2023-12-21T01:27:51.732 DEBUG:teuthology.orchestra.run.smithi059:> sudo /usr/sbin/setenforce permissive 2023-12-21T01:27:51.766 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T01:27:51.782 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-21T01:27:51.782 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T01:27:51.805 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-21T01:27:51.806 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi040.front.sepia.ceph.com,smithi059.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T01:33:37.027 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/7498857/ansible_failures.yaml 2023-12-21T01:33:37.029 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: smithi059.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: []smithi040.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-21T01:33:37.108 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=0e2514013a664333bb3132043540aa7a 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: smithi059.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: []smithi040.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-21T01:33:37.110 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T01:33:37.119 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T01:33:37.119 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T01:33:37.137 DEBUG:teuthology.orchestra.run.smithi040:> 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-21T01:33:37.219 DEBUG:teuthology.orchestra.run.smithi059:> 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-21T01:33:37.304 DEBUG:teuthology.orchestra.run.smithi040:> 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-21T01:33:37.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:33:37.334 DEBUG:teuthology.orchestra.run.smithi059:> 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-21T01:33:37.364 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:33:37.364 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T01:33:37.373 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T01:33:37.380 INFO:teuthology.task.internal:Duration was 345.961688 seconds 2023-12-21T01:33:37.381 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T01:33:37.388 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T01:33:37.389 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T01:33:37.391 DEBUG:teuthology.orchestra.run.smithi059:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T01:33:37.434 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T01:33:37.452 INFO:teuthology.orchestra.run.smithi059.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T01:33:37.903 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T01:33:37.903 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2023-12-21T01:33:37.903 DEBUG:teuthology.orchestra.run.smithi040:> 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-21T01:33:37.922 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi059.front.sepia.ceph.com 2023-12-21T01:33:37.922 DEBUG:teuthology.orchestra.run.smithi059:> 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-21T01:33:37.943 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T01:33:37.943 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T01:33:37.964 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T01:33:38.019 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T01:33:38.019 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T01:33:38.040 DEBUG:teuthology.orchestra.run.smithi059:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T01:33:38.123 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T01:33:38.132 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T01:33:38.133 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T01:33:38.157 DEBUG:teuthology.orchestra.run.smithi059:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T01:33:38.183 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T01:33:38.192 DEBUG:teuthology.orchestra.run.smithi040:> 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-21T01:33:38.200 DEBUG:teuthology.orchestra.run.smithi059:> 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-21T01:33:38.222 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2023-12-21T01:33:38.248 INFO:teuthology.orchestra.run.smithi059.stdout:kernel.core_pattern = core 2023-12-21T01:33:38.262 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T01:33:38.291 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:33:38.292 DEBUG:teuthology.orchestra.run.smithi059:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T01:33:38.315 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T01:33:38.315 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T01:33:38.324 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T01:33:38.326 DEBUG:teuthology.misc:Transferring archived files from smithi040:/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/7498857/remote/smithi040 2023-12-21T01:33:38.327 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T01:33:38.378 DEBUG:teuthology.misc:Transferring archived files from smithi059:/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/7498857/remote/smithi059 2023-12-21T01:33:38.379 DEBUG:teuthology.orchestra.run.smithi059:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T01:33:38.424 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T01:33:38.425 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T01:33:38.427 DEBUG:teuthology.orchestra.run.smithi059:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T01:33:38.474 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T01:33:38.484 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T01:33:38.484 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T01:33:38.493 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T01:33:38.493 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T01:33:38.495 DEBUG:teuthology.orchestra.run.smithi059:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T01:33:38.508 INFO:teuthology.orchestra.run.smithi040.stdout: 262184 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 01:33 /home/ubuntu/cephtest 2023-12-21T01:33:38.529 INFO:teuthology.orchestra.run.smithi059.stdout: 262489 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 01:33 /home/ubuntu/cephtest 2023-12-21T01:33:38.530 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T01:33:38.540 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T01:33:38.614 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T01:33:38.642 DEBUG:teuthology.nuke:shortname: smithi040 2023-12-21T01:33:38.642 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T01:33:38.665 DEBUG:teuthology.nuke:shortname: smithi059 2023-12-21T01:33:38.665 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T01:33:38.670 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.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/7498857', '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 01:21:04.013424', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBqTTcBUEb5MFAeUHjOvbYsB2LssQuWIn7ZNHdI6KiQ3G4x1XQaABXsKKSjCqUk5taeC07ly4FigzlDfMpz1Dc4='} 2023-12-21T01:33:38.685 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi059.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/7498857', '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 01:21:04.014912', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLoP0C9JtPQ9+yp6Qex2Z5NAwjkU6BMA0ywrCtc6vb/OSzDhFggvrm+8Pdbh2hWvnGD87OFefo9CvP7aWwFrzLA='} 2023-12-21T01:33:38.714 INFO:teuthology.orchestra.console.smithi040:Power off 2023-12-21T01:33:38.715 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T01:33:38.731 INFO:teuthology.orchestra.console.smithi059:Power off 2023-12-21T01:33:38.732 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T01:33:38.740 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2023-12-21T01:33:38.740 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:33:38.753 DEBUG:teuthology.orchestra.console.smithi059:power off output: Chassis Power Control: Down/Off 2023-12-21T01:33:38.753 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:33:38.764 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2023-12-21T01:33:38.779 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is on 2023-12-21T01:33:42.765 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:33:42.780 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:33:42.875 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2023-12-21T01:33:42.890 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is on 2023-12-21T01:33:46.877 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:33:46.892 DEBUG:teuthology.orchestra.console.smithi059:pexpect command: ipmitool -H smithi059.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:33:46.988 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2023-12-21T01:33:47.003 DEBUG:teuthology.orchestra.console.smithi059:check power output: Chassis Power is off 2023-12-21T01:33:47.103 INFO:teuthology.orchestra.console.smithi059:Power off completed 2023-12-21T01:33:50.991 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T01:33:51.101 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2023-12-21T01:33:51.202 INFO:teuthology.orchestra.console.smithi040:Power off completed 2023-12-21T01:33:51.310 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/nfs-ingress2 3-final} duration: 345.961688041687 failure_reason: 'smithi059.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: []smithi040.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=0e2514013a664333bb3132043540aa7a status: dead success: false 2023-12-21T01:33:51.310 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T01:33:51.398 INFO:teuthology.run:DEAD