2023-11-27T16:07:41.302 INFO:root:teuthology version: 0.0.1.dev205+g2442239 2023-11-27T16:07:41.302 DEBUG:teuthology.run:Teuthology command: teuthology --description orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} --archive /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849 --verbose --owner scheduled_adking@teuthology --name adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi -- /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849/orig.config.yaml 2023-11-27T16:07:41.342 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-27T16:07:41.423 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849 branch: wip-adk-testing-2023-11-26-1627 description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} email: adking@redhat.com first_in_suite: false job_id: '7467849' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-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-adk-testing-2023-11-26-1627 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: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-26-1627 sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 owner: scheduled_adking@teuthology priority: 50 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - - host.b - osd.4 - osd.5 - osd.6 - osd.7 seed: 3880 sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-26-1627 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 targets: smithi017.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIbZNYvGd5sKR/fZ6raOMTVP1jSbXhKgngvzy5A0dMrEqxcqGNIUP7gpXybsOKAm1aOTRcJvqAZKYdol9GmDWjw= smithi028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPeM61oeAv3CFqzgsv1MRts07nKcVpwqjNT9ihwDFrI7E3+pAcb+I9VrvgyxpyRNJAwgfX8mW31fz9creyefNY= 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 - cephadm: cephadm_branch: v17.2.0 cephadm_git_url: https://github.com/ceph/ceph image: quay.io/ceph/ceph:v17.2.0 roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - cephadm.wait_for_service: service: mds.foofs - cephadm.shell: host.a: - ceph nfs cluster create foo --placement=2 || ceph nfs cluster create cephfs foo --placement=2 - ceph nfs export create cephfs --fsname foofs --clusterid foo --binding /fake || ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - while ! ceph orch ls | grep nfs | grep 2/2 ; do sleep 1 ; done - vip.exec: host.a: - mkdir /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo -o sync ; do sleep 5 ; done - echo test > /mnt/foo/testfile - sync - parallel: - upgrade-tasks - workload-tasks - vip.exec: host.a: - umount /mnt/foo - cephadm.shell: host.a: - ceph nfs cluster ls | grep foo - ceph nfs export ls foo --detailed - rados -p .nfs --all ls - - cephadm.shell: host.a: - 'set -ex [[ `ceph config get mgr mgr/cephadm/migration_current` -gt 2 ]] ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 2442239d2653456406c25ae0c71b689c8f2657b6 timestamp: 2023-11-27_16:03:00 tube: smithi upgrade-tasks: sequential: - cephadm.shell: env: - sha1 host.a: - ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force - ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force - ceph config set global log_to_journald false --force - ceph mgr module enable nfs --force - ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1 - cephadm.shell: env: - sha1 host.a: - while ceph orch upgrade status | jq '.in_progress' | grep true && ! ceph orch upgrade status | jq '.message' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; ceph health detail ; sleep 30 ; done - ceph orch ps - ceph versions - echo "wait for servicemap items w/ changing names to refresh" - sleep 60 - ceph orch ps - ceph orch upgrade status - ceph health detail - ceph versions - ceph versions | jq -e '.overall | length == 1' - ceph versions | jq -e '.overall | keys' | grep $sha1 - cephadm.wait_for_service: service: nfs.foo user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 workload-tasks: sequential: - exec: host.a: - cd /mnt/foo && dbench 5 -t 600 || true - umount /mnt/foo - while ! mount -t nfs $(hostname):/fake /mnt/foo ; do sleep 5 ; done - cd /mnt/foo && dbench 5 -t 5 2023-11-27T16:07:41.423 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa; will attempt to use it 2023-11-27T16:07:41.424 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa/tasks 2023-11-27T16:07:41.424 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-11-27T16:07:41.425 INFO:teuthology.task.internal:Checking packages... 2023-11-27T16:07:41.449 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c8a64eba7efb84dff55f17b859fdb3830b8c8e22' 2023-11-27T16:07:41.450 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-11-27T16:07:41.450 INFO:teuthology.packaging:ref: None 2023-11-27T16:07:41.450 INFO:teuthology.packaging:tag: None 2023-11-27T16:07:41.450 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-26-1627 2023-11-27T16:07:41.450 INFO:teuthology.packaging:sha1: c8a64eba7efb84dff55f17b859fdb3830b8c8e22 2023-11-27T16:07:41.450 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-26-1627 2023-11-27T16:07:41.674 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7549.gc8a64eba 2023-11-27T16:07:41.674 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-11-27T16:07:41.683 INFO:teuthology.task.internal:no buildpackages task found 2023-11-27T16:07:41.683 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-11-27T16:07:41.712 INFO:teuthology.task.internal:Saving configuration 2023-11-27T16:07:41.727 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-11-27T16:07:41.737 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-27T16:07:41.762 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi017.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849', '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-11-27 16:03:05.879923', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIbZNYvGd5sKR/fZ6raOMTVP1jSbXhKgngvzy5A0dMrEqxcqGNIUP7gpXybsOKAm1aOTRcJvqAZKYdol9GmDWjw='} 2023-11-27T16:07:41.785 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849', '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-11-27 16:03:05.878060', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPeM61oeAv3CFqzgsv1MRts07nKcVpwqjNT9ihwDFrI7E3+pAcb+I9VrvgyxpyRNJAwgfX8mW31fz9creyefNY='} 2023-11-27T16:07:41.786 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-11-27T16:07:41.791 INFO:teuthology.task.internal:roles: ubuntu@smithi017.front.sepia.ceph.com - ['host.a', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0'] 2023-11-27T16:07:41.791 INFO:teuthology.task.internal:roles: ubuntu@smithi028.front.sepia.ceph.com - ['host.b', 'osd.4', 'osd.5', 'osd.6', 'osd.7'] 2023-11-27T16:07:41.792 INFO:teuthology.run_tasks:Running task console_log... 2023-11-27T16:07:41.894 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f667a351b80>, signals=[15]) 2023-11-27T16:07:41.895 INFO:teuthology.run_tasks:Running task internal.connect... 2023-11-27T16:07:41.901 INFO:teuthology.task.internal:Opening connections... 2023-11-27T16:07:41.901 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi017.front.sepia.ceph.com 2023-11-27T16:07:41.903 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:07:41.976 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi028.front.sepia.ceph.com 2023-11-27T16:07:41.977 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:07:42.045 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-11-27T16:07:42.052 DEBUG:teuthology.orchestra.run.smithi017:> uname -m 2023-11-27T16:07:42.074 INFO:teuthology.orchestra.run.smithi017.stdout:x86_64 2023-11-27T16:07:42.075 DEBUG:teuthology.orchestra.run.smithi017:> cat /etc/os-release 2023-11-27T16:07:42.137 INFO:teuthology.orchestra.run.smithi017.stdout:NAME="CentOS Stream" 2023-11-27T16:07:42.137 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION="8" 2023-11-27T16:07:42.138 INFO:teuthology.orchestra.run.smithi017.stdout:ID="centos" 2023-11-27T16:07:42.138 INFO:teuthology.orchestra.run.smithi017.stdout:ID_LIKE="rhel fedora" 2023-11-27T16:07:42.138 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION_ID="8" 2023-11-27T16:07:42.138 INFO:teuthology.orchestra.run.smithi017.stdout:PLATFORM_ID="platform:el8" 2023-11-27T16:07:42.138 INFO:teuthology.orchestra.run.smithi017.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-27T16:07:42.138 INFO:teuthology.orchestra.run.smithi017.stdout:ANSI_COLOR="0;31" 2023-11-27T16:07:42.139 INFO:teuthology.orchestra.run.smithi017.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-27T16:07:42.139 INFO:teuthology.orchestra.run.smithi017.stdout:HOME_URL="https://centos.org/" 2023-11-27T16:07:42.139 INFO:teuthology.orchestra.run.smithi017.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-27T16:07:42.139 INFO:teuthology.orchestra.run.smithi017.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-27T16:07:42.139 INFO:teuthology.orchestra.run.smithi017.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-27T16:07:42.140 INFO:teuthology.lock.ops:Updating smithi017.front.sepia.ceph.com on lock server 2023-11-27T16:07:42.165 DEBUG:teuthology.orchestra.run.smithi028:> uname -m 2023-11-27T16:07:42.188 INFO:teuthology.orchestra.run.smithi028.stdout:x86_64 2023-11-27T16:07:42.188 DEBUG:teuthology.orchestra.run.smithi028:> cat /etc/os-release 2023-11-27T16:07:42.253 INFO:teuthology.orchestra.run.smithi028.stdout:NAME="CentOS Stream" 2023-11-27T16:07:42.253 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION="8" 2023-11-27T16:07:42.253 INFO:teuthology.orchestra.run.smithi028.stdout:ID="centos" 2023-11-27T16:07:42.253 INFO:teuthology.orchestra.run.smithi028.stdout:ID_LIKE="rhel fedora" 2023-11-27T16:07:42.254 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_ID="8" 2023-11-27T16:07:42.254 INFO:teuthology.orchestra.run.smithi028.stdout:PLATFORM_ID="platform:el8" 2023-11-27T16:07:42.254 INFO:teuthology.orchestra.run.smithi028.stdout:PRETTY_NAME="CentOS Stream 8" 2023-11-27T16:07:42.254 INFO:teuthology.orchestra.run.smithi028.stdout:ANSI_COLOR="0;31" 2023-11-27T16:07:42.254 INFO:teuthology.orchestra.run.smithi028.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-11-27T16:07:42.254 INFO:teuthology.orchestra.run.smithi028.stdout:HOME_URL="https://centos.org/" 2023-11-27T16:07:42.254 INFO:teuthology.orchestra.run.smithi028.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-11-27T16:07:42.254 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-11-27T16:07:42.254 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-11-27T16:07:42.254 INFO:teuthology.lock.ops:Updating smithi028.front.sepia.ceph.com on lock server 2023-11-27T16:07:42.281 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-11-27T16:07:42.291 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-11-27T16:07:42.312 INFO:teuthology.task.internal:Checking for old test directory... 2023-11-27T16:07:42.313 DEBUG:teuthology.orchestra.run.smithi017:> test '!' -e /home/ubuntu/cephtest 2023-11-27T16:07:42.315 DEBUG:teuthology.orchestra.run.smithi028:> test '!' -e /home/ubuntu/cephtest 2023-11-27T16:07:42.336 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-11-27T16:07:42.342 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-11-27T16:07:42.342 DEBUG:teuthology.orchestra.run.smithi017:> test -z $(ls -A /var/lib/ceph) 2023-11-27T16:07:42.377 DEBUG:teuthology.orchestra.run.smithi028:> test -z $(ls -A /var/lib/ceph) 2023-11-27T16:07:42.409 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-11-27T16:07:42.463 INFO:teuthology.run_tasks:Running task kernel... 2023-11-27T16:07:42.476 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-11-27T16:07:42.477 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-11-27T16:07:42.477 DEBUG:teuthology.orchestra.run.smithi017:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-27T16:07:42.477 DEBUG:teuthology.orchestra.run.smithi028:> test -f /run/.containerenv -o -f /.dockerenv 2023-11-27T16:07:42.497 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:07:42.498 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2023-11-27T16:07:42.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:07:42.499 DEBUG:teuthology.orchestra.run.smithi017:> uname -r 2023-11-27T16:07:42.559 INFO:teuthology.orchestra.run.smithi028.stdout:4.18.0-489.el8.x86_64 2023-11-27T16:07:42.560 INFO:teuthology.task.kernel:Running kernel on smithi028: 4.18.0-489.el8.x86_64 2023-11-27T16:07:42.560 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum install -y kernel 2023-11-27T16:07:42.561 INFO:teuthology.orchestra.run.smithi017.stdout:4.18.0-489.el8.x86_64 2023-11-27T16:07:42.561 INFO:teuthology.task.kernel:Running kernel on smithi017: 4.18.0-489.el8.x86_64 2023-11-27T16:07:42.562 DEBUG:teuthology.orchestra.run.smithi017:> sudo yum install -y kernel 2023-11-27T16:18:49.655 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 8 - AppStream 53 kB/s | 34 MB 11:04 2023-11-27T16:18:58.441 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - AppStream 52 kB/s | 34 MB 11:13 2023-11-27T16:19:02.780 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 8 - BaseOS 8.3 MB/s | 54 MB 00:06 2023-11-27T16:19:11.305 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 8 - Extras 50 kB/s | 18 kB 00:00 2023-11-27T16:19:11.830 INFO:teuthology.orchestra.run.smithi017.stdout:CentOS Stream 8 - Extras common packages 21 kB/s | 6.9 kB 00:00 2023-11-27T16:19:12.257 INFO:teuthology.orchestra.run.smithi017.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-11-27T16:19:14.276 INFO:teuthology.orchestra.run.smithi017.stdout:Extra Packages for Enterprise Linux 8.6 MB/s | 16 MB 00:01 2023-11-27T16:19:15.465 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - BaseOS 5.2 MB/s | 54 MB 00:10 2023-11-27T16:19:18.491 INFO:teuthology.orchestra.run.smithi017.stdout:lab-extras 99 kB/s | 24 kB 00:00 2023-11-27T16:19:22.315 INFO:teuthology.orchestra.run.smithi017.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-27T16:19:22.315 INFO:teuthology.orchestra.run.smithi017.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-27T16:19:22.624 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2023-11-27T16:19:22.625 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2023-11-27T16:19:22.625 INFO:teuthology.orchestra.run.smithi017.stdout: Package Architecture Version Repository Size 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout:Installing: 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout: kernel x86_64 4.18.0-522.el8 baseos 10 M 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-core x86_64 4.18.0-522.el8 baseos 43 M 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules x86_64 4.18.0-522.el8 baseos 36 M 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout:Install 3 Packages 2023-11-27T16:19:22.626 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:19:22.627 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 89 M 2023-11-27T16:19:22.627 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 96 M 2023-11-27T16:19:22.627 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2023-11-27T16:19:23.283 INFO:teuthology.orchestra.run.smithi017.stdout:(1/3): kernel-4.18.0-522.el8.x86_64.rpm 16 MB/s | 10 MB 00:00 2023-11-27T16:19:24.048 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - Extras 44 kB/s | 18 kB 00:00 2023-11-27T16:19:24.284 INFO:teuthology.orchestra.run.smithi017.stdout:(2/3): kernel-modules-4.18.0-522.el8.x86_64.rpm 22 MB/s | 36 MB 00:01 2023-11-27T16:19:24.674 INFO:teuthology.orchestra.run.smithi028.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2023-11-27T16:19:24.851 INFO:teuthology.orchestra.run.smithi017.stdout:(3/3): kernel-core-4.18.0-522.el8.x86_64.rpm 20 MB/s | 43 MB 00:02 2023-11-27T16:19:24.851 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:19:24.851 INFO:teuthology.orchestra.run.smithi017.stdout:Total 40 MB/s | 89 MB 00:02 2023-11-27T16:19:25.000 INFO:teuthology.orchestra.run.smithi028.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-11-27T16:19:25.554 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2023-11-27T16:19:25.989 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2023-11-27T16:19:25.989 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2023-11-27T16:19:27.291 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2023-11-27T16:19:27.310 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2023-11-27T16:19:30.193 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2023-11-27T16:19:30.753 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-27T16:19:31.836 INFO:teuthology.orchestra.run.smithi028.stdout:Extra Packages for Enterprise Linux 2.4 MB/s | 16 MB 00:06 2023-11-27T16:19:34.473 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-27T16:19:34.844 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-27T16:19:35.867 INFO:teuthology.orchestra.run.smithi028.stdout:lab-extras 499 kB/s | 24 kB 00:00 2023-11-27T16:19:38.514 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-27T16:19:38.787 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : kernel-4.18.0-522.el8.x86_64 3/3 2023-11-27T16:19:39.625 INFO:teuthology.orchestra.run.smithi028.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-11-27T16:19:39.626 INFO:teuthology.orchestra.run.smithi028.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-11-27T16:19:39.927 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-11-27T16:19:39.928 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-11-27T16:19:39.928 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2023-11-27T16:19:39.928 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-11-27T16:19:39.928 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-11-27T16:19:39.928 INFO:teuthology.orchestra.run.smithi028.stdout: kernel x86_64 4.18.0-522.el8 baseos 10 M 2023-11-27T16:19:39.928 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-11-27T16:19:39.929 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-core x86_64 4.18.0-522.el8 baseos 43 M 2023-11-27T16:19:39.929 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-modules x86_64 4.18.0-522.el8 baseos 36 M 2023-11-27T16:19:39.929 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:19:39.929 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-11-27T16:19:39.929 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-11-27T16:19:39.929 INFO:teuthology.orchestra.run.smithi028.stdout:Install 3 Packages 2023-11-27T16:19:39.929 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:19:39.930 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 89 M 2023-11-27T16:19:39.930 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 96 M 2023-11-27T16:19:39.930 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-11-27T16:19:41.677 INFO:teuthology.orchestra.run.smithi028.stdout:(1/3): kernel-4.18.0-522.el8.x86_64.rpm 6.5 MB/s | 10 MB 00:01 2023-11-27T16:19:43.260 INFO:teuthology.orchestra.run.smithi028.stdout:(2/3): kernel-core-4.18.0-522.el8.x86_64.rpm 14 MB/s | 43 MB 00:03 2023-11-27T16:19:46.585 INFO:teuthology.orchestra.run.smithi028.stdout:(3/3): kernel-modules-4.18.0-522.el8.x86_64.rpm 5.6 MB/s | 36 MB 00:06 2023-11-27T16:19:46.585 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:19:46.586 INFO:teuthology.orchestra.run.smithi028.stdout:Total 13 MB/s | 89 MB 00:06 2023-11-27T16:19:47.296 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-11-27T16:19:47.750 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-11-27T16:19:47.751 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-11-27T16:19:49.059 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-11-27T16:19:49.091 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-11-27T16:19:52.018 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-11-27T16:19:52.543 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-27T16:19:56.296 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 1/3 2023-11-27T16:19:56.867 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-27T16:20:00.549 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 2/3 2023-11-27T16:20:00.845 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : kernel-4.18.0-522.el8.x86_64 3/3 2023-11-27T16:20:02.254 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 3/3 2023-11-27T16:20:02.279 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-27T16:20:02.642 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: kernel-4.18.0-522.el8.x86_64 3/3 2023-11-27T16:20:02.642 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-4.18.0-522.el8.x86_64 1/3 2023-11-27T16:20:02.642 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-core-4.18.0-522.el8.x86_64 2/3 2023-11-27T16:20:03.413 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-27T16:20:03.414 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:20:03.414 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2023-11-27T16:20:03.414 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-4.18.0-522.el8.x86_64 kernel-core-4.18.0-522.el8.x86_64 2023-11-27T16:20:03.414 INFO:teuthology.orchestra.run.smithi017.stdout: kernel-modules-4.18.0-522.el8.x86_64 2023-11-27T16:20:03.415 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:20:03.415 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2023-11-27T16:20:03.565 DEBUG:teuthology.orchestra.run.smithi017:> rpm -q kernel | sort -rV | head -n 1 2023-11-27T16:20:03.808 INFO:teuthology.orchestra.run.smithi017.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-27T16:20:03.808 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-27T16:20:03.809 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-522.el8.x86_64 2023-11-27T16:20:03.809 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-27T16:20:03.809 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-27T16:20:03.809 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-11-27T16:20:03.809 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi017.front.sepia.ceph.com, path=None, version=distro) 2023-11-27T16:20:03.809 DEBUG:teuthology.orchestra.run.smithi017:> rpm -q kernel | sort -rV | head -n 1 2023-11-27T16:20:04.028 INFO:teuthology.orchestra.run.smithi017.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-27T16:20:04.028 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-27T16:20:04.028 DEBUG:teuthology.orchestra.run.smithi017:> sudo rpm -qi grub2-tools 2023-11-27T16:20:04.063 INFO:teuthology.orchestra.run.smithi017.stdout:Name : grub2-tools 2023-11-27T16:20:04.063 INFO:teuthology.orchestra.run.smithi017.stdout:Epoch : 1 2023-11-27T16:20:04.063 INFO:teuthology.orchestra.run.smithi017.stdout:Version : 2.02 2023-11-27T16:20:04.063 INFO:teuthology.orchestra.run.smithi017.stdout:Release : 129.el8 2023-11-27T16:20:04.063 INFO:teuthology.orchestra.run.smithi017.stdout:Architecture: x86_64 2023-11-27T16:20:04.063 INFO:teuthology.orchestra.run.smithi017.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-27T16:20:04.063 INFO:teuthology.orchestra.run.smithi017.stdout:Group : System Environment/Base 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:Size : 9265586 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:License : GPLv3+ 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:Relocations : (not relocatable) 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:Packager : CentOS BuildSystem 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:Vendor : CentOS 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:Summary : Support tools for GRUB. 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout:Description : 2023-11-27T16:20:04.064 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:20:04.065 INFO:teuthology.orchestra.run.smithi017.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-27T16:20:04.065 INFO:teuthology.orchestra.run.smithi017.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-27T16:20:04.065 INFO:teuthology.orchestra.run.smithi017.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-27T16:20:04.065 INFO:teuthology.orchestra.run.smithi017.stdout:hardware devices. 2023-11-27T16:20:04.065 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:20:04.065 INFO:teuthology.orchestra.run.smithi017.stdout:This subpackage provides tools for support of all platforms. 2023-11-27T16:20:04.066 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-27T16:20:04.066 INFO:teuthology.task.kernel:Updating grub on smithi017 to boot 4.18.0-522.el8.x86_64 2023-11-27T16:20:04.066 DEBUG:teuthology.orchestra.run.smithi017:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-27T16:20:05.605 INFO:teuthology.orchestra.run.smithi017.stderr:Generating grub configuration file ... 2023-11-27T16:20:07.230 INFO:teuthology.orchestra.run.smithi017.stderr:done 2023-11-27T16:20:07.231 DEBUG:teuthology.orchestra.run.smithi017:> mktemp 2023-11-27T16:20:07.300 INFO:teuthology.orchestra.run.smithi017.stdout:/tmp/tmp.5UNaYCXdjp 2023-11-27T16:20:07.300 DEBUG:teuthology.orchestra.run.smithi017:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5UNaYCXdjp 2023-11-27T16:20:07.372 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 0666 /tmp/tmp.5UNaYCXdjp 2023-11-27T16:20:07.520 DEBUG:teuthology.orchestra.remote:smithi017:/tmp/tmp.5UNaYCXdjp is 6KB 2023-11-27T16:20:07.567 DEBUG:teuthology.orchestra.run.smithi017:> rm -fr /tmp/tmp.5UNaYCXdjp 2023-11-27T16:20:07.585 DEBUG:teuthology.orchestra.run.smithi017:> sudo /bin/ls /boot/loader/entries || true 2023-11-27T16:20:07.662 INFO:teuthology.orchestra.run.smithi017.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-27T16:20:07.662 INFO:teuthology.orchestra.run.smithi017.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-27T16:20:07.662 INFO:teuthology.orchestra.run.smithi017.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-27T16:20:07.662 INFO:teuthology.orchestra.run.smithi017.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64.conf 2023-11-27T16:20:07.663 DEBUG:teuthology.orchestra.run.smithi017:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64 2023-11-27T16:20:07.925 DEBUG:teuthology.orchestra.run.smithi017:> sudo shutdown -r now 2023-11-27T16:20:24.251 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-core-4.18.0-522.el8.x86_64 3/3 2023-11-27T16:20:24.277 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-27T16:20:24.638 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: kernel-4.18.0-522.el8.x86_64 3/3 2023-11-27T16:20:24.638 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-4.18.0-522.el8.x86_64 1/3 2023-11-27T16:20:24.638 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-core-4.18.0-522.el8.x86_64 2/3 2023-11-27T16:20:25.435 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : kernel-modules-4.18.0-522.el8.x86_64 3/3 2023-11-27T16:20:25.435 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:20:25.435 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-11-27T16:20:25.435 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-4.18.0-522.el8.x86_64 kernel-core-4.18.0-522.el8.x86_64 2023-11-27T16:20:25.435 INFO:teuthology.orchestra.run.smithi028.stdout: kernel-modules-4.18.0-522.el8.x86_64 2023-11-27T16:20:25.435 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:20:25.435 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-11-27T16:20:25.582 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q kernel | sort -rV | head -n 1 2023-11-27T16:20:25.814 INFO:teuthology.orchestra.run.smithi028.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-27T16:20:25.814 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-27T16:20:25.814 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-522.el8.x86_64 2023-11-27T16:20:25.815 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-11-27T16:20:25.815 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-11-27T16:20:25.815 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-11-27T16:20:25.815 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi028.front.sepia.ceph.com, path=None, version=distro) 2023-11-27T16:20:25.815 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q kernel | sort -rV | head -n 1 2023-11-27T16:20:26.033 INFO:teuthology.orchestra.run.smithi028.stdout:kernel-4.18.0-522.el8.x86_64 2023-11-27T16:20:26.033 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-522.el8.x86_64 2023-11-27T16:20:26.033 DEBUG:teuthology.orchestra.run.smithi028:> sudo rpm -qi grub2-tools 2023-11-27T16:20:26.067 INFO:teuthology.orchestra.run.smithi028.stdout:Name : grub2-tools 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:Epoch : 1 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:Version : 2.02 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:Release : 129.el8 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: x86_64 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:Group : System Environment/Base 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:Size : 9265586 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:License : GPLv3+ 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-11-27T16:20:26.068 INFO:teuthology.orchestra.run.smithi028.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:Build Host : kbuilder.bsys.centos.org 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:Relocations : (not relocatable) 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:Packager : CentOS BuildSystem 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:Vendor : CentOS 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:URL : http://www.gnu.org/software/grub/ 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:Summary : Support tools for GRUB. 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:Description : 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:customizable bootloader with modular architecture. It supports a rich 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:variety of kernel formats, file systems, computer architectures and 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout:hardware devices. 2023-11-27T16:20:26.069 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:20:26.070 INFO:teuthology.orchestra.run.smithi028.stdout:This subpackage provides tools for support of all platforms. 2023-11-27T16:20:26.070 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-11-27T16:20:26.071 INFO:teuthology.task.kernel:Updating grub on smithi028 to boot 4.18.0-522.el8.x86_64 2023-11-27T16:20:26.071 DEBUG:teuthology.orchestra.run.smithi028:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-11-27T16:20:27.460 INFO:teuthology.orchestra.run.smithi028.stderr:Generating grub configuration file ... 2023-11-27T16:20:29.249 INFO:teuthology.orchestra.run.smithi028.stderr:done 2023-11-27T16:20:29.251 DEBUG:teuthology.orchestra.run.smithi028:> mktemp 2023-11-27T16:20:29.283 INFO:teuthology.orchestra.run.smithi028.stdout:/tmp/tmp.GyORW5tAyR 2023-11-27T16:20:29.284 DEBUG:teuthology.orchestra.run.smithi028:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.GyORW5tAyR 2023-11-27T16:20:29.355 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 0666 /tmp/tmp.GyORW5tAyR 2023-11-27T16:20:29.496 DEBUG:teuthology.orchestra.remote:smithi028:/tmp/tmp.GyORW5tAyR is 6KB 2023-11-27T16:20:29.519 DEBUG:teuthology.orchestra.run.smithi028:> rm -fr /tmp/tmp.GyORW5tAyR 2023-11-27T16:20:29.537 DEBUG:teuthology.orchestra.run.smithi028:> sudo /bin/ls /boot/loader/entries || true 2023-11-27T16:20:29.613 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-11-27T16:20:29.613 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-11-27T16:20:29.613 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-11-27T16:20:29.613 INFO:teuthology.orchestra.run.smithi028.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64.conf 2023-11-27T16:20:29.614 DEBUG:teuthology.orchestra.run.smithi028:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-522.el8.x86_64 2023-11-27T16:20:29.781 DEBUG:teuthology.orchestra.run.smithi028:> sudo shutdown -r now 2023-11-27T16:20:37.934 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-11-27T16:20:37.934 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2023-11-27T16:20:37.935 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:20:56.290 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.17 2023-11-27T16:20:59.786 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-11-27T16:20:59.786 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-11-27T16:20:59.787 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:21:05.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2023-11-27T16:21:05.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:21:18.310 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2023-11-27T16:21:27.319 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-11-27T16:21:27.319 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:21:45.702 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2023-11-27T16:21:57.713 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-11-27T16:21:57.714 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:21:58.652 DEBUG:teuthology.orchestra.run.smithi028:> true 2023-11-27T16:21:58.963 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-11-27T16:21:58.963 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-522.el8.x86_64"... 2023-11-27T16:21:58.964 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2023-11-27T16:21:59.022 INFO:teuthology.orchestra.run.smithi028.stdout:4.18.0-522.el8.x86_64 2023-11-27T16:21:59.023 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-522.el8.x86_64 vs 4.18.0-522.el8.x86_64 2023-11-27T16:21:59.023 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-27T16:21:59.023 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-27T16:22:00.024 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-11-27T16:22:00.024 DEBUG:teuthology.orchestra.run.smithi028:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-27T16:22:00.117 INFO:teuthology.orchestra.run.smithi028.stdout:ttyS1 2023-11-27T16:22:00.129 DEBUG:teuthology.parallel:result is None 2023-11-27T16:22:05.297 DEBUG:teuthology.orchestra.remote:timed out 2023-11-27T16:22:17.298 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2023-11-27T16:22:17.298 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:22:17.692 DEBUG:teuthology.orchestra.run.smithi017:> true 2023-11-27T16:22:18.002 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi017.front.sepia.ceph.com' 2023-11-27T16:22:18.003 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-522.el8.x86_64"... 2023-11-27T16:22:18.003 DEBUG:teuthology.orchestra.run.smithi017:> uname -r 2023-11-27T16:22:18.025 INFO:teuthology.orchestra.run.smithi017.stdout:4.18.0-522.el8.x86_64 2023-11-27T16:22:18.025 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-522.el8.x86_64 vs 4.18.0-522.el8.x86_64 2023-11-27T16:22:18.025 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-11-27T16:22:18.025 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-11-27T16:22:19.026 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-11-27T16:22:19.026 DEBUG:teuthology.orchestra.run.smithi017:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-11-27T16:22:19.125 INFO:teuthology.orchestra.run.smithi017.stdout:ttyS1 2023-11-27T16:22:19.142 DEBUG:teuthology.parallel:result is None 2023-11-27T16:22:19.142 INFO:teuthology.run_tasks:Running task internal.base... 2023-11-27T16:22:19.150 INFO:teuthology.task.internal:Creating test directory... 2023-11-27T16:22:19.150 DEBUG:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-27T16:22:19.153 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-11-27T16:22:19.178 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-11-27T16:22:19.190 INFO:teuthology.run_tasks:Running task internal.archive... 2023-11-27T16:22:19.224 INFO:teuthology.task.internal:Creating archive directory... 2023-11-27T16:22:19.225 DEBUG:teuthology.orchestra.run.smithi017:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-27T16:22:19.227 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-11-27T16:22:19.281 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-11-27T16:22:19.288 INFO:teuthology.task.internal:Enabling coredump saving... 2023-11-27T16:22:19.288 DEBUG:teuthology.orchestra.run.smithi017:> 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-11-27T16:22:19.290 DEBUG:teuthology.orchestra.run.smithi028:> 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-11-27T16:22:19.325 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-27T16:22:19.337 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-27T16:22:19.347 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-27T16:22:19.360 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-11-27T16:22:19.362 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-11-27T16:22:19.370 INFO:teuthology.task.internal:Configuring sudo... 2023-11-27T16:22:19.370 DEBUG:teuthology.orchestra.run.smithi017:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-27T16:22:19.381 DEBUG:teuthology.orchestra.run.smithi028:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-11-27T16:22:19.416 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-11-27T16:22:19.424 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-11-27T16:22:19.425 DEBUG:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-27T16:22:19.456 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-11-27T16:22:19.479 DEBUG:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-27T16:22:19.567 DEBUG:teuthology.orchestra.run.smithi017:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-27T16:22:19.636 DEBUG:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-27T16:22:19.684 DEBUG:teuthology.orchestra.run.smithi017:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-27T16:22:19.734 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2023-11-27T16:22:19.735 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-27T16:22:19.808 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-27T16:22:19.863 DEBUG:teuthology.orchestra.run.smithi028:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-11-27T16:22:19.916 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-27T16:22:20.007 DEBUG:teuthology.orchestra.run.smithi028:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-11-27T16:22:20.057 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-11-27T16:22:20.058 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-11-27T16:22:20.132 DEBUG:teuthology.orchestra.run.smithi017:> sudo service rsyslog restart 2023-11-27T16:22:20.134 DEBUG:teuthology.orchestra.run.smithi028:> sudo service rsyslog restart 2023-11-27T16:22:20.195 INFO:teuthology.orchestra.run.smithi017.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-27T16:22:20.242 INFO:teuthology.orchestra.run.smithi028.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-27T16:22:20.666 INFO:teuthology.run_tasks:Running task internal.timer... 2023-11-27T16:22:20.674 INFO:teuthology.task.internal:Starting timer... 2023-11-27T16:22:20.674 INFO:teuthology.run_tasks:Running task pcp... 2023-11-27T16:22:20.720 INFO:teuthology.run_tasks:Running task selinux... 2023-11-27T16:22:20.751 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-11-27T16:22:20.752 DEBUG:teuthology.orchestra.run.smithi017:> sudo service auditd rotate 2023-11-27T16:22:20.834 INFO:teuthology.orchestra.run.smithi017.stdout:Rotating logs: 2023-11-27T16:22:20.836 DEBUG:teuthology.orchestra.run.smithi028:> sudo service auditd rotate 2023-11-27T16:22:20.913 INFO:teuthology.orchestra.run.smithi028.stdout:Rotating logs: 2023-11-27T16:22:20.915 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-11-27T16:22:20.915 DEBUG:teuthology.orchestra.run.smithi017:> /usr/sbin/getenforce 2023-11-27T16:22:20.945 INFO:teuthology.orchestra.run.smithi017.stdout:Permissive 2023-11-27T16:22:20.945 DEBUG:teuthology.orchestra.run.smithi028:> /usr/sbin/getenforce 2023-11-27T16:22:20.980 INFO:teuthology.orchestra.run.smithi028.stdout:Permissive 2023-11-27T16:22:20.981 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi017.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi028.front.sepia.ceph.com': 'permissive'} 2023-11-27T16:22:20.981 DEBUG:teuthology.orchestra.run.smithi017:> 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-11-27T16:22:21.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:22:21.019 DEBUG:teuthology.orchestra.run.smithi028:> 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-11-27T16:22:21.056 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:22:21.056 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-11-27T16:22:21.057 DEBUG:teuthology.orchestra.run.smithi017:> sudo /usr/sbin/setenforce permissive 2023-11-27T16:22:21.094 DEBUG:teuthology.orchestra.run.smithi028:> sudo /usr/sbin/setenforce permissive 2023-11-27T16:22:21.129 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-11-27T16:22:21.139 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-11-27T16:22:21.139 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-11-27T16:22:21.155 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-11-27T16:22:21.156 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi017.front.sepia.ceph.com,smithi028.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-11-27T16:30:30.570 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi017.front.sepia.ceph.com'), Remote(name='ubuntu@smithi028.front.sepia.ceph.com')] 2023-11-27T16:30:30.571 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2023-11-27T16:30:30.572 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:30:30.646 DEBUG:teuthology.orchestra.run.smithi017:> true 2023-11-27T16:30:30.721 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi017.front.sepia.ceph.com' 2023-11-27T16:30:30.721 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-11-27T16:30:30.722 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-11-27T16:30:30.793 DEBUG:teuthology.orchestra.run.smithi028:> true 2023-11-27T16:30:30.868 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-11-27T16:30:30.868 INFO:teuthology.run_tasks:Running task clock... 2023-11-27T16:30:30.879 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-11-27T16:30:30.879 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-27T16:30:30.879 DEBUG:teuthology.orchestra.run.smithi017:> 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 2023-11-27T16:30:30.882 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-11-27T16:30:30.882 DEBUG:teuthology.orchestra.run.smithi028:> 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 2023-11-27T16:30:30.919 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-27T16:30:30.935 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-27T16:30:30.947 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-11-27T16:30:30.964 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-11-27T16:30:31.009 INFO:teuthology.orchestra.run.smithi017.stderr:sudo: ntpd: command not found 2023-11-27T16:30:31.023 INFO:teuthology.orchestra.run.smithi017.stdout:506 Cannot talk to daemon 2023-11-27T16:30:31.035 INFO:teuthology.orchestra.run.smithi028.stderr:sudo: ntpd: command not found 2023-11-27T16:30:31.039 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-27T16:30:31.049 INFO:teuthology.orchestra.run.smithi028.stdout:506 Cannot talk to daemon 2023-11-27T16:30:31.054 INFO:teuthology.orchestra.run.smithi017.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-27T16:30:31.066 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-11-27T16:30:31.081 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-11-27T16:30:31.124 INFO:teuthology.orchestra.run.smithi017.stderr:bash: ntpq: command not found 2023-11-27T16:30:31.128 INFO:teuthology.orchestra.run.smithi017.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-27T16:30:31.129 INFO:teuthology.orchestra.run.smithi017.stdout:=============================================================================== 2023-11-27T16:30:31.129 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:30:31.129 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:30:31.129 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:30:31.129 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:30:31.160 INFO:teuthology.orchestra.run.smithi028.stderr:bash: ntpq: command not found 2023-11-27T16:30:31.164 INFO:teuthology.orchestra.run.smithi028.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-27T16:30:31.164 INFO:teuthology.orchestra.run.smithi028.stdout:=============================================================================== 2023-11-27T16:30:31.164 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:30:31.164 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:30:31.164 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:30:31.164 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:30:31.165 INFO:teuthology.run_tasks:Running task pexec... 2023-11-27T16:30:31.175 INFO:teuthology.task.pexec:Executing custom commands... 2023-11-27T16:30:31.176 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi017.front.sepia.ceph.com 2023-11-27T16:30:31.176 DEBUG:teuthology.orchestra.run.smithi017:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-27T16:30:31.176 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi028.front.sepia.ceph.com 2023-11-27T16:30:31.176 DEBUG:teuthology.orchestra.run.smithi028:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-11-27T16:30:32.197 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:42 ago on Mon 27 Nov 2023 04:28:49 PM UTC. 2023-11-27T16:30:32.222 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:44 ago on Mon 27 Nov 2023 04:28:48 PM UTC. 2023-11-27T16:30:34.571 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2023-11-27T16:30:34.573 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2023-11-27T16:30:34.573 INFO:teuthology.orchestra.run.smithi017.stdout: Package Architecture Version Repository Size 2023-11-27T16:30:34.573 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2023-11-27T16:30:34.573 INFO:teuthology.orchestra.run.smithi017.stdout:Resetting modules: 2023-11-27T16:30:34.573 INFO:teuthology.orchestra.run.smithi017.stdout: container-tools 2023-11-27T16:30:34.573 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:30:34.573 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2023-11-27T16:30:34.573 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2023-11-27T16:30:34.573 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:30:34.635 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-11-27T16:30:34.636 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-11-27T16:30:34.636 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2023-11-27T16:30:34.636 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-11-27T16:30:34.637 INFO:teuthology.orchestra.run.smithi028.stdout:Resetting modules: 2023-11-27T16:30:34.637 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools 2023-11-27T16:30:34.637 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:30:34.637 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-11-27T16:30:34.637 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-11-27T16:30:34.637 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:30:34.858 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2023-11-27T16:30:34.914 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-11-27T16:30:35.969 INFO:teuthology.orchestra.run.smithi017.stdout:Last metadata expiration check: 0:01:46 ago on Mon 27 Nov 2023 04:28:49 PM UTC. 2023-11-27T16:30:35.989 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:47 ago on Mon 27 Nov 2023 04:28:48 PM UTC. 2023-11-27T16:30:38.313 INFO:teuthology.orchestra.run.smithi017.stdout:Dependencies resolved. 2023-11-27T16:30:38.336 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-11-27T16:30:38.518 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2023-11-27T16:30:38.518 INFO:teuthology.orchestra.run.smithi017.stdout: Package Arch Version Repository Size 2023-11-27T16:30:38.518 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2023-11-27T16:30:38.518 INFO:teuthology.orchestra.run.smithi017.stdout:Installing group/module packages: 2023-11-27T16:30:38.518 INFO:teuthology.orchestra.run.smithi017.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-27T16:30:38.518 INFO:teuthology.orchestra.run.smithi017.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-27T16:30:38.518 INFO:teuthology.orchestra.run.smithi017.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-27T16:30:38.518 INFO:teuthology.orchestra.run.smithi017.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-27T16:30:38.518 INFO:teuthology.orchestra.run.smithi017.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-27T16:30:38.518 INFO:teuthology.orchestra.run.smithi017.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout:Installing dependencies: 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout:Installing weak dependencies: 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout:Installing module profiles: 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout: container-tools/common 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout:Enabling module streams: 2023-11-27T16:30:38.519 INFO:teuthology.orchestra.run.smithi017.stdout: container-tools rhel8 2023-11-27T16:30:38.520 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:30:38.520 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction Summary 2023-11-27T16:30:38.520 INFO:teuthology.orchestra.run.smithi017.stdout:================================================================================ 2023-11-27T16:30:38.520 INFO:teuthology.orchestra.run.smithi017.stdout:Install 13 Packages 2023-11-27T16:30:38.520 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:30:38.520 INFO:teuthology.orchestra.run.smithi017.stdout:Total download size: 27 M 2023-11-27T16:30:38.520 INFO:teuthology.orchestra.run.smithi017.stdout:Installed size: 89 M 2023-11-27T16:30:38.521 INFO:teuthology.orchestra.run.smithi017.stdout:Downloading Packages: 2023-11-27T16:30:38.540 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-11-27T16:30:38.540 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-11-27T16:30:38.540 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-11-27T16:30:38.540 INFO:teuthology.orchestra.run.smithi028.stdout:Installing group/module packages: 2023-11-27T16:30:38.540 INFO:teuthology.orchestra.run.smithi028.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-11-27T16:30:38.540 INFO:teuthology.orchestra.run.smithi028.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-11-27T16:30:38.540 INFO:teuthology.orchestra.run.smithi028.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-11-27T16:30:38.540 INFO:teuthology.orchestra.run.smithi028.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-11-27T16:30:38.540 INFO:teuthology.orchestra.run.smithi028.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout:Installing weak dependencies: 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout:Installing module profiles: 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools/common 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:30:38.541 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling module streams: 2023-11-27T16:30:38.542 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools rhel8 2023-11-27T16:30:38.542 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:30:38.542 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-11-27T16:30:38.542 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-11-27T16:30:38.542 INFO:teuthology.orchestra.run.smithi028.stdout:Install 13 Packages 2023-11-27T16:30:38.542 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:30:38.542 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 27 M 2023-11-27T16:30:38.542 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 89 M 2023-11-27T16:30:38.543 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-11-27T16:30:39.307 INFO:teuthology.orchestra.run.smithi017.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.3 MB/s | 750 kB 00:00 2023-11-27T16:30:39.357 INFO:teuthology.orchestra.run.smithi017.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.6 MB/s | 1.0 MB 00:00 2023-11-27T16:30:39.373 INFO:teuthology.orchestra.run.smithi028.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 1.2 MB/s | 750 kB 00:00 2023-11-27T16:30:39.399 INFO:teuthology.orchestra.run.smithi017.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 412 kB/s | 38 kB 00:00 2023-11-27T16:30:39.407 INFO:teuthology.orchestra.run.smithi028.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 1.6 MB/s | 1.0 MB 00:00 2023-11-27T16:30:39.474 INFO:teuthology.orchestra.run.smithi028.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 378 kB/s | 38 kB 00:00 2023-11-27T16:30:39.475 INFO:teuthology.orchestra.run.smithi017.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.0 MB/s | 241 kB 00:00 2023-11-27T16:30:39.507 INFO:teuthology.orchestra.run.smithi028.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 2.3 MB/s | 241 kB 00:00 2023-11-27T16:30:39.566 INFO:teuthology.orchestra.run.smithi017.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.9 MB/s | 178 kB 00:00 2023-11-27T16:30:39.608 INFO:teuthology.orchestra.run.smithi028.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 1.7 MB/s | 178 kB 00:00 2023-11-27T16:30:39.667 INFO:teuthology.orchestra.run.smithi017.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-11-27T16:30:39.708 INFO:teuthology.orchestra.run.smithi028.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 248 kB/s | 25 kB 00:00 2023-11-27T16:30:39.809 INFO:teuthology.orchestra.run.smithi017.stdout:(7/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 9.6 MB/s | 3.9 MB 00:00 2023-11-27T16:30:39.817 INFO:teuthology.orchestra.run.smithi028.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 9.3 MB/s | 9.6 MB 00:01 2023-11-27T16:30:39.834 INFO:teuthology.orchestra.run.smithi017.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 562 kB/s | 94 kB 00:00 2023-11-27T16:30:39.842 INFO:teuthology.orchestra.run.smithi028.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 704 kB/s | 94 kB 00:00 2023-11-27T16:30:39.967 INFO:teuthology.orchestra.run.smithi028.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 8.0 MB/s | 3.9 MB 00:00 2023-11-27T16:30:39.974 INFO:teuthology.orchestra.run.smithi017.stdout:(9/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 7.8 MB/s | 9.6 MB 00:01 2023-11-27T16:30:40.068 INFO:teuthology.orchestra.run.smithi028.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 526 kB/s | 53 kB 00:00 2023-11-27T16:30:40.076 INFO:teuthology.orchestra.run.smithi017.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 517 kB/s | 53 kB 00:00 2023-11-27T16:30:40.134 INFO:teuthology.orchestra.run.smithi028.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.7 MB/s | 2.5 MB 00:00 2023-11-27T16:30:40.135 INFO:teuthology.orchestra.run.smithi017.stdout:(11/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 8.4 MB/s | 2.5 MB 00:00 2023-11-27T16:30:40.159 INFO:teuthology.orchestra.run.smithi028.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 447 kB/s | 41 kB 00:00 2023-11-27T16:30:40.177 INFO:teuthology.orchestra.run.smithi017.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 409 kB/s | 41 kB 00:00 2023-11-27T16:30:40.251 INFO:teuthology.orchestra.run.smithi028.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 19 MB/s | 8.1 MB 00:00 2023-11-27T16:30:40.252 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:30:40.252 INFO:teuthology.orchestra.run.smithi028.stdout:Total 16 MB/s | 27 MB 00:01 2023-11-27T16:30:40.310 INFO:teuthology.orchestra.run.smithi017.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 16 MB/s | 8.1 MB 00:00 2023-11-27T16:30:40.311 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2023-11-27T16:30:40.311 INFO:teuthology.orchestra.run.smithi017.stdout:Total 15 MB/s | 27 MB 00:01 2023-11-27T16:30:40.544 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-11-27T16:30:40.568 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-11-27T16:30:40.568 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-11-27T16:30:40.601 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction check 2023-11-27T16:30:40.624 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction check succeeded. 2023-11-27T16:30:40.625 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction test 2023-11-27T16:30:40.846 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-11-27T16:30:40.849 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-11-27T16:30:40.923 INFO:teuthology.orchestra.run.smithi017.stdout:Transaction test succeeded. 2023-11-27T16:30:40.927 INFO:teuthology.orchestra.run.smithi017.stdout:Running transaction 2023-11-27T16:30:41.537 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-11-27T16:30:41.704 INFO:teuthology.orchestra.run.smithi017.stdout: Preparing : 1/1 2023-11-27T16:30:41.731 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-27T16:30:41.900 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-27T16:30:41.953 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-11-27T16:30:42.083 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-27T16:30:42.146 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-11-27T16:30:42.323 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-11-27T16:30:42.351 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-27T16:30:42.580 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-27T16:30:42.935 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-27T16:30:43.204 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-11-27T16:30:43.990 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-27T16:30:44.216 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-27T16:30:44.250 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-27T16:30:44.455 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-27T16:30:44.532 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-11-27T16:30:44.672 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-27T16:30:44.740 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-11-27T16:30:45.078 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-27T16:30:45.559 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-11-27T16:30:46.035 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-11-27T16:30:46.374 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-27T16:30:46.578 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-27T16:30:46.748 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-27T16:30:46.977 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-27T16:30:47.213 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-27T16:30:47.213 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-27T16:30:47.213 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-27T16:30:47.213 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-27T16:30:47.213 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-27T16:30:47.213 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-27T16:30:47.213 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-27T16:30:47.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-27T16:30:47.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-27T16:30:47.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-27T16:30:47.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-27T16:30:47.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-27T16:30:47.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-27T16:30:47.225 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-11-27T16:30:47.444 INFO:teuthology.orchestra.run.smithi017.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-27T16:30:47.921 INFO:teuthology.orchestra.run.smithi017.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-11-27T16:30:47.922 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-27T16:30:48.108 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-27T16:30:48.109 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-27T16:30:48.109 INFO:teuthology.orchestra.run.smithi028.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.109 INFO:teuthology.orchestra.run.smithi028.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.109 INFO:teuthology.orchestra.run.smithi028.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-27T16:30:48.109 INFO:teuthology.orchestra.run.smithi028.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-27T16:30:48.109 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-11-27T16:30:48.109 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-11-27T16:30:48.385 DEBUG:teuthology.parallel:result is None 2023-11-27T16:30:48.798 INFO:teuthology.orchestra.run.smithi017.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-11-27T16:30:48.799 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:30:48.799 INFO:teuthology.orchestra.run.smithi017.stdout:Installed: 2023-11-27T16:30:48.799 INFO:teuthology.orchestra.run.smithi017.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.799 INFO:teuthology.orchestra.run.smithi017.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.799 INFO:teuthology.orchestra.run.smithi017.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: yajl-2.1.0-12.el8.x86_64 2023-11-27T16:30:48.800 INFO:teuthology.orchestra.run.smithi017.stdout: 2023-11-27T16:30:48.801 INFO:teuthology.orchestra.run.smithi017.stdout:Complete! 2023-11-27T16:30:49.120 DEBUG:teuthology.parallel:result is None 2023-11-27T16:30:49.120 INFO:teuthology.run_tasks:Running task cephadm... 2023-11-27T16:30:49.200 INFO:tasks.cephadm:Config: {'cephadm_branch': 'v17.2.0', 'cephadm_git_url': 'https://github.com/ceph/ceph', 'image': 'quay.io/ceph/ceph:v17.2.0', 'roleless': True, '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': 'c8a64eba7efb84dff55f17b859fdb3830b8c8e22'} 2023-11-27T16:30:49.200 INFO:tasks.cephadm:Cluster image is quay.io/ceph/ceph:v17.2.0 2023-11-27T16:30:49.201 INFO:tasks.cephadm:Cluster fsid is 52d37c8e-8d42-11ee-95a2-87774f69a715 2023-11-27T16:30:49.201 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-11-27T16:30:49.201 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-11-27T16:30:49.201 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi017': '172.21.15.17', 'mon.smithi028': '172.21.15.28'} 2023-11-27T16:30:49.202 INFO:tasks.cephadm:Normalizing hostnames... 2023-11-27T16:30:49.202 DEBUG:teuthology.orchestra.run.smithi017:> sudo hostname $(hostname -s) 2023-11-27T16:30:49.236 DEBUG:teuthology.orchestra.run.smithi028:> sudo hostname $(hostname -s) 2023-11-27T16:30:49.273 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v17.2.0)... 2023-11-27T16:30:49.273 DEBUG:teuthology.orchestra.run.smithi017:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-27T16:30:49.584 INFO:teuthology.orchestra.run.smithi017.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 27 16:30 /home/ubuntu/cephtest/cephadm 2023-11-27T16:30:49.585 DEBUG:teuthology.orchestra.run.smithi028:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v17.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-11-27T16:30:49.886 INFO:teuthology.orchestra.run.smithi028.stdout:-rw-rw-r--. 1 ubuntu ubuntu 320521 Nov 27 16:30 /home/ubuntu/cephtest/cephadm 2023-11-27T16:30:49.886 DEBUG:teuthology.orchestra.run.smithi017:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-27T16:30:49.910 DEBUG:teuthology.orchestra.run.smithi028:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-11-27T16:30:49.942 INFO:tasks.cephadm:Pulling image quay.io/ceph/ceph:v17.2.0 on all hosts... 2023-11-27T16:30:49.942 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-27T16:30:49.953 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull 2023-11-27T16:30:51.599 INFO:teuthology.orchestra.run.smithi028.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-27T16:30:51.666 INFO:teuthology.orchestra.run.smithi017.stderr:Pulling container image quay.io/ceph/ceph:v17.2.0... 2023-11-27T16:31:31.127 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2023-11-27T16:31:31.128 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph_version": "ceph version 17.2.0 (43e2e60a7559d3f46c9d53f1ca875fd499a1e35e) quincy (stable)", 2023-11-27T16:31:31.128 INFO:teuthology.orchestra.run.smithi017.stdout: "image_id": "e1d6a67b021eb077ee22bf650f1a9fb1980a2cf5c36bdb9cba9eac6de8f702d9", 2023-11-27T16:31:31.128 INFO:teuthology.orchestra.run.smithi017.stdout: "repo_digests": [ 2023-11-27T16:31:31.128 INFO:teuthology.orchestra.run.smithi017.stdout: "quay.io/ceph/ceph@sha256:12a0a4f43413fd97a14a3d47a3451b2d2df50020835bb93db666209f3f77617a", 2023-11-27T16:31:31.128 INFO:teuthology.orchestra.run.smithi017.stdout: "quay.io/ceph/ceph@sha256:cb4d698cb769b6aba05bf6ef04f41a7fe694160140347576e13bd9348514b667" 2023-11-27T16:31:31.128 INFO:teuthology.orchestra.run.smithi017.stdout: ] 2023-11-27T16:31:31.128 INFO:teuthology.orchestra.run.smithi017.stdout:} 2023-11-27T16:32:17.576 INFO:teuthology.orchestra.run.smithi028.stderr:Non-zero exit code 125 from /bin/podman pull quay.io/ceph/ceph:v17.2.0 2023-11-27T16:32:17.577 INFO:teuthology.orchestra.run.smithi028.stderr:/bin/podman: stderr Trying to pull quay.io/ceph/ceph:v17.2.0... 2023-11-27T16:32:17.577 INFO:teuthology.orchestra.run.smithi028.stderr:/bin/podman: stderr Error: initializing source docker://quay.io/ceph/ceph:v17.2.0: reading manifest v17.2.0 in quay.io/ceph/ceph: received unexpected HTTP status: 504 Gateway Time-out 2023-11-27T16:32:17.577 INFO:teuthology.orchestra.run.smithi028.stderr:ERROR: Failed command: /bin/podman pull quay.io/ceph/ceph:v17.2.0 2023-11-27T16:32:17.601 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:32:17.602 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi028 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull' 2023-11-27T16:32:17.604 INFO:tasks.cephadm:Archiving crash dumps... 2023-11-27T16:32:17.606 DEBUG:teuthology.misc:Transferring archived files from smithi017:/var/lib/ceph/52d37c8e-8d42-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849/remote/smithi017/crash 2023-11-27T16:32:17.607 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /var/lib/ceph/52d37c8e-8d42-11ee-95a2-87774f69a715/crash -- . 2023-11-27T16:32:17.665 INFO:teuthology.orchestra.run.smithi017.stderr:tar: /var/lib/ceph/52d37c8e-8d42-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-27T16:32:17.665 INFO:teuthology.orchestra.run.smithi017.stderr:tar: Error is not recoverable: exiting now 2023-11-27T16:32:17.667 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/lib/ceph/52d37c8e-8d42-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849/remote/smithi028/crash 2023-11-27T16:32:17.668 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/lib/ceph/52d37c8e-8d42-11ee-95a2-87774f69a715/crash -- . 2023-11-27T16:32:17.719 INFO:teuthology.orchestra.run.smithi028.stderr:tar: /var/lib/ceph/52d37c8e-8d42-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-11-27T16:32:17.719 INFO:teuthology.orchestra.run.smithi028.stderr:tar: Error is not recoverable: exiting now 2023-11-27T16:32:17.720 INFO:tasks.cephadm:Checking cluster log for badness... 2023-11-27T16:32:17.720 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/52d37c8e-8d42-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-11-27T16:32:17.755 INFO:teuthology.orchestra.run.smithi017.stderr:grep: /var/log/ceph/52d37c8e-8d42-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-11-27T16:32:17.756 INFO:tasks.cephadm:Compressing logs... 2023-11-27T16:32:17.757 DEBUG:teuthology.orchestra.run.smithi017:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-27T16:32:17.799 DEBUG:teuthology.orchestra.run.smithi028:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2023-11-27T16:32:17.831 INFO:teuthology.orchestra.run.smithi017.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log : No such file or directory 2023-11-27T16:32:17.831 INFO:teuthology.orchestra.run.smithi017.stderr: 2023-11-27T16:32:17.832 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/cephadm.log: 65.6% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-27T16:32:17.834 INFO:teuthology.orchestra.run.smithi017.stderr: 2023-11-27T16:32:17.834 INFO:teuthology.orchestra.run.smithi017.stderr:real 0m0.015s 2023-11-27T16:32:17.834 INFO:teuthology.orchestra.run.smithi017.stderr:user 0m0.012s 2023-11-27T16:32:17.834 INFO:teuthology.orchestra.run.smithi017.stderr:sys 0m0.014s 2023-11-27T16:32:17.835 INFO:teuthology.orchestra.run.smithi028.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-11-27T16:32:17.835 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-11-27T16:32:17.835 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/cephadm.log: 71.9% -- replaced with /var/log/ceph/cephadm.log.gz 2023-11-27T16:32:17.836 INFO:teuthology.orchestra.run.smithi028.stderr: 2023-11-27T16:32:17.836 INFO:teuthology.orchestra.run.smithi028.stderr:real 0m0.015s 2023-11-27T16:32:17.836 INFO:teuthology.orchestra.run.smithi028.stderr:user 0m0.014s 2023-11-27T16:32:17.836 INFO:teuthology.orchestra.run.smithi028.stderr:sys 0m0.012s 2023-11-27T16:32:17.838 INFO:tasks.cephadm:Archiving logs... 2023-11-27T16:32:17.838 DEBUG:teuthology.misc:Transferring archived files from smithi017:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849/remote/smithi017/log 2023-11-27T16:32:17.839 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-27T16:32:17.908 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/log/ceph to /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849/remote/smithi028/log 2023-11-27T16:32:17.909 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/log/ceph -- . 2023-11-27T16:32:17.943 INFO:tasks.cephadm:Removing cluster... 2023-11-27T16:32:17.944 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 52d37c8e-8d42-11ee-95a2-87774f69a715 --force 2023-11-27T16:32:18.281 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 52d37c8e-8d42-11ee-95a2-87774f69a715 --force 2023-11-27T16:32:18.618 INFO:tasks.cephadm:Removing cephadm ... 2023-11-27T16:32:18.618 DEBUG:teuthology.orchestra.run.smithi017:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-27T16:32:18.641 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf /home/ubuntu/cephtest/cephadm 2023-11-27T16:32:18.661 INFO:tasks.cephadm:Teardown complete 2023-11-27T16:32:18.661 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa/tasks/cephadm.py", line 1720, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi028 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull' 2023-11-27T16:32:18.725 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=78f84ccd5bdc48bdadacd025012b0b9f Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa/tasks/cephadm.py", line 1720, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_c8a64eba7efb84dff55f17b859fdb3830b8c8e22/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_2442239d2653456406c25ae0c71b689c8f2657b6/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi028 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull' 2023-11-27T16:32:18.728 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-11-27T16:32:18.737 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-11-27T16:32:18.762 INFO:teuthology.task.clock:Checking final clock skew... 2023-11-27T16:32:18.763 DEBUG:teuthology.orchestra.run.smithi017:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-27T16:32:18.774 DEBUG:teuthology.orchestra.run.smithi028:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-11-27T16:32:18.788 INFO:teuthology.orchestra.run.smithi017.stderr:bash: ntpq: command not found 2023-11-27T16:32:18.793 INFO:teuthology.orchestra.run.smithi017.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-27T16:32:18.793 INFO:teuthology.orchestra.run.smithi017.stdout:=============================================================================== 2023-11-27T16:32:18.793 INFO:teuthology.orchestra.run.smithi017.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 36 -922us[ -922us] +/- 84ms 2023-11-27T16:32:18.794 INFO:teuthology.orchestra.run.smithi017.stdout:^* hv02.front.sepia.ceph.com 3 6 37 36 -1746us[-1757us] +/- 62ms 2023-11-27T16:32:18.794 INFO:teuthology.orchestra.run.smithi017.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 36 +2666us[+2666us] +/- 68ms 2023-11-27T16:32:18.794 INFO:teuthology.orchestra.run.smithi017.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:32:18.796 INFO:teuthology.orchestra.run.smithi028.stderr:bash: ntpq: command not found 2023-11-27T16:32:18.801 INFO:teuthology.orchestra.run.smithi028.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-11-27T16:32:18.801 INFO:teuthology.orchestra.run.smithi028.stdout:=============================================================================== 2023-11-27T16:32:18.801 INFO:teuthology.orchestra.run.smithi028.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 37 -962us[ -962us] +/- 84ms 2023-11-27T16:32:18.802 INFO:teuthology.orchestra.run.smithi028.stdout:^* hv02.front.sepia.ceph.com 3 6 37 37 -1772us[-1742us] +/- 62ms 2023-11-27T16:32:18.802 INFO:teuthology.orchestra.run.smithi028.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 35 +2626us[+2626us] +/- 68ms 2023-11-27T16:32:18.802 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-11-27T16:32:18.802 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-11-27T16:32:18.810 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-11-27T16:32:18.811 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-11-27T16:32:18.846 DEBUG:teuthology.orchestra.run.smithi017:> 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-11-27T16:32:18.947 DEBUG:teuthology.orchestra.run.smithi028:> 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-11-27T16:32:19.048 DEBUG:teuthology.orchestra.run.smithi017:> 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-11-27T16:32:19.084 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:32:19.085 DEBUG:teuthology.orchestra.run.smithi028:> 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-11-27T16:32:19.121 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:32:19.122 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-11-27T16:32:19.131 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-11-27T16:32:19.154 INFO:teuthology.task.internal:Duration was 598.479832 seconds 2023-11-27T16:32:19.154 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-11-27T16:32:19.196 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-11-27T16:32:19.196 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-27T16:32:19.198 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-11-27T16:32:19.253 INFO:teuthology.orchestra.run.smithi017.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-27T16:32:19.255 INFO:teuthology.orchestra.run.smithi028.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-11-27T16:32:19.759 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-11-27T16:32:19.759 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi017.front.sepia.ceph.com 2023-11-27T16:32:19.759 DEBUG:teuthology.orchestra.run.smithi017:> 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-11-27T16:32:19.788 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi028.front.sepia.ceph.com 2023-11-27T16:32:19.789 DEBUG:teuthology.orchestra.run.smithi028:> 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-11-27T16:32:19.817 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-11-27T16:32:19.817 DEBUG:teuthology.orchestra.run.smithi017:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-27T16:32:19.831 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-11-27T16:32:19.901 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-11-27T16:32:19.902 DEBUG:teuthology.orchestra.run.smithi017:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-27T16:32:19.904 DEBUG:teuthology.orchestra.run.smithi028:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-11-27T16:32:19.975 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-11-27T16:32:19.984 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-11-27T16:32:19.984 DEBUG:teuthology.orchestra.run.smithi017:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-27T16:32:20.015 DEBUG:teuthology.orchestra.run.smithi028:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-11-27T16:32:20.048 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-11-27T16:32:20.057 DEBUG:teuthology.orchestra.run.smithi017:> 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-11-27T16:32:20.059 DEBUG:teuthology.orchestra.run.smithi028:> 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-11-27T16:32:20.090 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern = core 2023-11-27T16:32:20.121 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = core 2023-11-27T16:32:20.139 DEBUG:teuthology.orchestra.run.smithi017:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-27T16:32:20.180 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:32:20.181 DEBUG:teuthology.orchestra.run.smithi028:> test -e /home/ubuntu/cephtest/archive/coredump 2023-11-27T16:32:20.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-11-27T16:32:20.203 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-11-27T16:32:20.212 INFO:teuthology.task.internal:Transferring archived files... 2023-11-27T16:32:20.213 DEBUG:teuthology.misc:Transferring archived files from smithi017:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849/remote/smithi017 2023-11-27T16:32:20.213 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-27T16:32:20.266 DEBUG:teuthology.misc:Transferring archived files from smithi028:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849/remote/smithi028 2023-11-27T16:32:20.266 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-11-27T16:32:20.310 INFO:teuthology.task.internal:Removing archive directory... 2023-11-27T16:32:20.310 DEBUG:teuthology.orchestra.run.smithi017:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-27T16:32:20.313 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf -- /home/ubuntu/cephtest/archive 2023-11-27T16:32:20.367 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-11-27T16:32:20.377 INFO:teuthology.task.internal:Not uploading archives. 2023-11-27T16:32:20.377 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-11-27T16:32:20.405 INFO:teuthology.task.internal:Tidying up after the test... 2023-11-27T16:32:20.405 DEBUG:teuthology.orchestra.run.smithi017:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-27T16:32:20.407 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-11-27T16:32:20.427 INFO:teuthology.orchestra.run.smithi017.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 27 16:32 /home/ubuntu/cephtest 2023-11-27T16:32:20.429 INFO:teuthology.orchestra.run.smithi028.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Nov 27 16:32 /home/ubuntu/cephtest 2023-11-27T16:32:20.431 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-11-27T16:32:20.447 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-11-27T16:32:20.532 INFO:teuthology.nuke:Checking targets against current locks 2023-11-27T16:32:20.559 DEBUG:teuthology.nuke:shortname: smithi017 2023-11-27T16:32:20.559 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-27T16:32:20.583 DEBUG:teuthology.nuke:shortname: smithi028 2023-11-27T16:32:20.584 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-11-27T16:32:20.587 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi017.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849', '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-11-27 16:03:05.879923', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIbZNYvGd5sKR/fZ6raOMTVP1jSbXhKgngvzy5A0dMrEqxcqGNIUP7gpXybsOKAm1aOTRcJvqAZKYdol9GmDWjw='} 2023-11-27T16:32:20.607 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-11-27_16:03:00-orch:cephadm-wip-adk-testing-2023-11-26-1627-distro-default-smithi/7467849', '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-11-27 16:03:05.878060', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPeM61oeAv3CFqzgsv1MRts07nKcVpwqjNT9ihwDFrI7E3+pAcb+I9VrvgyxpyRNJAwgfX8mW31fz9creyefNY='} 2023-11-27T16:32:20.633 INFO:teuthology.orchestra.console.smithi017:Power off 2023-11-27T16:32:20.633 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-27T16:32:20.657 DEBUG:teuthology.orchestra.console.smithi017:power off output: Chassis Power Control: Down/Off 2023-11-27T16:32:20.658 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:32:20.671 INFO:teuthology.orchestra.console.smithi028:Power off 2023-11-27T16:32:20.672 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-11-27T16:32:20.680 DEBUG:teuthology.orchestra.console.smithi017:check power output: Chassis Power is on 2023-11-27T16:32:20.694 DEBUG:teuthology.orchestra.console.smithi028:power off output: Chassis Power Control: Down/Off 2023-11-27T16:32:20.694 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:32:20.716 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2023-11-27T16:32:24.682 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:32:24.716 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:32:24.792 DEBUG:teuthology.orchestra.console.smithi017:check power output: Chassis Power is on 2023-11-27T16:32:24.825 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2023-11-27T16:32:28.797 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:32:28.826 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-11-27T16:32:28.908 DEBUG:teuthology.orchestra.console.smithi017:check power output: Chassis Power is off 2023-11-27T16:32:28.934 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is off 2023-11-27T16:32:29.009 INFO:teuthology.orchestra.console.smithi017:Power off completed 2023-11-27T16:32:29.035 INFO:teuthology.orchestra.console.smithi028:Power off completed 2023-11-27T16:32:29.139 INFO:teuthology.run:Summary data: description: orch:cephadm/mgr-nfs-upgrade/{0-centos_8.stream_container_tools 1-bootstrap/17.2.0 1-start 2-nfs 3-upgrade-with-workload 4-final} duration: 598.4798321723938 failure_reason: 'Command failed on smithi028 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.io/ceph/ceph:v17.2.0 pull''' owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=78f84ccd5bdc48bdadacd025012b0b9f status: fail success: false 2023-11-27T16:32:29.139 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-11-27T16:32:29.206 INFO:teuthology.run:FAIL