2024-01-31T11:46:01.235 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-01-31T11:46:01.235 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi/7540140 --verbose --name gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi --owner scheduled_gabrioux@teuthology --description orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} -- /home/teuthworker/archive/gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi/7540140/orig.config.yaml 2024-01-31T11:46:01.271 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-31T11:46:01.350 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi/7540140 branch: wip-guits-testing-2-2024-01-31-0639-quincy description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7540140' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-guits-testing-2-2024-01-31-0639-quincy 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: 88b1610fb3ba5c4d6621c47d65733b5ebf8cffac ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 88b1610fb3ba5c4d6621c47d65733b5ebf8cffac kernel: hwe: true selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-guits-testing-2-2024-01-31-0639-quincy sha1: 88b1610fb3ba5c4d6621c47d65733b5ebf8cffac owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 1882 sha1: 88b1610fb3ba5c4d6621c47d65733b5ebf8cffac sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-testing-2-2024-01-31-0639-quincy suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_88b1610fb3ba5c4d6621c47d65733b5ebf8cffac/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 88b1610fb3ba5c4d6621c47d65733b5ebf8cffac targets: smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEgvQj4lEZH+eCjmtQq4jmVcjlArFpkGLjkinlyQx3yPvssP0Nsr8cU/jTgZEPbMbsDr9k5G7D4KisWR6JtMxUw= smithi121.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4PHtJdIcMaZK81XgZFMNtrkMRRZ5BiB2Gpwd7jIc8+0Hzf6MKb+UqdXU+acwGIuh91ftIZrSkakGnJRcPhQ6Q= 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 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - sudo sed -i 's/runtime = "runc"/#runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/#runtime = "crun"/runtime = "crun"/g' /usr/share/containers/containers.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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-01-31_08:49:02 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-31T11:46:01.351 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_88b1610fb3ba5c4d6621c47d65733b5ebf8cffac/qa; will attempt to use it 2024-01-31T11:46:01.352 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_88b1610fb3ba5c4d6621c47d65733b5ebf8cffac/qa/tasks 2024-01-31T11:46:01.352 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-31T11:46:01.353 INFO:teuthology.task.internal:Checking packages... 2024-01-31T11:46:01.375 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '88b1610fb3ba5c4d6621c47d65733b5ebf8cffac' 2024-01-31T11:46:01.375 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-31T11:46:01.375 INFO:teuthology.packaging:ref: None 2024-01-31T11:46:01.375 INFO:teuthology.packaging:tag: None 2024-01-31T11:46:01.375 INFO:teuthology.packaging:branch: wip-guits-testing-2-2024-01-31-0639-quincy 2024-01-31T11:46:01.375 INFO:teuthology.packaging:sha1: 88b1610fb3ba5c4d6621c47d65733b5ebf8cffac 2024-01-31T11:46:01.376 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-guits-testing-2-2024-01-31-0639-quincy 2024-01-31T11:46:01.596 INFO:teuthology.task.internal:Found packages for ceph version 17.2.7-464.g88b1610f 2024-01-31T11:46:01.598 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-31T11:46:01.604 INFO:teuthology.task.internal:no buildpackages task found 2024-01-31T11:46:01.604 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-31T11:46:01.616 INFO:teuthology.task.internal:Saving configuration 2024-01-31T11:46:01.629 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-31T11:46:01.635 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-31T11:46:01.661 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi/7540140', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-31 11:40:56.306452', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEgvQj4lEZH+eCjmtQq4jmVcjlArFpkGLjkinlyQx3yPvssP0Nsr8cU/jTgZEPbMbsDr9k5G7D4KisWR6JtMxUw='} 2024-01-31T11:46:01.686 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi/7540140', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-31 11:40:56.308072', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4PHtJdIcMaZK81XgZFMNtrkMRRZ5BiB2Gpwd7jIc8+0Hzf6MKb+UqdXU+acwGIuh91ftIZrSkakGnJRcPhQ6Q='} 2024-01-31T11:46:01.686 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-31T11:46:01.693 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-31T11:46:01.693 INFO:teuthology.task.internal:roles: ubuntu@smithi121.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-31T11:46:01.693 INFO:teuthology.run_tasks:Running task console_log... 2024-01-31T11:46:01.814 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fbcfab390d0>, signals=[15]) 2024-01-31T11:46:01.815 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-31T11:46:01.821 INFO:teuthology.task.internal:Opening connections... 2024-01-31T11:46:01.821 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2024-01-31T11:46:01.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-31T11:46:01.899 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi121.front.sepia.ceph.com 2024-01-31T11:46:01.900 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-31T11:46:01.970 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-31T11:46:01.977 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2024-01-31T11:46:02.001 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2024-01-31T11:46:02.001 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2024-01-31T11:46:02.063 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2024-01-31T11:46:02.063 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="8" 2024-01-31T11:46:02.063 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2024-01-31T11:46:02.063 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2024-01-31T11:46:02.063 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="8" 2024-01-31T11:46:02.063 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el8" 2024-01-31T11:46:02.063 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-31T11:46:02.063 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2024-01-31T11:46:02.063 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-31T11:46:02.063 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2024-01-31T11:46:02.064 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-31T11:46:02.064 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-31T11:46:02.064 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-31T11:46:02.064 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2024-01-31T11:46:02.086 DEBUG:teuthology.orchestra.run.smithi121:> uname -m 2024-01-31T11:46:02.108 INFO:teuthology.orchestra.run.smithi121.stdout:x86_64 2024-01-31T11:46:02.108 DEBUG:teuthology.orchestra.run.smithi121:> cat /etc/os-release 2024-01-31T11:46:02.170 INFO:teuthology.orchestra.run.smithi121.stdout:NAME="CentOS Stream" 2024-01-31T11:46:02.170 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION="8" 2024-01-31T11:46:02.170 INFO:teuthology.orchestra.run.smithi121.stdout:ID="centos" 2024-01-31T11:46:02.170 INFO:teuthology.orchestra.run.smithi121.stdout:ID_LIKE="rhel fedora" 2024-01-31T11:46:02.171 INFO:teuthology.orchestra.run.smithi121.stdout:VERSION_ID="8" 2024-01-31T11:46:02.171 INFO:teuthology.orchestra.run.smithi121.stdout:PLATFORM_ID="platform:el8" 2024-01-31T11:46:02.171 INFO:teuthology.orchestra.run.smithi121.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-31T11:46:02.171 INFO:teuthology.orchestra.run.smithi121.stdout:ANSI_COLOR="0;31" 2024-01-31T11:46:02.171 INFO:teuthology.orchestra.run.smithi121.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-31T11:46:02.171 INFO:teuthology.orchestra.run.smithi121.stdout:HOME_URL="https://centos.org/" 2024-01-31T11:46:02.171 INFO:teuthology.orchestra.run.smithi121.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-31T11:46:02.171 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-31T11:46:02.171 INFO:teuthology.orchestra.run.smithi121.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-31T11:46:02.171 INFO:teuthology.lock.ops:Updating smithi121.front.sepia.ceph.com on lock server 2024-01-31T11:46:02.193 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-31T11:46:02.202 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-31T11:46:02.244 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-31T11:46:02.244 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2024-01-31T11:46:02.247 DEBUG:teuthology.orchestra.run.smithi121:> test '!' -e /home/ubuntu/cephtest 2024-01-31T11:46:02.267 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-31T11:46:02.273 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-31T11:46:02.273 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2024-01-31T11:46:02.309 DEBUG:teuthology.orchestra.run.smithi121:> test -z $(ls -A /var/lib/ceph) 2024-01-31T11:46:02.335 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-31T11:46:02.392 INFO:teuthology.run_tasks:Running task kernel... 2024-01-31T11:46:02.406 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-31T11:46:02.406 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2024-01-31T11:46:02.406 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.0': {'hwe': True}, 'host.b': {'hwe': True}, 'client.1': {'hwe': True}} 2024-01-31T11:46:02.406 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}, 'host.b': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2024-01-31T11:46:02.406 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-31T11:46:02.407 DEBUG:teuthology.orchestra.run.smithi121:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-31T11:46:02.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-31T11:46:02.426 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-01-31T11:46:02.427 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-31T11:46:02.427 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-01-31T11:46:02.487 INFO:teuthology.orchestra.run.smithi121.stdout:4.18.0-489.el8.x86_64 2024-01-31T11:46:02.487 INFO:teuthology.task.kernel:Running kernel on smithi121: 4.18.0-489.el8.x86_64 2024-01-31T11:46:02.487 DEBUG:teuthology.orchestra.run.smithi121:> sudo yum install -y kernel 2024-01-31T11:46:02.489 INFO:teuthology.orchestra.run.smithi040.stdout:4.18.0-489.el8.x86_64 2024-01-31T11:46:02.490 INFO:teuthology.task.kernel:Running kernel on smithi040: 4.18.0-489.el8.x86_64 2024-01-31T11:46:02.490 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2024-01-31T11:46:05.903 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - AppStream 31 MB/s | 27 MB 00:00 2024-01-31T11:46:06.031 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - AppStream 27 MB/s | 27 MB 00:00 2024-01-31T11:46:14.847 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - BaseOS 2.5 MB/s | 10 MB 00:04 2024-01-31T11:46:15.402 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - BaseOS 2.3 MB/s | 10 MB 00:04 2024-01-31T11:46:16.722 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - Extras 73 kB/s | 18 kB 00:00 2024-01-31T11:46:17.014 INFO:teuthology.orchestra.run.smithi121.stdout:CentOS Stream 8 - Extras common packages 38 kB/s | 6.9 kB 00:00 2024-01-31T11:46:17.257 INFO:teuthology.orchestra.run.smithi121.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-31T11:46:17.536 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - Extras 43 kB/s | 18 kB 00:00 2024-01-31T11:46:18.103 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - Extras common packages 15 kB/s | 6.9 kB 00:00 2024-01-31T11:46:18.355 INFO:teuthology.orchestra.run.smithi040.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-31T11:46:20.020 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 10 MB/s | 16 MB 00:01 2024-01-31T11:46:21.195 INFO:teuthology.orchestra.run.smithi121.stdout:Extra Packages for Enterprise Linux 4.2 MB/s | 16 MB 00:03 2024-01-31T11:46:24.047 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 455 kB/s | 24 kB 00:00 2024-01-31T11:46:25.015 INFO:teuthology.orchestra.run.smithi121.stdout:lab-extras 366 kB/s | 24 kB 00:00 2024-01-31T11:46:27.161 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-31T11:46:27.161 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-31T11:46:27.289 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-01-31T11:46:27.290 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-31T11:46:27.290 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout:Install 3 Packages 2024-01-31T11:46:27.291 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T11:46:27.292 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 90 M 2024-01-31T11:46:27.292 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 96 M 2024-01-31T11:46:27.292 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-01-31T11:46:27.912 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-31T11:46:27.912 INFO:teuthology.orchestra.run.smithi121.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-31T11:46:28.038 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-01-31T11:46:28.039 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-01-31T11:46:28.039 INFO:teuthology.orchestra.run.smithi121.stdout: Package Architecture Version Repository Size 2024-01-31T11:46:28.039 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-01-31T11:46:28.039 INFO:teuthology.orchestra.run.smithi121.stdout:Installing: 2024-01-31T11:46:28.039 INFO:teuthology.orchestra.run.smithi121.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-31T11:46:28.039 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-01-31T11:46:28.039 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-31T11:46:28.039 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-31T11:46:28.039 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T11:46:28.039 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-01-31T11:46:28.040 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-01-31T11:46:28.040 INFO:teuthology.orchestra.run.smithi121.stdout:Install 3 Packages 2024-01-31T11:46:28.040 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T11:46:28.040 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 90 M 2024-01-31T11:46:28.040 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 96 M 2024-01-31T11:46:28.040 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-01-31T11:46:29.290 INFO:teuthology.orchestra.run.smithi040.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 5.2 MB/s | 10 MB 00:01 2024-01-31T11:46:30.558 INFO:teuthology.orchestra.run.smithi121.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 4.4 MB/s | 10 MB 00:02 2024-01-31T11:46:31.449 INFO:teuthology.orchestra.run.smithi040.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 8.8 MB/s | 36 MB 00:04 2024-01-31T11:46:31.808 INFO:teuthology.orchestra.run.smithi121.stdout:(2/3): kernel-core-4.18.0-536.el8.x86_64.rpm 12 MB/s | 44 MB 00:03 2024-01-31T11:46:31.974 INFO:teuthology.orchestra.run.smithi040.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 9.4 MB/s | 44 MB 00:04 2024-01-31T11:46:31.974 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-01-31T11:46:31.974 INFO:teuthology.orchestra.run.smithi040.stdout:Total 19 MB/s | 90 MB 00:04 2024-01-31T11:46:32.684 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-01-31T11:46:33.134 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-01-31T11:46:33.134 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-01-31T11:46:33.968 INFO:teuthology.orchestra.run.smithi121.stdout:(3/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 6.3 MB/s | 36 MB 00:05 2024-01-31T11:46:33.968 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-01-31T11:46:33.969 INFO:teuthology.orchestra.run.smithi121.stdout:Total 15 MB/s | 90 MB 00:05 2024-01-31T11:46:34.449 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-01-31T11:46:34.473 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-01-31T11:46:34.649 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-01-31T11:46:35.054 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-01-31T11:46:35.054 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-01-31T11:46:36.300 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-01-31T11:46:36.324 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-01-31T11:46:37.394 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-01-31T11:46:37.914 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-31T11:46:39.087 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-01-31T11:46:39.560 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-31T11:46:41.665 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-31T11:46:42.067 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-31T11:46:43.189 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-31T11:46:43.593 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-31T11:46:45.746 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-31T11:46:46.028 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-31T11:46:47.018 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-31T11:46:47.299 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-31T11:47:09.103 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-31T11:47:09.126 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-31T11:47:09.292 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-31T11:47:09.315 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-31T11:47:09.501 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-31T11:47:09.501 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-31T11:47:09.501 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-31T11:47:09.678 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-31T11:47:09.678 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-31T11:47:09.678 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-31T11:47:09.948 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-31T11:47:09.948 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T11:47:09.948 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-01-31T11:47:09.948 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-31T11:47:09.948 INFO:teuthology.orchestra.run.smithi121.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-31T11:47:09.948 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T11:47:09.948 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-01-31T11:47:10.088 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2024-01-31T11:47:10.191 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-31T11:47:10.191 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T11:47:10.191 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-01-31T11:47:10.191 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-31T11:47:10.192 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-31T11:47:10.192 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T11:47:10.192 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-01-31T11:47:10.303 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-31T11:47:10.303 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-31T11:47:10.303 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-31T11:47:10.303 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-31T11:47:10.303 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-31T11:47:10.303 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-01-31T11:47:10.303 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi121.front.sepia.ceph.com, path=None, version=distro) 2024-01-31T11:47:10.303 DEBUG:teuthology.orchestra.run.smithi121:> rpm -q kernel | sort -rV | head -n 1 2024-01-31T11:47:10.348 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-01-31T11:47:10.511 INFO:teuthology.orchestra.run.smithi121.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-31T11:47:10.511 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-31T11:47:10.511 DEBUG:teuthology.orchestra.run.smithi121:> sudo rpm -qi grub2-tools 2024-01-31T11:47:10.544 INFO:teuthology.orchestra.run.smithi121.stdout:Name : grub2-tools 2024-01-31T11:47:10.544 INFO:teuthology.orchestra.run.smithi121.stdout:Epoch : 1 2024-01-31T11:47:10.544 INFO:teuthology.orchestra.run.smithi121.stdout:Version : 2.02 2024-01-31T11:47:10.544 INFO:teuthology.orchestra.run.smithi121.stdout:Release : 129.el8 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Architecture: x86_64 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Group : System Environment/Base 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Size : 9265586 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:License : GPLv3+ 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Relocations : (not relocatable) 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Packager : CentOS BuildSystem 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Vendor : CentOS 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Summary : Support tools for GRUB. 2024-01-31T11:47:10.545 INFO:teuthology.orchestra.run.smithi121.stdout:Description : 2024-01-31T11:47:10.546 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T11:47:10.546 INFO:teuthology.orchestra.run.smithi121.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-31T11:47:10.546 INFO:teuthology.orchestra.run.smithi121.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-31T11:47:10.546 INFO:teuthology.orchestra.run.smithi121.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-31T11:47:10.546 INFO:teuthology.orchestra.run.smithi121.stdout:hardware devices. 2024-01-31T11:47:10.546 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T11:47:10.546 INFO:teuthology.orchestra.run.smithi121.stdout:This subpackage provides tools for support of all platforms. 2024-01-31T11:47:10.547 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-31T11:47:10.547 INFO:teuthology.task.kernel:Updating grub on smithi121 to boot 4.18.0-536.el8.x86_64 2024-01-31T11:47:10.547 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-31T11:47:10.575 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-31T11:47:10.576 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-31T11:47:10.576 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-31T11:47:10.576 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-31T11:47:10.576 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-31T11:47:10.576 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-01-31T11:47:10.576 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2024-01-31T11:47:10.577 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2024-01-31T11:47:10.794 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-31T11:47:10.795 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-31T11:47:10.795 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2024-01-31T11:47:10.829 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2024-01-31T11:47:10.829 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2024-01-31T11:47:10.829 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.02 2024-01-31T11:47:10.829 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 129.el8 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Group : System Environment/Base 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 9265586 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Relocations : (not relocatable) 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : CentOS BuildSystem 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : CentOS 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2024-01-31T11:47:10.830 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T11:47:10.831 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-31T11:47:10.831 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-31T11:47:10.831 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-31T11:47:10.831 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2024-01-31T11:47:10.831 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T11:47:10.831 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2024-01-31T11:47:10.832 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-31T11:47:10.832 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 4.18.0-536.el8.x86_64 2024-01-31T11:47:10.832 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-31T11:47:12.279 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2024-01-31T11:47:12.314 INFO:teuthology.orchestra.run.smithi121.stderr:Generating grub configuration file ... 2024-01-31T11:47:14.040 INFO:teuthology.orchestra.run.smithi121.stderr:done 2024-01-31T11:47:14.041 DEBUG:teuthology.orchestra.run.smithi121:> mktemp 2024-01-31T11:47:14.076 INFO:teuthology.orchestra.run.smithi121.stdout:/tmp/tmp.G5eYrdZZO9 2024-01-31T11:47:14.077 DEBUG:teuthology.orchestra.run.smithi121:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.G5eYrdZZO9 2024-01-31T11:47:14.112 INFO:teuthology.orchestra.run.smithi040.stderr:done 2024-01-31T11:47:14.114 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2024-01-31T11:47:14.141 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.MQfab1zwgp 2024-01-31T11:47:14.141 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MQfab1zwgp 2024-01-31T11:47:14.159 DEBUG:teuthology.orchestra.run.smithi121:> sudo chmod 0666 /tmp/tmp.G5eYrdZZO9 2024-01-31T11:47:14.229 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.MQfab1zwgp 2024-01-31T11:47:14.310 DEBUG:teuthology.orchestra.remote:smithi121:/tmp/tmp.G5eYrdZZO9 is 6KB 2024-01-31T11:47:14.335 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.MQfab1zwgp is 6KB 2024-01-31T11:47:14.361 DEBUG:teuthology.orchestra.run.smithi121:> rm -fr /tmp/tmp.G5eYrdZZO9 2024-01-31T11:47:14.379 DEBUG:teuthology.orchestra.run.smithi121:> sudo /bin/ls /boot/loader/entries || true 2024-01-31T11:47:14.384 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.MQfab1zwgp 2024-01-31T11:47:14.403 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2024-01-31T11:47:14.444 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-31T11:47:14.444 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-31T11:47:14.444 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-31T11:47:14.444 INFO:teuthology.orchestra.run.smithi121.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-31T11:47:14.445 DEBUG:teuthology.orchestra.run.smithi121:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-31T11:47:14.484 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-31T11:47:14.484 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-31T11:47:14.484 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-31T11:47:14.484 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-31T11:47:14.485 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-31T11:47:14.614 DEBUG:teuthology.orchestra.run.smithi121:> sudo shutdown -r now 2024-01-31T11:47:14.644 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2024-01-31T11:47:44.644 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-01-31T11:47:44.645 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-01-31T11:47:44.646 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-31T11:47:44.647 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-01-31T11:47:44.647 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-31T11:47:44.648 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-31T11:48:44.689 DEBUG:teuthology.orchestra.remote:timed out 2024-01-31T11:48:44.690 DEBUG:teuthology.orchestra.remote:timed out 2024-01-31T11:48:53.697 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-01-31T11:48:53.698 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-31T11:48:53.700 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-31T11:48:53.701 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-31T11:48:54.120 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-01-31T11:48:54.128 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-01-31T11:48:54.399 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-31T11:48:54.399 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-536.el8.x86_64"... 2024-01-31T11:48:54.400 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2024-01-31T11:48:54.417 INFO:teuthology.orchestra.run.smithi040.stdout:4.18.0-536.el8.x86_64 2024-01-31T11:48:54.417 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-31T11:48:54.417 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-31T11:48:54.417 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-31T11:48:54.447 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-01-31T11:48:54.447 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-536.el8.x86_64"... 2024-01-31T11:48:54.447 DEBUG:teuthology.orchestra.run.smithi121:> uname -r 2024-01-31T11:48:54.464 INFO:teuthology.orchestra.run.smithi121.stdout:4.18.0-536.el8.x86_64 2024-01-31T11:48:54.464 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-31T11:48:54.464 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-31T11:48:54.464 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-31T11:48:55.419 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-31T11:48:55.419 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-31T11:48:55.465 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-31T11:48:55.465 DEBUG:teuthology.orchestra.run.smithi121:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-31T11:48:55.531 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2024-01-31T11:48:55.538 INFO:teuthology.orchestra.run.smithi121.stdout:ttyS1 2024-01-31T11:48:55.544 DEBUG:teuthology.parallel:result is None 2024-01-31T11:48:55.553 DEBUG:teuthology.parallel:result is None 2024-01-31T11:48:55.553 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-31T11:48:55.560 INFO:teuthology.task.internal:Creating test directory... 2024-01-31T11:48:55.560 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-31T11:48:55.562 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-31T11:48:55.578 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-31T11:48:55.584 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-31T11:48:55.593 INFO:teuthology.task.internal:Creating archive directory... 2024-01-31T11:48:55.593 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-31T11:48:55.625 DEBUG:teuthology.orchestra.run.smithi121:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-31T11:48:55.653 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-31T11:48:55.659 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-31T11:48:55.659 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 2024-01-31T11:48:55.691 DEBUG:teuthology.orchestra.run.smithi121:> 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 2024-01-31T11:48:55.724 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-31T11:48:55.735 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-31T11:48:55.755 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-31T11:48:55.765 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-31T11:48:55.767 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-31T11:48:55.774 INFO:teuthology.task.internal:Configuring sudo... 2024-01-31T11:48:55.774 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-31T11:48:55.779 DEBUG:teuthology.orchestra.run.smithi121:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-31T11:48:55.806 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-31T11:48:55.815 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-31T11:48:55.815 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-31T11:48:55.848 DEBUG:teuthology.orchestra.run.smithi121:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-31T11:48:55.865 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-31T11:48:55.950 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-31T11:48:55.997 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-31T11:48:56.082 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-31T11:48:56.123 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2024-01-31T11:48:56.123 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-31T11:48:56.190 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-31T11:48:56.234 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-31T11:48:56.279 DEBUG:teuthology.orchestra.run.smithi121:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-31T11:48:56.360 DEBUG:teuthology.orchestra.run.smithi121:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-31T11:48:56.399 DEBUG:teuthology.orchestra.run.smithi121:> set -ex 2024-01-31T11:48:56.399 DEBUG:teuthology.orchestra.run.smithi121:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-31T11:48:56.462 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2024-01-31T11:48:56.464 DEBUG:teuthology.orchestra.run.smithi121:> sudo service rsyslog restart 2024-01-31T11:48:56.550 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-31T11:48:56.562 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-31T11:48:56.988 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-31T11:48:56.996 INFO:teuthology.task.internal:Starting timer... 2024-01-31T11:48:56.996 INFO:teuthology.run_tasks:Running task pcp... 2024-01-31T11:48:57.005 INFO:teuthology.run_tasks:Running task selinux... 2024-01-31T11:48:57.013 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-31T11:48:57.013 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2024-01-31T11:48:57.129 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2024-01-31T11:48:57.131 DEBUG:teuthology.orchestra.run.smithi121:> sudo service auditd rotate 2024-01-31T11:48:57.285 INFO:teuthology.orchestra.run.smithi121.stdout:Rotating logs: 2024-01-31T11:48:57.287 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-31T11:48:57.287 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2024-01-31T11:48:57.322 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2024-01-31T11:48:57.322 DEBUG:teuthology.orchestra.run.smithi121:> /usr/sbin/getenforce 2024-01-31T11:48:57.393 INFO:teuthology.orchestra.run.smithi121.stdout:Permissive 2024-01-31T11:48:57.393 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi040.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi121.front.sepia.ceph.com': 'permissive'} 2024-01-31T11:48:57.394 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 2024-01-31T11:48:57.423 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-31T11:48:57.424 DEBUG:teuthology.orchestra.run.smithi121:> 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 2024-01-31T11:48:57.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-31T11:48:57.485 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-31T11:48:57.486 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2024-01-31T11:48:57.523 DEBUG:teuthology.orchestra.run.smithi121:> sudo /usr/sbin/setenforce permissive 2024-01-31T11:48:57.813 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-31T11:48:57.824 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-31T11:48:57.829 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-31T11:48:57.947 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-31T11:48:57.962 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'}]}] 2024-01-31T11:48:57.963 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi040.front.sepia.ceph.com,smithi121.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-31T12:09:44.032 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi040.front.sepia.ceph.com'), Remote(name='ubuntu@smithi121.front.sepia.ceph.com')] 2024-01-31T12:09:44.033 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-31T12:09:44.034 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-31T12:09:44.108 DEBUG:teuthology.orchestra.run.smithi040:> true 2024-01-31T12:09:44.179 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2024-01-31T12:09:44.179 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-01-31T12:09:44.179 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi121.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-31T12:09:44.247 DEBUG:teuthology.orchestra.run.smithi121:> true 2024-01-31T12:09:44.313 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi121.front.sepia.ceph.com' 2024-01-31T12:09:44.313 INFO:teuthology.run_tasks:Running task clock... 2024-01-31T12:09:44.325 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-31T12:09:44.325 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-31T12:09:44.326 DEBUG:teuthology.orchestra.run.smithi040:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-31T12:09:44.328 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-31T12:09:44.328 DEBUG:teuthology.orchestra.run.smithi121:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-31T12:09:44.361 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-31T12:09:44.376 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-31T12:09:44.385 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-31T12:09:44.399 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-31T12:09:44.444 INFO:teuthology.orchestra.run.smithi040.stderr:sudo: ntpd: command not found 2024-01-31T12:09:44.456 INFO:teuthology.orchestra.run.smithi040.stdout:506 Cannot talk to daemon 2024-01-31T12:09:44.468 INFO:teuthology.orchestra.run.smithi121.stderr:sudo: ntpd: command not found 2024-01-31T12:09:44.471 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-31T12:09:44.479 INFO:teuthology.orchestra.run.smithi121.stdout:506 Cannot talk to daemon 2024-01-31T12:09:44.485 INFO:teuthology.orchestra.run.smithi040.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-31T12:09:44.492 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-31T12:09:44.505 INFO:teuthology.orchestra.run.smithi121.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-31T12:09:44.571 INFO:teuthology.orchestra.run.smithi040.stderr:bash: ntpq: command not found 2024-01-31T12:09:44.574 INFO:teuthology.orchestra.run.smithi121.stderr:bash: ntpq: command not found 2024-01-31T12:09:44.575 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-31T12:09:44.575 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-01-31T12:09:44.575 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-31T12:09:44.575 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-31T12:09:44.576 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-31T12:09:44.576 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-31T12:09:44.578 INFO:teuthology.orchestra.run.smithi121.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-31T12:09:44.578 INFO:teuthology.orchestra.run.smithi121.stdout:=============================================================================== 2024-01-31T12:09:44.578 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-31T12:09:44.578 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-31T12:09:44.578 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-31T12:09:44.579 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-31T12:09:44.579 INFO:teuthology.run_tasks:Running task pexec... 2024-01-31T12:09:44.587 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-31T12:09:44.588 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi040.front.sepia.ceph.com 2024-01-31T12:09:44.588 DEBUG:teuthology.orchestra.run.smithi040:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-31T12:09:44.588 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi121.front.sepia.ceph.com 2024-01-31T12:09:44.588 DEBUG:teuthology.orchestra.run.smithi121:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-31T12:09:45.400 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:16:29 ago on Wed 31 Jan 2024 11:53:16 AM UTC. 2024-01-31T12:09:45.431 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:16:20 ago on Wed 31 Jan 2024 11:53:25 AM UTC. 2024-01-31T12:09:47.398 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-01-31T12:09:47.399 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-01-31T12:09:47.399 INFO:teuthology.orchestra.run.smithi121.stdout: Package Architecture Version Repository Size 2024-01-31T12:09:47.399 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-01-31T12:09:47.399 INFO:teuthology.orchestra.run.smithi121.stdout:Resetting modules: 2024-01-31T12:09:47.399 INFO:teuthology.orchestra.run.smithi121.stdout: container-tools 2024-01-31T12:09:47.399 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T12:09:47.399 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-01-31T12:09:47.399 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-01-31T12:09:47.399 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T12:09:47.553 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-01-31T12:09:47.554 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-31T12:09:47.554 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2024-01-31T12:09:47.555 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-31T12:09:47.555 INFO:teuthology.orchestra.run.smithi040.stdout:Resetting modules: 2024-01-31T12:09:47.555 INFO:teuthology.orchestra.run.smithi040.stdout: container-tools 2024-01-31T12:09:47.555 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T12:09:47.555 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-01-31T12:09:47.555 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-31T12:09:47.555 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T12:09:47.635 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-01-31T12:09:47.821 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-01-31T12:09:48.482 INFO:teuthology.orchestra.run.smithi121.stdout:Last metadata expiration check: 0:16:32 ago on Wed 31 Jan 2024 11:53:16 AM UTC. 2024-01-31T12:09:48.709 INFO:teuthology.orchestra.run.smithi040.stdout:Last metadata expiration check: 0:16:23 ago on Wed 31 Jan 2024 11:53:25 AM UTC. 2024-01-31T12:09:50.471 INFO:teuthology.orchestra.run.smithi121.stdout:Dependencies resolved. 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout: Package Arch Version Repository Size 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout:Installing group/module packages: 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-01-31T12:09:50.508 INFO:teuthology.orchestra.run.smithi121.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout:Installing dependencies: 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout:Installing weak dependencies: 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout:Installing module profiles: 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout: container-tools/common 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout:Enabling module streams: 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout: container-tools rhel8 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T12:09:50.509 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction Summary 2024-01-31T12:09:50.510 INFO:teuthology.orchestra.run.smithi121.stdout:================================================================================ 2024-01-31T12:09:50.510 INFO:teuthology.orchestra.run.smithi121.stdout:Install 13 Packages 2024-01-31T12:09:50.510 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T12:09:50.510 INFO:teuthology.orchestra.run.smithi121.stdout:Total download size: 27 M 2024-01-31T12:09:50.510 INFO:teuthology.orchestra.run.smithi121.stdout:Installed size: 91 M 2024-01-31T12:09:50.510 INFO:teuthology.orchestra.run.smithi121.stdout:Downloading Packages: 2024-01-31T12:09:50.831 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2024-01-31T12:09:50.869 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: Package Arch Version Repository Size 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout:Installing group/module packages: 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2024-01-31T12:09:50.870 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout:Installing weak dependencies: 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout:Installing module profiles: 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout: container-tools/common 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout:Enabling module streams: 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout: container-tools rhel8 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout:Install 13 Packages 2024-01-31T12:09:50.871 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T12:09:50.872 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 27 M 2024-01-31T12:09:50.872 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 91 M 2024-01-31T12:09:50.872 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2024-01-31T12:10:18.428 INFO:teuthology.orchestra.run.smithi040.stdout:(1/13): cockpit-podman-82-1.module_el8+804+f131 28 kB/s | 759 kB 00:27 2024-01-31T12:10:18.628 INFO:teuthology.orchestra.run.smithi040.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 190 kB/s | 38 kB 00:00 2024-01-31T12:10:26.319 INFO:teuthology.orchestra.run.smithi121.stdout:(1/13): aardvark-dns-1.9.0-1.module_el8+804+f13 29 kB/s | 1.0 MB 00:35 2024-01-31T12:10:27.093 INFO:teuthology.orchestra.run.smithi121.stdout:(2/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 49 kB/s | 38 kB 00:00 2024-01-31T12:10:29.235 INFO:teuthology.orchestra.run.smithi121.stdout:(3/13): cockpit-podman-82-1.module_el8+804+f131 20 kB/s | 759 kB 00:38 2024-01-31T12:10:29.261 INFO:teuthology.orchestra.run.smithi040.stdout:(3/13): crun-1.12-1.module_el8+804+f131391c.x86 23 kB/s | 248 kB 00:10 2024-01-31T12:10:36.843 INFO:teuthology.orchestra.run.smithi121.stdout:(4/13): crun-1.12-1.module_el8+804+f131391c.x86 25 kB/s | 248 kB 00:09 2024-01-31T12:10:44.800 INFO:teuthology.orchestra.run.smithi121.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 23 kB/s | 179 kB 00:07 2024-01-31T12:10:45.316 INFO:teuthology.orchestra.run.smithi121.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 48 kB/s | 25 kB 00:00 2024-01-31T12:10:48.116 INFO:teuthology.orchestra.run.smithi121.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 34 kB/s | 94 kB 00:02 2024-01-31T12:11:04.897 INFO:teuthology.orchestra.run.smithi040.stdout:(4/13): aardvark-dns-1.9.0-1.module_el8+804+f13 14 kB/s | 1.0 MB 01:13 2024-01-31T12:11:09.982 INFO:teuthology.orchestra.run.smithi040.stdout:(5/13): python3-podman-4.8.2-1.module_el8+804+f 35 kB/s | 179 kB 00:05 2024-01-31T12:11:10.865 INFO:teuthology.orchestra.run.smithi040.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 28 kB/s | 25 kB 00:00 2024-01-31T12:11:13.282 INFO:teuthology.orchestra.run.smithi040.stdout:(7/13): python3-pyxdg-0.25-16.el8.noarch.rpm 39 kB/s | 94 kB 00:02 2024-01-31T12:13:05.440 INFO:teuthology.orchestra.run.smithi121.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 26 kB/s | 4.0 MB 02:36 2024-01-31T12:13:42.857 INFO:teuthology.orchestra.run.smithi040.stdout:(8/13): netavark-1.9.0-1.module_el8+804+f131391 21 kB/s | 4.0 MB 03:13 2024-01-31T12:15:25.093 INFO:teuthology.orchestra.run.smithi121.stdout:(9/13): toolbox-0.0.99.4-8.module_el8+804+f1313 18 kB/s | 2.5 MB 02:19 2024-01-31T12:15:27.103 INFO:teuthology.orchestra.run.smithi121.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 26 kB/s | 53 kB 00:02 2024-01-31T12:15:30.078 INFO:teuthology.orchestra.run.smithi121.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 14 kB/s | 41 kB 00:02 2024-01-31T12:15:34.619 INFO:teuthology.orchestra.run.smithi040.stdout:(9/13): toolbox-0.0.99.4-8.module_el8+804+f1313 23 kB/s | 2.5 MB 01:51 2024-01-31T12:15:38.152 INFO:teuthology.orchestra.run.smithi040.stdout:(10/13): udica-0.2.6-20.module_el8+804+f131391c 15 kB/s | 53 kB 00:03 2024-01-31T12:15:39.210 INFO:teuthology.orchestra.run.smithi040.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 39 kB/s | 41 kB 00:01 2024-01-31T12:16:53.760 INFO:teuthology.orchestra.run.smithi040.stdout:(12/13): buildah-1.34.0-1.module_el8+804+f13139 23 kB/s | 9.7 MB 07:02 2024-01-31T12:17:52.900 INFO:teuthology.orchestra.run.smithi121.stdout:(12/13): buildah-1.34.0-1.module_el8+804+f13139 21 kB/s | 9.7 MB 08:02 2024-01-31T12:18:19.886 INFO:teuthology.orchestra.run.smithi121.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 20 kB/s | 8.8 MB 07:31 2024-01-31T12:18:19.886 INFO:teuthology.orchestra.run.smithi121.stdout:-------------------------------------------------------------------------------- 2024-01-31T12:18:19.887 INFO:teuthology.orchestra.run.smithi121.stdout:Total 55 kB/s | 27 MB 08:29 2024-01-31T12:18:20.147 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction check 2024-01-31T12:18:20.167 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction check succeeded. 2024-01-31T12:18:20.168 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction test 2024-01-31T12:18:20.438 INFO:teuthology.orchestra.run.smithi121.stdout:Transaction test succeeded. 2024-01-31T12:18:20.442 INFO:teuthology.orchestra.run.smithi121.stdout:Running transaction 2024-01-31T12:18:21.110 INFO:teuthology.orchestra.run.smithi121.stdout: Preparing : 1/1 2024-01-31T12:18:21.354 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-31T12:18:21.542 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-31T12:18:21.748 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-31T12:18:22.019 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-31T12:18:22.556 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-01-31T12:18:23.513 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-01-31T12:18:23.746 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-01-31T12:18:23.991 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-01-31T12:18:24.220 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-01-31T12:18:24.643 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-01-31T12:18:25.592 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-01-31T12:18:25.813 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-01-31T12:18:25.981 INFO:teuthology.orchestra.run.smithi121.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-01-31T12:18:26.399 INFO:teuthology.orchestra.run.smithi121.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-01-31T12:18:26.399 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-01-31T12:18:26.399 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-01-31T12:18:26.399 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-01-31T12:18:26.399 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-31T12:18:26.400 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-01-31T12:18:26.400 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-01-31T12:18:26.400 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-01-31T12:18:26.400 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-31T12:18:26.400 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-31T12:18:26.400 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-01-31T12:18:26.400 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-01-31T12:18:26.400 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-01-31T12:18:26.934 INFO:teuthology.orchestra.run.smithi121.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-31T12:18:26.934 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout:Installed: 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout: 2024-01-31T12:18:26.935 INFO:teuthology.orchestra.run.smithi121.stdout:Complete! 2024-01-31T12:18:27.215 DEBUG:teuthology.parallel:result is None 2024-01-31T12:18:37.764 INFO:teuthology.orchestra.run.smithi040.stdout:(13/13): skopeo-1.14.0-2.module_el8+804+f131391 20 kB/s | 8.8 MB 07:24 2024-01-31T12:18:37.764 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2024-01-31T12:18:37.764 INFO:teuthology.orchestra.run.smithi040.stdout:Total 53 kB/s | 27 MB 08:46 2024-01-31T12:18:38.036 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2024-01-31T12:18:38.059 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2024-01-31T12:18:38.059 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2024-01-31T12:18:38.346 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2024-01-31T12:18:38.350 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2024-01-31T12:18:39.119 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2024-01-31T12:18:39.338 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2024-01-31T12:18:39.483 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2024-01-31T12:18:39.699 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2024-01-31T12:18:39.914 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-31T12:18:40.461 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 5/13 2024-01-31T12:18:41.511 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-01-31T12:18:41.765 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 7/13 2024-01-31T12:18:42.015 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 8/13 2024-01-31T12:18:42.279 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 9/13 2024-01-31T12:18:42.682 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 10/13 2024-01-31T12:18:43.681 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-01-31T12:18:43.931 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 12/13 2024-01-31T12:18:44.148 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-01-31T12:18:44.571 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: cockpit-podman-82-1.module_el8+804+f131391c.noarch 13/13 2024-01-31T12:18:44.571 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/13 2024-01-31T12:18:44.571 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/13 2024-01-31T12:18:44.571 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/13 2024-01-31T12:18:44.571 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2024-01-31T12:18:44.571 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/13 2024-01-31T12:18:44.571 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/13 2024-01-31T12:18:44.572 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/13 2024-01-31T12:18:44.572 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2024-01-31T12:18:44.572 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2024-01-31T12:18:44.572 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/13 2024-01-31T12:18:44.572 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/13 2024-01-31T12:18:44.572 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/13 2024-01-31T12:18:45.149 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2024-01-31T12:18:45.149 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T12:18:45.149 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2024-01-31T12:18:45.149 INFO:teuthology.orchestra.run.smithi040.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-01-31T12:18:45.149 INFO:teuthology.orchestra.run.smithi040.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout: 2024-01-31T12:18:45.150 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2024-01-31T12:18:45.462 DEBUG:teuthology.parallel:result is None 2024-01-31T12:18:45.462 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-31T12:18:45.471 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 82, in run_one_task task = get_task(taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 35, in get_task module = _import('tasks', module_name, task_name, fail_on_import_error=True) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 54, in _import module = __import__( ModuleNotFoundError: No module named 'tasks.nvme_loop' 2024-01-31T12:18:45.673 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b9eeafed4f4e4d0d914f8b3d4e4ec2df Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 82, in run_one_task task = get_task(taskname) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 35, in get_task module = _import('tasks', module_name, task_name, fail_on_import_error=True) File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 54, in _import module = __import__( ModuleNotFoundError: No module named 'tasks.nvme_loop' 2024-01-31T12:18:45.674 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-31T12:18:45.682 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-31T12:18:45.683 DEBUG:teuthology.orchestra.run.smithi040:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-31T12:18:45.703 DEBUG:teuthology.orchestra.run.smithi121:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-31T12:18:45.713 INFO:teuthology.orchestra.run.smithi040.stderr:bash: ntpq: command not found 2024-01-31T12:18:45.717 INFO:teuthology.orchestra.run.smithi040.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-31T12:18:45.717 INFO:teuthology.orchestra.run.smithi040.stdout:=============================================================================== 2024-01-31T12:18:45.717 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 18 +2197us[+2210us] +/- 90ms 2024-01-31T12:18:45.717 INFO:teuthology.orchestra.run.smithi040.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 18 -600us[ -588us] +/- 55ms 2024-01-31T12:18:45.717 INFO:teuthology.orchestra.run.smithi040.stdout:^* hv03.front.sepia.ceph.com 3 6 377 18 -1025us[-1013us] +/- 73ms 2024-01-31T12:18:45.717 INFO:teuthology.orchestra.run.smithi040.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-31T12:18:45.726 INFO:teuthology.orchestra.run.smithi121.stderr:bash: ntpq: command not found 2024-01-31T12:18:45.730 INFO:teuthology.orchestra.run.smithi121.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-31T12:18:45.731 INFO:teuthology.orchestra.run.smithi121.stdout:=============================================================================== 2024-01-31T12:18:45.731 INFO:teuthology.orchestra.run.smithi121.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 16 +2201us[+2202us] +/- 90ms 2024-01-31T12:18:45.731 INFO:teuthology.orchestra.run.smithi121.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 17 -580us[ -579us] +/- 56ms 2024-01-31T12:18:45.731 INFO:teuthology.orchestra.run.smithi121.stdout:^* hv03.front.sepia.ceph.com 3 6 377 15 -1015us[-1014us] +/- 73ms 2024-01-31T12:18:45.731 INFO:teuthology.orchestra.run.smithi121.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-31T12:18:45.732 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-31T12:18:45.740 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-31T12:18:45.741 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-31T12:18:45.749 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 2024-01-31T12:18:45.817 DEBUG:teuthology.orchestra.run.smithi121:> 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 2024-01-31T12:18:45.881 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 2024-01-31T12:18:45.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-31T12:18:45.911 DEBUG:teuthology.orchestra.run.smithi121:> 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 2024-01-31T12:18:45.941 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-31T12:18:45.941 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-31T12:18:45.950 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-31T12:18:45.958 INFO:teuthology.task.internal:Duration was 1788.961972 seconds 2024-01-31T12:18:45.958 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-31T12:18:45.967 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-31T12:18:45.967 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-31T12:18:45.970 DEBUG:teuthology.orchestra.run.smithi121:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-31T12:18:46.014 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-31T12:18:46.029 INFO:teuthology.orchestra.run.smithi121.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-31T12:18:46.233 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-31T12:18:46.233 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2024-01-31T12:18:46.233 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 2024-01-31T12:18:46.255 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi121.front.sepia.ceph.com 2024-01-31T12:18:46.255 DEBUG:teuthology.orchestra.run.smithi121:> 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 2024-01-31T12:18:46.278 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-31T12:18:46.278 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-31T12:18:46.298 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-31T12:18:46.358 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-31T12:18:46.358 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-31T12:18:46.379 DEBUG:teuthology.orchestra.run.smithi121:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-31T12:18:46.462 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-31T12:18:46.472 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-31T12:18:46.472 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-31T12:18:46.500 DEBUG:teuthology.orchestra.run.smithi121:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-31T12:18:46.526 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-31T12:18:46.535 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 2024-01-31T12:18:46.542 DEBUG:teuthology.orchestra.run.smithi121:> 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 2024-01-31T12:18:46.567 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2024-01-31T12:18:46.592 INFO:teuthology.orchestra.run.smithi121.stdout:kernel.core_pattern = core 2024-01-31T12:18:46.630 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-31T12:18:46.647 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-31T12:18:46.648 DEBUG:teuthology.orchestra.run.smithi121:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-31T12:18:46.687 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-31T12:18:46.688 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-31T12:18:46.697 INFO:teuthology.task.internal:Transferring archived files... 2024-01-31T12:18:46.699 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi/7540140/remote/smithi040 2024-01-31T12:18:46.700 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-31T12:18:46.755 DEBUG:teuthology.misc:Transferring archived files from smithi121:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi/7540140/remote/smithi121 2024-01-31T12:18:46.756 DEBUG:teuthology.orchestra.run.smithi121:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-31T12:18:46.813 INFO:teuthology.task.internal:Removing archive directory... 2024-01-31T12:18:46.813 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-31T12:18:46.815 DEBUG:teuthology.orchestra.run.smithi121:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-31T12:18:46.864 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-31T12:18:46.875 INFO:teuthology.task.internal:Not uploading archives. 2024-01-31T12:18:46.875 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-31T12:18:46.883 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-31T12:18:46.884 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-31T12:18:46.886 DEBUG:teuthology.orchestra.run.smithi121:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-31T12:18:46.901 INFO:teuthology.orchestra.run.smithi040.stdout: 525757 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 31 12:18 /home/ubuntu/cephtest 2024-01-31T12:18:46.920 INFO:teuthology.orchestra.run.smithi121.stdout: 525838 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 31 12:18 /home/ubuntu/cephtest 2024-01-31T12:18:46.922 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-31T12:18:46.931 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-31T12:18:46.950 INFO:teuthology.nuke:Checking targets against current locks 2024-01-31T12:18:46.978 DEBUG:teuthology.nuke:shortname: smithi040 2024-01-31T12:18:46.978 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-31T12:18:47.003 DEBUG:teuthology.nuke:shortname: smithi121 2024-01-31T12:18:47.003 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-31T12:18:47.007 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi/7540140', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-31 11:40:56.306452', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEgvQj4lEZH+eCjmtQq4jmVcjlArFpkGLjkinlyQx3yPvssP0Nsr8cU/jTgZEPbMbsDr9k5G7D4KisWR6JtMxUw='} 2024-01-31T12:18:47.029 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi121.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-01-31_08:49:02-orch:cephadm-wip-guits-testing-2-2024-01-31-0639-quincy-distro-default-smithi/7540140', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-31 11:40:56.308072', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBK4PHtJdIcMaZK81XgZFMNtrkMRRZ5BiB2Gpwd7jIc8+0Hzf6MKb+UqdXU+acwGIuh91ftIZrSkakGnJRcPhQ6Q='} 2024-01-31T12:18:47.060 INFO:teuthology.orchestra.console.smithi040:Power off 2024-01-31T12:18:47.061 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-31T12:18:47.085 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2024-01-31T12:18:47.086 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-31T12:18:47.099 INFO:teuthology.orchestra.console.smithi121:Power off 2024-01-31T12:18:47.100 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-31T12:18:47.109 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-01-31T12:18:47.120 DEBUG:teuthology.orchestra.console.smithi121:power off output: Chassis Power Control: Down/Off 2024-01-31T12:18:47.121 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-31T12:18:47.142 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2024-01-31T12:18:51.110 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-31T12:18:51.144 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-31T12:18:51.220 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2024-01-31T12:18:51.253 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is on 2024-01-31T12:18:55.225 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-31T12:18:55.253 DEBUG:teuthology.orchestra.console.smithi121:pexpect command: ipmitool -H smithi121.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-31T12:18:55.335 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2024-01-31T12:18:55.361 DEBUG:teuthology.orchestra.console.smithi121:check power output: Chassis Power is off 2024-01-31T12:18:55.436 INFO:teuthology.orchestra.console.smithi040:Power off completed 2024-01-31T12:18:55.462 INFO:teuthology.orchestra.console.smithi121:Power off completed 2024-01-31T12:18:55.566 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/centos_8.stream_container_tools_crun 0-nvme-loop 1-start 2-services/nfs-ingress-rgw-user 3-final} duration: 1788.9619722366333 failure_reason: No module named 'tasks.nvme_loop' owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b9eeafed4f4e4d0d914f8b3d4e4ec2df status: fail success: false 2024-01-31T12:18:55.566 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-31T12:18:55.646 INFO:teuthology.run:FAIL