2023-10-17T11:47:19.854 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-17T11:47:19.855 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi/7431113 --owner scheduled_vallariag@teuthology --description rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} --name vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi -- /home/teuthworker/archive/vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi/7431113/orig.config.yaml 2023-10-17T11:47:19.890 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-17T11:47:19.974 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi/7431113 branch: main description: rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} email: null first_in_suite: false job_id: '7431113' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - machine: cpus: 1 disk: 40 ram: 8000 volumes: count: 4 size: 30 os_type: centos os_version: 8.stream overrides: admin_socket: branch: main 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 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-nvmetest-teuthology sha1: a65ca51f38a16e8c74bd3406702c520645618e28 owner: scheduled_vallariag@teuthology priority: 50 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - mon.b - osd.2 - osd.3 - osd.4 - client.1 seed: 1696 sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 sleep_before_teardown: 0 suite: rbd:nvmeof suite_branch: wip-nvmetest-teuthology suite_path: /home/teuthworker/src/github.com_vallariag_ceph_a65ca51f38a16e8c74bd3406702c520645618e28/qa suite_relpath: qa suite_repo: https://github.com/vallariag/ceph.git suite_sha1: a65ca51f38a16e8c74bd3406702c520645618e28 targets: smithi040.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB6TkCHVyucpJfte6+ztQ9w+AM/EYvRI95+F3VudUvWVYhtp+4Wl2R9CGcv5UVfbLyKG45f6Y27nZ34qdzQPy64= smithi071.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE6nL1DSMidwU8kSiOrUKzqHz+CnDAOPPC2U1MBh2o+5mSYNEAbrdmmHqNUVoMJmdmJTGWR7cq9RE0uG0ua6w9w= 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 - cephadm: null - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph osd lspools - ceph osd pool create mypool - ceph osd pool application enable mypool rbd - ceph osd lspools - ceph osd pool ls detail - ceph config set mgr mgr/cephadm/container_image_nvmeof quay.io/barakda1/nvmeof:0.0.3 - ceph config get mgr mgr/cephadm/container_image_nvmeof - ceph orch apply nvmeof mypool --placement="1 $(hostname)" - ceph orch ps --refresh - ceph versions - ceph -s - ceph orch ls - rbd create mypool/myimage --size 8Gi - rbd ls mypool - cephadm.nvmeof_context: null - cephadm.wait_for_service: service: nvmeof.mypool - exec: client.1: - modprobe nvme-fabrics - modprobe nvme-tcp - 'set -ex # # print nvmeof start up logs s=$(systemctl list-units | grep nvmeof.mypool | awk ''{print $1}'') echo "<---- s variable is [ $s ]---->" PAGER=cat journalctl -u $s GATEWAY1=`cat /etc/ceph/nvmeof.cfg` GATEWAY2=`cat /etc/ceph/nvmeof.cfg |grep ''gateway_addr''` GATEWAY3=`cat /etc/ceph/nvmeof.cfg |grep ''gateway_addr'' | awk -F''[, ]'' ''{print $3}''` echo "<---- GATEWAY1 is [ $GATEWAY1 ]---->" echo "<---- GATEWAY2 is [ $GATEWAY2]---->" echo "<---- GATEWAY3 is [ $GATEWAY3 ]---->" IP1=`cat /etc/ceph/nvmeof.cfg` IP2=`cat /etc/ceph/nvmeof.cfg |grep ''ip_address''` IP3=`cat /etc/ceph/nvmeof.cfg |grep ''ip_address'' | awk -F''[, ]'' ''{print $3}''` echo "<---- IP1 is [ $IP1 ]---->" echo "<---- IP2 is [ $IP2 ]---->" echo "<---- IP3 is [ $IP3 ]---->" ' - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph osd lspools - 'set -ex s=$(ceph orch ps | grep nvmeof.mypool | awk ''{print $4}'') echo $s [ $s = running ] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 8cdab074dcca9a68965bc5a50e9c30b691949723 timestamp: 2023-10-17_11:35:34 tube: smithi use_shaman: true user: vallariag verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-17T11:47:19.974 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_vallariag_ceph_a65ca51f38a16e8c74bd3406702c520645618e28/qa; will attempt to use it 2023-10-17T11:47:19.975 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_vallariag_ceph_a65ca51f38a16e8c74bd3406702c520645618e28/qa/tasks 2023-10-17T11:47:19.975 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-17T11:47:19.977 INFO:teuthology.task.internal:Checking packages... 2023-10-17T11:47:20.002 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'bcf5b23faa7fe51d364c0e949f01773ae6822e01' 2023-10-17T11:47:20.002 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-17T11:47:20.003 INFO:teuthology.packaging:ref: None 2023-10-17T11:47:20.003 INFO:teuthology.packaging:tag: None 2023-10-17T11:47:20.003 INFO:teuthology.packaging:branch: main 2023-10-17T11:47:20.004 INFO:teuthology.packaging:sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-17T11:47:20.004 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-10-17T11:47:20.468 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6760.g28cb4d10 2023-10-17T11:47:20.468 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-17T11:47:20.475 INFO:teuthology.task.internal:no buildpackages task found 2023-10-17T11:47:20.475 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-17T11:47:20.519 INFO:teuthology.task.internal:Saving configuration 2023-10-17T11:47:20.536 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-17T11:47:20.543 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-17T11:47:20.561 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi/7431113', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-17 11:40:55.894722', 'locked_by': 'scheduled_vallariag@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB6TkCHVyucpJfte6+ztQ9w+AM/EYvRI95+F3VudUvWVYhtp+4Wl2R9CGcv5UVfbLyKG45f6Y27nZ34qdzQPy64='} 2023-10-17T11:47:20.581 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi/7431113', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-17 11:40:55.892640', 'locked_by': 'scheduled_vallariag@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE6nL1DSMidwU8kSiOrUKzqHz+CnDAOPPC2U1MBh2o+5mSYNEAbrdmmHqNUVoMJmdmJTGWR7cq9RE0uG0ua6w9w='} 2023-10-17T11:47:20.582 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-17T11:47:20.588 INFO:teuthology.task.internal:roles: ubuntu@smithi040.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2023-10-17T11:47:20.588 INFO:teuthology.task.internal:roles: ubuntu@smithi071.front.sepia.ceph.com - ['host.b', 'mon.b', 'osd.2', 'osd.3', 'osd.4', 'client.1'] 2023-10-17T11:47:20.589 INFO:teuthology.run_tasks:Running task console_log... 2023-10-17T11:47:20.678 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ffb3deefb80>, signals=[15]) 2023-10-17T11:47:20.679 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-17T11:47:20.685 INFO:teuthology.task.internal:Opening connections... 2023-10-17T11:47:20.686 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi040.front.sepia.ceph.com 2023-10-17T11:47:20.688 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-17T11:47:20.756 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi071.front.sepia.ceph.com 2023-10-17T11:47:20.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-17T11:47:20.822 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-17T11:47:20.829 DEBUG:teuthology.orchestra.run.smithi040:> uname -m 2023-10-17T11:47:20.852 INFO:teuthology.orchestra.run.smithi040.stdout:x86_64 2023-10-17T11:47:20.852 DEBUG:teuthology.orchestra.run.smithi040:> cat /etc/os-release 2023-10-17T11:47:20.914 INFO:teuthology.orchestra.run.smithi040.stdout:NAME="CentOS Stream" 2023-10-17T11:47:20.914 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION="8" 2023-10-17T11:47:20.914 INFO:teuthology.orchestra.run.smithi040.stdout:ID="centos" 2023-10-17T11:47:20.914 INFO:teuthology.orchestra.run.smithi040.stdout:ID_LIKE="rhel fedora" 2023-10-17T11:47:20.915 INFO:teuthology.orchestra.run.smithi040.stdout:VERSION_ID="8" 2023-10-17T11:47:20.915 INFO:teuthology.orchestra.run.smithi040.stdout:PLATFORM_ID="platform:el8" 2023-10-17T11:47:20.915 INFO:teuthology.orchestra.run.smithi040.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-17T11:47:20.915 INFO:teuthology.orchestra.run.smithi040.stdout:ANSI_COLOR="0;31" 2023-10-17T11:47:20.915 INFO:teuthology.orchestra.run.smithi040.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-17T11:47:20.915 INFO:teuthology.orchestra.run.smithi040.stdout:HOME_URL="https://centos.org/" 2023-10-17T11:47:20.916 INFO:teuthology.orchestra.run.smithi040.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-17T11:47:20.916 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-17T11:47:20.916 INFO:teuthology.orchestra.run.smithi040.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-17T11:47:20.917 INFO:teuthology.lock.ops:Updating smithi040.front.sepia.ceph.com on lock server 2023-10-17T11:47:20.942 DEBUG:teuthology.orchestra.run.smithi071:> uname -m 2023-10-17T11:47:20.964 INFO:teuthology.orchestra.run.smithi071.stdout:x86_64 2023-10-17T11:47:20.965 DEBUG:teuthology.orchestra.run.smithi071:> cat /etc/os-release 2023-10-17T11:47:21.027 INFO:teuthology.orchestra.run.smithi071.stdout:NAME="CentOS Stream" 2023-10-17T11:47:21.027 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION="8" 2023-10-17T11:47:21.027 INFO:teuthology.orchestra.run.smithi071.stdout:ID="centos" 2023-10-17T11:47:21.027 INFO:teuthology.orchestra.run.smithi071.stdout:ID_LIKE="rhel fedora" 2023-10-17T11:47:21.028 INFO:teuthology.orchestra.run.smithi071.stdout:VERSION_ID="8" 2023-10-17T11:47:21.028 INFO:teuthology.orchestra.run.smithi071.stdout:PLATFORM_ID="platform:el8" 2023-10-17T11:47:21.028 INFO:teuthology.orchestra.run.smithi071.stdout:PRETTY_NAME="CentOS Stream 8" 2023-10-17T11:47:21.028 INFO:teuthology.orchestra.run.smithi071.stdout:ANSI_COLOR="0;31" 2023-10-17T11:47:21.028 INFO:teuthology.orchestra.run.smithi071.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-10-17T11:47:21.029 INFO:teuthology.orchestra.run.smithi071.stdout:HOME_URL="https://centos.org/" 2023-10-17T11:47:21.029 INFO:teuthology.orchestra.run.smithi071.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-17T11:47:21.029 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-17T11:47:21.030 INFO:teuthology.orchestra.run.smithi071.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-10-17T11:47:21.030 INFO:teuthology.lock.ops:Updating smithi071.front.sepia.ceph.com on lock server 2023-10-17T11:47:21.050 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-17T11:47:21.059 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-17T11:47:21.087 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-17T11:47:21.087 DEBUG:teuthology.orchestra.run.smithi040:> test '!' -e /home/ubuntu/cephtest 2023-10-17T11:47:21.090 DEBUG:teuthology.orchestra.run.smithi071:> test '!' -e /home/ubuntu/cephtest 2023-10-17T11:47:21.111 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-17T11:47:21.118 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-17T11:47:21.119 DEBUG:teuthology.orchestra.run.smithi040:> test -z $(ls -A /var/lib/ceph) 2023-10-17T11:47:21.152 DEBUG:teuthology.orchestra.run.smithi071:> test -z $(ls -A /var/lib/ceph) 2023-10-17T11:47:21.182 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-17T11:47:21.236 INFO:teuthology.run_tasks:Running task kernel... 2023-10-17T11:47:21.250 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-17T11:47:21.251 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-17T11:47:21.251 DEBUG:teuthology.orchestra.run.smithi040:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-17T11:47:21.252 DEBUG:teuthology.orchestra.run.smithi071:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-17T11:47:21.273 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-17T11:47:21.274 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-10-17T11:47:21.274 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-17T11:47:21.275 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2023-10-17T11:47:21.335 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-489.el8.x86_64 2023-10-17T11:47:21.336 INFO:teuthology.task.kernel:Running kernel on smithi071: 4.18.0-489.el8.x86_64 2023-10-17T11:47:21.336 DEBUG:teuthology.orchestra.run.smithi071:> sudo yum install -y kernel 2023-10-17T11:47:21.337 INFO:teuthology.orchestra.run.smithi040.stdout:4.18.0-489.el8.x86_64 2023-10-17T11:47:21.338 INFO:teuthology.task.kernel:Running kernel on smithi040: 4.18.0-489.el8.x86_64 2023-10-17T11:47:21.338 DEBUG:teuthology.orchestra.run.smithi040:> sudo yum install -y kernel 2023-10-17T11:47:26.360 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - AppStream 14 MB/s | 33 MB 00:02 2023-10-17T11:47:26.575 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - AppStream 13 MB/s | 33 MB 00:02 2023-10-17T11:55:51.260 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - BaseOS 102 kB/s | 50 MB 08:18 2023-10-17T11:55:59.659 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - Extras 23 kB/s | 18 kB 00:00 2023-10-17T11:56:01.394 INFO:teuthology.orchestra.run.smithi040.stdout:CentOS Stream 8 - Extras common packages 4.5 kB/s | 6.9 kB 00:01 2023-10-17T11:56:01.746 INFO:teuthology.orchestra.run.smithi040.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-10-17T11:56:08.931 INFO:teuthology.orchestra.run.smithi040.stdout:Extra Packages for Enterprise Linux 2.3 MB/s | 16 MB 00:07 2023-10-17T11:56:12.953 INFO:teuthology.orchestra.run.smithi040.stdout:lab-extras 381 kB/s | 24 kB 00:00 2023-10-17T11:56:16.669 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-17T11:56:16.670 INFO:teuthology.orchestra.run.smithi040.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-17T11:56:16.936 INFO:teuthology.orchestra.run.smithi040.stdout:Dependencies resolved. 2023-10-17T11:56:16.936 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-10-17T11:56:16.936 INFO:teuthology.orchestra.run.smithi040.stdout: Package Architecture Version Repository Size 2023-10-17T11:56:16.937 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-10-17T11:56:16.937 INFO:teuthology.orchestra.run.smithi040.stdout:Installing: 2023-10-17T11:56:16.937 INFO:teuthology.orchestra.run.smithi040.stdout: kernel x86_64 4.18.0-517.el8 baseos 10 M 2023-10-17T11:56:16.937 INFO:teuthology.orchestra.run.smithi040.stdout:Installing dependencies: 2023-10-17T11:56:16.937 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-core x86_64 4.18.0-517.el8 baseos 43 M 2023-10-17T11:56:16.938 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules x86_64 4.18.0-517.el8 baseos 36 M 2023-10-17T11:56:16.938 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-10-17T11:56:16.938 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction Summary 2023-10-17T11:56:16.938 INFO:teuthology.orchestra.run.smithi040.stdout:================================================================================ 2023-10-17T11:56:16.938 INFO:teuthology.orchestra.run.smithi040.stdout:Install 3 Packages 2023-10-17T11:56:16.939 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-10-17T11:56:16.939 INFO:teuthology.orchestra.run.smithi040.stdout:Total download size: 89 M 2023-10-17T11:56:16.939 INFO:teuthology.orchestra.run.smithi040.stdout:Installed size: 96 M 2023-10-17T11:56:16.940 INFO:teuthology.orchestra.run.smithi040.stdout:Downloading Packages: 2023-10-17T11:58:55.019 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - BaseOS 75 kB/s | 50 MB 11:22 2023-10-17T11:59:02.776 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras 29 kB/s | 18 kB 00:00 2023-10-17T11:59:03.251 INFO:teuthology.orchestra.run.smithi071.stdout:CentOS Stream 8 - Extras common packages 23 kB/s | 6.9 kB 00:00 2023-10-17T11:59:03.578 INFO:teuthology.orchestra.run.smithi071.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-10-17T11:59:05.720 INFO:teuthology.orchestra.run.smithi071.stdout:Extra Packages for Enterprise Linux 8.0 MB/s | 16 MB 00:01 2023-10-17T11:59:09.524 INFO:teuthology.orchestra.run.smithi071.stdout:lab-extras 275 kB/s | 24 kB 00:00 2023-10-17T11:59:13.094 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-10-17T11:59:13.094 INFO:teuthology.orchestra.run.smithi071.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-10-17T11:59:13.351 INFO:teuthology.orchestra.run.smithi071.stdout:Dependencies resolved. 2023-10-17T11:59:13.352 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-17T11:59:13.352 INFO:teuthology.orchestra.run.smithi071.stdout: Package Architecture Version Repository Size 2023-10-17T11:59:13.352 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-17T11:59:13.352 INFO:teuthology.orchestra.run.smithi071.stdout:Installing: 2023-10-17T11:59:13.352 INFO:teuthology.orchestra.run.smithi071.stdout: kernel x86_64 4.18.0-517.el8 baseos 10 M 2023-10-17T11:59:13.353 INFO:teuthology.orchestra.run.smithi071.stdout:Installing dependencies: 2023-10-17T11:59:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-core x86_64 4.18.0-517.el8 baseos 43 M 2023-10-17T11:59:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules x86_64 4.18.0-517.el8 baseos 36 M 2023-10-17T11:59:13.353 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-17T11:59:13.353 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction Summary 2023-10-17T11:59:13.353 INFO:teuthology.orchestra.run.smithi071.stdout:================================================================================ 2023-10-17T11:59:13.354 INFO:teuthology.orchestra.run.smithi071.stdout:Install 3 Packages 2023-10-17T11:59:13.354 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-17T11:59:13.354 INFO:teuthology.orchestra.run.smithi071.stdout:Total download size: 89 M 2023-10-17T11:59:13.355 INFO:teuthology.orchestra.run.smithi071.stdout:Installed size: 96 M 2023-10-17T11:59:13.355 INFO:teuthology.orchestra.run.smithi071.stdout:Downloading Packages: 2023-10-17T11:59:30.707 INFO:teuthology.orchestra.run.smithi040.stdout:(1/3): kernel-4.18.0-517.el8.x86_64.rpm 53 kB/s | 10 MB 03:13 2023-10-17T12:02:57.413 INFO:teuthology.orchestra.run.smithi071.stdout:(1/3): kernel-4.18.0-517.el8.x86_64.rpm 46 kB/s | 10 MB 03:43 2023-10-17T12:09:11.574 INFO:teuthology.orchestra.run.smithi040.stdout:(2/3): kernel-modules-4.18.0-517.el8.x86_64.rpm 47 kB/s | 36 MB 12:54 2023-10-17T12:11:30.900 INFO:teuthology.orchestra.run.smithi040.stdout:(3/3): kernel-core-4.18.0-517.el8.x86_64.rpm 48 kB/s | 43 MB 15:13 2023-10-17T12:11:30.900 INFO:teuthology.orchestra.run.smithi040.stdout:-------------------------------------------------------------------------------- 2023-10-17T12:11:30.900 INFO:teuthology.orchestra.run.smithi040.stdout:Total 99 kB/s | 89 MB 15:13 2023-10-17T12:11:31.604 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction check 2023-10-17T12:11:32.070 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction check succeeded. 2023-10-17T12:11:32.070 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction test 2023-10-17T12:11:33.361 INFO:teuthology.orchestra.run.smithi040.stdout:Transaction test succeeded. 2023-10-17T12:11:33.393 INFO:teuthology.orchestra.run.smithi040.stdout:Running transaction 2023-10-17T12:11:36.322 INFO:teuthology.orchestra.run.smithi040.stdout: Preparing : 1/1 2023-10-17T12:11:36.761 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-17T12:11:40.477 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-17T12:11:40.844 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-17T12:11:44.471 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-17T12:11:44.756 INFO:teuthology.orchestra.run.smithi040.stdout: Installing : kernel-4.18.0-517.el8.x86_64 3/3 2023-10-17T12:11:46.369 INFO:teuthology.orchestra.run.smithi071.stdout:(2/3): kernel-modules-4.18.0-517.el8.x86_64.rpm 49 kB/s | 36 MB 12:32 2023-10-17T12:12:08.052 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 3/3 2023-10-17T12:12:08.077 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-17T12:12:08.524 INFO:teuthology.orchestra.run.smithi040.stdout: Running scriptlet: kernel-4.18.0-517.el8.x86_64 3/3 2023-10-17T12:12:08.524 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-4.18.0-517.el8.x86_64 1/3 2023-10-17T12:12:08.525 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-core-4.18.0-517.el8.x86_64 2/3 2023-10-17T12:12:09.341 INFO:teuthology.orchestra.run.smithi040.stdout: Verifying : kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-17T12:12:09.341 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-10-17T12:12:09.341 INFO:teuthology.orchestra.run.smithi040.stdout:Installed: 2023-10-17T12:12:09.341 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-4.18.0-517.el8.x86_64 kernel-core-4.18.0-517.el8.x86_64 2023-10-17T12:12:09.342 INFO:teuthology.orchestra.run.smithi040.stdout: kernel-modules-4.18.0-517.el8.x86_64 2023-10-17T12:12:09.342 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-10-17T12:12:09.342 INFO:teuthology.orchestra.run.smithi040.stdout:Complete! 2023-10-17T12:12:09.494 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2023-10-17T12:12:09.761 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-17T12:12:09.762 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-17T12:12:09.762 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-517.el8.x86_64 2023-10-17T12:12:09.763 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-17T12:12:09.763 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-17T12:12:09.763 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-10-17T12:12:09.763 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi040.front.sepia.ceph.com, path=None, version=distro) 2023-10-17T12:12:09.764 DEBUG:teuthology.orchestra.run.smithi040:> rpm -q kernel | sort -rV | head -n 1 2023-10-17T12:12:09.982 INFO:teuthology.orchestra.run.smithi040.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-17T12:12:09.982 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-17T12:12:09.982 DEBUG:teuthology.orchestra.run.smithi040:> sudo rpm -qi grub2-tools 2023-10-17T12:12:10.017 INFO:teuthology.orchestra.run.smithi040.stdout:Name : grub2-tools 2023-10-17T12:12:10.018 INFO:teuthology.orchestra.run.smithi040.stdout:Epoch : 1 2023-10-17T12:12:10.018 INFO:teuthology.orchestra.run.smithi040.stdout:Version : 2.02 2023-10-17T12:12:10.018 INFO:teuthology.orchestra.run.smithi040.stdout:Release : 129.el8 2023-10-17T12:12:10.018 INFO:teuthology.orchestra.run.smithi040.stdout:Architecture: x86_64 2023-10-17T12:12:10.018 INFO:teuthology.orchestra.run.smithi040.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-17T12:12:10.019 INFO:teuthology.orchestra.run.smithi040.stdout:Group : System Environment/Base 2023-10-17T12:12:10.019 INFO:teuthology.orchestra.run.smithi040.stdout:Size : 9265586 2023-10-17T12:12:10.019 INFO:teuthology.orchestra.run.smithi040.stdout:License : GPLv3+ 2023-10-17T12:12:10.019 INFO:teuthology.orchestra.run.smithi040.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-17T12:12:10.020 INFO:teuthology.orchestra.run.smithi040.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-17T12:12:10.020 INFO:teuthology.orchestra.run.smithi040.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-17T12:12:10.020 INFO:teuthology.orchestra.run.smithi040.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-17T12:12:10.020 INFO:teuthology.orchestra.run.smithi040.stdout:Relocations : (not relocatable) 2023-10-17T12:12:10.020 INFO:teuthology.orchestra.run.smithi040.stdout:Packager : CentOS BuildSystem 2023-10-17T12:12:10.020 INFO:teuthology.orchestra.run.smithi040.stdout:Vendor : CentOS 2023-10-17T12:12:10.021 INFO:teuthology.orchestra.run.smithi040.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-17T12:12:10.021 INFO:teuthology.orchestra.run.smithi040.stdout:Summary : Support tools for GRUB. 2023-10-17T12:12:10.021 INFO:teuthology.orchestra.run.smithi040.stdout:Description : 2023-10-17T12:12:10.021 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-10-17T12:12:10.021 INFO:teuthology.orchestra.run.smithi040.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-17T12:12:10.022 INFO:teuthology.orchestra.run.smithi040.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-17T12:12:10.022 INFO:teuthology.orchestra.run.smithi040.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-17T12:12:10.022 INFO:teuthology.orchestra.run.smithi040.stdout:hardware devices. 2023-10-17T12:12:10.022 INFO:teuthology.orchestra.run.smithi040.stdout: 2023-10-17T12:12:10.022 INFO:teuthology.orchestra.run.smithi040.stdout:This subpackage provides tools for support of all platforms. 2023-10-17T12:12:10.023 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-17T12:12:10.024 INFO:teuthology.task.kernel:Updating grub on smithi040 to boot 4.18.0-517.el8.x86_64 2023-10-17T12:12:10.024 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-17T12:12:11.357 INFO:teuthology.orchestra.run.smithi040.stderr:Generating grub configuration file ... 2023-10-17T12:12:13.257 INFO:teuthology.orchestra.run.smithi040.stderr:done 2023-10-17T12:12:13.258 DEBUG:teuthology.orchestra.run.smithi040:> mktemp 2023-10-17T12:12:13.294 INFO:teuthology.orchestra.run.smithi040.stdout:/tmp/tmp.hpAV4THDpC 2023-10-17T12:12:13.294 DEBUG:teuthology.orchestra.run.smithi040:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.hpAV4THDpC 2023-10-17T12:12:13.369 DEBUG:teuthology.orchestra.run.smithi040:> sudo chmod 0666 /tmp/tmp.hpAV4THDpC 2023-10-17T12:12:13.520 DEBUG:teuthology.orchestra.remote:smithi040:/tmp/tmp.hpAV4THDpC is 6KB 2023-10-17T12:12:13.570 DEBUG:teuthology.orchestra.run.smithi040:> rm -fr /tmp/tmp.hpAV4THDpC 2023-10-17T12:12:13.588 DEBUG:teuthology.orchestra.run.smithi040:> sudo /bin/ls /boot/loader/entries || true 2023-10-17T12:12:13.662 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-17T12:12:13.662 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-17T12:12:13.662 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-17T12:12:13.663 INFO:teuthology.orchestra.run.smithi040.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64.conf 2023-10-17T12:12:13.664 DEBUG:teuthology.orchestra.run.smithi040:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64 2023-10-17T12:12:13.827 DEBUG:teuthology.orchestra.run.smithi040:> sudo shutdown -r now 2023-10-17T12:12:43.830 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-10-17T12:12:43.831 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-10-17T12:12:43.832 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-17T12:13:37.965 INFO:teuthology.orchestra.run.smithi071.stdout:(3/3): kernel-core-4.18.0-517.el8.x86_64.rpm 51 kB/s | 43 MB 14:24 2023-10-17T12:13:37.965 INFO:teuthology.orchestra.run.smithi071.stdout:-------------------------------------------------------------------------------- 2023-10-17T12:13:37.966 INFO:teuthology.orchestra.run.smithi071.stdout:Total 105 kB/s | 89 MB 14:24 2023-10-17T12:13:38.630 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction check 2023-10-17T12:13:39.062 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction check succeeded. 2023-10-17T12:13:39.062 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction test 2023-10-17T12:13:40.299 INFO:teuthology.orchestra.run.smithi071.stdout:Transaction test succeeded. 2023-10-17T12:13:40.337 INFO:teuthology.orchestra.run.smithi071.stdout:Running transaction 2023-10-17T12:13:43.130 INFO:teuthology.orchestra.run.smithi071.stdout: Preparing : 1/1 2023-10-17T12:13:43.757 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-17T12:13:43.834 DEBUG:teuthology.orchestra.remote:timed out 2023-10-17T12:13:47.387 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 1/3 2023-10-17T12:13:47.864 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-17T12:13:51.244 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 2/3 2023-10-17T12:13:51.518 INFO:teuthology.orchestra.run.smithi071.stdout: Installing : kernel-4.18.0-517.el8.x86_64 3/3 2023-10-17T12:13:52.837 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-10-17T12:13:52.838 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi040.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-17T12:13:53.223 DEBUG:teuthology.orchestra.run.smithi040:> true 2023-10-17T12:13:53.645 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi040.front.sepia.ceph.com' 2023-10-17T12:13:53.646 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-517.el8.x86_64"... 2023-10-17T12:13:53.646 DEBUG:teuthology.orchestra.run.smithi040:> uname -r 2023-10-17T12:13:53.665 INFO:teuthology.orchestra.run.smithi040.stdout:4.18.0-517.el8.x86_64 2023-10-17T12:13:53.665 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-517.el8.x86_64 vs 4.18.0-517.el8.x86_64 2023-10-17T12:13:53.666 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-17T12:13:53.666 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-17T12:13:54.667 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-17T12:13:54.667 DEBUG:teuthology.orchestra.run.smithi040:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-17T12:13:54.776 INFO:teuthology.orchestra.run.smithi040.stdout:ttyS1 2023-10-17T12:13:54.792 DEBUG:teuthology.parallel:result is None 2023-10-17T12:14:13.434 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-core-4.18.0-517.el8.x86_64 3/3 2023-10-17T12:14:13.455 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-17T12:14:13.805 INFO:teuthology.orchestra.run.smithi071.stdout: Running scriptlet: kernel-4.18.0-517.el8.x86_64 3/3 2023-10-17T12:14:13.805 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-4.18.0-517.el8.x86_64 1/3 2023-10-17T12:14:13.806 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-core-4.18.0-517.el8.x86_64 2/3 2023-10-17T12:14:15.168 INFO:teuthology.orchestra.run.smithi071.stdout: Verifying : kernel-modules-4.18.0-517.el8.x86_64 3/3 2023-10-17T12:14:15.169 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-17T12:14:15.169 INFO:teuthology.orchestra.run.smithi071.stdout:Installed: 2023-10-17T12:14:15.169 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-4.18.0-517.el8.x86_64 kernel-core-4.18.0-517.el8.x86_64 2023-10-17T12:14:15.169 INFO:teuthology.orchestra.run.smithi071.stdout: kernel-modules-4.18.0-517.el8.x86_64 2023-10-17T12:14:15.170 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-17T12:14:15.170 INFO:teuthology.orchestra.run.smithi071.stdout:Complete! 2023-10-17T12:14:15.308 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2023-10-17T12:14:15.527 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-17T12:14:15.527 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-17T12:14:15.527 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-517.el8.x86_64 2023-10-17T12:14:15.528 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-10-17T12:14:15.528 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-10-17T12:14:15.528 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-10-17T12:14:15.528 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi071.front.sepia.ceph.com, path=None, version=distro) 2023-10-17T12:14:15.529 DEBUG:teuthology.orchestra.run.smithi071:> rpm -q kernel | sort -rV | head -n 1 2023-10-17T12:14:15.737 INFO:teuthology.orchestra.run.smithi071.stdout:kernel-4.18.0-517.el8.x86_64 2023-10-17T12:14:15.737 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-517.el8.x86_64 2023-10-17T12:14:15.737 DEBUG:teuthology.orchestra.run.smithi071:> sudo rpm -qi grub2-tools 2023-10-17T12:14:15.771 INFO:teuthology.orchestra.run.smithi071.stdout:Name : grub2-tools 2023-10-17T12:14:15.772 INFO:teuthology.orchestra.run.smithi071.stdout:Epoch : 1 2023-10-17T12:14:15.772 INFO:teuthology.orchestra.run.smithi071.stdout:Version : 2.02 2023-10-17T12:14:15.772 INFO:teuthology.orchestra.run.smithi071.stdout:Release : 129.el8 2023-10-17T12:14:15.772 INFO:teuthology.orchestra.run.smithi071.stdout:Architecture: x86_64 2023-10-17T12:14:15.772 INFO:teuthology.orchestra.run.smithi071.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-10-17T12:14:15.773 INFO:teuthology.orchestra.run.smithi071.stdout:Group : System Environment/Base 2023-10-17T12:14:15.773 INFO:teuthology.orchestra.run.smithi071.stdout:Size : 9265586 2023-10-17T12:14:15.773 INFO:teuthology.orchestra.run.smithi071.stdout:License : GPLv3+ 2023-10-17T12:14:15.773 INFO:teuthology.orchestra.run.smithi071.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-10-17T12:14:15.773 INFO:teuthology.orchestra.run.smithi071.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-10-17T12:14:15.774 INFO:teuthology.orchestra.run.smithi071.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-10-17T12:14:15.774 INFO:teuthology.orchestra.run.smithi071.stdout:Build Host : kbuilder.bsys.centos.org 2023-10-17T12:14:15.774 INFO:teuthology.orchestra.run.smithi071.stdout:Relocations : (not relocatable) 2023-10-17T12:14:15.774 INFO:teuthology.orchestra.run.smithi071.stdout:Packager : CentOS BuildSystem 2023-10-17T12:14:15.774 INFO:teuthology.orchestra.run.smithi071.stdout:Vendor : CentOS 2023-10-17T12:14:15.775 INFO:teuthology.orchestra.run.smithi071.stdout:URL : http://www.gnu.org/software/grub/ 2023-10-17T12:14:15.775 INFO:teuthology.orchestra.run.smithi071.stdout:Summary : Support tools for GRUB. 2023-10-17T12:14:15.775 INFO:teuthology.orchestra.run.smithi071.stdout:Description : 2023-10-17T12:14:15.775 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-17T12:14:15.775 INFO:teuthology.orchestra.run.smithi071.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-10-17T12:14:15.776 INFO:teuthology.orchestra.run.smithi071.stdout:customizable bootloader with modular architecture. It supports a rich 2023-10-17T12:14:15.776 INFO:teuthology.orchestra.run.smithi071.stdout:variety of kernel formats, file systems, computer architectures and 2023-10-17T12:14:15.776 INFO:teuthology.orchestra.run.smithi071.stdout:hardware devices. 2023-10-17T12:14:15.776 INFO:teuthology.orchestra.run.smithi071.stdout: 2023-10-17T12:14:15.776 INFO:teuthology.orchestra.run.smithi071.stdout:This subpackage provides tools for support of all platforms. 2023-10-17T12:14:15.777 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-10-17T12:14:15.778 INFO:teuthology.task.kernel:Updating grub on smithi071 to boot 4.18.0-517.el8.x86_64 2023-10-17T12:14:15.778 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-10-17T12:14:17.339 INFO:teuthology.orchestra.run.smithi071.stderr:Generating grub configuration file ... 2023-10-17T12:14:19.740 INFO:teuthology.orchestra.run.smithi071.stderr:done 2023-10-17T12:14:19.742 DEBUG:teuthology.orchestra.run.smithi071:> mktemp 2023-10-17T12:14:19.774 INFO:teuthology.orchestra.run.smithi071.stdout:/tmp/tmp.BZzoA6XsaF 2023-10-17T12:14:19.774 DEBUG:teuthology.orchestra.run.smithi071:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.BZzoA6XsaF 2023-10-17T12:14:19.848 DEBUG:teuthology.orchestra.run.smithi071:> sudo chmod 0666 /tmp/tmp.BZzoA6XsaF 2023-10-17T12:14:19.994 DEBUG:teuthology.orchestra.remote:smithi071:/tmp/tmp.BZzoA6XsaF is 6KB 2023-10-17T12:14:20.043 DEBUG:teuthology.orchestra.run.smithi071:> rm -fr /tmp/tmp.BZzoA6XsaF 2023-10-17T12:14:20.060 DEBUG:teuthology.orchestra.run.smithi071:> sudo /bin/ls /boot/loader/entries || true 2023-10-17T12:14:20.124 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-10-17T12:14:20.125 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-10-17T12:14:20.125 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-10-17T12:14:20.125 INFO:teuthology.orchestra.run.smithi071.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64.conf 2023-10-17T12:14:20.126 DEBUG:teuthology.orchestra.run.smithi071:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-517.el8.x86_64 2023-10-17T12:14:20.264 DEBUG:teuthology.orchestra.run.smithi071:> sudo shutdown -r now 2023-10-17T12:14:50.267 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-10-17T12:14:50.268 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-10-17T12:14:50.269 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-17T12:15:50.272 DEBUG:teuthology.orchestra.remote:timed out 2023-10-17T12:15:59.274 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-10-17T12:15:59.275 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi071.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-17T12:15:59.575 DEBUG:teuthology.orchestra.run.smithi071:> true 2023-10-17T12:15:59.823 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi071.front.sepia.ceph.com' 2023-10-17T12:15:59.823 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-517.el8.x86_64"... 2023-10-17T12:15:59.823 DEBUG:teuthology.orchestra.run.smithi071:> uname -r 2023-10-17T12:15:59.840 INFO:teuthology.orchestra.run.smithi071.stdout:4.18.0-517.el8.x86_64 2023-10-17T12:15:59.841 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-517.el8.x86_64 vs 4.18.0-517.el8.x86_64 2023-10-17T12:15:59.841 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-10-17T12:15:59.841 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-10-17T12:16:00.842 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-17T12:16:00.843 DEBUG:teuthology.orchestra.run.smithi071:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-17T12:16:00.910 INFO:teuthology.orchestra.run.smithi071.stdout:ttyS1 2023-10-17T12:16:00.922 DEBUG:teuthology.parallel:result is None 2023-10-17T12:16:00.922 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-17T12:16:00.930 INFO:teuthology.task.internal:Creating test directory... 2023-10-17T12:16:00.930 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-17T12:16:00.934 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-17T12:16:00.957 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-17T12:16:00.963 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-17T12:16:01.015 INFO:teuthology.task.internal:Creating archive directory... 2023-10-17T12:16:01.016 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-17T12:16:01.019 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-17T12:16:01.060 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-17T12:16:01.067 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-17T12:16:01.067 DEBUG:teuthology.orchestra.run.smithi040:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-17T12:16:01.099 DEBUG:teuthology.orchestra.run.smithi071:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-17T12:16:01.133 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-17T12:16:01.143 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-17T12:16:01.151 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-17T12:16:01.164 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-17T12:16:01.165 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-17T12:16:01.173 INFO:teuthology.task.internal:Configuring sudo... 2023-10-17T12:16:01.174 DEBUG:teuthology.orchestra.run.smithi040:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-17T12:16:01.176 DEBUG:teuthology.orchestra.run.smithi071:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-17T12:16:01.213 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-17T12:16:01.222 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-17T12:16:01.223 DEBUG:teuthology.orchestra.run.smithi040:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-17T12:16:01.252 DEBUG:teuthology.orchestra.run.smithi071:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-17T12:16:01.271 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-17T12:16:01.362 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-17T12:16:01.425 DEBUG:teuthology.orchestra.run.smithi040:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-17T12:16:01.476 DEBUG:teuthology.orchestra.run.smithi040:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-17T12:16:01.525 DEBUG:teuthology.orchestra.run.smithi040:> set -ex 2023-10-17T12:16:01.525 DEBUG:teuthology.orchestra.run.smithi040:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-17T12:16:01.600 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-17T12:16:01.646 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-17T12:16:01.692 DEBUG:teuthology.orchestra.run.smithi071:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-17T12:16:01.776 DEBUG:teuthology.orchestra.run.smithi071:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-17T12:16:01.817 DEBUG:teuthology.orchestra.run.smithi071:> set -ex 2023-10-17T12:16:01.818 DEBUG:teuthology.orchestra.run.smithi071:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-17T12:16:01.886 DEBUG:teuthology.orchestra.run.smithi040:> sudo service rsyslog restart 2023-10-17T12:16:01.889 DEBUG:teuthology.orchestra.run.smithi071:> sudo service rsyslog restart 2023-10-17T12:16:01.979 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-17T12:16:01.981 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-17T12:16:02.432 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-17T12:16:02.441 INFO:teuthology.task.internal:Starting timer... 2023-10-17T12:16:02.441 INFO:teuthology.run_tasks:Running task pcp... 2023-10-17T12:16:02.492 INFO:teuthology.run_tasks:Running task selinux... 2023-10-17T12:16:02.541 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-17T12:16:02.542 DEBUG:teuthology.orchestra.run.smithi040:> sudo service auditd rotate 2023-10-17T12:16:02.640 INFO:teuthology.orchestra.run.smithi040.stdout:Rotating logs: 2023-10-17T12:16:02.642 DEBUG:teuthology.orchestra.run.smithi071:> sudo service auditd rotate 2023-10-17T12:16:02.713 INFO:teuthology.orchestra.run.smithi071.stdout:Rotating logs: 2023-10-17T12:16:02.715 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-17T12:16:02.715 DEBUG:teuthology.orchestra.run.smithi040:> /usr/sbin/getenforce 2023-10-17T12:16:02.766 INFO:teuthology.orchestra.run.smithi040.stdout:Permissive 2023-10-17T12:16:02.767 DEBUG:teuthology.orchestra.run.smithi071:> /usr/sbin/getenforce 2023-10-17T12:16:02.790 INFO:teuthology.orchestra.run.smithi071.stdout:Permissive 2023-10-17T12:16:02.791 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi040.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi071.front.sepia.ceph.com': 'permissive'} 2023-10-17T12:16:02.791 DEBUG:teuthology.orchestra.run.smithi040:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-17T12:16:02.827 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-17T12:16:02.828 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-17T12:16:02.858 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-17T12:16:02.859 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-17T12:16:02.859 DEBUG:teuthology.orchestra.run.smithi040:> sudo /usr/sbin/setenforce permissive 2023-10-17T12:16:02.902 DEBUG:teuthology.orchestra.run.smithi071:> sudo /usr/sbin/setenforce permissive 2023-10-17T12:16:02.942 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-17T12:16:02.953 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-10-17T12:16:02.953 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-17T12:16:02.970 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-10-17T12:16:02.971 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi040.front.sepia.ceph.com,smithi071.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-17T12:28:49.556 INFO:teuthology.task.ansible:Archiving ansible failure log at: /home/teuthworker/archive/vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi/7431113/ansible_failures.yaml 2023-10-17T12:28:49.558 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi071.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - ceph - ceph-base - ceph-selinux - ceph-common - ceph-debuginfo - ceph-release - libcephfs1 - ceph-radosgw - python-ceph - python-rados - python-rbd - python-cephfs - librbd1 - librados2 - mod_fastcgi releasever: null security: false skip_broken: false state: absent update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''powertools'': Yum repo downloading error: Downloading error(s): repodata/b3790f172deea54d71e93ab1e72eda8b8e31356b51edd645a960a887a599a6da-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/ce2b76c73062e056a4e8e738d20101a4b72c9a9692c612359b2c58e73d04c767-filelists.xml.gz - Cannot download, all mirrors were already tried without success' rc: 1 results: []smithi040.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - ceph - ceph-base - ceph-selinux - ceph-common - ceph-debuginfo - ceph-release - libcephfs1 - ceph-radosgw - python-ceph - python-rados - python-rbd - python-cephfs - librbd1 - librados2 - mod_fastcgi releasever: null security: false skip_broken: false state: absent update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''powertools'': Yum repo downloading error: Downloading error(s): repodata/b3790f172deea54d71e93ab1e72eda8b8e31356b51edd645a960a887a599a6da-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/ce2b76c73062e056a4e8e738d20101a4b72c9a9692c612359b2c58e73d04c767-filelists.xml.gz - Cannot download, all mirrors were already tried without success' rc: 1 results: [] 2023-10-17T12:28:49.637 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=77946ae3d2224e6e996e6f3da9587ac6 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 503, in begin super(CephLab, self).begin() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 341, in begin self.execute_playbook() File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 369, in execute_playbook self._handle_failure(command, status) File "/home/teuthworker/src/git.ceph.com_teuthology_8cdab074dcca9a68965bc5a50e9c30b691949723/teuthology/task/ansible.py", line 397, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: smithi071.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - ceph - ceph-base - ceph-selinux - ceph-common - ceph-debuginfo - ceph-release - libcephfs1 - ceph-radosgw - python-ceph - python-rados - python-rbd - python-cephfs - librbd1 - librados2 - mod_fastcgi releasever: null security: false skip_broken: false state: absent update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''powertools'': Yum repo downloading error: Downloading error(s): repodata/b3790f172deea54d71e93ab1e72eda8b8e31356b51edd645a960a887a599a6da-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/ce2b76c73062e056a4e8e738d20101a4b72c9a9692c612359b2c58e73d04c767-filelists.xml.gz - Cannot download, all mirrors were already tried without success' rc: 1 results: []smithi040.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - ceph - ceph-base - ceph-selinux - ceph-common - ceph-debuginfo - ceph-release - libcephfs1 - ceph-radosgw - python-ceph - python-rados - python-rbd - python-cephfs - librbd1 - librados2 - mod_fastcgi releasever: null security: false skip_broken: false state: absent update_cache: false update_only: false validate_certs: true msg: 'Failed to download metadata for repo ''powertools'': Yum repo downloading error: Downloading error(s): repodata/b3790f172deea54d71e93ab1e72eda8b8e31356b51edd645a960a887a599a6da-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/ce2b76c73062e056a4e8e738d20101a4b72c9a9692c612359b2c58e73d04c767-filelists.xml.gz - Cannot download, all mirrors were already tried without success' rc: 1 results: [] 2023-10-17T12:28:49.640 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-10-17T12:28:49.649 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-10-17T12:28:49.649 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-10-17T12:28:49.695 DEBUG:teuthology.orchestra.run.smithi040:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-17T12:28:49.794 DEBUG:teuthology.orchestra.run.smithi071:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-10-17T12:28:49.882 DEBUG:teuthology.orchestra.run.smithi040:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-17T12:28:49.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-17T12:28:49.921 DEBUG:teuthology.orchestra.run.smithi071:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-17T12:28:49.954 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-17T12:28:49.955 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-10-17T12:28:49.964 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-10-17T12:28:49.996 INFO:teuthology.task.internal:Duration was 767.554752 seconds 2023-10-17T12:28:49.996 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-10-17T12:28:50.046 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-10-17T12:28:50.046 DEBUG:teuthology.orchestra.run.smithi040:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-17T12:28:50.049 DEBUG:teuthology.orchestra.run.smithi071:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-10-17T12:28:50.098 INFO:teuthology.orchestra.run.smithi071.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-17T12:28:50.106 INFO:teuthology.orchestra.run.smithi040.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-17T12:28:50.505 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-10-17T12:28:50.506 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi040.front.sepia.ceph.com 2023-10-17T12:28:50.506 DEBUG:teuthology.orchestra.run.smithi040:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-17T12:28:50.536 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi071.front.sepia.ceph.com 2023-10-17T12:28:50.536 DEBUG:teuthology.orchestra.run.smithi071:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-10-17T12:28:50.559 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-10-17T12:28:50.560 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-17T12:28:50.578 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-10-17T12:28:50.636 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-10-17T12:28:50.637 DEBUG:teuthology.orchestra.run.smithi040:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-17T12:28:50.664 DEBUG:teuthology.orchestra.run.smithi071:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-10-17T12:28:50.736 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-10-17T12:28:50.746 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-10-17T12:28:50.746 DEBUG:teuthology.orchestra.run.smithi040:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-17T12:28:50.779 DEBUG:teuthology.orchestra.run.smithi071:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-10-17T12:28:50.807 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-10-17T12:28:50.873 DEBUG:teuthology.orchestra.run.smithi040:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-17T12:28:50.875 DEBUG:teuthology.orchestra.run.smithi071:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-10-17T12:28:50.902 INFO:teuthology.orchestra.run.smithi071.stdout:kernel.core_pattern = core 2023-10-17T12:28:50.907 INFO:teuthology.orchestra.run.smithi040.stdout:kernel.core_pattern = core 2023-10-17T12:28:50.928 DEBUG:teuthology.orchestra.run.smithi040:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-17T12:28:50.990 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-17T12:28:50.991 DEBUG:teuthology.orchestra.run.smithi071:> test -e /home/ubuntu/cephtest/archive/coredump 2023-10-17T12:28:51.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-17T12:28:51.008 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-10-17T12:28:51.017 INFO:teuthology.task.internal:Transferring archived files... 2023-10-17T12:28:51.019 DEBUG:teuthology.misc:Transferring archived files from smithi040:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi/7431113/remote/smithi040 2023-10-17T12:28:51.020 DEBUG:teuthology.orchestra.run.smithi040:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-17T12:28:51.085 DEBUG:teuthology.misc:Transferring archived files from smithi071:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi/7431113/remote/smithi071 2023-10-17T12:28:51.086 DEBUG:teuthology.orchestra.run.smithi071:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-10-17T12:28:51.131 INFO:teuthology.task.internal:Removing archive directory... 2023-10-17T12:28:51.132 DEBUG:teuthology.orchestra.run.smithi040:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-17T12:28:51.135 DEBUG:teuthology.orchestra.run.smithi071:> rm -rf -- /home/ubuntu/cephtest/archive 2023-10-17T12:28:51.183 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-10-17T12:28:51.194 INFO:teuthology.task.internal:Not uploading archives. 2023-10-17T12:28:51.195 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-10-17T12:28:51.229 INFO:teuthology.task.internal:Tidying up after the test... 2023-10-17T12:28:51.230 DEBUG:teuthology.orchestra.run.smithi040:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-17T12:28:51.233 DEBUG:teuthology.orchestra.run.smithi071:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-10-17T12:28:51.250 INFO:teuthology.orchestra.run.smithi071.stdout: 525665 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 17 12:28 /home/ubuntu/cephtest 2023-10-17T12:28:51.252 INFO:teuthology.orchestra.run.smithi040.stdout: 525356 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Oct 17 12:28 /home/ubuntu/cephtest 2023-10-17T12:28:51.255 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-10-17T12:28:51.280 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-10-17T12:28:51.380 INFO:teuthology.nuke:Checking targets against current locks 2023-10-17T12:28:51.408 DEBUG:teuthology.nuke:shortname: smithi040 2023-10-17T12:28:51.409 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-17T12:28:51.432 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi040.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi/7431113', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-17 11:40:55.894722', 'locked_by': 'scheduled_vallariag@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB6TkCHVyucpJfte6+ztQ9w+AM/EYvRI95+F3VudUvWVYhtp+4Wl2R9CGcv5UVfbLyKG45f6Y27nZ34qdzQPy64='} 2023-10-17T12:28:51.436 DEBUG:teuthology.nuke:shortname: smithi071 2023-10-17T12:28:51.436 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-17T12:28:51.458 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi071.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/vallariag-2023-10-17_11:35:34-rbd:nvmeof-main-distro-default-smithi/7431113', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-17 11:40:55.892640', 'locked_by': 'scheduled_vallariag@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE6nL1DSMidwU8kSiOrUKzqHz+CnDAOPPC2U1MBh2o+5mSYNEAbrdmmHqNUVoMJmdmJTGWR7cq9RE0uG0ua6w9w='} 2023-10-17T12:28:51.486 INFO:teuthology.orchestra.console.smithi040:Power off 2023-10-17T12:28:51.487 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-17T12:28:51.512 DEBUG:teuthology.orchestra.console.smithi040:power off output: Chassis Power Control: Down/Off 2023-10-17T12:28:51.512 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-17T12:28:51.529 INFO:teuthology.orchestra.console.smithi071:Power off 2023-10-17T12:28:51.530 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-10-17T12:28:51.538 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2023-10-17T12:28:51.553 DEBUG:teuthology.orchestra.console.smithi071:power off output: Chassis Power Control: Down/Off 2023-10-17T12:28:51.554 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-17T12:28:51.577 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-10-17T12:28:55.540 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-17T12:28:55.578 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-17T12:28:55.651 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is on 2023-10-17T12:28:55.689 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is on 2023-10-17T12:28:59.654 DEBUG:teuthology.orchestra.console.smithi040:pexpect command: ipmitool -H smithi040.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-17T12:28:59.690 DEBUG:teuthology.orchestra.console.smithi071:pexpect command: ipmitool -H smithi071.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-10-17T12:28:59.765 DEBUG:teuthology.orchestra.console.smithi040:check power output: Chassis Power is off 2023-10-17T12:28:59.800 DEBUG:teuthology.orchestra.console.smithi071:check power output: Chassis Power is off 2023-10-17T12:28:59.868 INFO:teuthology.orchestra.console.smithi040:Power off completed 2023-10-17T12:28:59.901 INFO:teuthology.orchestra.console.smithi071:Power off completed 2023-10-17T12:29:00.012 INFO:teuthology.run:Summary data: description: rbd:nvmeof/{0-single-container-host base/install cluster/{fixed-3 openstack} workloads/cephadm_nvmeof} duration: 767.5547516345978 failure_reason: 'smithi071.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - ceph - ceph-base - ceph-selinux - ceph-common - ceph-debuginfo - ceph-release - libcephfs1 - ceph-radosgw - python-ceph - python-rados - python-rbd - python-cephfs - librbd1 - librados2 - mod_fastcgi releasever: null security: false skip_broken: false state: absent update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''powertools'''': Yum repo downloading error: Downloading error(s): repodata/b3790f172deea54d71e93ab1e72eda8b8e31356b51edd645a960a887a599a6da-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/ce2b76c73062e056a4e8e738d20101a4b72c9a9692c612359b2c58e73d04c767-filelists.xml.gz - Cannot download, all mirrors were already tried without success'' rc: 1 results: []smithi040.front.sepia.ceph.com: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false bugfix: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - ceph - ceph-base - ceph-selinux - ceph-common - ceph-debuginfo - ceph-release - libcephfs1 - ceph-radosgw - python-ceph - python-rados - python-rbd - python-cephfs - librbd1 - librados2 - mod_fastcgi releasever: null security: false skip_broken: false state: absent update_cache: false update_only: false validate_certs: true msg: ''Failed to download metadata for repo ''''powertools'''': Yum repo downloading error: Downloading error(s): repodata/b3790f172deea54d71e93ab1e72eda8b8e31356b51edd645a960a887a599a6da-primary.xml.gz - Cannot download, all mirrors were already tried without success; repodata/ce2b76c73062e056a4e8e738d20101a4b72c9a9692c612359b2c58e73d04c767-filelists.xml.gz - Cannot download, all mirrors were already tried without success'' rc: 1 results: []' owner: scheduled_vallariag@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=77946ae3d2224e6e996e6f3da9587ac6 status: dead success: false 2023-10-17T12:29:00.013 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-17T12:29:00.085 INFO:teuthology.run:DEAD