2026-03-06T13:18:45.640 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-06T13:18:45.644 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-06T13:18:45.665 INFO:teuthology.run:Config: archive_path: /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/152 branch: cobaltcore-storage-v19.2.3-fasttrack-3 description: orch:cephadm:smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_basic} email: null first_in_suite: false flavor: default job_id: '152' ktype: distro last_in_suite: false machine_type: vps name: irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: cobaltcore-storage-v19.2.3-fasttrack-3 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: timezone: Europe/Berlin ceph: conf: mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd mclock iops capacity threshold hdd: 49000 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: c24117fd5525679b799527bc1bd1f1dd0a2db5e2 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: cephadm_binary_url: https://download.ceph.com/rpm-19.2.3/el9/noarch/cephadm containers: image: harbor.clyso.com/custom-ceph/ceph/ceph:cobaltcore-storage-v19.2.3-fasttrack-3 install: ceph: flavor: default sha1: c24117fd5525679b799527bc1bd1f1dd0a2db5e2 extra_system_packages: deb: - python3-xmltodict - s3cmd rpm: - bzip2 - perl-Test-Harness - python3-xmltodict - s3cmd repos: - name: ceph-source priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS - name: ceph-noarch priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch - name: ceph priority: 1 url: https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64 workunit: branch: tt-19.2.3-fasttrack-3-no-nvme-loop sha1: 5726a36c3452e5b72190cfceba828abc62c819b7 owner: irq0 priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - mon.a - mgr.x - osd.0 - osd.1 - client.0 - - host.b - cephadm.exclude seed: 9864 sha1: c24117fd5525679b799527bc1bd1f1dd0a2db5e2 sleep_before_teardown: 0 suite: orch:cephadm:smb suite_branch: tt-19.2.3-fasttrack-3-no-nvme-loop suite_path: /home/teuthos/src/github.com_kshtsk_ceph_5726a36c3452e5b72190cfceba828abc62c819b7/qa suite_relpath: qa suite_repo: https://github.com/kshtsk/ceph.git suite_sha1: 5726a36c3452e5b72190cfceba828abc62c819b7 targets: vm00.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLpTd4TUkweFw0fzVcdtg/1OqeDgYMTM9ebnqD+wBGGE+9u0DMSIkNmangH9j3P6+sNbQtFStIuxtgt/vMwyYow= vm01.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBASRINAKmyPfPm6oc5lFK5tiw6WAIJobQTA4lKzaEiFzXIjjO1FmBNM4JzDfe/nSfUgmdVJ95yavG6adt93xPCg= tasks: - install: null - cephadm.configure_samba_client_container: role: host.b - cephadm: null - cephadm.shell: host.a: - ceph fs volume create cephfs - cephadm.wait_for_service: service: mds.cephfs - cephadm.shell: host.a: - cmd: ceph fs subvolumegroup create cephfs g1 - cmd: ceph fs subvolume create cephfs sub1 --group-name=g1 --mode=0777 - cmd: ceph fs authorize cephfs client.smbdata / rw - cmd: ceph osd pool create .smb --yes-i-really-mean-it - cmd: ceph osd pool application enable .smb smb - cmd: rados --pool=.smb --namespace=saserv1 put conf.toml /dev/stdin stdin: 'samba-container-config = "v0" [configs.saserv1] shares = ["share1"] globals = ["default", "domain"] instance_name = "SAMBA" [shares.share1.options] "vfs objects" = "ceph" path = "/" "ceph:config_file" = "/etc/ceph/ceph.conf" "ceph:user_id" = "smbdata" "kernel share modes" = "no" "read only" = "no" "browseable" = "yes" [globals.default.options] "server min protocol" = "SMB2" "load printers" = "no" "printing" = "bsd" "printcap name" = "/dev/null" "disable spoolss" = "yes" "guest ok" = "no" [globals.domain.options] security = "USER" workgroup = "STANDALONE1" [[users.all_entries]] name = "smbuser1" password = "insecure321" ' - cephadm.apply: specs: - cluster_id: saserv1 config_uri: rados://.smb/saserv1/conf.toml include_ceph_users: - client.smbdata placement: count: 1 service_id: saserv1 service_type: smb - cephadm.wait_for_service: service: smb.saserv1 - cephadm.exec: host.b: - sleep 30 - '{{ctx.samba_client_container_cmd|join('' '')}} smbclient -U smbuser1%insecure321 //{{''host.a''|role_to_remote|attr(''ip_address'')}}/share1 -c ls' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: clyso-debian-13 teuthology_repo: https://github.com/clyso/teuthology teuthology_sha1: 1c580df7a9c7c2aadc272da296344fd99f27c444 timestamp: 2026-03-06_13:15:04 tube: vps user: irq0 verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.43333 2026-03-06T13:18:45.665 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_5726a36c3452e5b72190cfceba828abc62c819b7/qa; will attempt to use it 2026-03-06T13:18:45.666 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_5726a36c3452e5b72190cfceba828abc62c819b7/qa/tasks 2026-03-06T13:18:45.666 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-06T13:18:45.666 INFO:teuthology.task.internal:Saving configuration 2026-03-06T13:18:45.671 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-06T13:18:45.672 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-06T13:18:45.678 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm00.local', 'description': '/archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/152', '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-06 12:17:30.658853', 'locked_by': 'irq0', 'mac_address': '52:55:00:00:00:00', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLpTd4TUkweFw0fzVcdtg/1OqeDgYMTM9ebnqD+wBGGE+9u0DMSIkNmangH9j3P6+sNbQtFStIuxtgt/vMwyYow='} 2026-03-06T13:18:45.683 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm01.local', 'description': '/archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/152', '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-06 12:17:30.658309', 'locked_by': 'irq0', 'mac_address': '52:55:00:00:00:01', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBASRINAKmyPfPm6oc5lFK5tiw6WAIJobQTA4lKzaEiFzXIjjO1FmBNM4JzDfe/nSfUgmdVJ95yavG6adt93xPCg='} 2026-03-06T13:18:45.683 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-06T13:18:45.683 INFO:teuthology.task.internal:roles: ubuntu@vm00.local - ['host.a', 'mon.a', 'mgr.x', 'osd.0', 'osd.1', 'client.0'] 2026-03-06T13:18:45.684 INFO:teuthology.task.internal:roles: ubuntu@vm01.local - ['host.b', 'cephadm.exclude'] 2026-03-06T13:18:45.684 INFO:teuthology.run_tasks:Running task console_log... 2026-03-06T13:18:45.689 DEBUG:teuthology.task.console_log:vm00 does not support IPMI; excluding 2026-03-06T13:18:45.695 DEBUG:teuthology.task.console_log:vm01 does not support IPMI; excluding 2026-03-06T13:18:45.695 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb5767bff40>, signals=[15]) 2026-03-06T13:18:45.695 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-06T13:18:45.716 INFO:teuthology.task.internal:Opening connections... 2026-03-06T13:18:45.716 DEBUG:teuthology.task.internal:connecting to ubuntu@vm00.local 2026-03-06T13:18:45.717 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:18:45.772 DEBUG:teuthology.task.internal:connecting to ubuntu@vm01.local 2026-03-06T13:18:45.773 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm01.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:18:45.832 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-06T13:18:45.833 DEBUG:teuthology.orchestra.run.vm00:> uname -m 2026-03-06T13:18:45.837 INFO:teuthology.orchestra.run.vm00.stdout:x86_64 2026-03-06T13:18:45.837 DEBUG:teuthology.orchestra.run.vm00:> cat /etc/os-release 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:NAME="Ubuntu" 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:VERSION_ID="22.04" 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:VERSION_CODENAME=jammy 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:ID=ubuntu 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:ID_LIKE=debian 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-06T13:18:45.881 INFO:teuthology.orchestra.run.vm00.stdout:UBUNTU_CODENAME=jammy 2026-03-06T13:18:45.881 INFO:teuthology.lock.ops:Updating vm00.local on lock server 2026-03-06T13:18:45.886 DEBUG:teuthology.orchestra.run.vm01:> uname -m 2026-03-06T13:18:45.906 INFO:teuthology.orchestra.run.vm01.stdout:x86_64 2026-03-06T13:18:45.906 DEBUG:teuthology.orchestra.run.vm01:> cat /etc/os-release 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:NAME="Ubuntu" 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:VERSION_ID="22.04" 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:VERSION_CODENAME=jammy 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:ID=ubuntu 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:ID_LIKE=debian 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-06T13:18:45.952 INFO:teuthology.orchestra.run.vm01.stdout:UBUNTU_CODENAME=jammy 2026-03-06T13:18:45.952 INFO:teuthology.lock.ops:Updating vm01.local on lock server 2026-03-06T13:18:45.956 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-06T13:18:45.958 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-06T13:18:45.959 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-06T13:18:45.959 DEBUG:teuthology.orchestra.run.vm00:> test '!' -e /home/ubuntu/cephtest 2026-03-06T13:18:45.960 DEBUG:teuthology.orchestra.run.vm01:> test '!' -e /home/ubuntu/cephtest 2026-03-06T13:18:45.995 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-06T13:18:45.996 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-06T13:18:45.996 DEBUG:teuthology.orchestra.run.vm00:> test -z $(ls -A /var/lib/ceph) 2026-03-06T13:18:46.003 DEBUG:teuthology.orchestra.run.vm01:> test -z $(ls -A /var/lib/ceph) 2026-03-06T13:18:46.005 INFO:teuthology.orchestra.run.vm00.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-06T13:18:46.040 INFO:teuthology.orchestra.run.vm01.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-06T13:18:46.040 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-06T13:18:46.047 DEBUG:teuthology.orchestra.run.vm00:> test -e /ceph-qa-ready 2026-03-06T13:18:46.049 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:18:46.291 DEBUG:teuthology.orchestra.run.vm01:> test -e /ceph-qa-ready 2026-03-06T13:18:46.294 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:18:46.516 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-06T13:18:46.517 INFO:teuthology.task.internal:Creating test directory... 2026-03-06T13:18:46.518 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-06T13:18:46.519 DEBUG:teuthology.orchestra.run.vm01:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-06T13:18:46.522 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-06T13:18:46.523 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-06T13:18:46.524 INFO:teuthology.task.internal:Creating archive directory... 2026-03-06T13:18:46.524 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-06T13:18:46.563 DEBUG:teuthology.orchestra.run.vm01:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-06T13:18:46.570 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-06T13:18:46.571 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-06T13:18:46.571 DEBUG:teuthology.orchestra.run.vm00:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-06T13:18:46.608 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:18:46.609 DEBUG:teuthology.orchestra.run.vm01:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-06T13:18:46.612 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:18:46.612 DEBUG:teuthology.orchestra.run.vm00:> 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-06T13:18:46.651 DEBUG:teuthology.orchestra.run.vm01:> 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-06T13:18:46.660 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:18:46.663 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:18:46.666 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:18:46.668 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-06T13:18:46.669 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-06T13:18:46.670 INFO:teuthology.task.internal:Configuring sudo... 2026-03-06T13:18:46.671 DEBUG:teuthology.orchestra.run.vm00:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-06T13:18:46.711 DEBUG:teuthology.orchestra.run.vm01:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-06T13:18:46.719 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-06T13:18:46.721 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-06T13:18:46.721 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-06T13:18:46.763 DEBUG:teuthology.orchestra.run.vm01:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-06T13:18:46.766 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:18:46.809 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:18:46.853 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-06T13:18:46.853 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-06T13:18:46.902 DEBUG:teuthology.orchestra.run.vm01:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:18:46.906 DEBUG:teuthology.orchestra.run.vm01:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:18:46.956 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-06T13:18:46.957 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-06T13:18:47.005 DEBUG:teuthology.orchestra.run.vm00:> sudo service rsyslog restart 2026-03-06T13:18:47.006 DEBUG:teuthology.orchestra.run.vm01:> sudo service rsyslog restart 2026-03-06T13:18:47.060 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-06T13:18:47.062 INFO:teuthology.task.internal:Starting timer... 2026-03-06T13:18:47.062 INFO:teuthology.run_tasks:Running task pcp... 2026-03-06T13:18:47.064 INFO:teuthology.run_tasks:Running task selinux... 2026-03-06T13:18:47.066 INFO:teuthology.task.selinux:Excluding vm00: VMs are not yet supported 2026-03-06T13:18:47.066 INFO:teuthology.task.selinux:Excluding vm01: VMs are not yet supported 2026-03-06T13:18:47.066 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-06T13:18:47.066 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-06T13:18:47.066 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-06T13:18:47.066 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-06T13:18:47.068 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': {'timezone': 'Europe/Berlin'}} 2026-03-06T13:18:47.068 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-06T13:18:47.069 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-06T13:18:47.836 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-06T13:18:47.842 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-06T13:18:47.842 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "timezone": "Europe/Berlin"}' -i /tmp/teuth_ansible_inventory6m00_f7r --limit vm00.local,vm01.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-06T13:21:12.901 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm00.local'), Remote(name='ubuntu@vm01.local')] 2026-03-06T13:21:12.901 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm00.local' 2026-03-06T13:21:12.902 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:21:12.960 DEBUG:teuthology.orchestra.run.vm00:> true 2026-03-06T13:21:13.192 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm00.local' 2026-03-06T13:21:13.192 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm01.local' 2026-03-06T13:21:13.192 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm01.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-06T13:21:13.252 DEBUG:teuthology.orchestra.run.vm01:> true 2026-03-06T13:21:13.488 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm01.local' 2026-03-06T13:21:13.488 INFO:teuthology.run_tasks:Running task clock... 2026-03-06T13:21:13.490 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-06T13:21:13.490 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-06T13:21:13.491 DEBUG:teuthology.orchestra.run.vm00:> 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-06T13:21:13.491 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-06T13:21:13.491 DEBUG:teuthology.orchestra.run.vm01:> 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-06T13:21:13.507 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-06T13:21:13.507 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: Command line: ntpd -gq 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: ---------------------------------------------------- 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: ntp-4 is maintained by Network Time Foundation, 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: corporation. Support and training for ntp-4 are 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: available at https://www.nwtime.org/support 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: ---------------------------------------------------- 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: proto: precision = 0.030 usec (-25) 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: basedate set to 2022-02-04 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: gps base set to 2022-02-06 (week 2196) 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-06T13:21:13.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: 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-06T13:21:13.509 INFO:teuthology.orchestra.run.vm00.stderr: 6 Mar 13:21:13 ntpd[15625]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 69 days ago 2026-03-06T13:21:13.509 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: Listen and drop on 0 v6wildcard [::]:123 2026-03-06T13:21:13.509 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-06T13:21:13.509 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: Listen normally on 2 lo 127.0.0.1:123 2026-03-06T13:21:13.509 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: Listen normally on 3 ens3 192.168.123.100:123 2026-03-06T13:21:13.510 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: Listen normally on 4 lo [::1]:123 2026-03-06T13:21:13.510 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:0%2]:123 2026-03-06T13:21:13.510 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:13 ntpd[15625]: Listening on routing socket on fd #22 for interface updates 2026-03-06T13:21:13.549 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-06T13:21:13.549 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: Command line: ntpd -gq 2026-03-06T13:21:13.549 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: ---------------------------------------------------- 2026-03-06T13:21:13.549 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: ntp-4 is maintained by Network Time Foundation, 2026-03-06T13:21:13.549 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-06T13:21:13.549 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: corporation. Support and training for ntp-4 are 2026-03-06T13:21:13.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: available at https://www.nwtime.org/support 2026-03-06T13:21:13.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: ---------------------------------------------------- 2026-03-06T13:21:13.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: proto: precision = 0.030 usec (-25) 2026-03-06T13:21:13.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: basedate set to 2022-02-04 2026-03-06T13:21:13.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: gps base set to 2022-02-06 (week 2196) 2026-03-06T13:21:13.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-06T13:21:13.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: 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-06T13:21:13.550 INFO:teuthology.orchestra.run.vm01.stderr: 6 Mar 13:21:13 ntpd[15666]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 69 days ago 2026-03-06T13:21:13.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: Listen and drop on 0 v6wildcard [::]:123 2026-03-06T13:21:13.551 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-06T13:21:13.551 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: Listen normally on 2 lo 127.0.0.1:123 2026-03-06T13:21:13.551 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: Listen normally on 3 ens3 192.168.123.101:123 2026-03-06T13:21:13.551 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: Listen normally on 4 lo [::1]:123 2026-03-06T13:21:13.551 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:1%2]:123 2026-03-06T13:21:13.551 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:13 ntpd[15666]: Listening on routing socket on fd #22 for interface updates 2026-03-06T13:21:14.509 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:14 ntpd[15625]: Soliciting pool server 162.159.200.123 2026-03-06T13:21:14.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:14 ntpd[15666]: Soliciting pool server 162.159.200.123 2026-03-06T13:21:15.507 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:15 ntpd[15625]: Soliciting pool server 5.75.181.179 2026-03-06T13:21:15.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:15 ntpd[15625]: Soliciting pool server 93.177.65.20 2026-03-06T13:21:15.549 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:15 ntpd[15666]: Soliciting pool server 5.75.181.179 2026-03-06T13:21:15.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:15 ntpd[15666]: Soliciting pool server 93.177.65.20 2026-03-06T13:21:16.507 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:16 ntpd[15625]: Soliciting pool server 116.203.218.109 2026-03-06T13:21:16.507 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:16 ntpd[15625]: Soliciting pool server 5.45.97.204 2026-03-06T13:21:16.508 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:16 ntpd[15625]: Soliciting pool server 77.42.16.222 2026-03-06T13:21:16.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:16 ntpd[15666]: Soliciting pool server 116.203.218.109 2026-03-06T13:21:16.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:16 ntpd[15666]: Soliciting pool server 5.45.97.204 2026-03-06T13:21:16.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:16 ntpd[15666]: Soliciting pool server 77.42.16.222 2026-03-06T13:21:17.506 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:17 ntpd[15625]: Soliciting pool server 144.76.59.106 2026-03-06T13:21:17.507 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:17 ntpd[15625]: Soliciting pool server 85.121.52.237 2026-03-06T13:21:17.507 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:17 ntpd[15625]: Soliciting pool server 93.241.86.156 2026-03-06T13:21:17.507 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:17 ntpd[15625]: Soliciting pool server 148.251.5.46 2026-03-06T13:21:17.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:17 ntpd[15666]: Soliciting pool server 144.76.59.106 2026-03-06T13:21:17.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:17 ntpd[15666]: Soliciting pool server 85.121.52.237 2026-03-06T13:21:17.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:17 ntpd[15666]: Soliciting pool server 93.241.86.156 2026-03-06T13:21:17.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:17 ntpd[15666]: Soliciting pool server 148.251.5.46 2026-03-06T13:21:18.506 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:18 ntpd[15625]: Soliciting pool server 128.140.109.119 2026-03-06T13:21:18.506 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:18 ntpd[15625]: Soliciting pool server 185.216.176.59 2026-03-06T13:21:18.506 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:18 ntpd[15625]: Soliciting pool server 212.132.97.26 2026-03-06T13:21:18.507 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:18 ntpd[15625]: Soliciting pool server 185.125.190.57 2026-03-06T13:21:18.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:18 ntpd[15666]: Soliciting pool server 128.140.109.119 2026-03-06T13:21:18.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:18 ntpd[15666]: Soliciting pool server 185.216.176.59 2026-03-06T13:21:18.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:18 ntpd[15666]: Soliciting pool server 212.132.97.26 2026-03-06T13:21:18.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:18 ntpd[15666]: Soliciting pool server 185.125.190.57 2026-03-06T13:21:19.506 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:19 ntpd[15625]: Soliciting pool server 185.125.190.56 2026-03-06T13:21:19.506 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:19 ntpd[15625]: Soliciting pool server 85.215.189.120 2026-03-06T13:21:19.506 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:19 ntpd[15625]: Soliciting pool server 5.9.193.27 2026-03-06T13:21:19.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:19 ntpd[15666]: Soliciting pool server 185.125.190.56 2026-03-06T13:21:19.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:19 ntpd[15666]: Soliciting pool server 85.215.189.120 2026-03-06T13:21:19.550 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:19 ntpd[15666]: Soliciting pool server 5.9.193.27 2026-03-06T13:21:22.528 INFO:teuthology.orchestra.run.vm00.stdout: 6 Mar 13:21:22 ntpd[15625]: ntpd: time slew +0.005825 s 2026-03-06T13:21:22.528 INFO:teuthology.orchestra.run.vm00.stdout:ntpd: time slew +0.005825s 2026-03-06T13:21:22.549 INFO:teuthology.orchestra.run.vm00.stdout: remote refid st t when poll reach delay offset jitter 2026-03-06T13:21:22.549 INFO:teuthology.orchestra.run.vm00.stdout:============================================================================== 2026-03-06T13:21:22.549 INFO:teuthology.orchestra.run.vm00.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:22.549 INFO:teuthology.orchestra.run.vm00.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:22.549 INFO:teuthology.orchestra.run.vm00.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:22.549 INFO:teuthology.orchestra.run.vm00.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:22.549 INFO:teuthology.orchestra.run.vm00.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:22.570 INFO:teuthology.orchestra.run.vm01.stdout: 6 Mar 13:21:22 ntpd[15666]: ntpd: time slew +0.001509 s 2026-03-06T13:21:22.570 INFO:teuthology.orchestra.run.vm01.stdout:ntpd: time slew +0.001509s 2026-03-06T13:21:22.591 INFO:teuthology.orchestra.run.vm01.stdout: remote refid st t when poll reach delay offset jitter 2026-03-06T13:21:22.591 INFO:teuthology.orchestra.run.vm01.stdout:============================================================================== 2026-03-06T13:21:22.591 INFO:teuthology.orchestra.run.vm01.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:22.591 INFO:teuthology.orchestra.run.vm01.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:22.591 INFO:teuthology.orchestra.run.vm01.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:22.591 INFO:teuthology.orchestra.run.vm01.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:22.591 INFO:teuthology.orchestra.run.vm01.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:22.591 INFO:teuthology.run_tasks:Running task install... 2026-03-06T13:21:22.593 DEBUG:teuthology.task.install:project ceph 2026-03-06T13:21:22.593 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2'}, 'extra_system_packages': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}, 'repos': [{'name': 'ceph-source', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/SRPMS'}, {'name': 'ceph-noarch', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/noarch'}, {'name': 'ceph', 'priority': 1, 'url': 'https://s3.clyso.com/ces-packages/components/ceph/rpm-19.2.3-47-gc24117fd552/el9.clyso/x86_64'}]} 2026-03-06T13:21:22.593 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c24117fd5525679b799527bc1bd1f1dd0a2db5e2', 'extra_system_packages': {'deb': ['python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-xmltodict', 's3cmd']}} 2026-03-06T13:21:22.593 INFO:teuthology.task.install:Using flavor: default 2026-03-06T13:21:22.595 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-06T13:21:22.596 INFO:teuthology.task.install:extra packages: [] 2026-03-06T13:21:22.596 DEBUG:teuthology.orchestra.run.vm00:> sudo apt-key list | grep Ceph 2026-03-06T13:21:22.596 DEBUG:teuthology.orchestra.run.vm01:> sudo apt-key list | grep Ceph 2026-03-06T13:21:22.630 INFO:teuthology.orchestra.run.vm00.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-06T13:21:22.647 INFO:teuthology.orchestra.run.vm00.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-06T13:21:22.648 INFO:teuthology.orchestra.run.vm00.stdout:uid [ unknown] Ceph.com (release key) 2026-03-06T13:21:22.648 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-06T13:21:22.648 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-xmltodict, s3cmd on remote deb x86_64 2026-03-06T13:21:22.648 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2 2026-03-06T13:21:22.708 INFO:teuthology.orchestra.run.vm01.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-06T13:21:22.709 INFO:teuthology.orchestra.run.vm01.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-06T13:21:22.709 INFO:teuthology.orchestra.run.vm01.stdout:uid [ unknown] Ceph.com (release key) 2026-03-06T13:21:22.709 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-06T13:21:22.709 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-xmltodict, s3cmd on remote deb x86_64 2026-03-06T13:21:22.709 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c24117fd5525679b799527bc1bd1f1dd0a2db5e2 2026-03-06T13:21:23.321 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthos/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/teuthology/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthos/teuthology/teuthology/task/install/__init__.py", line 78, in install_packages with parallel() as p: File "/home/teuthos/teuthology/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthos/teuthology/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthos/teuthology/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthos/teuthology/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthos/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/teuthology/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthos/teuthology/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthos/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=c24117fd5525679b799527bc1bd1f1dd0a2db5e2 2026-03-06T13:21:23.322 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthos/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/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/teuthology/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthos/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/teuthology/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthos/teuthology/teuthology/task/install/__init__.py", line 78, in install_packages with parallel() as p: File "/home/teuthos/teuthology/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthos/teuthology/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthos/teuthology/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthos/teuthology/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthos/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/teuthology/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthos/teuthology/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthos/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=c24117fd5525679b799527bc1bd1f1dd0a2db5e2 2026-03-06T13:21:23.322 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-06T13:21:23.324 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-06T13:21:23.335 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-06T13:21:23.335 DEBUG:teuthology.orchestra.run.vm00:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-06T13:21:23.337 DEBUG:teuthology.orchestra.run.vm01:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-06T13:21:23.340 INFO:teuthology.orchestra.run.vm00.stdout: remote refid st t when poll reach delay offset jitter 2026-03-06T13:21:23.340 INFO:teuthology.orchestra.run.vm00.stdout:============================================================================== 2026-03-06T13:21:23.340 INFO:teuthology.orchestra.run.vm00.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:23.340 INFO:teuthology.orchestra.run.vm00.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:23.340 INFO:teuthology.orchestra.run.vm00.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:23.340 INFO:teuthology.orchestra.run.vm00.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:23.340 INFO:teuthology.orchestra.run.vm00.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:23.342 INFO:teuthology.orchestra.run.vm01.stdout: remote refid st t when poll reach delay offset jitter 2026-03-06T13:21:23.342 INFO:teuthology.orchestra.run.vm01.stdout:============================================================================== 2026-03-06T13:21:23.342 INFO:teuthology.orchestra.run.vm01.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:23.342 INFO:teuthology.orchestra.run.vm01.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:23.342 INFO:teuthology.orchestra.run.vm01.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:23.342 INFO:teuthology.orchestra.run.vm01.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:23.342 INFO:teuthology.orchestra.run.vm01.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-06T13:21:23.342 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-06T13:21:23.344 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-06T13:21:23.344 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-06T13:21:23.346 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-06T13:21:23.347 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-06T13:21:23.349 INFO:teuthology.task.internal:Duration was 156.287323 seconds 2026-03-06T13:21:23.349 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-06T13:21:23.351 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-06T13:21:23.351 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-06T13:21:23.385 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-06T13:21:23.406 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-06T13:21:23.406 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm00.local 2026-03-06T13:21:23.407 DEBUG:teuthology.orchestra.run.vm00:> 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-06T13:21:23.454 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm01.local 2026-03-06T13:21:23.454 DEBUG:teuthology.orchestra.run.vm01:> 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-06T13:21:23.465 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-06T13:21:23.466 DEBUG:teuthology.orchestra.run.vm00:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:21:23.496 DEBUG:teuthology.orchestra.run.vm01:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:21:23.522 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-06T13:21:23.522 DEBUG:teuthology.orchestra.run.vm00:> 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-06T13:21:23.556 DEBUG:teuthology.orchestra.run.vm01:> 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-06T13:21:23.563 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:21:23.563 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:21:23.563 INFO:teuthology.orchestra.run.vm00.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-06T13:21:23.564 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:21:23.564 INFO:teuthology.orchestra.run.vm00.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: /home/ubuntu/cephtest/archive/syslog/journalctl.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-06T13:21:23.566 INFO:teuthology.orchestra.run.vm00.stderr: 83.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-06T13:21:23.569 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-06T13:21:23.569 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-06T13:21:23.570 INFO:teuthology.orchestra.run.vm01.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-06T13:21:23.570 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-06T13:21:23.570 INFO:teuthology.orchestra.run.vm01.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: /home/ubuntu/cephtest/archive/syslog/journalctl.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-06T13:21:23.573 INFO:teuthology.orchestra.run.vm01.stderr: 83.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-06T13:21:23.573 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-06T13:21:23.575 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-06T13:21:23.575 DEBUG:teuthology.orchestra.run.vm00:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-06T13:21:23.614 DEBUG:teuthology.orchestra.run.vm01:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-06T13:21:23.622 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-06T13:21:23.624 DEBUG:teuthology.orchestra.run.vm00:> 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-06T13:21:23.657 DEBUG:teuthology.orchestra.run.vm01:> 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-06T13:21:23.663 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern = core 2026-03-06T13:21:23.669 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern = core 2026-03-06T13:21:23.677 DEBUG:teuthology.orchestra.run.vm00:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-06T13:21:23.714 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:21:23.714 DEBUG:teuthology.orchestra.run.vm01:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-06T13:21:23.721 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-06T13:21:23.721 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-06T13:21:23.724 INFO:teuthology.task.internal:Transferring archived files... 2026-03-06T13:21:23.725 DEBUG:teuthology.misc:Transferring archived files from vm00:/home/ubuntu/cephtest/archive to /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/152/remote/vm00 2026-03-06T13:21:23.725 DEBUG:teuthology.orchestra.run.vm00:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-06T13:21:23.765 DEBUG:teuthology.misc:Transferring archived files from vm01:/home/ubuntu/cephtest/archive to /archive/irq0-2026-03-06_13:15:04-orch:cephadm:smb-cobaltcore-storage-v19.2.3-fasttrack-3-none-default-vps/152/remote/vm01 2026-03-06T13:21:23.765 DEBUG:teuthology.orchestra.run.vm01:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-06T13:21:23.773 INFO:teuthology.task.internal:Removing archive directory... 2026-03-06T13:21:23.773 DEBUG:teuthology.orchestra.run.vm00:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-06T13:21:23.809 DEBUG:teuthology.orchestra.run.vm01:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-06T13:21:23.818 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-06T13:21:23.820 INFO:teuthology.task.internal:Not uploading archives. 2026-03-06T13:21:23.820 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-06T13:21:23.822 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-06T13:21:23.822 DEBUG:teuthology.orchestra.run.vm00:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-06T13:21:23.852 DEBUG:teuthology.orchestra.run.vm01:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-06T13:21:23.854 INFO:teuthology.orchestra.run.vm00.stdout: 258076 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 6 13:21 /home/ubuntu/cephtest 2026-03-06T13:21:23.862 INFO:teuthology.orchestra.run.vm01.stdout: 258079 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 6 13:21 /home/ubuntu/cephtest 2026-03-06T13:21:23.863 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-06T13:21:23.868 INFO:teuthology.run:Summary data: description: orch:cephadm:smb/{0-distro/ubuntu_22.04 tasks/deploy_smb_basic} duration: 156.28732252120972 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=c24117fd5525679b799527bc1bd1f1dd0a2db5e2 flavor: default owner: irq0 sentry_event: null status: fail success: false 2026-03-06T13:21:23.868 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-06T13:21:23.887 INFO:teuthology.run:FAIL