2023-12-21T02:53:48.027 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-21T02:53:48.027 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --name yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.4_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} --archive /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498998 --verbose -- /home/teuthworker/archive/yuriw-2023-12-20_19:57:16-rados-wip-yuri7-testing-2023-12-20-0808-pacific-distro-default-smithi/7498998/orig.config.yaml 2023-12-21T02:53:48.063 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T02:53:48.164 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/7498998 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-ingress-rgw-user 3-final} email: yweinste@redhat.com first_in_suite: false job_id: '7498998' 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: smithi125.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDVq/iEdYeb7xm2fOA1Sq5vEdKCQN7ejQYiOH3DvqUAbiRkGog2JbES8b/h3cubQBzaEkeHOzVbhLOmeAVMbSoU= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEcwAYd0cmZPqvH2Ry3Lilhzu3enu6dypJiJNjvmUpimdQq38rUWkDP8vgW82Peqno5ibqIsMbapXTfVibwM2oU= 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 orch apply rgw foorgw --port 8800 - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} - vip.exec: host.a: - dnf install -y python3-boto3 || apt install -y python3-boto3 - /home/ubuntu/cephtest/cephadm shell radosgw-admin user create --uid foouser --display-name foo > /tmp/user.json - python: host.a: "import boto3\nimport json\n\nwith open('/tmp/user.json', 'rt') as f:\n\ \ info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n aws_access_key_id=info['keys'][0]['access_key'],\n\ \ aws_secret_access_key=info['keys'][0]['secret_key'],\n endpoint_url='http://localhost:8800',\n\ )\nbucket = s3.Bucket('foobucket')\nbucket.create()\nbucket.put_object(Key='myobject',\ \ Body='thebody')\n" - cephadm.shell: host.a: - ceph nfs export create rgw --cluster-id foo --pseudo-path /foouser --user-id foouser - 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}}:/foouser /mnt/foo - test -d /mnt/foo/foobucket - find /mnt/foo -ls - grep thebody /mnt/foo/foobucket/myobject - echo test > /mnt/foo/foobucket/newobject - sync - python: host.a: "import boto3\nimport json\nfrom io import BytesIO\n\nwith open('/tmp/user.json',\ \ 'rt') as f:\n info = json.loads(f.read())\ns3 = boto3.resource(\n 's3',\n\ \ aws_access_key_id=info['keys'][0]['access_key'],\n aws_secret_access_key=info['keys'][0]['secret_key'],\n\ \ endpoint_url='http://localhost:8800',\n)\nbucket = s3.Bucket('foobucket')\n\ data = BytesIO()\nbucket.download_fileobj(Fileobj=data, Key='newobject')\nprint(data.getvalue())\n\ assert data.getvalue().decode() == 'test\\n'\n" - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs export rm foo /foouser - ceph nfs cluster rm foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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-21T02:53:48.164 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-21T02:53:48.165 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_639f0137318def3e5f393094e5494880043a8f32/qa/tasks 2023-12-21T02:53:48.165 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-21T02:53:48.167 INFO:teuthology.task.internal:Checking packages... 2023-12-21T02:53:48.191 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '639f0137318def3e5f393094e5494880043a8f32' 2023-12-21T02:53:48.191 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-21T02:53:48.192 INFO:teuthology.packaging:ref: None 2023-12-21T02:53:48.192 INFO:teuthology.packaging:tag: None 2023-12-21T02:53:48.192 INFO:teuthology.packaging:branch: wip-yuri7-testing-2023-12-20-0808-pacific 2023-12-21T02:53:48.192 INFO:teuthology.packaging:sha1: 639f0137318def3e5f393094e5494880043a8f32 2023-12-21T02:53:48.192 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-21T02:53:48.336 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-413.g639f0137 2023-12-21T02:53:48.337 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-21T02:53:48.344 INFO:teuthology.task.internal:no buildpackages task found 2023-12-21T02:53:48.344 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-21T02:53:48.367 INFO:teuthology.task.internal:Saving configuration 2023-12-21T02:53:48.383 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-21T02:53:48.390 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T02:53:48.417 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi125.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/7498998', '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 02:48:35.403891', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDVq/iEdYeb7xm2fOA1Sq5vEdKCQN7ejQYiOH3DvqUAbiRkGog2JbES8b/h3cubQBzaEkeHOzVbhLOmeAVMbSoU='} 2023-12-21T02:53:48.440 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.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/7498998', '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 02:48:35.405423', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEcwAYd0cmZPqvH2Ry3Lilhzu3enu6dypJiJNjvmUpimdQq38rUWkDP8vgW82Peqno5ibqIsMbapXTfVibwM2oU='} 2023-12-21T02:53:48.440 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-21T02:53:48.447 INFO:teuthology.task.internal:roles: ubuntu@smithi125.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-21T02:53:48.447 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-21T02:53:48.447 INFO:teuthology.run_tasks:Running task console_log... 2023-12-21T02:53:48.529 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe4f3aaee50>, signals=[15]) 2023-12-21T02:53:48.529 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-21T02:53:48.535 INFO:teuthology.task.internal:Opening connections... 2023-12-21T02:53:48.535 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi125.front.sepia.ceph.com 2023-12-21T02:53:48.537 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T02:53:48.607 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2023-12-21T02:53:48.607 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T02:53:48.672 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-21T02:53:48.679 DEBUG:teuthology.orchestra.run.smithi125:> uname -m 2023-12-21T02:53:48.696 INFO:teuthology.orchestra.run.smithi125.stdout:x86_64 2023-12-21T02:53:48.697 DEBUG:teuthology.orchestra.run.smithi125:> cat /etc/os-release 2023-12-21T02:53:48.753 INFO:teuthology.orchestra.run.smithi125.stdout:NAME="Red Hat Enterprise Linux" 2023-12-21T02:53:48.753 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION="8.4 (Ootpa)" 2023-12-21T02:53:48.753 INFO:teuthology.orchestra.run.smithi125.stdout:ID="rhel" 2023-12-21T02:53:48.753 INFO:teuthology.orchestra.run.smithi125.stdout:ID_LIKE="fedora" 2023-12-21T02:53:48.753 INFO:teuthology.orchestra.run.smithi125.stdout:VERSION_ID="8.4" 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:PLATFORM_ID="platform:el8" 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:ANSI_COLOR="0;31" 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:HOME_URL="https://www.redhat.com/" 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-21T02:53:48.754 INFO:teuthology.orchestra.run.smithi125.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-21T02:53:48.755 INFO:teuthology.lock.ops:Updating smithi125.front.sepia.ceph.com on lock server 2023-12-21T02:53:48.780 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2023-12-21T02:53:48.797 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2023-12-21T02:53:48.798 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2023-12-21T02:53:48.854 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="Red Hat Enterprise Linux" 2023-12-21T02:53:48.854 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="8.4 (Ootpa)" 2023-12-21T02:53:48.854 INFO:teuthology.orchestra.run.smithi149.stdout:ID="rhel" 2023-12-21T02:53:48.854 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE="fedora" 2023-12-21T02:53:48.854 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="8.4" 2023-12-21T02:53:48.854 INFO:teuthology.orchestra.run.smithi149.stdout:PLATFORM_ID="platform:el8" 2023-12-21T02:53:48.854 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-21T02:53:48.854 INFO:teuthology.orchestra.run.smithi149.stdout:ANSI_COLOR="0;31" 2023-12-21T02:53:48.854 INFO:teuthology.orchestra.run.smithi149.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-21T02:53:48.855 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://www.redhat.com/" 2023-12-21T02:53:48.855 INFO:teuthology.orchestra.run.smithi149.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-21T02:53:48.855 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-21T02:53:48.855 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-21T02:53:48.855 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-21T02:53:48.855 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-21T02:53:48.855 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-21T02:53:48.855 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-21T02:53:48.855 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2023-12-21T02:53:48.879 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-21T02:53:48.891 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-21T02:53:48.903 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-21T02:53:48.904 DEBUG:teuthology.orchestra.run.smithi125:> test '!' -e /home/ubuntu/cephtest 2023-12-21T02:53:48.906 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2023-12-21T02:53:48.922 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-21T02:53:48.933 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-21T02:53:48.934 DEBUG:teuthology.orchestra.run.smithi125:> test -z $(ls -A /var/lib/ceph) 2023-12-21T02:53:48.962 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2023-12-21T02:53:48.978 INFO:teuthology.orchestra.run.smithi125.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-21T02:53:48.978 INFO:teuthology.orchestra.run.smithi149.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-21T02:53:48.979 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-21T02:53:49.041 INFO:teuthology.run_tasks:Running task kernel... 2023-12-21T02:53:49.534 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-21T02:53:49.534 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-21T02:53:49.534 DEBUG:teuthology.orchestra.run.smithi125:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T02:53:49.535 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-21T02:53:49.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T02:53:49.551 DEBUG:teuthology.orchestra.run.smithi125:> uname -r 2023-12-21T02:53:49.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T02:53:49.552 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2023-12-21T02:53:49.607 INFO:teuthology.orchestra.run.smithi125.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-21T02:53:49.608 INFO:teuthology.task.kernel:Running kernel on smithi125: 4.18.0-305.25.1.el8_4.x86_64 2023-12-21T02:53:49.608 DEBUG:teuthology.orchestra.run.smithi125:> sudo yum install -y kernel 2023-12-21T02:53:49.609 INFO:teuthology.orchestra.run.smithi149.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-21T02:53:49.609 INFO:teuthology.task.kernel:Running kernel on smithi149: 4.18.0-305.25.1.el8_4.x86_64 2023-12-21T02:53:49.609 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum install -y kernel 2023-12-21T02:53:51.035 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-21T02:53:51.036 INFO:teuthology.orchestra.run.smithi125.stdout:Unable to read consumer identity 2023-12-21T02:53:51.116 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-21T02:53:51.116 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-12-21T02:53:52.630 INFO:teuthology.orchestra.run.smithi125.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-21T02:53:52.752 INFO:teuthology.orchestra.run.smithi149.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-21T02:53:59.038 INFO:teuthology.orchestra.run.smithi125.stdout:Extra Packages for Enterprise Linux 2.5 MB/s | 16 MB 00:06 2023-12-21T02:54:00.096 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 2.2 MB/s | 16 MB 00:07 2023-12-21T02:54:02.388 INFO:teuthology.orchestra.run.smithi125.stdout:lab-extras 4.6 MB/s | 24 kB 00:00 2023-12-21T02:54:03.245 INFO:teuthology.orchestra.run.smithi125.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-21T02:54:03.245 INFO:teuthology.orchestra.run.smithi125.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-21T02:54:03.245 INFO:teuthology.orchestra.run.smithi125.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-21T02:54:03.387 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 4.3 MB/s | 24 kB 00:00 2023-12-21T02:54:03.395 INFO:teuthology.orchestra.run.smithi125.stdout:Dependencies resolved. 2023-12-21T02:54:03.396 INFO:teuthology.orchestra.run.smithi125.stdout:Nothing to do. 2023-12-21T02:54:03.396 INFO:teuthology.orchestra.run.smithi125.stdout:Complete! 2023-12-21T02:54:03.518 DEBUG:teuthology.orchestra.run.smithi125:> echo no | sudo yum reinstall kernel || true 2023-12-21T02:54:03.863 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-21T02:54:03.863 INFO:teuthology.orchestra.run.smithi125.stdout:Unable to read consumer identity 2023-12-21T02:54:04.151 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-21T02:54:04.151 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-21T02:54:04.151 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-21T02:54:04.165 INFO:teuthology.orchestra.run.smithi125.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 02:54:02 AM UTC. 2023-12-21T02:54:04.303 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-21T02:54:04.304 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2023-12-21T02:54:04.304 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-21T02:54:04.313 INFO:teuthology.orchestra.run.smithi125.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T02:54:04.313 INFO:teuthology.orchestra.run.smithi125.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-21T02:54:04.314 INFO:teuthology.orchestra.run.smithi125.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-21T02:54:04.348 INFO:teuthology.orchestra.run.smithi125.stderr:Error: No packages marked for reinstall. 2023-12-21T02:54:04.398 DEBUG:teuthology.orchestra.run.smithi125:> sudo yum reinstall -y kernel || true 2023-12-21T02:54:04.432 DEBUG:teuthology.orchestra.run.smithi149:> echo no | sudo yum reinstall kernel || true 2023-12-21T02:54:04.739 INFO:teuthology.orchestra.run.smithi125.stdout:Updating Subscription Management repositories. 2023-12-21T02:54:04.739 INFO:teuthology.orchestra.run.smithi125.stdout:Unable to read consumer identity 2023-12-21T02:54:04.778 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-21T02:54:04.778 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-12-21T02:54:05.023 INFO:teuthology.orchestra.run.smithi125.stdout:Last metadata expiration check: 0:00:03 ago on Thu 21 Dec 2023 02:54:02 AM UTC. 2023-12-21T02:54:05.081 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 02:54:03 AM UTC. 2023-12-21T02:54:05.157 INFO:teuthology.orchestra.run.smithi125.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T02:54:05.157 INFO:teuthology.orchestra.run.smithi125.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-21T02:54:05.158 INFO:teuthology.orchestra.run.smithi125.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-21T02:54:05.171 INFO:teuthology.orchestra.run.smithi125.stderr:Error: No packages marked for reinstall. 2023-12-21T02:54:05.220 DEBUG:teuthology.orchestra.run.smithi125:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T02:54:05.230 INFO:teuthology.orchestra.run.smithi149.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T02:54:05.230 INFO:teuthology.orchestra.run.smithi149.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-21T02:54:05.231 INFO:teuthology.orchestra.run.smithi149.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-21T02:54:05.264 INFO:teuthology.orchestra.run.smithi149.stderr:Error: No packages marked for reinstall. 2023-12-21T02:54:05.316 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum reinstall -y kernel || true 2023-12-21T02:54:05.346 INFO:teuthology.orchestra.run.smithi125.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:05.346 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:05.346 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-21T02:54:05.346 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T02:54:05.346 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T02:54:05.346 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-21T02:54:05.347 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi125.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T02:54:05.347 DEBUG:teuthology.orchestra.run.smithi125:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T02:54:05.471 INFO:teuthology.orchestra.run.smithi125.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:05.471 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:05.471 DEBUG:teuthology.orchestra.run.smithi125:> sudo rpm -qi grub2-tools 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:Name : grub2-tools 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:Epoch : 1 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:Version : 2.02 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:Release : 99.el8_4.1 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:Architecture: x86_64 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:Group : System Environment/Base 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:Size : 9264631 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:License : GPLv3+ 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-21T02:54:05.498 INFO:teuthology.orchestra.run.smithi125.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:Relocations : (not relocatable) 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:Packager : Red Hat, Inc. 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:Vendor : Red Hat, Inc. 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:Summary : Support tools for GRUB. 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:Description : 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T02:54:05.499 INFO:teuthology.orchestra.run.smithi125.stdout:hardware devices. 2023-12-21T02:54:05.500 INFO:teuthology.orchestra.run.smithi125.stdout: 2023-12-21T02:54:05.500 INFO:teuthology.orchestra.run.smithi125.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T02:54:05.500 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T02:54:05.500 INFO:teuthology.task.kernel:Updating grub on smithi125 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:05.501 DEBUG:teuthology.orchestra.run.smithi125:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T02:54:05.662 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-21T02:54:05.662 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-12-21T02:54:05.954 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:02 ago on Thu 21 Dec 2023 02:54:03 AM UTC. 2023-12-21T02:54:06.118 INFO:teuthology.orchestra.run.smithi149.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-21T02:54:06.118 INFO:teuthology.orchestra.run.smithi149.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-21T02:54:06.118 INFO:teuthology.orchestra.run.smithi149.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-21T02:54:06.130 INFO:teuthology.orchestra.run.smithi149.stderr:Error: No packages marked for reinstall. 2023-12-21T02:54:06.188 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T02:54:06.315 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:06.316 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:06.316 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-21T02:54:06.316 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-21T02:54:06.316 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-21T02:54:06.316 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-21T02:54:06.316 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi149.front.sepia.ceph.com, path=None, version=distro) 2023-12-21T02:54:06.316 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2023-12-21T02:54:06.444 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:06.444 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:06.444 DEBUG:teuthology.orchestra.run.smithi149:> sudo rpm -qi grub2-tools 2023-12-21T02:54:06.471 INFO:teuthology.orchestra.run.smithi149.stdout:Name : grub2-tools 2023-12-21T02:54:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:Epoch : 1 2023-12-21T02:54:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:Version : 2.02 2023-12-21T02:54:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:Release : 99.el8_4.1 2023-12-21T02:54:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: x86_64 2023-12-21T02:54:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-21T02:54:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:Group : System Environment/Base 2023-12-21T02:54:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:Size : 9264631 2023-12-21T02:54:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:License : GPLv3+ 2023-12-21T02:54:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-21T02:54:06.472 INFO:teuthology.orchestra.run.smithi149.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout:Relocations : (not relocatable) 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout:Packager : Red Hat, Inc. 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout:Vendor : Red Hat, Inc. 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout:Summary : Support tools for GRUB. 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout:Description : 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-21T02:54:06.473 INFO:teuthology.orchestra.run.smithi149.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-21T02:54:06.474 INFO:teuthology.orchestra.run.smithi149.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-21T02:54:06.474 INFO:teuthology.orchestra.run.smithi149.stdout:hardware devices. 2023-12-21T02:54:06.474 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-21T02:54:06.474 INFO:teuthology.orchestra.run.smithi149.stdout:This subpackage provides tools for support of all platforms. 2023-12-21T02:54:06.475 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-21T02:54:06.475 INFO:teuthology.task.kernel:Updating grub on smithi149 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:06.475 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-21T02:54:06.733 INFO:teuthology.orchestra.run.smithi125.stderr:Generating grub configuration file ... 2023-12-21T02:54:07.592 INFO:teuthology.orchestra.run.smithi149.stderr:Generating grub configuration file ... 2023-12-21T02:54:08.494 INFO:teuthology.orchestra.run.smithi125.stderr:done 2023-12-21T02:54:08.496 DEBUG:teuthology.orchestra.run.smithi125:> mktemp 2023-12-21T02:54:08.510 INFO:teuthology.orchestra.run.smithi125.stdout:/tmp/tmp.e9xX7WPOXH 2023-12-21T02:54:08.510 DEBUG:teuthology.orchestra.run.smithi125:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.e9xX7WPOXH 2023-12-21T02:54:08.579 DEBUG:teuthology.orchestra.run.smithi125:> sudo chmod 0666 /tmp/tmp.e9xX7WPOXH 2023-12-21T02:54:08.740 DEBUG:teuthology.orchestra.remote:smithi125:/tmp/tmp.e9xX7WPOXH is 6KB 2023-12-21T02:54:08.788 DEBUG:teuthology.orchestra.run.smithi125:> rm -fr /tmp/tmp.e9xX7WPOXH 2023-12-21T02:54:08.801 DEBUG:teuthology.orchestra.run.smithi125:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T02:54:08.875 INFO:teuthology.orchestra.run.smithi125.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-21T02:54:08.876 INFO:teuthology.orchestra.run.smithi125.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-21T02:54:08.876 INFO:teuthology.orchestra.run.smithi125.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-21T02:54:08.876 INFO:teuthology.orchestra.run.smithi125.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-21T02:54:08.877 DEBUG:teuthology.orchestra.run.smithi125:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:09.067 DEBUG:teuthology.orchestra.run.smithi125:> sudo shutdown -r now 2023-12-21T02:54:09.422 INFO:teuthology.orchestra.run.smithi149.stderr:done 2023-12-21T02:54:09.424 DEBUG:teuthology.orchestra.run.smithi149:> mktemp 2023-12-21T02:54:09.440 INFO:teuthology.orchestra.run.smithi149.stdout:/tmp/tmp.cvK13Lcohn 2023-12-21T02:54:09.440 DEBUG:teuthology.orchestra.run.smithi149:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.cvK13Lcohn 2023-12-21T02:54:09.512 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0666 /tmp/tmp.cvK13Lcohn 2023-12-21T02:54:09.672 DEBUG:teuthology.orchestra.remote:smithi149:/tmp/tmp.cvK13Lcohn is 6KB 2023-12-21T02:54:09.724 DEBUG:teuthology.orchestra.run.smithi149:> rm -fr /tmp/tmp.cvK13Lcohn 2023-12-21T02:54:09.739 DEBUG:teuthology.orchestra.run.smithi149:> sudo /bin/ls /boot/loader/entries || true 2023-12-21T02:54:09.808 INFO:teuthology.orchestra.run.smithi149.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-21T02:54:09.809 INFO:teuthology.orchestra.run.smithi149.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-21T02:54:09.809 INFO:teuthology.orchestra.run.smithi149.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-21T02:54:09.809 INFO:teuthology.orchestra.run.smithi149.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-21T02:54:09.810 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-21T02:54:09.956 DEBUG:teuthology.orchestra.run.smithi149:> sudo shutdown -r now 2023-12-21T02:54:39.097 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-21T02:54:39.098 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-21T02:54:39.099 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T02:54:39.959 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-21T02:54:39.960 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-21T02:54:39.960 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T02:54:58.322 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2023-12-21T02:55:07.329 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-21T02:55:07.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T02:55:10.389 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2023-12-21T02:55:22.401 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-21T02:55:22.402 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T02:55:39.118 DEBUG:teuthology.orchestra.remote:timed out 2023-12-21T02:55:40.821 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2023-12-21T02:55:48.126 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-21T02:55:48.127 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T02:55:48.519 DEBUG:teuthology.orchestra.run.smithi125:> true 2023-12-21T02:55:48.794 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi125.front.sepia.ceph.com' 2023-12-21T02:55:48.794 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-21T02:55:48.794 DEBUG:teuthology.orchestra.run.smithi125:> uname -r 2023-12-21T02:55:48.809 INFO:teuthology.orchestra.run.smithi125.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-21T02:55:48.809 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-21T02:55:48.809 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T02:55:48.809 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-21T02:55:49.810 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-21T02:55:49.811 DEBUG:teuthology.orchestra.run.smithi125:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T02:55:49.982 INFO:teuthology.orchestra.run.smithi125.stdout:ttyS1 2023-12-21T02:55:50.000 DEBUG:teuthology.parallel:result is None 2023-12-21T02:55:55.822 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-21T02:55:55.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-21T02:55:56.354 DEBUG:teuthology.orchestra.run.smithi149:> true 2023-12-21T02:55:56.703 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-21T02:55:56.704 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-21T02:55:56.704 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2023-12-21T02:55:56.718 INFO:teuthology.orchestra.run.smithi149.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-21T02:55:56.718 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-21T02:55:56.718 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-21T02:55:56.718 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-21T02:55:57.719 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-21T02:55:57.719 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-21T02:55:57.861 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2023-12-21T02:55:57.871 DEBUG:teuthology.parallel:result is None 2023-12-21T02:55:57.871 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-21T02:55:57.879 INFO:teuthology.task.internal:Creating test directory... 2023-12-21T02:55:57.879 DEBUG:teuthology.orchestra.run.smithi125:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T02:55:57.883 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-21T02:55:57.901 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-21T02:55:57.938 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-21T02:55:57.944 INFO:teuthology.task.internal:Creating archive directory... 2023-12-21T02:55:57.945 DEBUG:teuthology.orchestra.run.smithi125:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T02:55:57.947 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-21T02:55:57.990 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-21T02:55:57.997 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-21T02:55:57.997 DEBUG:teuthology.orchestra.run.smithi125:> 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-21T02:55:58.007 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T02:55:58.042 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T02:55:58.053 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T02:55:58.082 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T02:55:58.093 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-21T02:55:58.095 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-21T02:55:58.104 INFO:teuthology.task.internal:Configuring sudo... 2023-12-21T02:55:58.105 DEBUG:teuthology.orchestra.run.smithi125:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T02:55:58.107 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-21T02:55:58.132 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-21T02:55:58.142 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-21T02:55:58.142 DEBUG:teuthology.orchestra.run.smithi125:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T02:55:58.174 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-21T02:55:58.189 DEBUG:teuthology.orchestra.run.smithi125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T02:55:58.272 DEBUG:teuthology.orchestra.run.smithi125:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T02:55:58.311 DEBUG:teuthology.orchestra.run.smithi125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T02:55:58.393 DEBUG:teuthology.orchestra.run.smithi125:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T02:55:58.431 DEBUG:teuthology.orchestra.run.smithi125:> set -ex 2023-12-21T02:55:58.432 DEBUG:teuthology.orchestra.run.smithi125:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T02:55:58.495 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T02:55:58.536 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-21T02:55:58.633 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T02:55:58.673 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-21T02:55:58.714 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-21T02:55:58.714 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-21T02:55:58.814 DEBUG:teuthology.orchestra.run.smithi125:> sudo service rsyslog restart 2023-12-21T02:55:58.816 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2023-12-21T02:55:58.863 INFO:teuthology.orchestra.run.smithi125.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T02:55:58.906 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T02:55:59.182 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-21T02:55:59.190 INFO:teuthology.task.internal:Starting timer... 2023-12-21T02:55:59.190 INFO:teuthology.run_tasks:Running task pcp... 2023-12-21T02:55:59.200 INFO:teuthology.run_tasks:Running task selinux... 2023-12-21T02:55:59.208 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-21T02:55:59.209 DEBUG:teuthology.orchestra.run.smithi125:> sudo service auditd rotate 2023-12-21T02:55:59.260 INFO:teuthology.orchestra.run.smithi125.stdout:Rotating logs: [ OK ] 2023-12-21T02:55:59.323 DEBUG:teuthology.orchestra.run.smithi149:> sudo service auditd rotate 2023-12-21T02:55:59.463 INFO:teuthology.orchestra.run.smithi149.stdout:Rotating logs: [ OK ] 2023-12-21T02:55:59.464 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-21T02:55:59.464 DEBUG:teuthology.orchestra.run.smithi125:> /usr/sbin/getenforce 2023-12-21T02:55:59.483 INFO:teuthology.orchestra.run.smithi125.stdout:Permissive 2023-12-21T02:55:59.484 DEBUG:teuthology.orchestra.run.smithi149:> /usr/sbin/getenforce 2023-12-21T02:55:59.505 INFO:teuthology.orchestra.run.smithi149.stdout:Permissive 2023-12-21T02:55:59.505 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi125.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi149.front.sepia.ceph.com': 'permissive'} 2023-12-21T02:55:59.505 DEBUG:teuthology.orchestra.run.smithi125:> 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-21T02:55:59.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T02:55:59.548 DEBUG:teuthology.orchestra.run.smithi149:> 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-21T02:55:59.573 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T02:55:59.573 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-21T02:55:59.574 DEBUG:teuthology.orchestra.run.smithi125:> sudo /usr/sbin/setenforce permissive 2023-12-21T02:55:59.614 DEBUG:teuthology.orchestra.run.smithi149:> sudo /usr/sbin/setenforce permissive 2023-12-21T02:55:59.651 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-21T02:55:59.661 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-21T02:55:59.661 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-21T02:55:59.676 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-21T02:55:59.677 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi125.front.sepia.ceph.com,smithi149.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-21T03:01:28.256 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/7498998/ansible_failures.yaml 2023-12-21T03:01:28.258 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: smithi149.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: []smithi125.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-21T03:01:28.344 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=d6c962455e1a424cbaefdf040b403fec 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: smithi149.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: []smithi125.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - krb5-workstation releasever: null security: false skip_broken: false state: present update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''codeready-builder-for-rhel-8-x86_64-rpms'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2023-12-21T03:01:28.347 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-21T03:01:28.362 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-21T03:01:28.362 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-21T03:01:28.375 DEBUG:teuthology.orchestra.run.smithi125:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-21T03:01:28.454 DEBUG:teuthology.orchestra.run.smithi149:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-21T03:01:28.533 DEBUG:teuthology.orchestra.run.smithi125:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T03:01:28.560 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:01:28.561 DEBUG:teuthology.orchestra.run.smithi149:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-21T03:01:28.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:01:28.594 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-21T03:01:28.606 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-21T03:01:28.618 INFO:teuthology.task.internal:Duration was 329.427302 seconds 2023-12-21T03:01:28.618 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-21T03:01:28.655 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-21T03:01:28.656 DEBUG:teuthology.orchestra.run.smithi125:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T03:01:28.658 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-21T03:01:28.698 INFO:teuthology.orchestra.run.smithi125.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T03:01:28.703 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-21T03:01:29.183 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-21T03:01:29.184 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi125.front.sepia.ceph.com 2023-12-21T03:01:29.184 DEBUG:teuthology.orchestra.run.smithi125:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T03:01:29.246 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2023-12-21T03:01:29.246 DEBUG:teuthology.orchestra.run.smithi149:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-21T03:01:29.266 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-21T03:01:29.266 DEBUG:teuthology.orchestra.run.smithi125:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T03:01:29.289 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-21T03:01:29.340 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-21T03:01:29.341 DEBUG:teuthology.orchestra.run.smithi125:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T03:01:29.366 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-21T03:01:29.439 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-21T03:01:29.449 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-21T03:01:29.449 DEBUG:teuthology.orchestra.run.smithi125:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T03:01:29.473 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-21T03:01:29.497 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-21T03:01:29.507 DEBUG:teuthology.orchestra.run.smithi125:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:01:29.515 DEBUG:teuthology.orchestra.run.smithi149:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:01:29.561 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2023-12-21T03:01:29.581 INFO:teuthology.orchestra.run.smithi125.stdout:kernel.core_pattern = core 2023-12-21T03:01:29.595 DEBUG:teuthology.orchestra.run.smithi125:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:01:29.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:01:29.609 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-21T03:01:29.627 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-21T03:01:29.628 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-21T03:01:29.638 INFO:teuthology.task.internal:Transferring archived files... 2023-12-21T03:01:29.640 DEBUG:teuthology.misc:Transferring archived files from smithi125:/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/7498998/remote/smithi125 2023-12-21T03:01:29.641 DEBUG:teuthology.orchestra.run.smithi125:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T03:01:29.801 DEBUG:teuthology.misc:Transferring archived files from smithi149:/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/7498998/remote/smithi149 2023-12-21T03:01:29.801 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-21T03:01:29.850 INFO:teuthology.task.internal:Removing archive directory... 2023-12-21T03:01:29.851 DEBUG:teuthology.orchestra.run.smithi125:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T03:01:29.853 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-21T03:01:29.900 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-21T03:01:29.913 INFO:teuthology.task.internal:Not uploading archives. 2023-12-21T03:01:29.913 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-21T03:01:29.956 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-21T03:01:29.956 DEBUG:teuthology.orchestra.run.smithi125:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T03:01:29.959 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-21T03:01:29.971 INFO:teuthology.orchestra.run.smithi125.stdout: 262176 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 03:01 /home/ubuntu/cephtest 2023-12-21T03:01:29.972 INFO:teuthology.orchestra.run.smithi149.stdout: 262183 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 21 03:01 /home/ubuntu/cephtest 2023-12-21T03:01:29.974 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-21T03:01:29.984 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-21T03:01:30.006 INFO:teuthology.nuke:Checking targets against current locks 2023-12-21T03:01:30.029 DEBUG:teuthology.nuke:shortname: smithi125 2023-12-21T03:01:30.030 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T03:01:30.055 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi125.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/7498998', '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 02:48:35.403891', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDVq/iEdYeb7xm2fOA1Sq5vEdKCQN7ejQYiOH3DvqUAbiRkGog2JbES8b/h3cubQBzaEkeHOzVbhLOmeAVMbSoU='} 2023-12-21T03:01:30.058 DEBUG:teuthology.nuke:shortname: smithi149 2023-12-21T03:01:30.058 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-21T03:01:30.080 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.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/7498998', '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 02:48:35.405423', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEcwAYd0cmZPqvH2Ry3Lilhzu3enu6dypJiJNjvmUpimdQq38rUWkDP8vgW82Peqno5ibqIsMbapXTfVibwM2oU='} 2023-12-21T03:01:30.109 INFO:teuthology.orchestra.console.smithi125:Power off 2023-12-21T03:01:30.109 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T03:01:30.145 INFO:teuthology.orchestra.console.smithi149:Power off 2023-12-21T03:01:30.146 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-21T03:01:30.155 DEBUG:teuthology.orchestra.console.smithi125:power off output: Chassis Power Control: Down/Off 2023-12-21T03:01:30.155 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:01:30.168 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2023-12-21T03:01:30.169 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:01:30.180 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-21T03:01:30.191 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-12-21T03:01:34.181 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:01:34.191 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:01:34.293 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is on 2023-12-21T03:01:34.302 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-12-21T03:01:38.297 DEBUG:teuthology.orchestra.console.smithi125:pexpect command: ipmitool -H smithi125.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:01:38.305 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:01:38.407 DEBUG:teuthology.orchestra.console.smithi125:check power output: Chassis Power is off 2023-12-21T03:01:38.414 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-12-21T03:01:38.508 INFO:teuthology.orchestra.console.smithi125:Power off completed 2023-12-21T03:01:42.417 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-21T03:01:42.528 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2023-12-21T03:01:42.629 INFO:teuthology.orchestra.console.smithi149:Power off completed 2023-12-21T03:01:42.738 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-ingress-rgw-user 3-final} duration: 329.42730236053467 failure_reason: 'smithi149.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: []smithi125.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=d6c962455e1a424cbaefdf040b403fec status: dead success: false 2023-12-21T03:01:42.739 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-21T03:01:42.828 INFO:teuthology.run:DEAD