2026-03-31T02:42:59.715 INFO:root:teuthology version: 1.2.4.dev37+ga59626679 2026-03-31T02:42:59.720 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-31T02:42:59.739 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4268 branch: tentacle description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/connectivity task/test_host_drain} email: null first_in_suite: false flavor: default job_id: '4268' ktype: distro 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: ubuntu os_version: '22.04' 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 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: vm06.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOHrwVLSzfMIIHfomd70q17EBealigZHJhpG33TQrU0OfKJrDYdcRmQz2FydwKvV+P8UcSNd+zuoYN9mAkjd2YI= vm07.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMnAZltyMktVBgxXEcGbowAu+ftm02FEsAEk84NIrlk2FcZ6ey7FVly4j5EbW+GLKmD5XA9JzQBXmwLZMIPUC+U= vm09.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvr1FCaY+3ETlB5Mak5MLUxMjUsB1CE9g3SyjYqHcQ83kWbVHwjG6kvWq0QSJAMjIrasn4V/ZS1S22qn74gCEI= tasks: - 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-31T02:42:59.739 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa; will attempt to use it 2026-03-31T02:42:59.740 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_0392f78529848ec72469e8e431875cb98d3a5fb4/qa/tasks 2026-03-31T02:42:59.740 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-31T02:42:59.740 INFO:teuthology.task.internal:Checking packages... 2026-03-31T02:42:59.740 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '70f8415b300f041766fa27faf7d5472699e32388' 2026-03-31T02:42:59.740 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-31T02:42:59.740 INFO:teuthology.packaging:ref: None 2026-03-31T02:42:59.740 INFO:teuthology.packaging:tag: None 2026-03-31T02:42:59.740 INFO:teuthology.packaging:branch: tentacle 2026-03-31T02:42:59.740 INFO:teuthology.packaging:sha1: 70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T02:42:59.740 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=tentacle 2026-03-31T02:43:00.497 INFO:teuthology.task.internal:Found packages for ceph version 20.2.0-714-g147f7c6a-1jammy 2026-03-31T02:43:00.497 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-31T02:43:00.498 INFO:teuthology.task.internal:no buildpackages task found 2026-03-31T02:43:00.498 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-31T02:43:00.498 INFO:teuthology.task.internal:Saving configuration 2026-03-31T02:43:00.503 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-31T02:43:00.504 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-31T02:43:00.509 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/4268', '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': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-31 02:41:24.145845', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:06', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOHrwVLSzfMIIHfomd70q17EBealigZHJhpG33TQrU0OfKJrDYdcRmQz2FydwKvV+P8UcSNd+zuoYN9mAkjd2YI='} 2026-03-31T02:43:00.514 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm07.local', 'description': '/archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4268', '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': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-31 02:41:24.146450', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:07', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMnAZltyMktVBgxXEcGbowAu+ftm02FEsAEk84NIrlk2FcZ6ey7FVly4j5EbW+GLKmD5XA9JzQBXmwLZMIPUC+U='} 2026-03-31T02:43:00.519 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/4268', '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': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-31 02:41:24.146229', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:09', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAvr1FCaY+3ETlB5Mak5MLUxMjUsB1CE9g3SyjYqHcQ83kWbVHwjG6kvWq0QSJAMjIrasn4V/ZS1S22qn74gCEI='} 2026-03-31T02:43:00.519 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-31T02:43:00.519 INFO:teuthology.task.internal:roles: ubuntu@vm06.local - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2026-03-31T02:43:00.519 INFO:teuthology.task.internal:roles: ubuntu@vm07.local - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2026-03-31T02:43:00.520 INFO:teuthology.task.internal:roles: ubuntu@vm09.local - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2026-03-31T02:43:00.520 INFO:teuthology.run_tasks:Running task console_log... 2026-03-31T02:43:00.524 DEBUG:teuthology.task.console_log:vm06 does not support IPMI; excluding 2026-03-31T02:43:00.529 DEBUG:teuthology.task.console_log:vm07 does not support IPMI; excluding 2026-03-31T02:43:00.533 DEBUG:teuthology.task.console_log:vm09 does not support IPMI; excluding 2026-03-31T02:43:00.533 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f7d28c6dbd0>, signals=[15]) 2026-03-31T02:43:00.533 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-31T02:43:00.534 INFO:teuthology.task.internal:Opening connections... 2026-03-31T02:43:00.534 DEBUG:teuthology.task.internal:connecting to ubuntu@vm06.local 2026-03-31T02:43:00.534 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T02:43:00.591 DEBUG:teuthology.task.internal:connecting to ubuntu@vm07.local 2026-03-31T02:43:00.592 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm07.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T02:43:00.652 DEBUG:teuthology.task.internal:connecting to ubuntu@vm09.local 2026-03-31T02:43:00.653 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm09.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T02:43:00.708 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-31T02:43:00.709 DEBUG:teuthology.orchestra.run.vm06:> uname -m 2026-03-31T02:43:00.712 INFO:teuthology.orchestra.run.vm06.stdout:x86_64 2026-03-31T02:43:00.712 DEBUG:teuthology.orchestra.run.vm06:> cat /etc/os-release 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:NAME="Ubuntu" 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_ID="22.04" 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:VERSION_CODENAME=jammy 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:ID=ubuntu 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:ID_LIKE=debian 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-31T02:43:00.756 INFO:teuthology.orchestra.run.vm06.stdout:UBUNTU_CODENAME=jammy 2026-03-31T02:43:00.756 INFO:teuthology.lock.ops:Updating vm06.local on lock server 2026-03-31T02:43:00.760 DEBUG:teuthology.orchestra.run.vm07:> uname -m 2026-03-31T02:43:00.763 INFO:teuthology.orchestra.run.vm07.stdout:x86_64 2026-03-31T02:43:00.764 DEBUG:teuthology.orchestra.run.vm07:> cat /etc/os-release 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:NAME="Ubuntu" 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:VERSION_ID="22.04" 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:VERSION_CODENAME=jammy 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:ID=ubuntu 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:ID_LIKE=debian 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-31T02:43:00.810 INFO:teuthology.orchestra.run.vm07.stdout:UBUNTU_CODENAME=jammy 2026-03-31T02:43:00.810 INFO:teuthology.lock.ops:Updating vm07.local on lock server 2026-03-31T02:43:00.814 DEBUG:teuthology.orchestra.run.vm09:> uname -m 2026-03-31T02:43:00.817 INFO:teuthology.orchestra.run.vm09.stdout:x86_64 2026-03-31T02:43:00.817 DEBUG:teuthology.orchestra.run.vm09:> cat /etc/os-release 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:NAME="Ubuntu" 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:VERSION_ID="22.04" 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:VERSION_CODENAME=jammy 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:ID=ubuntu 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:ID_LIKE=debian 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-31T02:43:00.860 INFO:teuthology.orchestra.run.vm09.stdout:UBUNTU_CODENAME=jammy 2026-03-31T02:43:00.860 INFO:teuthology.lock.ops:Updating vm09.local on lock server 2026-03-31T02:43:00.864 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-31T02:43:00.866 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-31T02:43:00.867 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-31T02:43:00.867 DEBUG:teuthology.orchestra.run.vm06:> test '!' -e /home/ubuntu/cephtest 2026-03-31T02:43:00.868 DEBUG:teuthology.orchestra.run.vm07:> test '!' -e /home/ubuntu/cephtest 2026-03-31T02:43:00.885 DEBUG:teuthology.orchestra.run.vm09:> test '!' -e /home/ubuntu/cephtest 2026-03-31T02:43:00.904 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-31T02:43:00.905 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-31T02:43:00.905 DEBUG:teuthology.orchestra.run.vm06:> test -z $(ls -A /var/lib/ceph) 2026-03-31T02:43:00.930 DEBUG:teuthology.orchestra.run.vm07:> test -z $(ls -A /var/lib/ceph) 2026-03-31T02:43:00.931 DEBUG:teuthology.orchestra.run.vm09:> test -z $(ls -A /var/lib/ceph) 2026-03-31T02:43:00.932 INFO:teuthology.orchestra.run.vm06.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-31T02:43:00.933 INFO:teuthology.orchestra.run.vm07.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-31T02:43:00.948 INFO:teuthology.orchestra.run.vm09.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-31T02:43:00.948 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-31T02:43:00.956 DEBUG:teuthology.orchestra.run.vm06:> test -e /ceph-qa-ready 2026-03-31T02:43:00.975 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T02:43:01.201 DEBUG:teuthology.orchestra.run.vm07:> test -e /ceph-qa-ready 2026-03-31T02:43:01.204 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T02:43:01.438 DEBUG:teuthology.orchestra.run.vm09:> test -e /ceph-qa-ready 2026-03-31T02:43:01.441 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T02:43:01.658 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-31T02:43:01.660 INFO:teuthology.task.internal:Creating test directory... 2026-03-31T02:43:01.660 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-31T02:43:01.661 DEBUG:teuthology.orchestra.run.vm07:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-31T02:43:01.662 DEBUG:teuthology.orchestra.run.vm09:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-31T02:43:01.664 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-31T02:43:01.666 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-31T02:43:01.667 INFO:teuthology.task.internal:Creating archive directory... 2026-03-31T02:43:01.667 DEBUG:teuthology.orchestra.run.vm06:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-31T02:43:01.706 DEBUG:teuthology.orchestra.run.vm07:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-31T02:43:01.708 DEBUG:teuthology.orchestra.run.vm09:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-31T02:43:01.712 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-31T02:43:01.714 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-31T02:43:01.714 DEBUG:teuthology.orchestra.run.vm06:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-31T02:43:01.752 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T02:43:01.752 DEBUG:teuthology.orchestra.run.vm07:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-31T02:43:01.754 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T02:43:01.754 DEBUG:teuthology.orchestra.run.vm09:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-31T02:43:01.756 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T02:43:01.756 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-31T02:43:01.794 DEBUG:teuthology.orchestra.run.vm07:> 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-31T02:43:01.796 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-31T02:43:01.801 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T02:43:01.804 INFO:teuthology.orchestra.run.vm07.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T02:43:01.805 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T02:43:01.806 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T02:43:01.809 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T02:43:01.810 INFO:teuthology.orchestra.run.vm07.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T02:43:01.811 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-31T02:43:01.812 INFO:teuthology.task.internal:Configuring sudo... 2026-03-31T02:43:01.812 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-31T02:43:01.850 DEBUG:teuthology.orchestra.run.vm07:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-31T02:43:01.856 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-31T02:43:01.863 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-31T02:43:01.865 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-31T02:43:01.865 DEBUG:teuthology.orchestra.run.vm06:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-31T02:43:01.898 DEBUG:teuthology.orchestra.run.vm07:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-31T02:43:01.904 DEBUG:teuthology.orchestra.run.vm09:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-31T02:43:01.908 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T02:43:01.944 DEBUG:teuthology.orchestra.run.vm06:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T02:43:01.988 DEBUG:teuthology.orchestra.run.vm06:> set -ex 2026-03-31T02:43:01.988 DEBUG:teuthology.orchestra.run.vm06:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-31T02:43:02.037 DEBUG:teuthology.orchestra.run.vm07:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T02:43:02.040 DEBUG:teuthology.orchestra.run.vm07:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T02:43:02.086 DEBUG:teuthology.orchestra.run.vm07:> set -ex 2026-03-31T02:43:02.086 DEBUG:teuthology.orchestra.run.vm07:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-31T02:43:02.135 DEBUG:teuthology.orchestra.run.vm09:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T02:43:02.138 DEBUG:teuthology.orchestra.run.vm09:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T02:43:02.184 DEBUG:teuthology.orchestra.run.vm09:> set -ex 2026-03-31T02:43:02.184 DEBUG:teuthology.orchestra.run.vm09:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-31T02:43:02.234 DEBUG:teuthology.orchestra.run.vm06:> sudo service rsyslog restart 2026-03-31T02:43:02.235 DEBUG:teuthology.orchestra.run.vm07:> sudo service rsyslog restart 2026-03-31T02:43:02.236 DEBUG:teuthology.orchestra.run.vm09:> sudo service rsyslog restart 2026-03-31T02:43:02.292 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-31T02:43:02.293 INFO:teuthology.task.internal:Starting timer... 2026-03-31T02:43:02.293 INFO:teuthology.run_tasks:Running task pcp... 2026-03-31T02:43:02.296 INFO:teuthology.run_tasks:Running task selinux... 2026-03-31T02:43:02.298 INFO:teuthology.task.selinux:Excluding vm06: VMs are not yet supported 2026-03-31T02:43:02.298 INFO:teuthology.task.selinux:Excluding vm07: VMs are not yet supported 2026-03-31T02:43:02.298 INFO:teuthology.task.selinux:Excluding vm09: VMs are not yet supported 2026-03-31T02:43:02.298 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-31T02:43:02.298 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-31T02:43:02.298 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-31T02:43:02.298 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-31T02:43:02.300 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-31T02:43:02.300 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-31T02:43:02.301 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-31T02:43:02.987 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-31T02:43:02.993 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-31T02:43:02.993 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_inventorym09v7gvt --limit vm06.local,vm07.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-31T02:45:16.750 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm06.local'), Remote(name='ubuntu@vm07.local'), Remote(name='ubuntu@vm09.local')] 2026-03-31T02:45:16.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm06.local' 2026-03-31T02:45:16.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm06.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T02:45:16.811 DEBUG:teuthology.orchestra.run.vm06:> true 2026-03-31T02:45:17.053 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm06.local' 2026-03-31T02:45:17.053 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm07.local' 2026-03-31T02:45:17.053 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm07.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T02:45:17.117 DEBUG:teuthology.orchestra.run.vm07:> true 2026-03-31T02:45:17.365 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm07.local' 2026-03-31T02:45:17.365 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm09.local' 2026-03-31T02:45:17.365 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm09.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T02:45:17.427 DEBUG:teuthology.orchestra.run.vm09:> true 2026-03-31T02:45:17.665 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm09.local' 2026-03-31T02:45:17.665 INFO:teuthology.run_tasks:Running task clock... 2026-03-31T02:45:17.713 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-31T02:45:17.720 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-31T02:45:17.720 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-31T02:45:17.721 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-31T02:45:17.721 DEBUG:teuthology.orchestra.run.vm07:> 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-31T02:45:17.723 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-31T02:45:17.723 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-31T02:45:17.738 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: Command line: ntpd -gq 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: ---------------------------------------------------- 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: ntp-4 is maintained by Network Time Foundation, 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: corporation. Support and training for ntp-4 are 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: available at https://www.nwtime.org/support 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: ---------------------------------------------------- 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: proto: precision = 0.029 usec (-25) 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: basedate set to 2022-02-04 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: gps base set to 2022-02-06 (week 2196) 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-03-31T02:45:17.739 INFO:teuthology.orchestra.run.vm06.stderr:31 Mar 02:45:17 ntpd[16244]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 94 days ago 2026-03-31T02:45:17.740 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: Listen and drop on 0 v6wildcard [::]:123 2026-03-31T02:45:17.740 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-31T02:45:17.740 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: Listen normally on 2 lo 127.0.0.1:123 2026-03-31T02:45:17.740 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: Listen normally on 3 ens3 192.168.123.106:123 2026-03-31T02:45:17.740 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: Listen normally on 4 lo [::1]:123 2026-03-31T02:45:17.740 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:6%2]:123 2026-03-31T02:45:17.740 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:17 ntpd[16244]: Listening on routing socket on fd #22 for interface updates 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: Command line: ntpd -gq 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: ---------------------------------------------------- 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: ntp-4 is maintained by Network Time Foundation, 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: corporation. Support and training for ntp-4 are 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: available at https://www.nwtime.org/support 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: ---------------------------------------------------- 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: proto: precision = 0.030 usec (-25) 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: basedate set to 2022-02-04 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: gps base set to 2022-02-06 (week 2196) 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-31T02:45:17.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm07.stderr:31 Mar 02:45:17 ntpd[16217]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 94 days ago 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: Listen and drop on 0 v6wildcard [::]:123 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: Listen normally on 2 lo 127.0.0.1:123 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: Listen normally on 3 ens3 192.168.123.107:123 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: Listen normally on 4 lo [::1]:123 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:7%2]:123 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:17 ntpd[16217]: Listening on routing socket on fd #22 for interface updates 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: Command line: ntpd -gq 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: ---------------------------------------------------- 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: ntp-4 is maintained by Network Time Foundation, 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: corporation. Support and training for ntp-4 are 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: available at https://www.nwtime.org/support 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: ---------------------------------------------------- 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: proto: precision = 0.029 usec (-25) 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: basedate set to 2022-02-04 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: gps base set to 2022-02-06 (week 2196) 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-03-31T02:45:17.743 INFO:teuthology.orchestra.run.vm09.stderr:31 Mar 02:45:17 ntpd[16233]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 94 days ago 2026-03-31T02:45:17.744 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: Listen and drop on 0 v6wildcard [::]:123 2026-03-31T02:45:17.744 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-31T02:45:17.744 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: Listen normally on 2 lo 127.0.0.1:123 2026-03-31T02:45:17.744 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: Listen normally on 3 ens3 192.168.123.109:123 2026-03-31T02:45:17.744 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: Listen normally on 4 lo [::1]:123 2026-03-31T02:45:17.744 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:9%2]:123 2026-03-31T02:45:17.744 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:17 ntpd[16233]: Listening on routing socket on fd #22 for interface updates 2026-03-31T02:45:18.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:18 ntpd[16244]: Soliciting pool server 77.42.16.222 2026-03-31T02:45:18.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:18 ntpd[16217]: Soliciting pool server 77.42.16.222 2026-03-31T02:45:18.744 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:18 ntpd[16233]: Soliciting pool server 185.232.69.65 2026-03-31T02:45:19.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:19 ntpd[16244]: Soliciting pool server 217.160.19.219 2026-03-31T02:45:19.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:19 ntpd[16244]: Soliciting pool server 82.165.178.31 2026-03-31T02:45:19.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:19 ntpd[16217]: Soliciting pool server 217.160.19.219 2026-03-31T02:45:19.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:19 ntpd[16217]: Soliciting pool server 82.165.178.31 2026-03-31T02:45:19.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:19 ntpd[16233]: Soliciting pool server 77.42.16.222 2026-03-31T02:45:19.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:19 ntpd[16233]: Soliciting pool server 144.76.43.40 2026-03-31T02:45:20.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:20 ntpd[16244]: Soliciting pool server 46.224.156.215 2026-03-31T02:45:20.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:20 ntpd[16244]: Soliciting pool server 213.172.105.106 2026-03-31T02:45:20.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:20 ntpd[16244]: Soliciting pool server 185.216.176.59 2026-03-31T02:45:20.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:20 ntpd[16217]: Soliciting pool server 46.224.156.215 2026-03-31T02:45:20.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:20 ntpd[16217]: Soliciting pool server 213.172.105.106 2026-03-31T02:45:20.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:20 ntpd[16217]: Soliciting pool server 185.216.176.59 2026-03-31T02:45:20.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:20 ntpd[16233]: Soliciting pool server 82.165.178.31 2026-03-31T02:45:20.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:20 ntpd[16233]: Soliciting pool server 217.160.19.219 2026-03-31T02:45:20.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:20 ntpd[16233]: Soliciting pool server 217.144.138.234 2026-03-31T02:45:21.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:21 ntpd[16244]: Soliciting pool server 185.11.138.90 2026-03-31T02:45:21.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:21 ntpd[16244]: Soliciting pool server 94.130.184.193 2026-03-31T02:45:21.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:21 ntpd[16244]: Soliciting pool server 185.232.69.65 2026-03-31T02:45:21.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:21 ntpd[16244]: Soliciting pool server 5.189.151.39 2026-03-31T02:45:21.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:21 ntpd[16217]: Soliciting pool server 185.11.138.90 2026-03-31T02:45:21.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:21 ntpd[16217]: Soliciting pool server 94.130.184.193 2026-03-31T02:45:21.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:21 ntpd[16217]: Soliciting pool server 185.232.69.65 2026-03-31T02:45:21.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:21 ntpd[16217]: Soliciting pool server 5.189.151.39 2026-03-31T02:45:21.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:21 ntpd[16233]: Soliciting pool server 185.216.176.59 2026-03-31T02:45:21.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:21 ntpd[16233]: Soliciting pool server 46.224.156.215 2026-03-31T02:45:21.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:21 ntpd[16233]: Soliciting pool server 213.172.105.106 2026-03-31T02:45:21.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:21 ntpd[16233]: Soliciting pool server 185.233.107.180 2026-03-31T02:45:22.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:22 ntpd[16244]: Soliciting pool server 128.140.109.119 2026-03-31T02:45:22.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:22 ntpd[16244]: Soliciting pool server 185.252.140.125 2026-03-31T02:45:22.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:22 ntpd[16244]: Soliciting pool server 144.76.43.40 2026-03-31T02:45:22.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:22 ntpd[16217]: Soliciting pool server 128.140.109.119 2026-03-31T02:45:22.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:22 ntpd[16217]: Soliciting pool server 144.76.43.40 2026-03-31T02:45:22.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:22 ntpd[16233]: Soliciting pool server 5.189.151.39 2026-03-31T02:45:22.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:22 ntpd[16233]: Soliciting pool server 185.11.138.90 2026-03-31T02:45:22.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:22 ntpd[16233]: Soliciting pool server 94.130.184.193 2026-03-31T02:45:22.772 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:22 ntpd[16233]: Soliciting pool server 91.189.91.157 2026-03-31T02:45:22.772 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:22 ntpd[16244]: Soliciting pool server 91.189.91.157 2026-03-31T02:45:22.773 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:22 ntpd[16217]: Soliciting pool server 91.189.91.157 2026-03-31T02:45:23.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:23 ntpd[16244]: Soliciting pool server 94.16.122.152 2026-03-31T02:45:23.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:23 ntpd[16244]: Soliciting pool server 217.144.138.234 2026-03-31T02:45:23.741 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:23 ntpd[16217]: Soliciting pool server 94.16.122.152 2026-03-31T02:45:23.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:23 ntpd[16233]: Soliciting pool server 185.125.190.58 2026-03-31T02:45:23.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:23 ntpd[16233]: Soliciting pool server 128.140.109.119 2026-03-31T02:45:24.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:24 ntpd[16244]: Soliciting pool server 185.233.107.180 2026-03-31T02:45:24.739 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:24 ntpd[16244]: Soliciting pool server 2003:a:47f:abe4:48ba:cd42:dbcc:1000 2026-03-31T02:45:24.742 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:24 ntpd[16217]: Soliciting pool server 185.233.107.180 2026-03-31T02:45:24.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:24 ntpd[16233]: Soliciting pool server 185.125.190.57 2026-03-31T02:45:24.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:24 ntpd[16233]: Soliciting pool server 94.16.122.152 2026-03-31T02:45:25.743 INFO:teuthology.orchestra.run.vm07.stdout:31 Mar 02:45:25 ntpd[16217]: ntpd: time slew +0.002912 s 2026-03-31T02:45:25.743 INFO:teuthology.orchestra.run.vm07.stdout:ntpd: time slew +0.002912s 2026-03-31T02:45:25.764 INFO:teuthology.orchestra.run.vm07.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T02:45:25.764 INFO:teuthology.orchestra.run.vm07.stdout:============================================================================== 2026-03-31T02:45:25.764 INFO:teuthology.orchestra.run.vm07.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:25.764 INFO:teuthology.orchestra.run.vm07.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:25.764 INFO:teuthology.orchestra.run.vm07.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:25.764 INFO:teuthology.orchestra.run.vm07.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:25.764 INFO:teuthology.orchestra.run.vm07.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.743 INFO:teuthology.orchestra.run.vm09.stdout:31 Mar 02:45:26 ntpd[16233]: ntpd: time slew +0.002795 s 2026-03-31T02:45:26.744 INFO:teuthology.orchestra.run.vm09.stdout:ntpd: time slew +0.002795s 2026-03-31T02:45:26.764 INFO:teuthology.orchestra.run.vm09.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T02:45:26.764 INFO:teuthology.orchestra.run.vm09.stdout:============================================================================== 2026-03-31T02:45:26.764 INFO:teuthology.orchestra.run.vm09.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.764 INFO:teuthology.orchestra.run.vm09.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.764 INFO:teuthology.orchestra.run.vm09.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.764 INFO:teuthology.orchestra.run.vm09.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.764 INFO:teuthology.orchestra.run.vm09.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.768 INFO:teuthology.orchestra.run.vm06.stdout:31 Mar 02:45:26 ntpd[16244]: ntpd: time slew +0.000963 s 2026-03-31T02:45:26.768 INFO:teuthology.orchestra.run.vm06.stdout:ntpd: time slew +0.000963s 2026-03-31T02:45:26.791 INFO:teuthology.orchestra.run.vm06.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T02:45:26.791 INFO:teuthology.orchestra.run.vm06.stdout:============================================================================== 2026-03-31T02:45:26.791 INFO:teuthology.orchestra.run.vm06.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.791 INFO:teuthology.orchestra.run.vm06.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.791 INFO:teuthology.orchestra.run.vm06.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.791 INFO:teuthology.orchestra.run.vm06.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.791 INFO:teuthology.orchestra.run.vm06.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:26.791 INFO:teuthology.run_tasks:Running task install... 2026-03-31T02:45:26.793 DEBUG:teuthology.task.install:project ceph 2026-03-31T02:45:26.793 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-31T02:45:26.794 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-31T02:45:26.794 INFO:teuthology.task.install:Using flavor: default 2026-03-31T02:45:26.796 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-31T02:45:26.796 INFO:teuthology.task.install:extra packages: [] 2026-03-31T02:45:26.796 DEBUG:teuthology.orchestra.run.vm06:> sudo apt-key list | grep Ceph 2026-03-31T02:45:26.796 DEBUG:teuthology.orchestra.run.vm07:> sudo apt-key list | grep Ceph 2026-03-31T02:45:26.796 DEBUG:teuthology.orchestra.run.vm09:> sudo apt-key list | grep Ceph 2026-03-31T02:45:26.835 INFO:teuthology.orchestra.run.vm07.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-31T02:45:26.848 INFO:teuthology.orchestra.run.vm09.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-31T02:45:26.857 INFO:teuthology.orchestra.run.vm07.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-31T02:45:26.857 INFO:teuthology.orchestra.run.vm07.stdout:uid [ unknown] Ceph.com (release key) 2026-03-31T02:45:26.857 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2026-03-31T02:45:26.857 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-31T02:45:26.858 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T02:45:26.945 INFO:teuthology.orchestra.run.vm06.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-31T02:45:26.945 INFO:teuthology.orchestra.run.vm09.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-31T02:45:26.945 INFO:teuthology.orchestra.run.vm09.stdout:uid [ unknown] Ceph.com (release key) 2026-03-31T02:45:26.945 INFO:teuthology.orchestra.run.vm06.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-31T02:45:26.945 INFO:teuthology.orchestra.run.vm06.stdout:uid [ unknown] Ceph.com (release key) 2026-03-31T02:45:26.946 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2026-03-31T02:45:26.946 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-31T02:45:26.946 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T02:45:26.946 INFO:teuthology.task.install.deb:Installing packages: 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 on remote deb x86_64 2026-03-31T02:45:26.946 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-31T02:45:26.946 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T02:45:27.511 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/deb.py", line 79, 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=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T02:45:27.512 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/deb.py", line 79, 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=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T02:45:27.512 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-31T02:45:27.514 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-31T02:45:27.515 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-31T02:45:27.515 DEBUG:teuthology.orchestra.run.vm06:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-31T02:45:27.517 DEBUG:teuthology.orchestra.run.vm07:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-31T02:45:27.518 DEBUG:teuthology.orchestra.run.vm09:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-31T02:45:27.520 INFO:teuthology.orchestra.run.vm06.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T02:45:27.520 INFO:teuthology.orchestra.run.vm06.stdout:============================================================================== 2026-03-31T02:45:27.520 INFO:teuthology.orchestra.run.vm06.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.520 INFO:teuthology.orchestra.run.vm06.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.520 INFO:teuthology.orchestra.run.vm06.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.520 INFO:teuthology.orchestra.run.vm06.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.520 INFO:teuthology.orchestra.run.vm06.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.522 INFO:teuthology.orchestra.run.vm07.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T02:45:27.522 INFO:teuthology.orchestra.run.vm07.stdout:============================================================================== 2026-03-31T02:45:27.522 INFO:teuthology.orchestra.run.vm07.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.522 INFO:teuthology.orchestra.run.vm07.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.522 INFO:teuthology.orchestra.run.vm07.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.522 INFO:teuthology.orchestra.run.vm07.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.522 INFO:teuthology.orchestra.run.vm07.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.523 INFO:teuthology.orchestra.run.vm09.stdout: remote refid st t when poll reach delay offset jitter 2026-03-31T02:45:27.523 INFO:teuthology.orchestra.run.vm09.stdout:============================================================================== 2026-03-31T02:45:27.523 INFO:teuthology.orchestra.run.vm09.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.523 INFO:teuthology.orchestra.run.vm09.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.523 INFO:teuthology.orchestra.run.vm09.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.523 INFO:teuthology.orchestra.run.vm09.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.523 INFO:teuthology.orchestra.run.vm09.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-31T02:45:27.523 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-31T02:45:27.525 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-31T02:45:27.525 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-31T02:45:27.528 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-31T02:45:27.530 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-31T02:45:27.532 INFO:teuthology.task.internal:Duration was 145.238164 seconds 2026-03-31T02:45:27.532 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-31T02:45:27.534 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-31T02:45:27.534 DEBUG:teuthology.orchestra.run.vm06:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-31T02:45:27.562 DEBUG:teuthology.orchestra.run.vm07:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-31T02:45:27.564 DEBUG:teuthology.orchestra.run.vm09:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-31T02:45:27.589 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-31T02:45:27.589 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm06.local 2026-03-31T02:45:27.589 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-31T02:45:27.633 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm07.local 2026-03-31T02:45:27.634 DEBUG:teuthology.orchestra.run.vm07:> 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-31T02:45:27.643 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm09.local 2026-03-31T02:45:27.643 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-31T02:45:27.651 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-31T02:45:27.651 DEBUG:teuthology.orchestra.run.vm06:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T02:45:27.678 DEBUG:teuthology.orchestra.run.vm07:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T02:45:27.688 DEBUG:teuthology.orchestra.run.vm09:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T02:45:27.710 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-31T02:45:27.710 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-31T02:45:27.738 DEBUG:teuthology.orchestra.run.vm07:> 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-31T02:45:27.744 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T02:45:27.744 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T02:45:27.744 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-31T02:45:27.745 INFO:teuthology.orchestra.run.vm06.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T02:45:27.745 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-31T02:45:27.748 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-31T02:45:27.749 INFO:teuthology.orchestra.run.vm06.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 83.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-31T02:45:27.754 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T02:45:27.755 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T02:45:27.755 INFO:teuthology.orchestra.run.vm07.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-31T02:45:27.755 INFO:teuthology.orchestra.run.vm07.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T02:45:27.755 INFO:teuthology.orchestra.run.vm07.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-31T02:45:27.759 INFO:teuthology.orchestra.run.vm07.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 83.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-31T02:45:27.761 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T02:45:27.761 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T02:45:27.762 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-31T02:45:27.762 INFO:teuthology.orchestra.run.vm09.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T02:45:27.762 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-31T02:45:27.765 INFO:teuthology.orchestra.run.vm09.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 83.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-31T02:45:27.767 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-31T02:45:27.769 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-31T02:45:27.769 DEBUG:teuthology.orchestra.run.vm06:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-31T02:45:27.803 DEBUG:teuthology.orchestra.run.vm07:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-31T02:45:27.812 DEBUG:teuthology.orchestra.run.vm09:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-31T02:45:27.820 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-31T02:45:27.822 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-31T02:45:27.845 DEBUG:teuthology.orchestra.run.vm07:> 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-31T02:45:27.851 INFO:teuthology.orchestra.run.vm06.stdout:kernel.core_pattern = core 2026-03-31T02:45:27.856 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-31T02:45:27.862 INFO:teuthology.orchestra.run.vm07.stdout:kernel.core_pattern = core 2026-03-31T02:45:27.868 INFO:teuthology.orchestra.run.vm09.stdout:kernel.core_pattern = core 2026-03-31T02:45:27.878 DEBUG:teuthology.orchestra.run.vm06:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-31T02:45:27.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T02:45:27.903 DEBUG:teuthology.orchestra.run.vm07:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-31T02:45:27.917 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T02:45:27.917 DEBUG:teuthology.orchestra.run.vm09:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-31T02:45:27.928 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T02:45:27.928 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-31T02:45:27.930 INFO:teuthology.task.internal:Transferring archived files... 2026-03-31T02:45:27.930 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/4268/remote/vm06 2026-03-31T02:45:27.930 DEBUG:teuthology.orchestra.run.vm06:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-31T02:45:27.952 DEBUG:teuthology.misc:Transferring archived files from vm07:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4268/remote/vm07 2026-03-31T02:45:27.952 DEBUG:teuthology.orchestra.run.vm07:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-31T02:45:27.967 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/4268/remote/vm09 2026-03-31T02:45:27.967 DEBUG:teuthology.orchestra.run.vm09:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-31T02:45:27.977 INFO:teuthology.task.internal:Removing archive directory... 2026-03-31T02:45:27.977 DEBUG:teuthology.orchestra.run.vm06:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-31T02:45:27.997 DEBUG:teuthology.orchestra.run.vm07:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-31T02:45:28.012 DEBUG:teuthology.orchestra.run.vm09:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-31T02:45:28.025 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-31T02:45:28.027 INFO:teuthology.task.internal:Not uploading archives. 2026-03-31T02:45:28.027 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-31T02:45:28.029 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-31T02:45:28.029 DEBUG:teuthology.orchestra.run.vm06:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-31T02:45:28.041 DEBUG:teuthology.orchestra.run.vm07:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-31T02:45:28.044 INFO:teuthology.orchestra.run.vm06.stdout: 258075 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 31 02:45 /home/ubuntu/cephtest 2026-03-31T02:45:28.060 DEBUG:teuthology.orchestra.run.vm09:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-31T02:45:28.062 INFO:teuthology.orchestra.run.vm07.stdout: 258068 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 31 02:45 /home/ubuntu/cephtest 2026-03-31T02:45:28.069 INFO:teuthology.orchestra.run.vm09.stdout: 258076 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 31 02:45 /home/ubuntu/cephtest 2026-03-31T02:45:28.069 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-31T02:45:28.075 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/connectivity task/test_host_drain} duration: 145.23816394805908 failure_reason: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 flavor: default owner: kyr sentry_event: null status: fail success: false 2026-03-31T02:45:28.075 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-31T02:45:28.094 INFO:teuthology.run:FAIL