2026-03-30T22:54:20.650 INFO:root:teuthology version: 1.2.4.dev37+ga59626679 2026-03-30T22:54:20.655 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-30T22:54:20.673 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4141 branch: tentacle description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_host_drain} email: null first_in_suite: false flavor: default job_id: '4141' 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: 3 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 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 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDuADlXiIlC9CA/ACkb/RrP+Rv18YGubmz5nyMZ/g6ZTXia+QiPvvI77NE61Jf7oniez8P0JIDYGpRYfoFtoaNM= vm04.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBx2mZEVrE/M1fERu5iliqoGlDAdPhXlxidiVrEofSDe+HC9dwJcml1vW1Nz0DMN9fPzuTOtROM5KBNBFAcXAcI= vm06.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB+6ce2yn2vY+DKt1MlN3vxpfH2Gcy2BJZlAcuVpRiopkzh+Xu3Xf5e2JiCPxBnOUmjzOZxtfjscSN3mPgrurA0= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - 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-30T22:54:20.673 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa; will attempt to use it 2026-03-30T22:54:20.674 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa/tasks 2026-03-30T22:54:20.674 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-30T22:54:20.674 INFO:teuthology.task.internal:Checking packages... 2026-03-30T22:54:20.674 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '70f8415b300f041766fa27faf7d5472699e32388' 2026-03-30T22:54:20.674 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-30T22:54:20.674 INFO:teuthology.packaging:ref: None 2026-03-30T22:54:20.674 INFO:teuthology.packaging:tag: None 2026-03-30T22:54:20.674 INFO:teuthology.packaging:branch: tentacle 2026-03-30T22:54:20.674 INFO:teuthology.packaging:sha1: 70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T22:54:20.674 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-30T22:54:21.371 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-721.g5bb32787 2026-03-30T22:54:21.371 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-30T22:54:21.372 INFO:teuthology.task.internal:no buildpackages task found 2026-03-30T22:54:21.372 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-30T22:54:21.372 INFO:teuthology.task.internal:Saving configuration 2026-03-30T22:54:21.377 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-30T22:54:21.378 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-30T22:54:21.383 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/4141', '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 22:53:18.417817', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:02', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDuADlXiIlC9CA/ACkb/RrP+Rv18YGubmz5nyMZ/g6ZTXia+QiPvvI77NE61Jf7oniez8P0JIDYGpRYfoFtoaNM='} 2026-03-30T22:54:21.387 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm04.local', 'description': '/archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4141', '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 22:51:55.622138', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:04', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBx2mZEVrE/M1fERu5iliqoGlDAdPhXlxidiVrEofSDe+HC9dwJcml1vW1Nz0DMN9fPzuTOtROM5KBNBFAcXAcI='} 2026-03-30T22:54:21.391 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/4141', '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 22:53:18.418344', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:06', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBB+6ce2yn2vY+DKt1MlN3vxpfH2Gcy2BJZlAcuVpRiopkzh+Xu3Xf5e2JiCPxBnOUmjzOZxtfjscSN3mPgrurA0='} 2026-03-30T22:54:21.391 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-30T22:54:21.392 INFO:teuthology.task.internal:roles: ubuntu@vm02.local - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2026-03-30T22:54:21.392 INFO:teuthology.task.internal:roles: ubuntu@vm04.local - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2026-03-30T22:54:21.392 INFO:teuthology.task.internal:roles: ubuntu@vm06.local - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2026-03-30T22:54:21.392 INFO:teuthology.run_tasks:Running task console_log... 2026-03-30T22:54:21.397 DEBUG:teuthology.task.console_log:vm02 does not support IPMI; excluding 2026-03-30T22:54:21.401 DEBUG:teuthology.task.console_log:vm04 does not support IPMI; excluding 2026-03-30T22:54:21.406 DEBUG:teuthology.task.console_log:vm06 does not support IPMI; excluding 2026-03-30T22:54:21.406 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f12314820e0>, signals=[15]) 2026-03-30T22:54:21.406 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-30T22:54:21.407 INFO:teuthology.task.internal:Opening connections... 2026-03-30T22:54:21.407 DEBUG:teuthology.task.internal:connecting to ubuntu@vm02.local 2026-03-30T22:54:21.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm02.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T22:54:21.468 DEBUG:teuthology.task.internal:connecting to ubuntu@vm04.local 2026-03-30T22:54:21.469 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm04.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T22:54:21.528 DEBUG:teuthology.task.internal:connecting to ubuntu@vm06.local 2026-03-30T22:54:21.528 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T22:54:21.586 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-30T22:54:21.587 DEBUG:teuthology.orchestra.run.vm02:> uname -m 2026-03-30T22:54:21.603 INFO:teuthology.orchestra.run.vm02.stdout:x86_64 2026-03-30T22:54:21.603 DEBUG:teuthology.orchestra.run.vm02:> cat /etc/os-release 2026-03-30T22:54:21.658 INFO:teuthology.orchestra.run.vm02.stdout:NAME="CentOS Stream" 2026-03-30T22:54:21.658 INFO:teuthology.orchestra.run.vm02.stdout:VERSION="9" 2026-03-30T22:54:21.658 INFO:teuthology.orchestra.run.vm02.stdout:ID="centos" 2026-03-30T22:54:21.658 INFO:teuthology.orchestra.run.vm02.stdout:ID_LIKE="rhel fedora" 2026-03-30T22:54:21.658 INFO:teuthology.orchestra.run.vm02.stdout:VERSION_ID="9" 2026-03-30T22:54:21.658 INFO:teuthology.orchestra.run.vm02.stdout:PLATFORM_ID="platform:el9" 2026-03-30T22:54:21.658 INFO:teuthology.orchestra.run.vm02.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-30T22:54:21.658 INFO:teuthology.orchestra.run.vm02.stdout:ANSI_COLOR="0;31" 2026-03-30T22:54:21.659 INFO:teuthology.orchestra.run.vm02.stdout:LOGO="fedora-logo-icon" 2026-03-30T22:54:21.659 INFO:teuthology.orchestra.run.vm02.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-30T22:54:21.659 INFO:teuthology.orchestra.run.vm02.stdout:HOME_URL="https://centos.org/" 2026-03-30T22:54:21.659 INFO:teuthology.orchestra.run.vm02.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-30T22:54:21.659 INFO:teuthology.orchestra.run.vm02.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-30T22:54:21.659 INFO:teuthology.orchestra.run.vm02.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-30T22:54:21.659 INFO:teuthology.lock.ops:Updating vm02.local on lock server 2026-03-30T22:54:21.663 DEBUG:teuthology.orchestra.run.vm04:> uname -m 2026-03-30T22:54:21.678 INFO:teuthology.orchestra.run.vm04.stdout:x86_64 2026-03-30T22:54:21.678 DEBUG:teuthology.orchestra.run.vm04:> cat /etc/os-release 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:NAME="CentOS Stream" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:VERSION="9" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:ID="centos" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:ID_LIKE="rhel fedora" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:VERSION_ID="9" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:PLATFORM_ID="platform:el9" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:ANSI_COLOR="0;31" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:LOGO="fedora-logo-icon" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:HOME_URL="https://centos.org/" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-30T22:54:21.734 INFO:teuthology.orchestra.run.vm04.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-30T22:54:21.734 INFO:teuthology.lock.ops:Updating vm04.local on lock server 2026-03-30T22:54:21.737 DEBUG:teuthology.orchestra.run.vm06:> uname -m 2026-03-30T22:54:21.752 INFO:teuthology.orchestra.run.vm06.stdout:x86_64 2026-03-30T22:54:21.752 DEBUG:teuthology.orchestra.run.vm06:> cat /etc/os-release 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:NAME="CentOS Stream" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:VERSION="9" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:ID="centos" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:ID_LIKE="rhel fedora" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_ID="9" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:PLATFORM_ID="platform:el9" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:ANSI_COLOR="0;31" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:LOGO="fedora-logo-icon" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:HOME_URL="https://centos.org/" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-30T22:54:21.806 INFO:teuthology.orchestra.run.vm06.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-30T22:54:21.806 INFO:teuthology.lock.ops:Updating vm06.local on lock server 2026-03-30T22:54:21.825 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-30T22:54:21.827 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-30T22:54:21.827 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-30T22:54:21.827 DEBUG:teuthology.orchestra.run.vm02:> test '!' -e /home/ubuntu/cephtest 2026-03-30T22:54:21.829 DEBUG:teuthology.orchestra.run.vm04:> test '!' -e /home/ubuntu/cephtest 2026-03-30T22:54:21.831 DEBUG:teuthology.orchestra.run.vm06:> test '!' -e /home/ubuntu/cephtest 2026-03-30T22:54:21.861 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-30T22:54:21.862 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-30T22:54:21.862 DEBUG:teuthology.orchestra.run.vm02:> test -z $(ls -A /var/lib/ceph) 2026-03-30T22:54:21.884 DEBUG:teuthology.orchestra.run.vm04:> test -z $(ls -A /var/lib/ceph) 2026-03-30T22:54:21.885 DEBUG:teuthology.orchestra.run.vm06:> test -z $(ls -A /var/lib/ceph) 2026-03-30T22:54:21.897 INFO:teuthology.orchestra.run.vm04.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-30T22:54:21.897 INFO:teuthology.orchestra.run.vm02.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-30T22:54:21.916 INFO:teuthology.orchestra.run.vm06.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-30T22:54:21.916 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-30T22:54:21.924 DEBUG:teuthology.orchestra.run.vm02:> test -e /ceph-qa-ready 2026-03-30T22:54:21.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T22:54:22.155 DEBUG:teuthology.orchestra.run.vm04:> test -e /ceph-qa-ready 2026-03-30T22:54:22.167 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T22:54:22.366 DEBUG:teuthology.orchestra.run.vm06:> test -e /ceph-qa-ready 2026-03-30T22:54:22.381 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T22:54:22.581 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-30T22:54:22.583 INFO:teuthology.task.internal:Creating test directory... 2026-03-30T22:54:22.583 DEBUG:teuthology.orchestra.run.vm02:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-30T22:54:22.585 DEBUG:teuthology.orchestra.run.vm04:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-30T22:54:22.586 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-30T22:54:22.601 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-30T22:54:22.602 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-30T22:54:22.603 INFO:teuthology.task.internal:Creating archive directory... 2026-03-30T22:54:22.603 DEBUG:teuthology.orchestra.run.vm02:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-30T22:54:22.641 DEBUG:teuthology.orchestra.run.vm04:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-30T22:54:22.642 DEBUG:teuthology.orchestra.run.vm06:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-30T22:54:22.657 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-30T22:54:22.658 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-30T22:54:22.658 DEBUG:teuthology.orchestra.run.vm02:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-30T22:54:22.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T22:54:22.710 DEBUG:teuthology.orchestra.run.vm04:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-30T22:54:22.722 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T22:54:22.722 DEBUG:teuthology.orchestra.run.vm06:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-30T22:54:22.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T22:54:22.734 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-30T22:54:22.752 DEBUG:teuthology.orchestra.run.vm04:> 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-30T22:54:22.764 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-30T22:54:22.774 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T22:54:22.783 INFO:teuthology.orchestra.run.vm04.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T22:54:22.784 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T22:54:22.791 INFO:teuthology.orchestra.run.vm04.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T22:54:22.796 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T22:54:22.804 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T22:54:22.805 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-30T22:54:22.806 INFO:teuthology.task.internal:Configuring sudo... 2026-03-30T22:54:22.806 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-30T22:54:22.827 DEBUG:teuthology.orchestra.run.vm04:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-30T22:54:22.833 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-30T22:54:22.866 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-30T22:54:22.868 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-30T22:54:22.868 DEBUG:teuthology.orchestra.run.vm02:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-30T22:54:22.891 DEBUG:teuthology.orchestra.run.vm04:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-30T22:54:22.893 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-30T22:54:22.918 DEBUG:teuthology.orchestra.run.vm02:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T22:54:22.967 DEBUG:teuthology.orchestra.run.vm02:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T22:54:23.022 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-30T22:54:23.022 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-30T22:54:23.080 DEBUG:teuthology.orchestra.run.vm04:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T22:54:23.100 DEBUG:teuthology.orchestra.run.vm04:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T22:54:23.154 DEBUG:teuthology.orchestra.run.vm04:> set -ex 2026-03-30T22:54:23.154 DEBUG:teuthology.orchestra.run.vm04:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-30T22:54:23.214 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T22:54:23.235 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T22:54:23.288 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-30T22:54:23.288 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-30T22:54:23.343 DEBUG:teuthology.orchestra.run.vm02:> sudo service rsyslog restart 2026-03-30T22:54:23.345 DEBUG:teuthology.orchestra.run.vm04:> sudo service rsyslog restart 2026-03-30T22:54:23.347 DEBUG:teuthology.orchestra.run.vm06:> sudo service rsyslog restart 2026-03-30T22:54:23.368 INFO:teuthology.orchestra.run.vm02.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T22:54:23.373 INFO:teuthology.orchestra.run.vm04.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T22:54:23.409 INFO:teuthology.orchestra.run.vm06.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T22:54:23.865 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-30T22:54:23.867 INFO:teuthology.task.internal:Starting timer... 2026-03-30T22:54:23.867 INFO:teuthology.run_tasks:Running task pcp... 2026-03-30T22:54:23.869 INFO:teuthology.run_tasks:Running task selinux... 2026-03-30T22:54:23.872 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-03-30T22:54:23.872 INFO:teuthology.task.selinux:Excluding vm02: VMs are not yet supported 2026-03-30T22:54:23.872 INFO:teuthology.task.selinux:Excluding vm04: VMs are not yet supported 2026-03-30T22:54:23.872 INFO:teuthology.task.selinux:Excluding vm06: VMs are not yet supported 2026-03-30T22:54:23.872 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-30T22:54:23.872 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-30T22:54:23.872 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-30T22:54:23.872 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-30T22:54:23.873 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-30T22:54:23.874 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-30T22:54:23.875 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-30T22:54:24.522 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-30T22:54:24.527 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-30T22:54:24.528 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_inventoryi5mopupj --limit vm02.local,vm04.local,vm06.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-30T22:55:54.342 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm02.local'), Remote(name='ubuntu@vm04.local'), Remote(name='ubuntu@vm06.local')] 2026-03-30T22:55:54.343 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm02.local' 2026-03-30T22:55:54.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm02.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T22:55:54.403 DEBUG:teuthology.orchestra.run.vm02:> true 2026-03-30T22:55:54.481 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm02.local' 2026-03-30T22:55:54.481 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm04.local' 2026-03-30T22:55:54.482 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm04.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T22:55:54.543 DEBUG:teuthology.orchestra.run.vm04:> true 2026-03-30T22:55:54.618 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm04.local' 2026-03-30T22:55:54.618 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm06.local' 2026-03-30T22:55:54.619 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T22:55:54.682 DEBUG:teuthology.orchestra.run.vm06:> true 2026-03-30T22:55:54.754 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm06.local' 2026-03-30T22:55:54.754 INFO:teuthology.run_tasks:Running task clock... 2026-03-30T22:55:54.756 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-30T22:55:54.757 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-30T22:55:54.757 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-30T22:55:54.759 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-30T22:55:54.759 DEBUG:teuthology.orchestra.run.vm04:> 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-30T22:55:54.760 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-30T22:55:54.760 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-30T22:55:54.787 INFO:teuthology.orchestra.run.vm02.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-30T22:55:54.789 INFO:teuthology.orchestra.run.vm04.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-30T22:55:54.802 INFO:teuthology.orchestra.run.vm02.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-30T22:55:54.804 INFO:teuthology.orchestra.run.vm04.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-30T22:55:54.828 INFO:teuthology.orchestra.run.vm02.stderr:sudo: ntpd: command not found 2026-03-30T22:55:54.828 INFO:teuthology.orchestra.run.vm04.stderr:sudo: ntpd: command not found 2026-03-30T22:55:54.830 INFO:teuthology.orchestra.run.vm06.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-30T22:55:54.840 INFO:teuthology.orchestra.run.vm02.stdout:506 Cannot talk to daemon 2026-03-30T22:55:54.841 INFO:teuthology.orchestra.run.vm04.stdout:506 Cannot talk to daemon 2026-03-30T22:55:54.846 INFO:teuthology.orchestra.run.vm06.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-30T22:55:54.856 INFO:teuthology.orchestra.run.vm02.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-30T22:55:54.860 INFO:teuthology.orchestra.run.vm04.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-30T22:55:54.870 INFO:teuthology.orchestra.run.vm02.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-30T22:55:54.871 INFO:teuthology.orchestra.run.vm06.stderr:sudo: ntpd: command not found 2026-03-30T22:55:54.873 INFO:teuthology.orchestra.run.vm04.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-30T22:55:54.883 INFO:teuthology.orchestra.run.vm06.stdout:506 Cannot talk to daemon 2026-03-30T22:55:54.895 INFO:teuthology.orchestra.run.vm06.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-30T22:55:54.908 INFO:teuthology.orchestra.run.vm06.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-30T22:55:54.918 INFO:teuthology.orchestra.run.vm02.stderr:bash: line 1: ntpq: command not found 2026-03-30T22:55:54.920 INFO:teuthology.orchestra.run.vm02.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T22:55:54.920 INFO:teuthology.orchestra.run.vm02.stdout:=============================================================================== 2026-03-30T22:55:54.923 INFO:teuthology.orchestra.run.vm04.stderr:bash: line 1: ntpq: command not found 2026-03-30T22:55:54.928 INFO:teuthology.orchestra.run.vm04.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T22:55:54.928 INFO:teuthology.orchestra.run.vm04.stdout:=============================================================================== 2026-03-30T22:55:54.959 INFO:teuthology.orchestra.run.vm06.stderr:bash: line 1: ntpq: command not found 2026-03-30T22:55:54.961 INFO:teuthology.orchestra.run.vm06.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T22:55:54.961 INFO:teuthology.orchestra.run.vm06.stdout:=============================================================================== 2026-03-30T22:55:54.962 INFO:teuthology.run_tasks:Running task pexec... 2026-03-30T22:55:54.964 INFO:teuthology.task.pexec:Executing custom commands... 2026-03-30T22:55:54.965 DEBUG:teuthology.orchestra.run.vm02:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-30T22:55:54.965 DEBUG:teuthology.orchestra.run.vm04:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-30T22:55:54.965 DEBUG:teuthology.orchestra.run.vm06:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-30T22:55:54.966 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm02.local 2026-03-30T22:55:54.966 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-30T22:55:54.966 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-30T22:55:54.966 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-30T22:55:54.966 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-30T22:55:54.971 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm04.local 2026-03-30T22:55:54.971 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-30T22:55:54.971 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-30T22:55:54.971 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-30T22:55:54.972 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-30T22:55:55.004 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm06.local 2026-03-30T22:55:55.004 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-30T22:55:55.004 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-03-30T22:55:55.004 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-03-30T22:55:55.004 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-03-30T22:55:55.178 INFO:teuthology.orchestra.run.vm02.stdout:No match for argument: nvme-cli 2026-03-30T22:55:55.179 INFO:teuthology.orchestra.run.vm02.stderr:No packages marked for removal. 2026-03-30T22:55:55.182 INFO:teuthology.orchestra.run.vm02.stdout:Dependencies resolved. 2026-03-30T22:55:55.183 INFO:teuthology.orchestra.run.vm02.stdout:Nothing to do. 2026-03-30T22:55:55.183 INFO:teuthology.orchestra.run.vm02.stdout:Complete! 2026-03-30T22:55:55.195 INFO:teuthology.orchestra.run.vm04.stdout:No match for argument: nvme-cli 2026-03-30T22:55:55.195 INFO:teuthology.orchestra.run.vm04.stderr:No packages marked for removal. 2026-03-30T22:55:55.198 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-30T22:55:55.199 INFO:teuthology.orchestra.run.vm04.stdout:Nothing to do. 2026-03-30T22:55:55.199 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-30T22:55:55.211 INFO:teuthology.orchestra.run.vm06.stdout:No match for argument: nvme-cli 2026-03-30T22:55:55.212 INFO:teuthology.orchestra.run.vm06.stderr:No packages marked for removal. 2026-03-30T22:55:55.215 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-30T22:55:55.216 INFO:teuthology.orchestra.run.vm06.stdout:Nothing to do. 2026-03-30T22:55:55.216 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-30T22:55:55.575 INFO:teuthology.orchestra.run.vm02.stdout:Last metadata expiration check: 0:01:01 ago on Mon 30 Mar 2026 10:54:54 PM UTC. 2026-03-30T22:55:55.600 INFO:teuthology.orchestra.run.vm04.stdout:Last metadata expiration check: 0:00:59 ago on Mon 30 Mar 2026 10:54:56 PM UTC. 2026-03-30T22:55:55.619 INFO:teuthology.orchestra.run.vm06.stdout:Last metadata expiration check: 0:00:53 ago on Mon 30 Mar 2026 10:55:02 PM UTC. 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:Dependencies resolved. 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:================================================================================ 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout: Package Arch Version Repository Size 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:================================================================================ 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:Installing: 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:Installing dependencies: 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:Transaction Summary 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:================================================================================ 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:Install 7 Packages 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:Total download size: 6.3 M 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:Installed size: 24 M 2026-03-30T22:55:55.674 INFO:teuthology.orchestra.run.vm02.stdout:Downloading Packages: 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout:Dependencies resolved. 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout: Package Arch Version Repository Size 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout:Installing: 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout:Installing dependencies: 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout:Transaction Summary 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout:================================================================================ 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout:Install 7 Packages 2026-03-30T22:55:55.704 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-30T22:55:55.705 INFO:teuthology.orchestra.run.vm04.stdout:Total download size: 6.3 M 2026-03-30T22:55:55.705 INFO:teuthology.orchestra.run.vm04.stdout:Installed size: 24 M 2026-03-30T22:55:55.705 INFO:teuthology.orchestra.run.vm04.stdout:Downloading Packages: 2026-03-30T22:55:55.721 INFO:teuthology.orchestra.run.vm06.stdout:Dependencies resolved. 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout: Package Arch Version Repository Size 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout:Installing: 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout: runc x86_64 4:1.4.0-2.el9 appstream 4.0 M 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout:Installing dependencies: 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout:Transaction Summary 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout:================================================================================ 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout:Install 7 Packages 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout:Total download size: 6.3 M 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout:Installed size: 24 M 2026-03-30T22:55:55.722 INFO:teuthology.orchestra.run.vm06.stdout:Downloading Packages: 2026-03-30T22:55:56.337 INFO:teuthology.orchestra.run.vm06.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 783 kB/s | 44 kB 00:00 2026-03-30T22:55:56.345 INFO:teuthology.orchestra.run.vm06.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.1 MB/s | 72 kB 00:00 2026-03-30T22:55:56.369 INFO:teuthology.orchestra.run.vm06.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 2.5 MB/s | 84 kB 00:00 2026-03-30T22:55:56.382 INFO:teuthology.orchestra.run.vm06.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 3.9 MB/s | 150 kB 00:00 2026-03-30T22:55:56.403 INFO:teuthology.orchestra.run.vm06.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 9.4 MB/s | 1.2 MB 00:00 2026-03-30T22:55:56.429 INFO:teuthology.orchestra.run.vm06.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 14 MB/s | 837 kB 00:00 2026-03-30T22:55:56.456 INFO:teuthology.orchestra.run.vm04.stdout:(1/7): python3-configshell-1.1.30-1.el9.noarch. 375 kB/s | 72 kB 00:00 2026-03-30T22:55:56.457 INFO:teuthology.orchestra.run.vm04.stdout:(2/7): nvmetcli-0.8-3.el9.noarch.rpm 228 kB/s | 44 kB 00:00 2026-03-30T22:55:56.516 INFO:teuthology.orchestra.run.vm04.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2026-03-30T22:55:56.518 INFO:teuthology.orchestra.run.vm04.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.4 MB/s | 150 kB 00:00 2026-03-30T22:55:56.577 INFO:teuthology.orchestra.run.vm04.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 3.7 MB/s | 1.2 MB 00:00 2026-03-30T22:55:56.611 INFO:teuthology.orchestra.run.vm04.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.7 MB/s | 837 kB 00:00 2026-03-30T22:55:56.919 INFO:teuthology.orchestra.run.vm04.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 9.9 MB/s | 4.0 MB 00:00 2026-03-30T22:55:56.919 INFO:teuthology.orchestra.run.vm04.stdout:-------------------------------------------------------------------------------- 2026-03-30T22:55:56.919 INFO:teuthology.orchestra.run.vm04.stdout:Total 5.2 MB/s | 6.3 MB 00:01 2026-03-30T22:55:56.942 INFO:teuthology.orchestra.run.vm06.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 7.1 MB/s | 4.0 MB 00:00 2026-03-30T22:55:56.942 INFO:teuthology.orchestra.run.vm06.stdout:-------------------------------------------------------------------------------- 2026-03-30T22:55:56.942 INFO:teuthology.orchestra.run.vm06.stdout:Total 5.1 MB/s | 6.3 MB 00:01 2026-03-30T22:55:57.006 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction check 2026-03-30T22:55:57.014 INFO:teuthology.orchestra.run.vm04.stdout:Transaction check succeeded. 2026-03-30T22:55:57.014 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction test 2026-03-30T22:55:57.027 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction check 2026-03-30T22:55:57.037 INFO:teuthology.orchestra.run.vm06.stdout:Transaction check succeeded. 2026-03-30T22:55:57.037 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction test 2026-03-30T22:55:57.077 INFO:teuthology.orchestra.run.vm04.stdout:Transaction test succeeded. 2026-03-30T22:55:57.078 INFO:teuthology.orchestra.run.vm04.stdout:Running transaction 2026-03-30T22:55:57.103 INFO:teuthology.orchestra.run.vm06.stdout:Transaction test succeeded. 2026-03-30T22:55:57.103 INFO:teuthology.orchestra.run.vm06.stdout:Running transaction 2026-03-30T22:55:57.137 INFO:teuthology.orchestra.run.vm02.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 111 kB/s | 44 kB 00:00 2026-03-30T22:55:57.169 INFO:teuthology.orchestra.run.vm02.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 169 kB/s | 72 kB 00:00 2026-03-30T22:55:57.236 INFO:teuthology.orchestra.run.vm04.stdout: Preparing : 1/1 2026-03-30T22:55:57.246 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-30T22:55:57.256 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-30T22:55:57.263 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-30T22:55:57.266 INFO:teuthology.orchestra.run.vm06.stdout: Preparing : 1/1 2026-03-30T22:55:57.270 INFO:teuthology.orchestra.run.vm04.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-30T22:55:57.272 INFO:teuthology.orchestra.run.vm04.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-30T22:55:57.277 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-30T22:55:57.289 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-30T22:55:57.296 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-30T22:55:57.303 INFO:teuthology.orchestra.run.vm06.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-30T22:55:57.304 INFO:teuthology.orchestra.run.vm06.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-30T22:55:57.322 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-30T22:55:57.326 INFO:teuthology.orchestra.run.vm02.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 446 kB/s | 84 kB 00:00 2026-03-30T22:55:57.356 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-30T22:55:57.415 INFO:teuthology.orchestra.run.vm02.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 611 kB/s | 150 kB 00:00 2026-03-30T22:55:57.441 INFO:teuthology.orchestra.run.vm02.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 1.7 MB/s | 1.2 MB 00:00 2026-03-30T22:55:57.462 INFO:teuthology.orchestra.run.vm04.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-30T22:55:57.467 INFO:teuthology.orchestra.run.vm04.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-30T22:55:57.491 INFO:teuthology.orchestra.run.vm06.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-30T22:55:57.496 INFO:teuthology.orchestra.run.vm06.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-30T22:55:57.652 INFO:teuthology.orchestra.run.vm02.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2026-03-30T22:55:57.797 INFO:teuthology.orchestra.run.vm04.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-30T22:55:57.797 INFO:teuthology.orchestra.run.vm04.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-30T22:55:57.797 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-30T22:55:57.814 INFO:teuthology.orchestra.run.vm06.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-30T22:55:57.814 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-30T22:55:57.814 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-30T22:55:58.002 INFO:teuthology.orchestra.run.vm02.stdout:(7/7): runc-1.4.0-2.el9.x86_64.rpm 6.8 MB/s | 4.0 MB 00:00 2026-03-30T22:55:58.003 INFO:teuthology.orchestra.run.vm02.stdout:-------------------------------------------------------------------------------- 2026-03-30T22:55:58.003 INFO:teuthology.orchestra.run.vm02.stdout:Total 2.7 MB/s | 6.3 MB 00:02 2026-03-30T22:55:58.077 INFO:teuthology.orchestra.run.vm02.stdout:Running transaction check 2026-03-30T22:55:58.083 INFO:teuthology.orchestra.run.vm02.stdout:Transaction check succeeded. 2026-03-30T22:55:58.083 INFO:teuthology.orchestra.run.vm02.stdout:Running transaction test 2026-03-30T22:55:58.150 INFO:teuthology.orchestra.run.vm02.stdout:Transaction test succeeded. 2026-03-30T22:55:58.150 INFO:teuthology.orchestra.run.vm02.stdout:Running transaction 2026-03-30T22:55:58.187 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-30T22:55:58.187 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-30T22:55:58.187 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-30T22:55:58.187 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-30T22:55:58.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-30T22:55:58.188 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-30T22:55:58.191 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-30T22:55:58.191 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-30T22:55:58.191 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-30T22:55:58.191 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-30T22:55:58.191 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-30T22:55:58.191 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-30T22:55:58.249 INFO:teuthology.orchestra.run.vm06.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-30T22:55:58.249 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-30T22:55:58.249 INFO:teuthology.orchestra.run.vm06.stdout:Installed: 2026-03-30T22:55:58.250 INFO:teuthology.orchestra.run.vm06.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-30T22:55:58.250 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-30T22:55:58.250 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-30T22:55:58.250 INFO:teuthology.orchestra.run.vm06.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-30T22:55:58.250 INFO:teuthology.orchestra.run.vm06.stdout: 2026-03-30T22:55:58.250 INFO:teuthology.orchestra.run.vm06.stdout:Complete! 2026-03-30T22:55:58.251 INFO:teuthology.orchestra.run.vm04.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-30T22:55:58.251 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-30T22:55:58.252 INFO:teuthology.orchestra.run.vm04.stdout:Installed: 2026-03-30T22:55:58.252 INFO:teuthology.orchestra.run.vm04.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-30T22:55:58.252 INFO:teuthology.orchestra.run.vm04.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-30T22:55:58.252 INFO:teuthology.orchestra.run.vm04.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-30T22:55:58.252 INFO:teuthology.orchestra.run.vm04.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-30T22:55:58.252 INFO:teuthology.orchestra.run.vm04.stdout: 2026-03-30T22:55:58.252 INFO:teuthology.orchestra.run.vm04.stdout:Complete! 2026-03-30T22:55:58.311 DEBUG:teuthology.parallel:result is None 2026-03-30T22:55:58.319 DEBUG:teuthology.parallel:result is None 2026-03-30T22:55:58.322 INFO:teuthology.orchestra.run.vm02.stdout: Preparing : 1/1 2026-03-30T22:55:58.333 INFO:teuthology.orchestra.run.vm02.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2026-03-30T22:55:58.343 INFO:teuthology.orchestra.run.vm02.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/7 2026-03-30T22:55:58.350 INFO:teuthology.orchestra.run.vm02.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-30T22:55:58.357 INFO:teuthology.orchestra.run.vm02.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-30T22:55:58.359 INFO:teuthology.orchestra.run.vm02.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/7 2026-03-30T22:55:58.406 INFO:teuthology.orchestra.run.vm02.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/7 2026-03-30T22:55:58.538 INFO:teuthology.orchestra.run.vm02.stdout: Installing : runc-4:1.4.0-2.el9.x86_64 6/7 2026-03-30T22:55:58.542 INFO:teuthology.orchestra.run.vm02.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-30T22:55:58.856 INFO:teuthology.orchestra.run.vm02.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/7 2026-03-30T22:55:58.856 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-30T22:55:58.856 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-30T22:55:59.193 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/7 2026-03-30T22:55:59.193 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/7 2026-03-30T22:55:59.193 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/7 2026-03-30T22:55:59.193 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/7 2026-03-30T22:55:59.193 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/7 2026-03-30T22:55:59.193 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2026-03-30T22:55:59.247 INFO:teuthology.orchestra.run.vm02.stdout: Verifying : runc-4:1.4.0-2.el9.x86_64 7/7 2026-03-30T22:55:59.247 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-30T22:55:59.247 INFO:teuthology.orchestra.run.vm02.stdout:Installed: 2026-03-30T22:55:59.247 INFO:teuthology.orchestra.run.vm02.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-30T22:55:59.247 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-30T22:55:59.247 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-30T22:55:59.247 INFO:teuthology.orchestra.run.vm02.stdout: runc-4:1.4.0-2.el9.x86_64 2026-03-30T22:55:59.247 INFO:teuthology.orchestra.run.vm02.stdout: 2026-03-30T22:55:59.247 INFO:teuthology.orchestra.run.vm02.stdout:Complete! 2026-03-30T22:55:59.316 DEBUG:teuthology.parallel:result is None 2026-03-30T22:55:59.316 INFO:teuthology.run_tasks:Running task install... 2026-03-30T22:55:59.318 DEBUG:teuthology.task.install:project ceph 2026-03-30T22:55:59.318 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-30T22:55:59.318 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-30T22:55:59.318 INFO:teuthology.task.install:Using flavor: default 2026-03-30T22:55:59.320 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-30T22:55:59.320 INFO:teuthology.task.install:extra packages: [] 2026-03-30T22:55:59.321 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-30T22:55:59.321 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-30T22:55:59.321 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-30T22:55:59.321 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-30T22:55:59.322 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-30T22:55:59.322 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-30T22:55:59.914 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-30T22:55:59.915 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-30T22:55:59.915 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-30T22:55:59.917 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-30T22:55:59.919 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-30T22:55:59.919 DEBUG:teuthology.orchestra.run.vm02:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-30T22:55:59.920 DEBUG:teuthology.orchestra.run.vm04:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-30T22:55:59.922 DEBUG:teuthology.orchestra.run.vm06:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-30T22:55:59.936 INFO:teuthology.orchestra.run.vm02.stderr:bash: line 1: ntpq: command not found 2026-03-30T22:55:59.937 INFO:teuthology.orchestra.run.vm06.stderr:bash: line 1: ntpq: command not found 2026-03-30T22:55:59.939 INFO:teuthology.orchestra.run.vm04.stderr:bash: line 1: ntpq: command not found 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm06.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm06.stdout:=============================================================================== 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm06.stdout:^+ home.of.the.smiling-prox> 1 6 7 0 -4156us[-4116us] +/- 23ms 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm06.stdout:^+ stratum2-4.NTP.TechFak.U> 2 6 7 0 +1609us[+1649us] +/- 18ms 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm06.stdout:^+ time.cloudflare.com 3 6 7 0 -934us[ -894us] +/- 15ms 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm06.stdout:^* ntp01.srv-pro.de 2 6 7 0 +2223us[+2263us] +/- 17ms 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm02.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm02.stdout:=============================================================================== 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm02.stdout:^* ntp01.srv-pro.de 2 6 7 0 +1740us[+2577us] +/- 17ms 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm02.stdout:^+ home.of.the.smiling-prox> 1 6 7 1 -3591us[-2754us] +/- 22ms 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm02.stdout:^+ stratum2-4.NTP.TechFak.U> 2 6 7 1 +904us[+1740us] +/- 18ms 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm02.stdout:^+ time.cloudflare.com 3 6 7 1 -1469us[ -633us] +/- 15ms 2026-03-30T22:56:00.087 INFO:teuthology.orchestra.run.vm04.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-30T22:56:00.088 INFO:teuthology.orchestra.run.vm04.stdout:=============================================================================== 2026-03-30T22:56:00.088 INFO:teuthology.orchestra.run.vm04.stdout:^+ stratum2-4.NTP.TechFak.U> 2 6 7 0 +1086us[+1546us] +/- 18ms 2026-03-30T22:56:00.088 INFO:teuthology.orchestra.run.vm04.stdout:^+ time.cloudflare.com 3 6 7 0 -1226us[ -766us] +/- 15ms 2026-03-30T22:56:00.088 INFO:teuthology.orchestra.run.vm04.stdout:^* ntp01.srv-pro.de 2 6 7 0 +1695us[+2155us] +/- 17ms 2026-03-30T22:56:00.088 INFO:teuthology.orchestra.run.vm04.stdout:^+ home.of.the.smiling-prox> 1 6 7 1 -3043us[-2583us] +/- 22ms 2026-03-30T22:56:00.088 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-30T22:56:00.090 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-30T22:56:00.090 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-30T22:56:00.092 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-30T22:56:00.095 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-30T22:56:00.097 INFO:teuthology.task.internal:Duration was 96.229853 seconds 2026-03-30T22:56:00.097 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-30T22:56:00.099 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-30T22:56:00.099 DEBUG:teuthology.orchestra.run.vm02:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-30T22:56:00.130 DEBUG:teuthology.orchestra.run.vm04:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-30T22:56:00.132 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-30T22:56:00.174 INFO:teuthology.orchestra.run.vm02.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T22:56:00.175 INFO:teuthology.orchestra.run.vm06.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T22:56:00.176 INFO:teuthology.orchestra.run.vm04.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-30T22:56:00.328 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-30T22:56:00.329 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm02.local 2026-03-30T22:56:00.329 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-30T22:56:00.353 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm04.local 2026-03-30T22:56:00.353 DEBUG:teuthology.orchestra.run.vm04:> 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-30T22:56:00.374 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm06.local 2026-03-30T22:56:00.374 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-30T22:56:00.399 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-30T22:56:00.399 DEBUG:teuthology.orchestra.run.vm02:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T22:56:00.401 DEBUG:teuthology.orchestra.run.vm04:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T22:56:00.416 DEBUG:teuthology.orchestra.run.vm06:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T22:56:00.579 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-30T22:56:00.580 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-30T22:56:00.581 DEBUG:teuthology.orchestra.run.vm04:> 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-30T22:56:00.583 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-30T22:56:00.607 INFO:teuthology.orchestra.run.vm02.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T22:56:00.607 INFO:teuthology.orchestra.run.vm02.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T22:56:00.607 INFO:teuthology.orchestra.run.vm02.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-30T22:56:00.607 INFO:teuthology.orchestra.run.vm02.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T22:56:00.607 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-30T22:56:00.608 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T22:56:00.608 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T22:56:00.608 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-30T22:56:00.609 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-30T22:56:00.609 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T22:56:00.609 INFO:teuthology.orchestra.run.vm04.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T22:56:00.610 INFO:teuthology.orchestra.run.vm04.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T22:56:00.610 INFO:teuthology.orchestra.run.vm04.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-30T22:56:00.610 INFO:teuthology.orchestra.run.vm04.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-30T22:56:00.611 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T22:56:00.646 INFO:teuthology.orchestra.run.vm04.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-30T22:56:00.649 INFO:teuthology.orchestra.run.vm02.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-30T22:56:00.652 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-30T22:56:00.654 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-30T22:56:00.657 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-30T22:56:00.657 DEBUG:teuthology.orchestra.run.vm02:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-30T22:56:00.718 DEBUG:teuthology.orchestra.run.vm04:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-30T22:56:00.747 DEBUG:teuthology.orchestra.run.vm06:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-30T22:56:00.779 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-30T22:56:00.781 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-30T22:56:00.782 DEBUG:teuthology.orchestra.run.vm04:> 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-30T22:56:00.789 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-30T22:56:00.809 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern = core 2026-03-30T22:56:00.816 INFO:teuthology.orchestra.run.vm04.stdout:kernel.core_pattern = core 2026-03-30T22:56:00.853 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = core 2026-03-30T22:56:00.868 DEBUG:teuthology.orchestra.run.vm02:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-30T22:56:00.886 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T22:56:00.887 DEBUG:teuthology.orchestra.run.vm04:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-30T22:56:00.907 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T22:56:00.907 DEBUG:teuthology.orchestra.run.vm06:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-30T22:56:00.924 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T22:56:00.925 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-30T22:56:00.930 INFO:teuthology.task.internal:Transferring archived files... 2026-03-30T22:56:00.931 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/4141/remote/vm02 2026-03-30T22:56:00.931 DEBUG:teuthology.orchestra.run.vm02:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-30T22:56:00.961 DEBUG:teuthology.misc:Transferring archived files from vm04:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4141/remote/vm04 2026-03-30T22:56:00.961 DEBUG:teuthology.orchestra.run.vm04:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-30T22:56:00.991 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/4141/remote/vm06 2026-03-30T22:56:00.991 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-30T22:56:01.022 INFO:teuthology.task.internal:Removing archive directory... 2026-03-30T22:56:01.023 DEBUG:teuthology.orchestra.run.vm02:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-30T22:56:01.024 DEBUG:teuthology.orchestra.run.vm04:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-30T22:56:01.034 DEBUG:teuthology.orchestra.run.vm06:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-30T22:56:01.080 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-30T22:56:01.083 INFO:teuthology.task.internal:Not uploading archives. 2026-03-30T22:56:01.083 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-30T22:56:01.086 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-30T22:56:01.086 DEBUG:teuthology.orchestra.run.vm02:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-30T22:56:01.088 DEBUG:teuthology.orchestra.run.vm04:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-30T22:56:01.095 DEBUG:teuthology.orchestra.run.vm06:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-30T22:56:01.109 INFO:teuthology.orchestra.run.vm02.stdout: 8532145 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 30 22:56 /home/ubuntu/cephtest 2026-03-30T22:56:01.114 INFO:teuthology.orchestra.run.vm04.stdout: 8532144 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 30 22:56 /home/ubuntu/cephtest 2026-03-30T22:56:01.141 INFO:teuthology.orchestra.run.vm06.stdout: 8532144 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 30 22:56 /home/ubuntu/cephtest 2026-03-30T22:56:01.142 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-30T22:56:01.147 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/connectivity task/test_host_drain} duration: 96.2298526763916 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-30T22:56:01.147 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-30T22:56:01.172 INFO:teuthology.run:FAIL