2026-03-30T20:02:53.817 INFO:root:teuthology version: 1.2.4.dev37+ga59626679 2026-03-30T20:02:53.822 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-30T20:02:53.844 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4026 branch: tentacle description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_host_drain} email: null first_in_suite: false flavor: default job_id: '4026' last_in_suite: false machine_type: vps name: kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: tentacle ansible.cephlab: branch: main repo: https://github.com/kshtsk/ceph-cm-ansible.git skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: logical_volumes: lv_1: scratch_dev: true size: 25%VG vg: vg_nvme lv_2: scratch_dev: true size: 25%VG vg: vg_nvme lv_3: scratch_dev: true size: 25%VG vg: vg_nvme lv_4: scratch_dev: true size: 25%VG vg: vg_nvme timezone: UTC volume_groups: vg_nvme: pvs: /dev/vdb,/dev/vdc,/dev/vdd,/dev/vde ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd mclock iops capacity threshold hdd: 49000 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_HOST - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 70f8415b300f041766fa27faf7d5472699e32388 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: cephadm_binary_url: https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm install: ceph: flavor: default sha1: 70f8415b300f041766fa27faf7d5472699e32388 extra_system_packages: deb: - python3-jmespath - python3-xmltodict - s3cmd rpm: - bzip2 - perl-Test-Harness - python3-jmespath - python3-xmltodict - s3cmd selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: tt-tentacle sha1: 0392f78529848ec72469e8e431875cb98d3a5fb4 owner: kyr priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 2483 sha1: 70f8415b300f041766fa27faf7d5472699e32388 sleep_before_teardown: 0 subset: 1/100000 suite: rados suite_branch: tt-tentacle suite_path: /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa suite_relpath: qa suite_repo: https://github.com/kshtsk/ceph.git suite_sha1: 0392f78529848ec72469e8e431875cb98d3a5fb4 targets: vm02.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD+5D8ojdsFTchNh576WVeutTczCBIX9zy7Oz70G4OptMtMBkE7nS1sjj1fW20dARbOCIvigt+Mwa4BASpkoOYc= vm06.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMWYeM64AGa+FIfyHnthvRMVbkeYXrHbOXFGjT1xGEOt97njbMWdYm6f2Oed5FIU5d8AR504Inw4/4ra5SoLmeM= vm09.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGRg+UBgz5b6WL8id9/KMWmsvw4SKd/EmdnsVHSmCgPMuzCsUIIcCHsDc4UKb/IKkzBeHpj64kyNoH7WhiYwpwo= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: uv2 teuthology_repo: https://github.com/kshtsk/teuthology teuthology_sha1: a59626679648f962bca99d20d35578f2998c8f37 timestamp: 2026-03-30_19:18:25 tube: vps user: kyr verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.282426 2026-03-30T20:02:53.844 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa; will attempt to use it 2026-03-30T20:02:53.844 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa/tasks 2026-03-30T20:02:53.844 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-30T20:02:53.844 INFO:teuthology.task.internal:Checking packages... 2026-03-30T20:02:53.845 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '70f8415b300f041766fa27faf7d5472699e32388' 2026-03-30T20:02:53.845 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-30T20:02:53.845 INFO:teuthology.packaging:ref: None 2026-03-30T20:02:53.845 INFO:teuthology.packaging:tag: None 2026-03-30T20:02:53.845 INFO:teuthology.packaging:branch: tentacle 2026-03-30T20:02:53.845 INFO:teuthology.packaging:sha1: 70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T20:02:53.845 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=tentacle 2026-03-30T20:02:54.640 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-721.g5bb32787 2026-03-30T20:02:54.640 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-30T20:02:54.641 INFO:teuthology.task.internal:no buildpackages task found 2026-03-30T20:02:54.641 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-30T20:02:54.642 INFO:teuthology.task.internal:Saving configuration 2026-03-30T20:02:54.647 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-30T20:02:54.648 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-30T20:02:54.658 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm02.local', 'description': '/archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4026', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-30 19:59:25.859627', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:02', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBD+5D8ojdsFTchNh576WVeutTczCBIX9zy7Oz70G4OptMtMBkE7nS1sjj1fW20dARbOCIvigt+Mwa4BASpkoOYc='} 2026-03-30T20:02:54.664 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm06.local', 'description': '/archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4026', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-30 19:59:25.859229', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:06', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMWYeM64AGa+FIfyHnthvRMVbkeYXrHbOXFGjT1xGEOt97njbMWdYm6f2Oed5FIU5d8AR504Inw4/4ra5SoLmeM='} 2026-03-30T20:02:54.669 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm09.local', 'description': '/archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4026', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-30 19:59:25.858600', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:09', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGRg+UBgz5b6WL8id9/KMWmsvw4SKd/EmdnsVHSmCgPMuzCsUIIcCHsDc4UKb/IKkzBeHpj64kyNoH7WhiYwpwo='} 2026-03-30T20:02:54.669 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-30T20:02:54.670 INFO:teuthology.task.internal:roles: ubuntu@vm02.local - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2026-03-30T20:02:54.670 INFO:teuthology.task.internal:roles: ubuntu@vm06.local - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2026-03-30T20:02:54.670 INFO:teuthology.task.internal:roles: ubuntu@vm09.local - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2026-03-30T20:02:54.670 INFO:teuthology.run_tasks:Running task console_log... 2026-03-30T20:02:54.677 DEBUG:teuthology.task.console_log:vm02 does not support IPMI; excluding 2026-03-30T20:02:54.682 DEBUG:teuthology.task.console_log:vm06 does not support IPMI; excluding 2026-03-30T20:02:54.687 DEBUG:teuthology.task.console_log:vm09 does not support IPMI; excluding 2026-03-30T20:02:54.687 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6e99e4dd80>, signals=[15]) 2026-03-30T20:02:54.687 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-30T20:02:54.688 INFO:teuthology.task.internal:Opening connections... 2026-03-30T20:02:54.688 DEBUG:teuthology.task.internal:connecting to ubuntu@vm02.local 2026-03-30T20:02:54.689 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm02.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T20:02:54.749 DEBUG:teuthology.task.internal:connecting to ubuntu@vm06.local 2026-03-30T20:02:54.749 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T20:02:54.807 DEBUG:teuthology.task.internal:connecting to ubuntu@vm09.local 2026-03-30T20:02:54.808 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm09.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T20:02:54.868 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-30T20:02:54.869 DEBUG:teuthology.orchestra.run.vm02:> uname -m 2026-03-30T20:02:54.885 INFO:teuthology.orchestra.run.vm02.stdout:x86_64 2026-03-30T20:02:54.885 DEBUG:teuthology.orchestra.run.vm02:> cat /etc/os-release 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:NAME="CentOS Stream" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:VERSION="9" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:ID="centos" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:ID_LIKE="rhel fedora" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:VERSION_ID="9" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:PLATFORM_ID="platform:el9" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:ANSI_COLOR="0;31" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:LOGO="fedora-logo-icon" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:HOME_URL="https://centos.org/" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-30T20:02:54.942 INFO:teuthology.orchestra.run.vm02.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-30T20:02:54.943 INFO:teuthology.lock.ops:Updating vm02.local on lock server 2026-03-30T20:02:54.948 DEBUG:teuthology.orchestra.run.vm06:> uname -m 2026-03-30T20:02:54.965 INFO:teuthology.orchestra.run.vm06.stdout:x86_64 2026-03-30T20:02:54.965 DEBUG:teuthology.orchestra.run.vm06:> cat /etc/os-release 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:NAME="CentOS Stream" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:VERSION="9" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:ID="centos" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:ID_LIKE="rhel fedora" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_ID="9" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:PLATFORM_ID="platform:el9" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:ANSI_COLOR="0;31" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:LOGO="fedora-logo-icon" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:HOME_URL="https://centos.org/" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-30T20:02:55.022 INFO:teuthology.orchestra.run.vm06.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-30T20:02:55.022 INFO:teuthology.lock.ops:Updating vm06.local on lock server 2026-03-30T20:02:55.027 DEBUG:teuthology.orchestra.run.vm09:> uname -m 2026-03-30T20:02:55.042 INFO:teuthology.orchestra.run.vm09.stdout:x86_64 2026-03-30T20:02:55.042 DEBUG:teuthology.orchestra.run.vm09:> cat /etc/os-release 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:NAME="CentOS Stream" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:VERSION="9" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:ID="centos" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:ID_LIKE="rhel fedora" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:VERSION_ID="9" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:PLATFORM_ID="platform:el9" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:ANSI_COLOR="0;31" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:LOGO="fedora-logo-icon" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:HOME_URL="https://centos.org/" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-30T20:02:55.097 INFO:teuthology.orchestra.run.vm09.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-30T20:02:55.097 INFO:teuthology.lock.ops:Updating vm09.local on lock server 2026-03-30T20:02:55.124 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-30T20:02:55.126 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-30T20:02:55.127 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-30T20:02:55.127 DEBUG:teuthology.orchestra.run.vm02:> test '!' -e /home/ubuntu/cephtest 2026-03-30T20:02:55.129 DEBUG:teuthology.orchestra.run.vm06:> test '!' -e /home/ubuntu/cephtest 2026-03-30T20:02:55.131 DEBUG:teuthology.orchestra.run.vm09:> test '!' -e /home/ubuntu/cephtest 2026-03-30T20:02:55.153 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-30T20:02:55.155 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-30T20:02:55.155 DEBUG:teuthology.orchestra.run.vm02:> test -z $(ls -A /var/lib/ceph) 2026-03-30T20:02:55.186 DEBUG:teuthology.orchestra.run.vm06:> test -z $(ls -A /var/lib/ceph) 2026-03-30T20:02:55.188 DEBUG:teuthology.orchestra.run.vm09:> test -z $(ls -A /var/lib/ceph) 2026-03-30T20:02:55.201 INFO:teuthology.orchestra.run.vm02.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-30T20:02:55.202 INFO:teuthology.orchestra.run.vm06.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-30T20:02:55.212 INFO:teuthology.orchestra.run.vm09.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-30T20:02:55.212 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-30T20:02:55.220 DEBUG:teuthology.orchestra.run.vm02:> test -e /ceph-qa-ready 2026-03-30T20:02:55.257 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T20:02:55.460 DEBUG:teuthology.orchestra.run.vm06:> test -e /ceph-qa-ready 2026-03-30T20:02:55.474 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T20:02:55.674 DEBUG:teuthology.orchestra.run.vm09:> test -e /ceph-qa-ready 2026-03-30T20:02:55.690 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T20:02:55.890 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-30T20:02:55.892 INFO:teuthology.task.internal:Creating test directory... 2026-03-30T20:02:55.892 DEBUG:teuthology.orchestra.run.vm02:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-30T20:02:55.894 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-30T20:02:55.896 DEBUG:teuthology.orchestra.run.vm09:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-30T20:02:55.915 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-30T20:02:55.918 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-30T20:02:55.919 INFO:teuthology.task.internal:Creating archive directory... 2026-03-30T20:02:55.919 DEBUG:teuthology.orchestra.run.vm02:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-30T20:02:55.950 DEBUG:teuthology.orchestra.run.vm06:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-30T20:02:55.953 DEBUG:teuthology.orchestra.run.vm09:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-30T20:02:55.973 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-30T20:02:55.975 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-30T20:02:55.975 DEBUG:teuthology.orchestra.run.vm02:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-30T20:02:56.021 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T20:02:56.021 DEBUG:teuthology.orchestra.run.vm06:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-30T20:02:56.036 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T20:02:56.037 DEBUG:teuthology.orchestra.run.vm09:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-30T20:02:56.051 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T20:02:56.051 DEBUG:teuthology.orchestra.run.vm02:> 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 2026-03-30T20:02:56.063 DEBUG:teuthology.orchestra.run.vm06:> 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 2026-03-30T20:02:56.079 DEBUG:teuthology.orchestra.run.vm09:> 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 2026-03-30T20:02:56.086 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T20:02:56.097 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T20:02:56.103 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T20:02:56.113 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T20:02:56.117 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T20:02:56.130 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T20:02:56.132 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-30T20:02:56.134 INFO:teuthology.task.internal:Configuring sudo... 2026-03-30T20:02:56.134 DEBUG:teuthology.orchestra.run.vm02:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-30T20:02:56.140 DEBUG:teuthology.orchestra.run.vm06:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-30T20:02:56.156 DEBUG:teuthology.orchestra.run.vm09:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-30T20:02:56.199 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-30T20:02:56.202 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-30T20:02:56.202 DEBUG:teuthology.orchestra.run.vm02:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-30T20:02:56.205 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-30T20:02:56.223 DEBUG:teuthology.orchestra.run.vm09:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-30T20:02:56.256 DEBUG:teuthology.orchestra.run.vm02:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T20:02:56.283 DEBUG:teuthology.orchestra.run.vm02:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T20:02:56.339 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-30T20:02:56.339 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-30T20:02:56.401 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T20:02:56.425 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T20:02:56.481 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-30T20:02:56.481 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-30T20:02:56.540 DEBUG:teuthology.orchestra.run.vm09:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T20:02:56.565 DEBUG:teuthology.orchestra.run.vm09:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T20:02:56.621 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-30T20:02:56.621 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-30T20:02:56.679 DEBUG:teuthology.orchestra.run.vm02:> sudo service rsyslog restart 2026-03-30T20:02:56.681 DEBUG:teuthology.orchestra.run.vm06:> sudo service rsyslog restart 2026-03-30T20:02:56.683 DEBUG:teuthology.orchestra.run.vm09:> sudo service rsyslog restart 2026-03-30T20:02:56.706 INFO:teuthology.orchestra.run.vm02.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T20:02:56.709 INFO:teuthology.orchestra.run.vm06.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T20:02:56.751 INFO:teuthology.orchestra.run.vm09.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T20:02:57.148 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-30T20:02:57.149 INFO:teuthology.task.internal:Starting timer... 2026-03-30T20:02:57.149 INFO:teuthology.run_tasks:Running task pcp... 2026-03-30T20:02:57.152 INFO:teuthology.run_tasks:Running task selinux... 2026-03-30T20:02:57.154 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2026-03-30T20:02:57.154 INFO:teuthology.task.selinux:Excluding vm02: VMs are not yet supported 2026-03-30T20:02:57.154 INFO:teuthology.task.selinux:Excluding vm06: VMs are not yet supported 2026-03-30T20:02:57.154 INFO:teuthology.task.selinux:Excluding vm09: VMs are not yet supported 2026-03-30T20:02:57.154 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-30T20:02:57.154 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-30T20:02:57.154 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-30T20:02:57.154 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-30T20:02:57.156 DEBUG:teuthology.task:Applying overrides for task ansible.cephlab: {'branch': 'main', 'repo': 'https://github.com/kshtsk/ceph-cm-ansible.git', 'skip_tags': 'nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs', 'vars': {'logical_volumes': {'lv_1': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_2': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_3': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}, 'lv_4': {'scratch_dev': True, 'size': '25%VG', 'vg': 'vg_nvme'}}, 'timezone': 'UTC', 'volume_groups': {'vg_nvme': {'pvs': '/dev/vdb,/dev/vdc,/dev/vdd,/dev/vde'}}}} 2026-03-30T20:02:57.156 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-30T20:02:57.158 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-30T20:02:57.764 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-30T20:02:57.770 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'}]}] 2026-03-30T20:02:57.770 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "logical_volumes": {"lv_1": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}, "lv_2": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}, "lv_3": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}, "lv_4": {"scratch_dev": true, "size": "25%VG", "vg": "vg_nvme"}}, "timezone": "UTC", "volume_groups": {"vg_nvme": {"pvs": "/dev/vdb,/dev/vdc,/dev/vdd,/dev/vde"}}}' -i /tmp/teuth_ansible_inventoryc46gmqn6 --limit vm02.local,vm06.local,vm09.local /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main/cephlab.yml --skip-tags nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs 2026-03-30T20:04:27.880 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm02.local'), Remote(name='ubuntu@vm06.local'), Remote(name='ubuntu@vm09.local')] 2026-03-30T20:04:27.880 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm02.local' 2026-03-30T20:04:27.881 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm02.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T20:04:27.943 DEBUG:teuthology.orchestra.run.vm02:> true 2026-03-30T20:04:28.026 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm02.local' 2026-03-30T20:04:28.026 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm06.local' 2026-03-30T20:04:28.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T20:04:28.086 DEBUG:teuthology.orchestra.run.vm06:> true 2026-03-30T20:04:28.155 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm06.local' 2026-03-30T20:04:28.155 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm09.local' 2026-03-30T20:04:28.155 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm09.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T20:04:28.216 DEBUG:teuthology.orchestra.run.vm09:> true 2026-03-30T20:04:28.306 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm09.local' 2026-03-30T20:04:28.306 INFO:teuthology.run_tasks:Running task clock... 2026-03-30T20:04:28.309 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-30T20:04:28.309 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-30T20:04:28.309 DEBUG:teuthology.orchestra.run.vm02:> 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 2026-03-30T20:04:28.311 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-30T20:04:28.311 DEBUG:teuthology.orchestra.run.vm06:> 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 2026-03-30T20:04:28.312 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-30T20:04:28.312 DEBUG:teuthology.orchestra.run.vm09:> 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 2026-03-30T20:04:28.342 INFO:teuthology.orchestra.run.vm06.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-30T20:04:28.345 INFO:teuthology.orchestra.run.vm02.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-30T20:04:28.358 INFO:teuthology.orchestra.run.vm02.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-30T20:04:28.359 INFO:teuthology.orchestra.run.vm06.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-30T20:04:28.382 INFO:teuthology.orchestra.run.vm02.stderr:sudo: ntpd: command not found 2026-03-30T20:04:28.384 INFO:teuthology.orchestra.run.vm09.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-30T20:04:28.389 INFO:teuthology.orchestra.run.vm06.stderr:sudo: ntpd: command not found 2026-03-30T20:04:28.394 INFO:teuthology.orchestra.run.vm02.stdout:506 Cannot talk to daemon 2026-03-30T20:04:28.398 INFO:teuthology.orchestra.run.vm09.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-30T20:04:28.400 INFO:teuthology.orchestra.run.vm06.stdout:506 Cannot talk to daemon 2026-03-30T20:04:28.408 INFO:teuthology.orchestra.run.vm02.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-30T20:04:28.416 INFO:teuthology.orchestra.run.vm06.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-30T20:04:28.424 INFO:teuthology.orchestra.run.vm02.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-30T20:04:28.426 INFO:teuthology.orchestra.run.vm09.stderr:sudo: ntpd: command not found 2026-03-30T20:04:28.432 INFO:teuthology.orchestra.run.vm06.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-30T20:04:28.439 INFO:teuthology.orchestra.run.vm09.stdout:506 Cannot talk to daemon 2026-03-30T20:04:28.453 INFO:teuthology.orchestra.run.vm09.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-30T20:04:28.468 INFO:teuthology.orchestra.run.vm09.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-30T20:04:28.479 INFO:teuthology.orchestra.run.vm02.stderr:bash: line 1: ntpq: command not found 2026-03-30T20:04:28.483 INFO:teuthology.orchestra.run.vm02.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T20:04:28.483 INFO:teuthology.orchestra.run.vm02.stdout:=============================================================================== 2026-03-30T20:04:28.484 INFO:teuthology.orchestra.run.vm06.stderr:bash: line 1: ntpq: command not found 2026-03-30T20:04:28.486 INFO:teuthology.orchestra.run.vm06.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T20:04:28.487 INFO:teuthology.orchestra.run.vm06.stdout:=============================================================================== 2026-03-30T20:04:28.515 INFO:teuthology.orchestra.run.vm09.stderr:bash: line 1: ntpq: command not found 2026-03-30T20:04:28.518 INFO:teuthology.orchestra.run.vm09.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T20:04:28.518 INFO:teuthology.orchestra.run.vm09.stdout:=============================================================================== 2026-03-30T20:04:28.518 INFO:teuthology.run_tasks:Running task pexec... 2026-03-30T20:04:28.521 INFO:teuthology.task.pexec:Executing custom commands... 2026-03-30T20:04:28.521 DEBUG:teuthology.orchestra.run.vm02:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-30T20:04:28.521 DEBUG:teuthology.orchestra.run.vm06:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-30T20:04:28.521 DEBUG:teuthology.orchestra.run.vm09:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-30T20:04:28.526 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm02.local 2026-03-30T20:04:28.526 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-30T20:04:28.526 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-30T20:04:28.529 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm06.local 2026-03-30T20:04:28.529 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-30T20:04:28.529 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-30T20:04:28.561 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm09.local 2026-03-30T20:04:28.561 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-30T20:04:28.561 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-30T20:04:28.735 INFO:teuthology.orchestra.run.vm02.stdout:No match for argument: nvme-cli 2026-03-30T20:04:28.735 INFO:teuthology.orchestra.run.vm02.stderr:No packages marked for removal. 2026-03-30T20:04:28.738 INFO:teuthology.orchestra.run.vm02.stdout:Dependencies resolved. 2026-03-30T20:04:28.739 INFO:teuthology.orchestra.run.vm02.stdout:Nothing to do. 2026-03-30T20:04:28.739 INFO:teuthology.orchestra.run.vm02.stdout:Complete! 2026-03-30T20:04:28.748 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: nvme-cli 2026-03-30T20:04:28.748 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-30T20:04:28.752 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-30T20:04:28.753 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-30T20:04:28.753 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-30T20:04:28.766 INFO:teuthology.orchestra.run.vm09.stdout:No match for argument: nvme-cli 2026-03-30T20:04:28.767 INFO:teuthology.orchestra.run.vm09.stderr:No packages marked for removal. 2026-03-30T20:04:28.770 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-30T20:04:28.771 INFO:teuthology.orchestra.run.vm09.stdout:Nothing to do. 2026-03-30T20:04:28.771 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-30T20:04:29.142 INFO:teuthology.orchestra.run.vm02.stdout:Last metadata expiration check: 0:01:00 ago on Mon 30 Mar 2026 08:03:29 PM UTC. 2026-03-30T20:04:29.158 INFO:teuthology.orchestra.run.vm06.stdout:Last metadata expiration check: 0:00:56 ago on Mon 30 Mar 2026 08:03:33 PM UTC. 2026-03-30T20:04:29.161 INFO:teuthology.orchestra.run.vm09.stdout:Last metadata expiration check: 0:00:59 ago on Mon 30 Mar 2026 08:03:30 PM UTC. 2026-03-30T20:04:29.256 INFO:teuthology.orchestra.run.vm02.stdout:Dependencies resolved. 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout:================================================================================ 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout: Package Architecture Version Repository Size 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout:================================================================================ 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout:Installing: 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout:Installing dependencies: 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout:Transaction Summary 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout:================================================================================ 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout:Install 6 Packages 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout:Total download size: 2.3 M 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout:Installed size: 11 M 2026-03-30T20:04:29.257 INFO:teuthology.orchestra.run.vm02.stdout:Downloading Packages: 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout:Dependencies resolved. 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout: Package Architecture Version Repository Size 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout:Installing: 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout:Installing dependencies: 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout:Transaction Summary 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout:================================================================================ 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout:Install 6 Packages 2026-03-30T20:04:29.274 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-30T20:04:29.275 INFO:teuthology.orchestra.run.vm09.stdout:Total download size: 2.3 M 2026-03-30T20:04:29.275 INFO:teuthology.orchestra.run.vm09.stdout:Installed size: 11 M 2026-03-30T20:04:29.275 INFO:teuthology.orchestra.run.vm09.stdout:Downloading Packages: 2026-03-30T20:04:29.275 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout: Package Architecture Version Repository Size 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout:Installing: 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout:Installing dependencies: 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout:Install 6 Packages 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout:Total download size: 2.3 M 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout:Installed size: 11 M 2026-03-30T20:04:29.276 INFO:teuthology.orchestra.run.vm06.stdout:Downloading Packages: 2026-03-30T20:04:29.945 INFO:teuthology.orchestra.run.vm02.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 189 kB/s | 44 kB 00:00 2026-03-30T20:04:29.970 INFO:teuthology.orchestra.run.vm02.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 280 kB/s | 72 kB 00:00 2026-03-30T20:04:30.097 INFO:teuthology.orchestra.run.vm02.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 556 kB/s | 84 kB 00:00 2026-03-30T20:04:30.120 INFO:teuthology.orchestra.run.vm09.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 113 kB/s | 44 kB 00:00 2026-03-30T20:04:30.122 INFO:teuthology.orchestra.run.vm02.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 999 kB/s | 150 kB 00:00 2026-03-30T20:04:30.128 INFO:teuthology.orchestra.run.vm09.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 181 kB/s | 72 kB 00:00 2026-03-30T20:04:30.172 INFO:teuthology.orchestra.run.vm02.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 2.5 MB/s | 1.2 MB 00:00 2026-03-30T20:04:30.186 INFO:teuthology.orchestra.run.vm06.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 193 kB/s | 72 kB 00:00 2026-03-30T20:04:30.191 INFO:teuthology.orchestra.run.vm06.stdout:(2/6): nvmetcli-0.8-3.el9.noarch.rpm 116 kB/s | 44 kB 00:00 2026-03-30T20:04:30.286 INFO:teuthology.orchestra.run.vm09.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 510 kB/s | 84 kB 00:00 2026-03-30T20:04:30.287 INFO:teuthology.orchestra.run.vm09.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 949 kB/s | 150 kB 00:00 2026-03-30T20:04:30.306 INFO:teuthology.orchestra.run.vm09.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 2.0 MB/s | 1.2 MB 00:00 2026-03-30T20:04:30.315 INFO:teuthology.orchestra.run.vm02.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.7 MB/s | 837 kB 00:00 2026-03-30T20:04:30.315 INFO:teuthology.orchestra.run.vm02.stdout:-------------------------------------------------------------------------------- 2026-03-30T20:04:30.315 INFO:teuthology.orchestra.run.vm02.stdout:Total 2.2 MB/s | 2.3 MB 00:01 2026-03-30T20:04:30.329 INFO:teuthology.orchestra.run.vm06.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 588 kB/s | 84 kB 00:00 2026-03-30T20:04:30.333 INFO:teuthology.orchestra.run.vm06.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 1.0 MB/s | 150 kB 00:00 2026-03-30T20:04:30.382 INFO:teuthology.orchestra.run.vm02.stdout:Running transaction check 2026-03-30T20:04:30.392 INFO:teuthology.orchestra.run.vm02.stdout:Transaction check succeeded. 2026-03-30T20:04:30.392 INFO:teuthology.orchestra.run.vm02.stdout:Running transaction test 2026-03-30T20:04:30.420 INFO:teuthology.orchestra.run.vm06.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.9 MB/s | 1.2 MB 00:00 2026-03-30T20:04:30.430 INFO:teuthology.orchestra.run.vm09.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.7 MB/s | 837 kB 00:00 2026-03-30T20:04:30.432 INFO:teuthology.orchestra.run.vm09.stdout:-------------------------------------------------------------------------------- 2026-03-30T20:04:30.433 INFO:teuthology.orchestra.run.vm09.stdout:Total 2.0 MB/s | 2.3 MB 00:01 2026-03-30T20:04:30.446 INFO:teuthology.orchestra.run.vm02.stdout:Transaction test succeeded. 2026-03-30T20:04:30.446 INFO:teuthology.orchestra.run.vm02.stdout:Running transaction 2026-03-30T20:04:30.473 INFO:teuthology.orchestra.run.vm06.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.7 MB/s | 837 kB 00:00 2026-03-30T20:04:30.475 INFO:teuthology.orchestra.run.vm06.stdout:-------------------------------------------------------------------------------- 2026-03-30T20:04:30.476 INFO:teuthology.orchestra.run.vm06.stdout:Total 1.9 MB/s | 2.3 MB 00:01 2026-03-30T20:04:30.507 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction check 2026-03-30T20:04:30.515 INFO:teuthology.orchestra.run.vm09.stdout:Transaction check succeeded. 2026-03-30T20:04:30.515 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction test 2026-03-30T20:04:30.546 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-30T20:04:30.554 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-30T20:04:30.554 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-30T20:04:30.572 INFO:teuthology.orchestra.run.vm09.stdout:Transaction test succeeded. 2026-03-30T20:04:30.572 INFO:teuthology.orchestra.run.vm09.stdout:Running transaction 2026-03-30T20:04:30.606 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-30T20:04:30.606 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-30T20:04:30.608 INFO:teuthology.orchestra.run.vm02.stdout: Preparing : 1/1 2026-03-30T20:04:30.618 INFO:teuthology.orchestra.run.vm02.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-30T20:04:30.629 INFO:teuthology.orchestra.run.vm02.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-30T20:04:30.636 INFO:teuthology.orchestra.run.vm02.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-30T20:04:30.644 INFO:teuthology.orchestra.run.vm02.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-30T20:04:30.645 INFO:teuthology.orchestra.run.vm02.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-30T20:04:30.742 INFO:teuthology.orchestra.run.vm09.stdout: Preparing : 1/1 2026-03-30T20:04:30.749 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-30T20:04:30.753 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-30T20:04:30.760 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-30T20:04:30.765 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-30T20:04:30.771 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-30T20:04:30.773 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-30T20:04:30.777 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-30T20:04:30.781 INFO:teuthology.orchestra.run.vm09.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-30T20:04:30.783 INFO:teuthology.orchestra.run.vm09.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-30T20:04:30.785 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-30T20:04:30.786 INFO:teuthology.orchestra.run.vm06.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-30T20:04:30.810 INFO:teuthology.orchestra.run.vm02.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-30T20:04:30.814 INFO:teuthology.orchestra.run.vm02.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-30T20:04:30.939 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-30T20:04:30.943 INFO:teuthology.orchestra.run.vm06.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-30T20:04:30.952 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-30T20:04:30.956 INFO:teuthology.orchestra.run.vm09.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-30T20:04:31.128 INFO:teuthology.orchestra.run.vm02.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-30T20:04:31.128 INFO:teuthology.orchestra.run.vm02.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-30T20:04:31.128 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-30T20:04:31.262 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-30T20:04:31.263 INFO:teuthology.orchestra.run.vm06.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-30T20:04:31.263 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-30T20:04:31.271 INFO:teuthology.orchestra.run.vm09.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-30T20:04:31.271 INFO:teuthology.orchestra.run.vm09.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-30T20:04:31.271 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-30T20:04:31.495 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-30T20:04:31.495 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-30T20:04:31.495 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-30T20:04:31.495 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-30T20:04:31.495 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-30T20:04:31.550 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-30T20:04:31.550 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-30T20:04:31.550 INFO:teuthology.orchestra.run.vm02.stdout:Installed: 2026-03-30T20:04:31.550 INFO:teuthology.orchestra.run.vm02.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-30T20:04:31.550 INFO:teuthology.orchestra.run.vm02.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-30T20:04:31.550 INFO:teuthology.orchestra.run.vm02.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-30T20:04:31.550 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-30T20:04:31.550 INFO:teuthology.orchestra.run.vm02.stdout:Complete! 2026-03-30T20:04:31.587 DEBUG:teuthology.parallel:result is None 2026-03-30T20:04:31.650 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-30T20:04:31.650 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-30T20:04:31.650 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-30T20:04:31.650 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-30T20:04:31.650 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-30T20:04:31.667 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-30T20:04:31.667 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-30T20:04:31.667 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-30T20:04:31.667 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-30T20:04:31.667 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-30T20:04:31.714 INFO:teuthology.orchestra.run.vm09.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-30T20:04:31.714 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-30T20:04:31.715 INFO:teuthology.orchestra.run.vm09.stdout:Installed: 2026-03-30T20:04:31.715 INFO:teuthology.orchestra.run.vm09.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-30T20:04:31.715 INFO:teuthology.orchestra.run.vm09.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-30T20:04:31.715 INFO:teuthology.orchestra.run.vm09.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-30T20:04:31.715 INFO:teuthology.orchestra.run.vm09.stdout: 2026-03-30T20:04:31.715 INFO:teuthology.orchestra.run.vm09.stdout:Complete! 2026-03-30T20:04:31.722 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-30T20:04:31.723 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-30T20:04:31.723 INFO:teuthology.orchestra.run.vm06.stdout:Installed: 2026-03-30T20:04:31.723 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-30T20:04:31.723 INFO:teuthology.orchestra.run.vm06.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-30T20:04:31.723 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-30T20:04:31.723 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-30T20:04:31.723 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-30T20:04:31.765 DEBUG:teuthology.parallel:result is None 2026-03-30T20:04:31.769 DEBUG:teuthology.parallel:result is None 2026-03-30T20:04:31.769 INFO:teuthology.run_tasks:Running task install... 2026-03-30T20:04:31.772 DEBUG:teuthology.task.install:project ceph 2026-03-30T20:04:31.772 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '70f8415b300f041766fa27faf7d5472699e32388'}, 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}} 2026-03-30T20:04:31.772 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}} 2026-03-30T20:04:31.772 INFO:teuthology.task.install:Using flavor: default 2026-03-30T20:04:31.775 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-03-30T20:04:31.775 INFO:teuthology.task.install:extra packages: [] 2026-03-30T20:04:31.775 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'tag': None, 'wait_for_package': False} 2026-03-30T20:04:31.775 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T20:04:31.776 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'tag': None, 'wait_for_package': False} 2026-03-30T20:04:31.776 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T20:04:31.776 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'tag': None, 'wait_for_package': False} 2026-03-30T20:04:31.776 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T20:04:32.380 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthos/kshtsk/teuthology/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 78, in install_packages with parallel() as p: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/rpm.py", line 251, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T20:04:32.380 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthos/kshtsk/teuthology/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 640, in task with contextutil.nested( File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthos/kshtsk/teuthology/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 78, in install_packages with parallel() as p: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/rpm.py", line 251, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T20:04:32.381 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-30T20:04:32.383 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-30T20:04:32.386 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-30T20:04:32.386 DEBUG:teuthology.orchestra.run.vm02:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-30T20:04:32.388 DEBUG:teuthology.orchestra.run.vm06:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-30T20:04:32.389 DEBUG:teuthology.orchestra.run.vm09:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-30T20:04:32.404 INFO:teuthology.orchestra.run.vm02.stderr:bash: line 1: ntpq: command not found 2026-03-30T20:04:32.405 INFO:teuthology.orchestra.run.vm09.stderr:bash: line 1: ntpq: command not found 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm06.stderr:bash: line 1: ntpq: command not found 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm02.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm02.stdout:=============================================================================== 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm02.stdout:^? static.119.109.140.128.c> 3 6 3 1 -541us[ -541us] +/- 65ms 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm02.stdout:^? home.of.the.smiling-prox> 1 6 3 1 -3993us[-3993us] +/- 22ms 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm02.stdout:^? ntp.kernfusion.at 2 6 3 2 -3215us[-3215us] +/- 32ms 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm02.stdout:^? srv.hueske-edv.de 2 6 3 1 -350us[ -350us] +/- 17ms 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm09.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm09.stdout:=============================================================================== 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm09.stdout:^? home.of.the.smiling-prox> 1 6 3 1 -456us[ -456us] +/- 21ms 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm09.stdout:^? ntp.kernfusion.at 2 6 3 2 -1199us[-1199us] +/- 28ms 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm09.stdout:^? srv.hueske-edv.de 2 6 3 1 +1845us[+1845us] +/- 17ms 2026-03-30T20:04:32.409 INFO:teuthology.orchestra.run.vm09.stdout:^? static.119.109.140.128.c> 3 6 3 1 +1678us[+1678us] +/- 65ms 2026-03-30T20:04:32.411 INFO:teuthology.orchestra.run.vm06.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T20:04:32.412 INFO:teuthology.orchestra.run.vm06.stdout:=============================================================================== 2026-03-30T20:04:32.412 INFO:teuthology.orchestra.run.vm06.stdout:^? ntp.kernfusion.at 2 6 3 1 -1238us[-1238us] +/- 28ms 2026-03-30T20:04:32.412 INFO:teuthology.orchestra.run.vm06.stdout:^? srv.hueske-edv.de 2 6 3 1 +2001us[+2001us] +/- 17ms 2026-03-30T20:04:32.412 INFO:teuthology.orchestra.run.vm06.stdout:^? static.119.109.140.128.c> 3 6 3 2 +1858us[+1858us] +/- 65ms 2026-03-30T20:04:32.412 INFO:teuthology.orchestra.run.vm06.stdout:^? home.of.the.smiling-prox> 1 6 3 1 +106us[ +106us] +/- 21ms 2026-03-30T20:04:32.413 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-30T20:04:32.415 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-30T20:04:32.415 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-30T20:04:32.417 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-30T20:04:32.419 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-30T20:04:32.421 INFO:teuthology.task.internal:Duration was 95.271694 seconds 2026-03-30T20:04:32.421 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-30T20:04:32.423 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-30T20:04:32.423 DEBUG:teuthology.orchestra.run.vm02:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-30T20:04:32.452 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-30T20:04:32.455 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-30T20:04:32.496 INFO:teuthology.orchestra.run.vm09.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T20:04:32.501 INFO:teuthology.orchestra.run.vm02.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T20:04:32.503 INFO:teuthology.orchestra.run.vm06.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T20:04:34.000 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-30T20:04:34.000 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm02.local 2026-03-30T20:04:34.000 DEBUG:teuthology.orchestra.run.vm02:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-03-30T20:04:34.030 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm06.local 2026-03-30T20:04:34.030 DEBUG:teuthology.orchestra.run.vm06:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-03-30T20:04:34.061 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm09.local 2026-03-30T20:04:34.061 DEBUG:teuthology.orchestra.run.vm09:> grep -E --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' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-03-30T20:04:34.085 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-30T20:04:34.085 DEBUG:teuthology.orchestra.run.vm02:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T20:04:34.087 DEBUG:teuthology.orchestra.run.vm06:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T20:04:34.104 DEBUG:teuthology.orchestra.run.vm09:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T20:04:34.284 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-30T20:04:34.284 DEBUG:teuthology.orchestra.run.vm02:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-03-30T20:04:34.286 DEBUG:teuthology.orchestra.run.vm06:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-03-30T20:04:34.287 DEBUG:teuthology.orchestra.run.vm09:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-03-30T20:04:34.313 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T20:04:34.313 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T20:04:34.314 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-30T20:04:34.314 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T20:04:34.314 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: /home/ubuntu/cephtest/archive/syslog/journalctl.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-30T20:04:34.314 INFO:teuthology.orchestra.run.vm02.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T20:04:34.315 INFO:teuthology.orchestra.run.vm02.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T20:04:34.316 INFO:teuthology.orchestra.run.vm02.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T20:04:34.316 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T20:04:34.316 INFO:teuthology.orchestra.run.vm02.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-30T20:04:34.316 INFO:teuthology.orchestra.run.vm02.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-30T20:04:34.316 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T20:04:34.317 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-30T20:04:34.317 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-30T20:04:34.317 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T20:04:34.352 INFO:teuthology.orchestra.run.vm02.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 97.9% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-30T20:04:34.357 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 97.9% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-30T20:04:34.357 INFO:teuthology.orchestra.run.vm09.stderr: 98.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-30T20:04:34.359 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-30T20:04:34.361 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-30T20:04:34.361 DEBUG:teuthology.orchestra.run.vm02:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-30T20:04:34.424 DEBUG:teuthology.orchestra.run.vm06:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-30T20:04:34.452 DEBUG:teuthology.orchestra.run.vm09:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-30T20:04:34.479 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-30T20:04:34.481 DEBUG:teuthology.orchestra.run.vm02:> 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 2026-03-30T20:04:34.483 DEBUG:teuthology.orchestra.run.vm06:> 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 2026-03-30T20:04:34.494 DEBUG:teuthology.orchestra.run.vm09:> 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 2026-03-30T20:04:34.509 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern = core 2026-03-30T20:04:34.523 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = core 2026-03-30T20:04:34.552 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern = core 2026-03-30T20:04:34.567 DEBUG:teuthology.orchestra.run.vm02:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-30T20:04:34.585 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T20:04:34.586 DEBUG:teuthology.orchestra.run.vm06:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-30T20:04:34.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T20:04:34.605 DEBUG:teuthology.orchestra.run.vm09:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-30T20:04:34.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T20:04:34.623 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-30T20:04:34.626 INFO:teuthology.task.internal:Transferring archived files... 2026-03-30T20:04:34.626 DEBUG:teuthology.misc:Transferring archived files from vm02:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4026/remote/vm02 2026-03-30T20:04:34.626 DEBUG:teuthology.orchestra.run.vm02:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-30T20:04:34.660 DEBUG:teuthology.misc:Transferring archived files from vm06:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4026/remote/vm06 2026-03-30T20:04:34.660 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-30T20:04:34.692 DEBUG:teuthology.misc:Transferring archived files from vm09:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4026/remote/vm09 2026-03-30T20:04:34.692 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-30T20:04:34.719 INFO:teuthology.task.internal:Removing archive directory... 2026-03-30T20:04:34.719 DEBUG:teuthology.orchestra.run.vm02:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-30T20:04:34.721 DEBUG:teuthology.orchestra.run.vm06:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-30T20:04:34.735 DEBUG:teuthology.orchestra.run.vm09:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-30T20:04:34.774 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-30T20:04:34.776 INFO:teuthology.task.internal:Not uploading archives. 2026-03-30T20:04:34.776 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-30T20:04:34.779 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-30T20:04:34.779 DEBUG:teuthology.orchestra.run.vm02:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-30T20:04:34.782 DEBUG:teuthology.orchestra.run.vm06:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-30T20:04:34.791 DEBUG:teuthology.orchestra.run.vm09:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-30T20:04:34.801 INFO:teuthology.orchestra.run.vm02.stdout: 8532145 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 30 20:04 /home/ubuntu/cephtest 2026-03-30T20:04:34.810 INFO:teuthology.orchestra.run.vm06.stdout: 8532144 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 30 20:04 /home/ubuntu/cephtest 2026-03-30T20:04:34.833 INFO:teuthology.orchestra.run.vm09.stdout: 8532145 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 30 20:04 /home/ubuntu/cephtest 2026-03-30T20:04:34.834 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-30T20:04:34.839 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_host_drain} duration: 95.27169418334961 failure_reason: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 flavor: default owner: kyr sentry_event: null status: fail success: false 2026-03-30T20:04:34.839 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-30T20:04:34.858 INFO:teuthology.run:FAIL