2026-03-31T00:31:06.617 INFO:root:teuthology version: 1.2.4.dev37+ga59626679 2026-03-31T00:31:06.621 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-31T00:31:06.639 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4207 branch: tentacle description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_set_mon_crush_locations} email: null first_in_suite: false flavor: default job_id: '4207' last_in_suite: false machine_type: vps name: kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: tentacle ansible.cephlab: branch: main repo: https://github.com/kshtsk/ceph-cm-ansible.git skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: logical_volumes: lv_1: scratch_dev: true size: 25%VG vg: vg_nvme lv_2: scratch_dev: true size: 25%VG vg: vg_nvme lv_3: scratch_dev: true size: 25%VG vg: vg_nvme lv_4: scratch_dev: true size: 25%VG vg: vg_nvme timezone: UTC volume_groups: vg_nvme: pvs: /dev/vdb,/dev/vdc,/dev/vdd,/dev/vde ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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 - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 70f8415b300f041766fa27faf7d5472699e32388 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: cephadm_binary_url: https://download.ceph.com/rpm-20.2.0/el9/noarch/cephadm install: ceph: flavor: default sha1: 70f8415b300f041766fa27faf7d5472699e32388 extra_system_packages: deb: - python3-jmespath - python3-xmltodict - s3cmd rpm: - bzip2 - perl-Test-Harness - python3-jmespath - python3-xmltodict - s3cmd selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: tt-tentacle sha1: 0392f78529848ec72469e8e431875cb98d3a5fb4 owner: kyr priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c 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: vm00.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMOu50cq4u7kApfoMlgtfQSoamsLspLhsu4XwkUrQW7dsjk3vo1oO7NtjIkPZhxrRudQ91jtZ8drkf4sqYGg9xs= vm01.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGjOnjQSFa22PJeuKxJ6GD7yxM8d3u9KMfx+4EEqMuaFE7NNQYTbRJ0LMPGvJBvLl6nqN7oxvxj6s6cOgr435iY= vm05.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGXaZKebkdVeVjSIAIN32f25uk2QM0KdN3W83heddWaF54IiQPi0VSxtLCgvwlsqE5QE+Pzm8Tp6BgBLdBQ4zks= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x7f03b7579510>, signals=[15]) 2026-03-31T00:31:07.417 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-31T00:31:07.418 INFO:teuthology.task.internal:Opening connections... 2026-03-31T00:31:07.418 DEBUG:teuthology.task.internal:connecting to ubuntu@vm00.local 2026-03-31T00:31:07.418 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T00:31:07.479 DEBUG:teuthology.task.internal:connecting to ubuntu@vm01.local 2026-03-31T00:31:07.479 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm01.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T00:31:07.536 DEBUG:teuthology.task.internal:connecting to ubuntu@vm05.local 2026-03-31T00:31:07.536 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T00:31:07.593 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-31T00:31:07.594 DEBUG:teuthology.orchestra.run.vm00:> uname -m 2026-03-31T00:31:07.610 INFO:teuthology.orchestra.run.vm00.stdout:x86_64 2026-03-31T00:31:07.610 DEBUG:teuthology.orchestra.run.vm00:> cat /etc/os-release 2026-03-31T00:31:07.665 INFO:teuthology.orchestra.run.vm00.stdout:NAME="CentOS Stream" 2026-03-31T00:31:07.665 INFO:teuthology.orchestra.run.vm00.stdout:VERSION="9" 2026-03-31T00:31:07.665 INFO:teuthology.orchestra.run.vm00.stdout:ID="centos" 2026-03-31T00:31:07.665 INFO:teuthology.orchestra.run.vm00.stdout:ID_LIKE="rhel fedora" 2026-03-31T00:31:07.665 INFO:teuthology.orchestra.run.vm00.stdout:VERSION_ID="9" 2026-03-31T00:31:07.665 INFO:teuthology.orchestra.run.vm00.stdout:PLATFORM_ID="platform:el9" 2026-03-31T00:31:07.665 INFO:teuthology.orchestra.run.vm00.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-31T00:31:07.665 INFO:teuthology.orchestra.run.vm00.stdout:ANSI_COLOR="0;31" 2026-03-31T00:31:07.665 INFO:teuthology.orchestra.run.vm00.stdout:LOGO="fedora-logo-icon" 2026-03-31T00:31:07.665 INFO:teuthology.orchestra.run.vm00.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-31T00:31:07.666 INFO:teuthology.orchestra.run.vm00.stdout:HOME_URL="https://centos.org/" 2026-03-31T00:31:07.666 INFO:teuthology.orchestra.run.vm00.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-31T00:31:07.666 INFO:teuthology.orchestra.run.vm00.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-31T00:31:07.666 INFO:teuthology.orchestra.run.vm00.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-31T00:31:07.666 INFO:teuthology.lock.ops:Updating vm00.local on lock server 2026-03-31T00:31:07.670 DEBUG:teuthology.orchestra.run.vm01:> uname -m 2026-03-31T00:31:07.686 INFO:teuthology.orchestra.run.vm01.stdout:x86_64 2026-03-31T00:31:07.686 DEBUG:teuthology.orchestra.run.vm01:> cat /etc/os-release 2026-03-31T00:31:07.740 INFO:teuthology.orchestra.run.vm01.stdout:NAME="CentOS Stream" 2026-03-31T00:31:07.740 INFO:teuthology.orchestra.run.vm01.stdout:VERSION="9" 2026-03-31T00:31:07.740 INFO:teuthology.orchestra.run.vm01.stdout:ID="centos" 2026-03-31T00:31:07.740 INFO:teuthology.orchestra.run.vm01.stdout:ID_LIKE="rhel fedora" 2026-03-31T00:31:07.741 INFO:teuthology.orchestra.run.vm01.stdout:VERSION_ID="9" 2026-03-31T00:31:07.741 INFO:teuthology.orchestra.run.vm01.stdout:PLATFORM_ID="platform:el9" 2026-03-31T00:31:07.741 INFO:teuthology.orchestra.run.vm01.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-31T00:31:07.741 INFO:teuthology.orchestra.run.vm01.stdout:ANSI_COLOR="0;31" 2026-03-31T00:31:07.741 INFO:teuthology.orchestra.run.vm01.stdout:LOGO="fedora-logo-icon" 2026-03-31T00:31:07.741 INFO:teuthology.orchestra.run.vm01.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-31T00:31:07.741 INFO:teuthology.orchestra.run.vm01.stdout:HOME_URL="https://centos.org/" 2026-03-31T00:31:07.741 INFO:teuthology.orchestra.run.vm01.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-31T00:31:07.741 INFO:teuthology.orchestra.run.vm01.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-31T00:31:07.741 INFO:teuthology.orchestra.run.vm01.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-31T00:31:07.741 INFO:teuthology.lock.ops:Updating vm01.local on lock server 2026-03-31T00:31:07.744 DEBUG:teuthology.orchestra.run.vm05:> uname -m 2026-03-31T00:31:07.758 INFO:teuthology.orchestra.run.vm05.stdout:x86_64 2026-03-31T00:31:07.758 DEBUG:teuthology.orchestra.run.vm05:> cat /etc/os-release 2026-03-31T00:31:07.813 INFO:teuthology.orchestra.run.vm05.stdout:NAME="CentOS Stream" 2026-03-31T00:31:07.813 INFO:teuthology.orchestra.run.vm05.stdout:VERSION="9" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:ID="centos" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:ID_LIKE="rhel fedora" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:VERSION_ID="9" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:PLATFORM_ID="platform:el9" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:ANSI_COLOR="0;31" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:LOGO="fedora-logo-icon" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:HOME_URL="https://centos.org/" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-31T00:31:07.814 INFO:teuthology.orchestra.run.vm05.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-31T00:31:07.814 INFO:teuthology.lock.ops:Updating vm05.local on lock server 2026-03-31T00:31:07.817 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-31T00:31:07.818 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-31T00:31:07.819 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-31T00:31:07.819 DEBUG:teuthology.orchestra.run.vm00:> test '!' -e /home/ubuntu/cephtest 2026-03-31T00:31:07.821 DEBUG:teuthology.orchestra.run.vm01:> test '!' -e /home/ubuntu/cephtest 2026-03-31T00:31:07.822 DEBUG:teuthology.orchestra.run.vm05:> test '!' -e /home/ubuntu/cephtest 2026-03-31T00:31:07.867 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-31T00:31:07.868 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-31T00:31:07.868 DEBUG:teuthology.orchestra.run.vm00:> test -z $(ls -A /var/lib/ceph) 2026-03-31T00:31:07.876 DEBUG:teuthology.orchestra.run.vm01:> test -z $(ls -A /var/lib/ceph) 2026-03-31T00:31:07.878 DEBUG:teuthology.orchestra.run.vm05:> test -z $(ls -A /var/lib/ceph) 2026-03-31T00:31:07.890 INFO:teuthology.orchestra.run.vm00.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-31T00:31:07.891 INFO:teuthology.orchestra.run.vm01.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-31T00:31:07.921 INFO:teuthology.orchestra.run.vm05.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-31T00:31:07.921 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-31T00:31:07.928 DEBUG:teuthology.orchestra.run.vm00:> test -e /ceph-qa-ready 2026-03-31T00:31:07.945 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T00:31:08.137 DEBUG:teuthology.orchestra.run.vm01:> test -e /ceph-qa-ready 2026-03-31T00:31:08.152 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T00:31:08.339 DEBUG:teuthology.orchestra.run.vm05:> test -e /ceph-qa-ready 2026-03-31T00:31:08.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T00:31:08.536 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-31T00:31:08.538 INFO:teuthology.task.internal:Creating test directory... 2026-03-31T00:31:08.538 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-31T00:31:08.540 DEBUG:teuthology.orchestra.run.vm01:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-31T00:31:08.542 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-31T00:31:08.558 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-31T00:31:08.559 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-31T00:31:08.560 INFO:teuthology.task.internal:Creating archive directory... 2026-03-31T00:31:08.560 DEBUG:teuthology.orchestra.run.vm00:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-31T00:31:08.595 DEBUG:teuthology.orchestra.run.vm01:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-31T00:31:08.596 DEBUG:teuthology.orchestra.run.vm05:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-31T00:31:08.616 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-31T00:31:08.617 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-31T00:31:08.617 DEBUG:teuthology.orchestra.run.vm00:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-31T00:31:08.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T00:31:08.661 DEBUG:teuthology.orchestra.run.vm01:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-31T00:31:08.673 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T00:31:08.673 DEBUG:teuthology.orchestra.run.vm05:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-31T00:31:08.688 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T00:31:08.688 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-31T00:31:08.703 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-31T00:31:08.715 DEBUG:teuthology.orchestra.run.vm05:> 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-31T00:31:08.723 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T00:31:08.732 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T00:31:08.735 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T00:31:08.743 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T00:31:08.753 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T00:31:08.761 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-31T00:31:08.763 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-31T00:31:08.764 INFO:teuthology.task.internal:Configuring sudo... 2026-03-31T00:31:08.764 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-31T00:31:08.776 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-31T00:31:08.786 DEBUG:teuthology.orchestra.run.vm05:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-31T00:31:08.827 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-31T00:31:08.829 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-31T00:31:08.829 DEBUG:teuthology.orchestra.run.vm00:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-31T00:31:08.840 DEBUG:teuthology.orchestra.run.vm01:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-31T00:31:08.849 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-31T00:31:08.881 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T00:31:08.912 DEBUG:teuthology.orchestra.run.vm00:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T00:31:08.967 DEBUG:teuthology.orchestra.run.vm00:> set -ex 2026-03-31T00:31:08.967 DEBUG:teuthology.orchestra.run.vm00:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-31T00:31:09.026 DEBUG:teuthology.orchestra.run.vm01:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T00:31:09.049 DEBUG:teuthology.orchestra.run.vm01:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T00:31:09.105 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-31T00:31:09.105 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-31T00:31:09.163 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T00:31:09.184 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T00:31:09.238 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-31T00:31:09.238 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-31T00:31:09.295 DEBUG:teuthology.orchestra.run.vm00:> sudo service rsyslog restart 2026-03-31T00:31:09.296 DEBUG:teuthology.orchestra.run.vm01:> sudo service rsyslog restart 2026-03-31T00:31:09.298 DEBUG:teuthology.orchestra.run.vm05:> sudo service rsyslog restart 2026-03-31T00:31:09.322 INFO:teuthology.orchestra.run.vm00.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-31T00:31:09.325 INFO:teuthology.orchestra.run.vm01.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-31T00:31:09.359 INFO:teuthology.orchestra.run.vm05.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-31T00:31:09.752 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-31T00:31:09.754 INFO:teuthology.task.internal:Starting timer... 2026-03-31T00:31:09.754 INFO:teuthology.run_tasks:Running task pcp... 2026-03-31T00:31:09.756 INFO:teuthology.run_tasks:Running task selinux... 2026-03-31T00:31:09.759 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2026-03-31T00:31:09.759 INFO:teuthology.task.selinux:Excluding vm00: VMs are not yet supported 2026-03-31T00:31:09.759 INFO:teuthology.task.selinux:Excluding vm01: VMs are not yet supported 2026-03-31T00:31:09.759 INFO:teuthology.task.selinux:Excluding vm05: VMs are not yet supported 2026-03-31T00:31:09.759 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-31T00:31:09.759 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-31T00:31:09.759 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-31T00:31:09.759 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-31T00:31:09.760 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-31T00:31:09.760 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-31T00:31:09.762 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-31T00:31:10.355 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-31T00:31:10.360 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-31T00:31:10.360 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_inventoryjb0qwfc2 --limit vm00.local,vm01.local,vm05.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-31T00:33:05.632 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm00.local'), Remote(name='ubuntu@vm01.local'), Remote(name='ubuntu@vm05.local')] 2026-03-31T00:33:05.632 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm00.local' 2026-03-31T00:33:05.633 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm00.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T00:33:05.693 DEBUG:teuthology.orchestra.run.vm00:> true 2026-03-31T00:33:05.771 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm00.local' 2026-03-31T00:33:05.771 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm01.local' 2026-03-31T00:33:05.772 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm01.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T00:33:05.832 DEBUG:teuthology.orchestra.run.vm01:> true 2026-03-31T00:33:05.911 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm01.local' 2026-03-31T00:33:05.912 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm05.local' 2026-03-31T00:33:05.912 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-31T00:33:05.973 DEBUG:teuthology.orchestra.run.vm05:> true 2026-03-31T00:33:06.061 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm05.local' 2026-03-31T00:33:06.061 INFO:teuthology.run_tasks:Running task clock... 2026-03-31T00:33:06.064 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-31T00:33:06.064 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-31T00:33:06.064 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-31T00:33:06.066 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-31T00:33:06.066 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-31T00:33:06.068 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-31T00:33:06.068 DEBUG:teuthology.orchestra.run.vm05:> 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-31T00:33:06.095 INFO:teuthology.orchestra.run.vm00.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-31T00:33:06.102 INFO:teuthology.orchestra.run.vm01.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-31T00:33:06.112 INFO:teuthology.orchestra.run.vm00.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-31T00:33:06.119 INFO:teuthology.orchestra.run.vm01.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-31T00:33:06.136 INFO:teuthology.orchestra.run.vm05.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-03-31T00:33:06.143 INFO:teuthology.orchestra.run.vm00.stderr:sudo: ntpd: command not found 2026-03-31T00:33:06.149 INFO:teuthology.orchestra.run.vm01.stderr:sudo: ntpd: command not found 2026-03-31T00:33:06.151 INFO:teuthology.orchestra.run.vm05.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-03-31T00:33:06.156 INFO:teuthology.orchestra.run.vm00.stdout:506 Cannot talk to daemon 2026-03-31T00:33:06.162 INFO:teuthology.orchestra.run.vm01.stdout:506 Cannot talk to daemon 2026-03-31T00:33:06.172 INFO:teuthology.orchestra.run.vm00.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-31T00:33:06.178 INFO:teuthology.orchestra.run.vm05.stderr:sudo: ntpd: command not found 2026-03-31T00:33:06.179 INFO:teuthology.orchestra.run.vm01.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-31T00:33:06.189 INFO:teuthology.orchestra.run.vm00.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-31T00:33:06.191 INFO:teuthology.orchestra.run.vm05.stdout:506 Cannot talk to daemon 2026-03-31T00:33:06.194 INFO:teuthology.orchestra.run.vm01.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-31T00:33:06.206 INFO:teuthology.orchestra.run.vm05.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-03-31T00:33:06.220 INFO:teuthology.orchestra.run.vm05.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-03-31T00:33:06.245 INFO:teuthology.orchestra.run.vm00.stderr:bash: line 1: ntpq: command not found 2026-03-31T00:33:06.248 INFO:teuthology.orchestra.run.vm00.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-31T00:33:06.248 INFO:teuthology.orchestra.run.vm00.stdout:=============================================================================== 2026-03-31T00:33:06.249 INFO:teuthology.orchestra.run.vm01.stderr:bash: line 1: ntpq: command not found 2026-03-31T00:33:06.250 INFO:teuthology.orchestra.run.vm01.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-31T00:33:06.250 INFO:teuthology.orchestra.run.vm01.stdout:=============================================================================== 2026-03-31T00:33:06.269 INFO:teuthology.orchestra.run.vm05.stderr:bash: line 1: ntpq: command not found 2026-03-31T00:33:06.271 INFO:teuthology.orchestra.run.vm05.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-31T00:33:06.271 INFO:teuthology.orchestra.run.vm05.stdout:=============================================================================== 2026-03-31T00:33:06.272 INFO:teuthology.run_tasks:Running task pexec... 2026-03-31T00:33:06.276 INFO:teuthology.task.pexec:Executing custom commands... 2026-03-31T00:33:06.276 DEBUG:teuthology.orchestra.run.vm00:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-31T00:33:06.276 DEBUG:teuthology.orchestra.run.vm01:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-31T00:33:06.276 DEBUG:teuthology.orchestra.run.vm05:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-03-31T00:33:06.293 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm00.local 2026-03-31T00:33:06.293 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-31T00:33:06.293 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-31T00:33:06.294 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm01.local 2026-03-31T00:33:06.294 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-31T00:33:06.294 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-31T00:33:06.314 INFO:teuthology.task.pexec:Running commands on host ubuntu@vm05.local 2026-03-31T00:33:06.314 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-03-31T00:33:06.314 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-03-31T00:33:06.486 INFO:teuthology.orchestra.run.vm01.stdout:No match for argument: nvme-cli 2026-03-31T00:33:06.486 INFO:teuthology.orchestra.run.vm01.stderr:No packages marked for removal. 2026-03-31T00:33:06.489 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-31T00:33:06.490 INFO:teuthology.orchestra.run.vm01.stdout:Nothing to do. 2026-03-31T00:33:06.490 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-31T00:33:06.503 INFO:teuthology.orchestra.run.vm00.stdout:No match for argument: nvme-cli 2026-03-31T00:33:06.503 INFO:teuthology.orchestra.run.vm00.stderr:No packages marked for removal. 2026-03-31T00:33:06.506 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-31T00:33:06.507 INFO:teuthology.orchestra.run.vm00.stdout:Nothing to do. 2026-03-31T00:33:06.507 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-31T00:33:06.519 INFO:teuthology.orchestra.run.vm05.stdout:No match for argument: nvme-cli 2026-03-31T00:33:06.520 INFO:teuthology.orchestra.run.vm05.stderr:No packages marked for removal. 2026-03-31T00:33:06.522 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-31T00:33:06.523 INFO:teuthology.orchestra.run.vm05.stdout:Nothing to do. 2026-03-31T00:33:06.523 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-31T00:33:06.898 INFO:teuthology.orchestra.run.vm00.stdout:Last metadata expiration check: 0:01:21 ago on Tue 31 Mar 2026 12:31:45 AM UTC. 2026-03-31T00:33:06.907 INFO:teuthology.orchestra.run.vm05.stdout:Last metadata expiration check: 0:01:24 ago on Tue 31 Mar 2026 12:31:42 AM UTC. 2026-03-31T00:33:06.919 INFO:teuthology.orchestra.run.vm01.stdout:Last metadata expiration check: 0:01:24 ago on Tue 31 Mar 2026 12:31:42 AM UTC. 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout:Dependencies resolved. 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout: Package Architecture Version Repository Size 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout:Installing: 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout:Installing dependencies: 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout:Transaction Summary 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout:================================================================================ 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout:Install 6 Packages 2026-03-31T00:33:07.001 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-31T00:33:07.002 INFO:teuthology.orchestra.run.vm00.stdout:Total download size: 2.3 M 2026-03-31T00:33:07.002 INFO:teuthology.orchestra.run.vm00.stdout:Installed size: 11 M 2026-03-31T00:33:07.002 INFO:teuthology.orchestra.run.vm00.stdout:Downloading Packages: 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout:Dependencies resolved. 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout: Package Architecture Version Repository Size 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout:Installing: 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout:Installing dependencies: 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout:Transaction Summary 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout:================================================================================ 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout:Install 6 Packages 2026-03-31T00:33:07.012 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T00:33:07.013 INFO:teuthology.orchestra.run.vm05.stdout:Total download size: 2.3 M 2026-03-31T00:33:07.013 INFO:teuthology.orchestra.run.vm05.stdout:Installed size: 11 M 2026-03-31T00:33:07.013 INFO:teuthology.orchestra.run.vm05.stdout:Downloading Packages: 2026-03-31T00:33:07.041 INFO:teuthology.orchestra.run.vm01.stdout:Dependencies resolved. 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout: Package Architecture Version Repository Size 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout:Installing: 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout:Installing dependencies: 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout:Transaction Summary 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout:================================================================================ 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout:Install 6 Packages 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout:Total download size: 2.3 M 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout:Installed size: 11 M 2026-03-31T00:33:07.042 INFO:teuthology.orchestra.run.vm01.stdout:Downloading Packages: 2026-03-31T00:33:07.304 INFO:teuthology.orchestra.run.vm05.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 239 kB/s | 44 kB 00:00 2026-03-31T00:33:07.305 INFO:teuthology.orchestra.run.vm05.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 390 kB/s | 72 kB 00:00 2026-03-31T00:33:07.362 INFO:teuthology.orchestra.run.vm05.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2026-03-31T00:33:07.366 INFO:teuthology.orchestra.run.vm05.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.4 MB/s | 150 kB 00:00 2026-03-31T00:33:07.422 INFO:teuthology.orchestra.run.vm05.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 3.8 MB/s | 1.2 MB 00:00 2026-03-31T00:33:07.452 INFO:teuthology.orchestra.run.vm05.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 9.1 MB/s | 837 kB 00:00 2026-03-31T00:33:07.453 INFO:teuthology.orchestra.run.vm05.stdout:-------------------------------------------------------------------------------- 2026-03-31T00:33:07.453 INFO:teuthology.orchestra.run.vm05.stdout:Total 5.3 MB/s | 2.3 MB 00:00 2026-03-31T00:33:07.508 INFO:teuthology.orchestra.run.vm00.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 109 kB/s | 44 kB 00:00 2026-03-31T00:33:07.518 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction check 2026-03-31T00:33:07.526 INFO:teuthology.orchestra.run.vm05.stdout:Transaction check succeeded. 2026-03-31T00:33:07.526 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction test 2026-03-31T00:33:07.526 INFO:teuthology.orchestra.run.vm01.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 187 kB/s | 72 kB 00:00 2026-03-31T00:33:07.533 INFO:teuthology.orchestra.run.vm00.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 168 kB/s | 72 kB 00:00 2026-03-31T00:33:07.548 INFO:teuthology.orchestra.run.vm01.stdout:(2/6): nvmetcli-0.8-3.el9.noarch.rpm 108 kB/s | 44 kB 00:00 2026-03-31T00:33:07.576 INFO:teuthology.orchestra.run.vm05.stdout:Transaction test succeeded. 2026-03-31T00:33:07.577 INFO:teuthology.orchestra.run.vm05.stdout:Running transaction 2026-03-31T00:33:07.662 INFO:teuthology.orchestra.run.vm00.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 548 kB/s | 84 kB 00:00 2026-03-31T00:33:07.690 INFO:teuthology.orchestra.run.vm00.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 961 kB/s | 150 kB 00:00 2026-03-31T00:33:07.728 INFO:teuthology.orchestra.run.vm05.stdout: Preparing : 1/1 2026-03-31T00:33:07.733 INFO:teuthology.orchestra.run.vm01.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 407 kB/s | 84 kB 00:00 2026-03-31T00:33:07.734 INFO:teuthology.orchestra.run.vm01.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 810 kB/s | 150 kB 00:00 2026-03-31T00:33:07.740 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-31T00:33:07.749 INFO:teuthology.orchestra.run.vm01.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.9 MB/s | 1.2 MB 00:00 2026-03-31T00:33:07.753 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-31T00:33:07.760 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-31T00:33:07.768 INFO:teuthology.orchestra.run.vm05.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-31T00:33:07.769 INFO:teuthology.orchestra.run.vm05.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-31T00:33:07.807 INFO:teuthology.orchestra.run.vm00.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.6 MB/s | 1.2 MB 00:00 2026-03-31T00:33:07.846 INFO:teuthology.orchestra.run.vm01.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 7.3 MB/s | 837 kB 00:00 2026-03-31T00:33:07.849 INFO:teuthology.orchestra.run.vm01.stdout:-------------------------------------------------------------------------------- 2026-03-31T00:33:07.849 INFO:teuthology.orchestra.run.vm01.stdout:Total 2.9 MB/s | 2.3 MB 00:00 2026-03-31T00:33:07.910 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction check 2026-03-31T00:33:07.918 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-31T00:33:07.919 INFO:teuthology.orchestra.run.vm01.stdout:Transaction check succeeded. 2026-03-31T00:33:07.919 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction test 2026-03-31T00:33:07.923 INFO:teuthology.orchestra.run.vm05.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-31T00:33:07.938 INFO:teuthology.orchestra.run.vm00.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.0 MB/s | 837 kB 00:00 2026-03-31T00:33:07.938 INFO:teuthology.orchestra.run.vm00.stdout:-------------------------------------------------------------------------------- 2026-03-31T00:33:07.938 INFO:teuthology.orchestra.run.vm00.stdout:Total 2.5 MB/s | 2.3 MB 00:00 2026-03-31T00:33:07.974 INFO:teuthology.orchestra.run.vm01.stdout:Transaction test succeeded. 2026-03-31T00:33:07.974 INFO:teuthology.orchestra.run.vm01.stdout:Running transaction 2026-03-31T00:33:08.014 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction check 2026-03-31T00:33:08.018 INFO:teuthology.orchestra.run.vm00.stdout:Transaction check succeeded. 2026-03-31T00:33:08.018 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction test 2026-03-31T00:33:08.073 INFO:teuthology.orchestra.run.vm00.stdout:Transaction test succeeded. 2026-03-31T00:33:08.073 INFO:teuthology.orchestra.run.vm00.stdout:Running transaction 2026-03-31T00:33:08.133 INFO:teuthology.orchestra.run.vm01.stdout: Preparing : 1/1 2026-03-31T00:33:08.144 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-31T00:33:08.157 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-31T00:33:08.164 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-31T00:33:08.171 INFO:teuthology.orchestra.run.vm01.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-31T00:33:08.173 INFO:teuthology.orchestra.run.vm01.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-31T00:33:08.233 INFO:teuthology.orchestra.run.vm00.stdout: Preparing : 1/1 2026-03-31T00:33:08.239 INFO:teuthology.orchestra.run.vm05.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-31T00:33:08.240 INFO:teuthology.orchestra.run.vm05.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-31T00:33:08.240 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T00:33:08.247 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-03-31T00:33:08.261 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-03-31T00:33:08.271 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-31T00:33:08.279 INFO:teuthology.orchestra.run.vm00.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-31T00:33:08.281 INFO:teuthology.orchestra.run.vm00.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-03-31T00:33:08.347 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-31T00:33:08.351 INFO:teuthology.orchestra.run.vm01.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-31T00:33:08.457 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-03-31T00:33:08.461 INFO:teuthology.orchestra.run.vm00.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-31T00:33:08.604 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-31T00:33:08.605 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-31T00:33:08.605 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-31T00:33:08.605 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-31T00:33:08.605 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-31T00:33:08.671 INFO:teuthology.orchestra.run.vm05.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-31T00:33:08.671 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T00:33:08.671 INFO:teuthology.orchestra.run.vm05.stdout:Installed: 2026-03-31T00:33:08.671 INFO:teuthology.orchestra.run.vm05.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-31T00:33:08.671 INFO:teuthology.orchestra.run.vm05.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-31T00:33:08.671 INFO:teuthology.orchestra.run.vm05.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-31T00:33:08.671 INFO:teuthology.orchestra.run.vm05.stdout: 2026-03-31T00:33:08.671 INFO:teuthology.orchestra.run.vm05.stdout:Complete! 2026-03-31T00:33:08.694 INFO:teuthology.orchestra.run.vm01.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-31T00:33:08.695 INFO:teuthology.orchestra.run.vm01.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-31T00:33:08.695 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T00:33:08.719 DEBUG:teuthology.parallel:result is None 2026-03-31T00:33:08.779 INFO:teuthology.orchestra.run.vm00.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-03-31T00:33:08.779 INFO:teuthology.orchestra.run.vm00.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-03-31T00:33:08.779 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-31T00:33:09.098 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-31T00:33:09.098 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-31T00:33:09.098 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-31T00:33:09.098 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-31T00:33:09.098 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-31T00:33:09.151 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-03-31T00:33:09.151 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-03-31T00:33:09.152 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-03-31T00:33:09.152 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-03-31T00:33:09.152 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-03-31T00:33:09.165 INFO:teuthology.orchestra.run.vm01.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-31T00:33:09.166 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T00:33:09.166 INFO:teuthology.orchestra.run.vm01.stdout:Installed: 2026-03-31T00:33:09.166 INFO:teuthology.orchestra.run.vm01.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-31T00:33:09.166 INFO:teuthology.orchestra.run.vm01.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-31T00:33:09.166 INFO:teuthology.orchestra.run.vm01.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-31T00:33:09.166 INFO:teuthology.orchestra.run.vm01.stdout: 2026-03-31T00:33:09.166 INFO:teuthology.orchestra.run.vm01.stdout:Complete! 2026-03-31T00:33:09.206 DEBUG:teuthology.parallel:result is None 2026-03-31T00:33:09.210 INFO:teuthology.orchestra.run.vm00.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-03-31T00:33:09.210 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-31T00:33:09.210 INFO:teuthology.orchestra.run.vm00.stdout:Installed: 2026-03-31T00:33:09.210 INFO:teuthology.orchestra.run.vm00.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-03-31T00:33:09.210 INFO:teuthology.orchestra.run.vm00.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-03-31T00:33:09.210 INFO:teuthology.orchestra.run.vm00.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-03-31T00:33:09.210 INFO:teuthology.orchestra.run.vm00.stdout: 2026-03-31T00:33:09.210 INFO:teuthology.orchestra.run.vm00.stdout:Complete! 2026-03-31T00:33:09.249 DEBUG:teuthology.parallel:result is None 2026-03-31T00:33:09.249 INFO:teuthology.run_tasks:Running task install... 2026-03-31T00:33:09.251 DEBUG:teuthology.task.install:project ceph 2026-03-31T00:33:09.251 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-31T00:33:09.251 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-31T00:33:09.251 INFO:teuthology.task.install:Using flavor: default 2026-03-31T00:33:09.253 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-31T00:33:09.253 INFO:teuthology.task.install:extra packages: [] 2026-03-31T00:33:09.253 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'tag': None, 'wait_for_package': False} 2026-03-31T00:33:09.253 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T00:33:09.254 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'tag': None, 'wait_for_package': False} 2026-03-31T00:33:09.254 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T00:33:09.255 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': {'deb': ['python3-jmespath', 'python3-xmltodict', 's3cmd'], 'rpm': ['bzip2', 'perl-Test-Harness', 'python3-jmespath', 'python3-xmltodict', 's3cmd']}, 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '70f8415b300f041766fa27faf7d5472699e32388', 'tag': None, 'wait_for_package': False} 2026-03-31T00:33:09.255 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T00:33:09.870 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthos/kshtsk/teuthology/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 78, in install_packages with parallel() as p: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/rpm.py", line 251, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T00:33:09.871 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthos/kshtsk/teuthology/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 640, in task with contextutil.nested( File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthos/kshtsk/teuthology/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 78, in install_packages with parallel() as p: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/rpm.py", line 251, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-31T00:33:09.871 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-31T00:33:09.874 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-31T00:33:09.875 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-31T00:33:09.875 DEBUG:teuthology.orchestra.run.vm00:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-31T00:33:09.877 DEBUG:teuthology.orchestra.run.vm01:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-31T00:33:09.879 DEBUG:teuthology.orchestra.run.vm05:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-31T00:33:09.894 INFO:teuthology.orchestra.run.vm00.stderr:bash: line 1: ntpq: command not found 2026-03-31T00:33:09.897 INFO:teuthology.orchestra.run.vm01.stderr:bash: line 1: ntpq: command not found 2026-03-31T00:33:09.898 INFO:teuthology.orchestra.run.vm05.stderr:bash: line 1: ntpq: command not found 2026-03-31T00:33:09.900 INFO:teuthology.orchestra.run.vm00.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-31T00:33:09.900 INFO:teuthology.orchestra.run.vm00.stdout:=============================================================================== 2026-03-31T00:33:09.900 INFO:teuthology.orchestra.run.vm00.stdout:^? srv02.spectre-net.de 2 6 3 0 +678us[ +678us] +/- 16ms 2026-03-31T00:33:09.900 INFO:teuthology.orchestra.run.vm00.stdout:^? mail.gunnarhofmann.de 2 6 3 1 +861us[ +861us] +/- 19ms 2026-03-31T00:33:09.900 INFO:teuthology.orchestra.run.vm00.stdout:^? 130.162.222.153 2 6 3 1 +1417us[+1417us] +/- 18ms 2026-03-31T00:33:09.900 INFO:teuthology.orchestra.run.vm00.stdout:^? dominus.von-oppen.com 2 6 3 0 +2031us[+2031us] +/- 43ms 2026-03-31T00:33:09.901 INFO:teuthology.orchestra.run.vm01.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-31T00:33:09.901 INFO:teuthology.orchestra.run.vm01.stdout:=============================================================================== 2026-03-31T00:33:09.901 INFO:teuthology.orchestra.run.vm01.stdout:^? 130.162.222.153 2 6 3 1 +526us[ +526us] +/- 18ms 2026-03-31T00:33:09.901 INFO:teuthology.orchestra.run.vm01.stdout:^? dominus.von-oppen.com 2 6 3 1 +1819us[+1819us] +/- 43ms 2026-03-31T00:33:09.901 INFO:teuthology.orchestra.run.vm01.stdout:^? srv02.spectre-net.de 2 6 3 0 +715us[ +715us] +/- 16ms 2026-03-31T00:33:09.901 INFO:teuthology.orchestra.run.vm01.stdout:^? mail.gunnarhofmann.de 2 6 3 0 +612us[ +612us] +/- 19ms 2026-03-31T00:33:09.902 INFO:teuthology.orchestra.run.vm05.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-03-31T00:33:09.903 INFO:teuthology.orchestra.run.vm05.stdout:=============================================================================== 2026-03-31T00:33:09.903 INFO:teuthology.orchestra.run.vm05.stdout:^? srv02.spectre-net.de 2 6 3 1 +931us[ +931us] +/- 16ms 2026-03-31T00:33:09.903 INFO:teuthology.orchestra.run.vm05.stdout:^? mail.gunnarhofmann.de 2 6 3 0 +929us[ +929us] +/- 19ms 2026-03-31T00:33:09.903 INFO:teuthology.orchestra.run.vm05.stdout:^? 130.162.222.153 2 6 3 1 +1087us[+1087us] +/- 18ms 2026-03-31T00:33:09.903 INFO:teuthology.orchestra.run.vm05.stdout:^? dominus.von-oppen.com 2 6 3 0 +2120us[+2120us] +/- 43ms 2026-03-31T00:33:09.903 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-31T00:33:09.906 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-31T00:33:09.906 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-31T00:33:09.909 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-31T00:33:09.912 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-31T00:33:09.914 INFO:teuthology.task.internal:Duration was 120.160474 seconds 2026-03-31T00:33:09.915 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-31T00:33:09.918 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-31T00:33:09.918 DEBUG:teuthology.orchestra.run.vm00:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-31T00:33:09.943 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-31T00:33:09.945 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-31T00:33:09.995 INFO:teuthology.orchestra.run.vm00.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-31T00:33:09.997 INFO:teuthology.orchestra.run.vm01.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-31T00:33:10.003 INFO:teuthology.orchestra.run.vm05.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-31T00:33:10.217 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-31T00:33:10.217 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm00.local 2026-03-31T00:33:10.217 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-31T00:33:10.245 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm01.local 2026-03-31T00:33:10.245 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-31T00:33:10.275 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm05.local 2026-03-31T00:33:10.275 DEBUG:teuthology.orchestra.run.vm05:> 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-31T00:33:10.303 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-31T00:33:10.303 DEBUG:teuthology.orchestra.run.vm00:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T00:33:10.304 DEBUG:teuthology.orchestra.run.vm01:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T00:33:10.318 DEBUG:teuthology.orchestra.run.vm05:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T00:33:10.563 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-31T00:33:10.564 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-31T00:33:10.566 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-31T00:33:10.567 DEBUG:teuthology.orchestra.run.vm05:> 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-31T00:33:10.594 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T00:33:10.594 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T00:33:10.594 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T00:33:10.594 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T00:33:10.594 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-31T00:33:10.594 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-31T00:33:10.594 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T00:33:10.594 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T00:33:10.594 INFO:teuthology.orchestra.run.vm01.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-31T00:33:10.595 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-31T00:33:10.595 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-31T00:33:10.596 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-31T00:33:10.596 INFO:teuthology.orchestra.run.vm00.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-31T00:33:10.596 INFO:teuthology.orchestra.run.vm00.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-31T00:33:10.596 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-31T00:33:10.639 INFO:teuthology.orchestra.run.vm01.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-31T00:33:10.657 INFO:teuthology.orchestra.run.vm00.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-31T00:33:10.667 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 98.3% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-31T00:33:10.670 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-31T00:33:10.672 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-31T00:33:10.672 DEBUG:teuthology.orchestra.run.vm00:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-31T00:33:10.726 DEBUG:teuthology.orchestra.run.vm01:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-31T00:33:10.755 DEBUG:teuthology.orchestra.run.vm05:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-31T00:33:10.783 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-31T00:33:10.785 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-31T00:33:10.787 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-31T00:33:10.797 DEBUG:teuthology.orchestra.run.vm05:> 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-31T00:33:10.809 INFO:teuthology.orchestra.run.vm00.stdout:kernel.core_pattern = core 2026-03-31T00:33:10.823 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern = core 2026-03-31T00:33:10.856 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = core 2026-03-31T00:33:10.869 DEBUG:teuthology.orchestra.run.vm00:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-31T00:33:10.884 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T00:33:10.885 DEBUG:teuthology.orchestra.run.vm01:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-31T00:33:10.901 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T00:33:10.901 DEBUG:teuthology.orchestra.run.vm05:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-31T00:33:10.925 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-31T00:33:10.925 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-31T00:33:10.928 INFO:teuthology.task.internal:Transferring archived files... 2026-03-31T00:33:10.929 DEBUG:teuthology.misc:Transferring archived files from vm00:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4207/remote/vm00 2026-03-31T00:33:10.929 DEBUG:teuthology.orchestra.run.vm00:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-31T00:33:10.959 DEBUG:teuthology.misc:Transferring archived files from vm01:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4207/remote/vm01 2026-03-31T00:33:10.959 DEBUG:teuthology.orchestra.run.vm01:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-31T00:33:10.993 DEBUG:teuthology.misc:Transferring archived files from vm05:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4207/remote/vm05 2026-03-31T00:33:10.993 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-31T00:33:11.026 INFO:teuthology.task.internal:Removing archive directory... 2026-03-31T00:33:11.027 DEBUG:teuthology.orchestra.run.vm00:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-31T00:33:11.028 DEBUG:teuthology.orchestra.run.vm01:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-31T00:33:11.034 DEBUG:teuthology.orchestra.run.vm05:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-31T00:33:11.085 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-31T00:33:11.088 INFO:teuthology.task.internal:Not uploading archives. 2026-03-31T00:33:11.088 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-31T00:33:11.090 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-31T00:33:11.090 DEBUG:teuthology.orchestra.run.vm00:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-31T00:33:11.092 DEBUG:teuthology.orchestra.run.vm01:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-31T00:33:11.099 DEBUG:teuthology.orchestra.run.vm05:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-31T00:33:11.111 INFO:teuthology.orchestra.run.vm00.stdout: 8532146 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 31 00:33 /home/ubuntu/cephtest 2026-03-31T00:33:11.116 INFO:teuthology.orchestra.run.vm01.stdout: 8532140 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 31 00:33 /home/ubuntu/cephtest 2026-03-31T00:33:11.144 INFO:teuthology.orchestra.run.vm05.stdout: 8532143 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 31 00:33 /home/ubuntu/cephtest 2026-03-31T00:33:11.145 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-31T00:33:11.150 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_set_mon_crush_locations} duration: 120.16047382354736 failure_reason: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 flavor: default owner: kyr sentry_event: null status: fail success: false 2026-03-31T00:33:11.150 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-31T00:33:11.169 INFO:teuthology.run:FAIL