2026-03-30T21:18:51.520 INFO:root:teuthology version: 1.2.4.dev37+ga59626679 2026-03-30T21:18:51.525 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-30T21:18:51.541 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4077 branch: tentacle description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: null first_in_suite: false flavor: default job_id: '4077' ktype: distro last_in_suite: false machine_type: vps name: kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: tentacle ansible.cephlab: branch: main repo: https://github.com/kshtsk/ceph-cm-ansible.git skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: logical_volumes: lv_1: scratch_dev: true size: 25%VG vg: vg_nvme lv_2: scratch_dev: true size: 25%VG vg: vg_nvme lv_3: scratch_dev: true size: 25%VG vg: vg_nvme lv_4: scratch_dev: true size: 25%VG vg: vg_nvme timezone: UTC volume_groups: vg_nvme: pvs: /dev/vdb,/dev/vdc,/dev/vdd,/dev/vde ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: 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 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: vm01.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEMLhncGQ393plwxWA9g1QcbRgZtAVVbwbJA+b78FD6AsyFyxXLk3OhvjxPa/CZ/5JCzFD8hwVcba4aJmv5yQ7o= vm03.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHvYQuAFVGUnAr8LsRvUsqprz8ProH84b0/eGI1rxGBfVyQw218SvkuWYEG9Bf5o0DGd/jBodLp8Aka+twJenIA= vm05.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPxbyyp81XDZjqtmX2ni2pdtLZz4z4/mGod4AMUhp390lO5FD2f92GLUQfqfD9GcWCnpSDmRWerK1AlEgIJ++NE= tasks: - 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 0x7f6290b71480>, signals=[15]) 2026-03-30T21:18:52.342 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-30T21:18:52.343 INFO:teuthology.task.internal:Opening connections... 2026-03-30T21:18:52.343 DEBUG:teuthology.task.internal:connecting to ubuntu@vm01.local 2026-03-30T21:18:52.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm01.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T21:18:52.400 DEBUG:teuthology.task.internal:connecting to ubuntu@vm03.local 2026-03-30T21:18:52.400 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm03.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T21:18:52.459 DEBUG:teuthology.task.internal:connecting to ubuntu@vm05.local 2026-03-30T21:18:52.460 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T21:18:52.517 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-30T21:18:52.518 DEBUG:teuthology.orchestra.run.vm01:> uname -m 2026-03-30T21:18:52.521 INFO:teuthology.orchestra.run.vm01.stdout:x86_64 2026-03-30T21:18:52.521 DEBUG:teuthology.orchestra.run.vm01:> cat /etc/os-release 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:NAME="Ubuntu" 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:VERSION_ID="22.04" 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:VERSION_CODENAME=jammy 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:ID=ubuntu 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:ID_LIKE=debian 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-30T21:18:52.565 INFO:teuthology.orchestra.run.vm01.stdout:UBUNTU_CODENAME=jammy 2026-03-30T21:18:52.565 INFO:teuthology.lock.ops:Updating vm01.local on lock server 2026-03-30T21:18:52.570 DEBUG:teuthology.orchestra.run.vm03:> uname -m 2026-03-30T21:18:52.573 INFO:teuthology.orchestra.run.vm03.stdout:x86_64 2026-03-30T21:18:52.573 DEBUG:teuthology.orchestra.run.vm03:> cat /etc/os-release 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:NAME="Ubuntu" 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:VERSION_ID="22.04" 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:VERSION_CODENAME=jammy 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:ID=ubuntu 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:ID_LIKE=debian 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-30T21:18:52.618 INFO:teuthology.orchestra.run.vm03.stdout:UBUNTU_CODENAME=jammy 2026-03-30T21:18:52.618 INFO:teuthology.lock.ops:Updating vm03.local on lock server 2026-03-30T21:18:52.623 DEBUG:teuthology.orchestra.run.vm05:> uname -m 2026-03-30T21:18:52.625 INFO:teuthology.orchestra.run.vm05.stdout:x86_64 2026-03-30T21:18:52.625 DEBUG:teuthology.orchestra.run.vm05:> cat /etc/os-release 2026-03-30T21:18:52.668 INFO:teuthology.orchestra.run.vm05.stdout:PRETTY_NAME="Ubuntu 22.04.5 LTS" 2026-03-30T21:18:52.668 INFO:teuthology.orchestra.run.vm05.stdout:NAME="Ubuntu" 2026-03-30T21:18:52.669 INFO:teuthology.orchestra.run.vm05.stdout:VERSION_ID="22.04" 2026-03-30T21:18:52.669 INFO:teuthology.orchestra.run.vm05.stdout:VERSION="22.04.5 LTS (Jammy Jellyfish)" 2026-03-30T21:18:52.669 INFO:teuthology.orchestra.run.vm05.stdout:VERSION_CODENAME=jammy 2026-03-30T21:18:52.669 INFO:teuthology.orchestra.run.vm05.stdout:ID=ubuntu 2026-03-30T21:18:52.669 INFO:teuthology.orchestra.run.vm05.stdout:ID_LIKE=debian 2026-03-30T21:18:52.669 INFO:teuthology.orchestra.run.vm05.stdout:HOME_URL="https://www.ubuntu.com/" 2026-03-30T21:18:52.669 INFO:teuthology.orchestra.run.vm05.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2026-03-30T21:18:52.669 INFO:teuthology.orchestra.run.vm05.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2026-03-30T21:18:52.669 INFO:teuthology.orchestra.run.vm05.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2026-03-30T21:18:52.669 INFO:teuthology.orchestra.run.vm05.stdout:UBUNTU_CODENAME=jammy 2026-03-30T21:18:52.669 INFO:teuthology.lock.ops:Updating vm05.local on lock server 2026-03-30T21:18:52.672 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-30T21:18:52.674 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-30T21:18:52.675 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-30T21:18:52.675 DEBUG:teuthology.orchestra.run.vm01:> test '!' -e /home/ubuntu/cephtest 2026-03-30T21:18:52.675 DEBUG:teuthology.orchestra.run.vm03:> test '!' -e /home/ubuntu/cephtest 2026-03-30T21:18:52.692 DEBUG:teuthology.orchestra.run.vm05:> test '!' -e /home/ubuntu/cephtest 2026-03-30T21:18:52.713 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-30T21:18:52.714 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-30T21:18:52.714 DEBUG:teuthology.orchestra.run.vm01:> test -z $(ls -A /var/lib/ceph) 2026-03-30T21:18:52.734 DEBUG:teuthology.orchestra.run.vm03:> test -z $(ls -A /var/lib/ceph) 2026-03-30T21:18:52.737 DEBUG:teuthology.orchestra.run.vm05:> test -z $(ls -A /var/lib/ceph) 2026-03-30T21:18:52.737 INFO:teuthology.orchestra.run.vm01.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-30T21:18:52.739 INFO:teuthology.orchestra.run.vm03.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-30T21:18:52.757 INFO:teuthology.orchestra.run.vm05.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-30T21:18:52.758 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-30T21:18:52.765 DEBUG:teuthology.orchestra.run.vm01:> test -e /ceph-qa-ready 2026-03-30T21:18:52.780 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T21:18:52.998 DEBUG:teuthology.orchestra.run.vm03:> test -e /ceph-qa-ready 2026-03-30T21:18:53.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T21:18:53.222 DEBUG:teuthology.orchestra.run.vm05:> test -e /ceph-qa-ready 2026-03-30T21:18:53.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T21:18:53.446 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-30T21:18:53.447 INFO:teuthology.task.internal:Creating test directory... 2026-03-30T21:18:53.448 DEBUG:teuthology.orchestra.run.vm01:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-30T21:18:53.449 DEBUG:teuthology.orchestra.run.vm03:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-30T21:18:53.450 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-30T21:18:53.452 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-30T21:18:53.454 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-30T21:18:53.455 INFO:teuthology.task.internal:Creating archive directory... 2026-03-30T21:18:53.455 DEBUG:teuthology.orchestra.run.vm01:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-30T21:18:53.494 DEBUG:teuthology.orchestra.run.vm03:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-30T21:18:53.500 DEBUG:teuthology.orchestra.run.vm05:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-30T21:18:53.504 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-30T21:18:53.506 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-30T21:18:53.506 DEBUG:teuthology.orchestra.run.vm01:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-30T21:18:53.539 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T21:18:53.540 DEBUG:teuthology.orchestra.run.vm03:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-30T21:18:53.546 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T21:18:53.546 DEBUG:teuthology.orchestra.run.vm05:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-30T21:18:53.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T21:18:53.548 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-30T21:18:53.582 DEBUG:teuthology.orchestra.run.vm03:> 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-30T21:18:53.589 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-30T21:18:53.589 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T21:18:53.594 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T21:18:53.595 INFO:teuthology.orchestra.run.vm03.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T21:18:53.599 INFO:teuthology.orchestra.run.vm03.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T21:18:53.600 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T21:18:53.604 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-30T21:18:53.604 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-30T21:18:53.606 INFO:teuthology.task.internal:Configuring sudo... 2026-03-30T21:18:53.606 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-30T21:18:53.638 DEBUG:teuthology.orchestra.run.vm03:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-30T21:18:53.644 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-30T21:18:53.653 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-30T21:18:53.655 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-30T21:18:53.656 DEBUG:teuthology.orchestra.run.vm01:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-30T21:18:53.686 DEBUG:teuthology.orchestra.run.vm03:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-30T21:18:53.692 DEBUG:teuthology.orchestra.run.vm05:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-30T21:18:53.697 DEBUG:teuthology.orchestra.run.vm01:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T21:18:53.732 DEBUG:teuthology.orchestra.run.vm01:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T21:18:53.776 DEBUG:teuthology.orchestra.run.vm01:> set -ex 2026-03-30T21:18:53.776 DEBUG:teuthology.orchestra.run.vm01:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-30T21:18:53.824 DEBUG:teuthology.orchestra.run.vm03:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T21:18:53.827 DEBUG:teuthology.orchestra.run.vm03:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T21:18:53.870 DEBUG:teuthology.orchestra.run.vm03:> set -ex 2026-03-30T21:18:53.870 DEBUG:teuthology.orchestra.run.vm03:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-30T21:18:53.919 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T21:18:53.922 DEBUG:teuthology.orchestra.run.vm05:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T21:18:53.965 DEBUG:teuthology.orchestra.run.vm05:> set -ex 2026-03-30T21:18:53.965 DEBUG:teuthology.orchestra.run.vm05:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-30T21:18:54.013 DEBUG:teuthology.orchestra.run.vm01:> sudo service rsyslog restart 2026-03-30T21:18:54.013 DEBUG:teuthology.orchestra.run.vm03:> sudo service rsyslog restart 2026-03-30T21:18:54.015 DEBUG:teuthology.orchestra.run.vm05:> sudo service rsyslog restart 2026-03-30T21:18:54.069 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-30T21:18:54.071 INFO:teuthology.task.internal:Starting timer... 2026-03-30T21:18:54.071 INFO:teuthology.run_tasks:Running task pcp... 2026-03-30T21:18:54.073 INFO:teuthology.run_tasks:Running task selinux... 2026-03-30T21:18:54.075 INFO:teuthology.task.selinux:Excluding vm01: VMs are not yet supported 2026-03-30T21:18:54.075 INFO:teuthology.task.selinux:Excluding vm03: VMs are not yet supported 2026-03-30T21:18:54.075 INFO:teuthology.task.selinux:Excluding vm05: VMs are not yet supported 2026-03-30T21:18:54.075 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-30T21:18:54.075 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-30T21:18:54.075 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-30T21:18:54.075 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-30T21:18:54.077 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-30T21:18:54.077 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/kshtsk/ceph-cm-ansible.git 2026-03-30T21:18:54.078 INFO:teuthology.repo_utils:Fetching github.com_kshtsk_ceph-cm-ansible_main from origin 2026-03-30T21:18:54.572 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_kshtsk_ceph-cm-ansible_main to origin/main 2026-03-30T21:18:54.577 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-30T21:18:54.578 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_inventoryx0kjvc0n --limit vm01.local,vm03.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-30T21:21:14.336 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@vm01.local'), Remote(name='ubuntu@vm03.local'), Remote(name='ubuntu@vm05.local')] 2026-03-30T21:21:14.337 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm01.local' 2026-03-30T21:21:14.337 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm01.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T21:21:14.400 DEBUG:teuthology.orchestra.run.vm01:> true 2026-03-30T21:21:14.637 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm01.local' 2026-03-30T21:21:14.637 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm03.local' 2026-03-30T21:21:14.637 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm03.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T21:21:14.698 DEBUG:teuthology.orchestra.run.vm03:> true 2026-03-30T21:21:14.941 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm03.local' 2026-03-30T21:21:14.941 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@vm05.local' 2026-03-30T21:21:14.942 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm05.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-30T21:21:15.003 DEBUG:teuthology.orchestra.run.vm05:> true 2026-03-30T21:21:15.257 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@vm05.local' 2026-03-30T21:21:15.258 INFO:teuthology.run_tasks:Running task clock... 2026-03-30T21:21:15.262 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-03-30T21:21:15.262 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-30T21:21:15.263 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-30T21:21:15.264 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-30T21:21:15.264 DEBUG:teuthology.orchestra.run.vm03:> 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-30T21:21:15.265 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-03-30T21:21:15.265 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-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: Command line: ntpd -gq 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: ---------------------------------------------------- 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: ntp-4 is maintained by Network Time Foundation, 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: corporation. Support and training for ntp-4 are 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: available at https://www.nwtime.org/support 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: ---------------------------------------------------- 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: proto: precision = 0.029 usec (-25) 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: basedate set to 2022-02-04 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: gps base set to 2022-02-06 (week 2196) 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-30T21:21:15.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: 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-30T21:21:15.283 INFO:teuthology.orchestra.run.vm03.stderr:30 Mar 21:21:15 ntpd[16245]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 93 days ago 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: Command line: ntpd -gq 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: ---------------------------------------------------- 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: ntp-4 is maintained by Network Time Foundation, 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: corporation. Support and training for ntp-4 are 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: available at https://www.nwtime.org/support 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: ---------------------------------------------------- 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: proto: precision = 0.030 usec (-25) 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: basedate set to 2022-02-04 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: gps base set to 2022-02-06 (week 2196) 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: Listen and drop on 0 v6wildcard [::]:123 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-30T21:21:15.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: 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-30T21:21:15.284 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: Listen normally on 2 lo 127.0.0.1:123 2026-03-30T21:21:15.284 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: Listen normally on 3 ens3 192.168.123.103:123 2026-03-30T21:21:15.284 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: Listen normally on 4 lo [::1]:123 2026-03-30T21:21:15.284 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:3%2]:123 2026-03-30T21:21:15.284 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:15 ntpd[16245]: Listening on routing socket on fd #22 for interface updates 2026-03-30T21:21:15.284 INFO:teuthology.orchestra.run.vm01.stderr:30 Mar 21:21:15 ntpd[16208]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 93 days ago 2026-03-30T21:21:15.284 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: Listen and drop on 0 v6wildcard [::]:123 2026-03-30T21:21:15.285 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-30T21:21:15.285 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: Listen normally on 2 lo 127.0.0.1:123 2026-03-30T21:21:15.285 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: Listen normally on 3 ens3 192.168.123.101:123 2026-03-30T21:21:15.285 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: Listen normally on 4 lo [::1]:123 2026-03-30T21:21:15.285 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:1%2]:123 2026-03-30T21:21:15.285 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:15 ntpd[16208]: Listening on routing socket on fd #22 for interface updates 2026-03-30T21:21:15.318 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2026-03-30T21:21:15.318 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: Command line: ntpd -gq 2026-03-30T21:21:15.318 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: ---------------------------------------------------- 2026-03-30T21:21:15.318 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: ntp-4 is maintained by Network Time Foundation, 2026-03-30T21:21:15.318 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2026-03-30T21:21:15.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: corporation. Support and training for ntp-4 are 2026-03-30T21:21:15.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: available at https://www.nwtime.org/support 2026-03-30T21:21:15.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: ---------------------------------------------------- 2026-03-30T21:21:15.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: proto: precision = 0.029 usec (-25) 2026-03-30T21:21:15.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: basedate set to 2022-02-04 2026-03-30T21:21:15.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: gps base set to 2022-02-06 (week 2196) 2026-03-30T21:21:15.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature 2026-03-30T21:21:15.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2025-12-28T00:00:00Z last=2017-01-01T00:00:00Z ofs=37 2026-03-30T21:21:15.319 INFO:teuthology.orchestra.run.vm05.stderr:30 Mar 21:21:15 ntpd[16233]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): expired 93 days ago 2026-03-30T21:21:15.320 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: Listen and drop on 0 v6wildcard [::]:123 2026-03-30T21:21:15.320 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2026-03-30T21:21:15.321 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: Listen normally on 2 lo 127.0.0.1:123 2026-03-30T21:21:15.321 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: Listen normally on 3 ens3 192.168.123.105:123 2026-03-30T21:21:15.321 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: Listen normally on 4 lo [::1]:123 2026-03-30T21:21:15.321 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: Listen normally on 5 ens3 [fe80::5055:ff:fe00:5%2]:123 2026-03-30T21:21:15.321 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:15 ntpd[16233]: Listening on routing socket on fd #22 for interface updates 2026-03-30T21:21:16.283 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:16 ntpd[16245]: Soliciting pool server 172.236.195.26 2026-03-30T21:21:16.284 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:16 ntpd[16208]: Soliciting pool server 139.162.187.236 2026-03-30T21:21:16.320 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:16 ntpd[16233]: Soliciting pool server 116.203.244.102 2026-03-30T21:21:17.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:17 ntpd[16245]: Soliciting pool server 144.76.66.157 2026-03-30T21:21:17.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:17 ntpd[16245]: Soliciting pool server 5.75.147.220 2026-03-30T21:21:17.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:17 ntpd[16208]: Soliciting pool server 172.236.195.26 2026-03-30T21:21:17.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:17 ntpd[16208]: Soliciting pool server 162.159.200.123 2026-03-30T21:21:17.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:17 ntpd[16233]: Soliciting pool server 139.162.187.236 2026-03-30T21:21:17.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:17 ntpd[16233]: Soliciting pool server 162.55.190.98 2026-03-30T21:21:18.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:18 ntpd[16245]: Soliciting pool server 79.133.44.138 2026-03-30T21:21:18.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:18 ntpd[16245]: Soliciting pool server 116.203.244.102 2026-03-30T21:21:18.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:18 ntpd[16245]: Soliciting pool server 178.63.52.50 2026-03-30T21:21:18.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:18 ntpd[16208]: Soliciting pool server 5.75.147.220 2026-03-30T21:21:18.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:18 ntpd[16208]: Soliciting pool server 144.76.66.157 2026-03-30T21:21:18.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:18 ntpd[16208]: Soliciting pool server 212.132.108.186 2026-03-30T21:21:18.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:18 ntpd[16233]: Soliciting pool server 162.159.200.123 2026-03-30T21:21:18.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:18 ntpd[16233]: Soliciting pool server 172.236.195.26 2026-03-30T21:21:18.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:18 ntpd[16233]: Soliciting pool server 162.159.200.123 2026-03-30T21:21:19.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:19 ntpd[16245]: Soliciting pool server 148.251.5.46 2026-03-30T21:21:19.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:19 ntpd[16245]: Soliciting pool server 162.55.190.98 2026-03-30T21:21:19.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:19 ntpd[16245]: Soliciting pool server 139.162.187.236 2026-03-30T21:21:19.283 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:19 ntpd[16245]: Soliciting pool server 141.144.246.224 2026-03-30T21:21:19.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:19 ntpd[16208]: Soliciting pool server 178.63.52.50 2026-03-30T21:21:19.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:19 ntpd[16208]: Soliciting pool server 79.133.44.138 2026-03-30T21:21:19.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:19 ntpd[16208]: Soliciting pool server 116.203.244.102 2026-03-30T21:21:19.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:19 ntpd[16208]: Soliciting pool server 78.47.193.211 2026-03-30T21:21:19.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:19 ntpd[16233]: Soliciting pool server 5.75.147.220 2026-03-30T21:21:19.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:19 ntpd[16233]: Soliciting pool server 144.76.66.157 2026-03-30T21:21:19.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:19 ntpd[16233]: Soliciting pool server 91.98.23.146 2026-03-30T21:21:20.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:20 ntpd[16245]: Soliciting pool server 159.69.64.189 2026-03-30T21:21:20.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:20 ntpd[16245]: Soliciting pool server 162.159.200.123 2026-03-30T21:21:20.283 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:20 ntpd[16245]: Soliciting pool server 162.159.200.123 2026-03-30T21:21:20.283 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:20 ntpd[16245]: Soliciting pool server 91.189.91.157 2026-03-30T21:21:20.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:20 ntpd[16208]: Soliciting pool server 141.144.246.224 2026-03-30T21:21:20.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:20 ntpd[16208]: Soliciting pool server 148.251.5.46 2026-03-30T21:21:20.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:20 ntpd[16208]: Soliciting pool server 162.55.190.98 2026-03-30T21:21:20.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:20 ntpd[16208]: Soliciting pool server 185.125.190.58 2026-03-30T21:21:20.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:20 ntpd[16233]: Soliciting pool server 78.47.193.211 2026-03-30T21:21:20.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:20 ntpd[16233]: Soliciting pool server 79.133.44.138 2026-03-30T21:21:20.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:20 ntpd[16233]: Soliciting pool server 185.125.190.57 2026-03-30T21:21:21.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:21 ntpd[16245]: Soliciting pool server 185.125.190.56 2026-03-30T21:21:21.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:21 ntpd[16245]: Soliciting pool server 91.98.23.146 2026-03-30T21:21:21.282 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:21 ntpd[16245]: Soliciting pool server 212.132.108.186 2026-03-30T21:21:21.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:21 ntpd[16208]: Soliciting pool server 91.189.91.157 2026-03-30T21:21:21.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:21 ntpd[16208]: Soliciting pool server 159.69.64.189 2026-03-30T21:21:21.283 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:21 ntpd[16208]: Soliciting pool server 2a03:4000:38:dec:983f:8bff:fe49:83c9 2026-03-30T21:21:21.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:21 ntpd[16233]: Soliciting pool server 185.125.190.58 2026-03-30T21:21:21.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:21 ntpd[16233]: Soliciting pool server 141.144.246.224 2026-03-30T21:21:22.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:22 ntpd[16233]: Soliciting pool server 91.189.91.157 2026-03-30T21:21:22.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:22 ntpd[16233]: Soliciting pool server 159.69.64.189 2026-03-30T21:21:23.306 INFO:teuthology.orchestra.run.vm01.stdout:30 Mar 21:21:23 ntpd[16208]: ntpd: time slew -0.001969 s 2026-03-30T21:21:23.306 INFO:teuthology.orchestra.run.vm01.stdout:ntpd: time slew -0.001969s 2026-03-30T21:21:23.319 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:23 ntpd[16233]: Soliciting pool server 185.125.190.56 2026-03-30T21:21:23.330 INFO:teuthology.orchestra.run.vm01.stdout: remote refid st t when poll reach delay offset jitter 2026-03-30T21:21:23.331 INFO:teuthology.orchestra.run.vm01.stdout:============================================================================== 2026-03-30T21:21:23.331 INFO:teuthology.orchestra.run.vm01.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:23.331 INFO:teuthology.orchestra.run.vm01.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:23.331 INFO:teuthology.orchestra.run.vm01.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:23.331 INFO:teuthology.orchestra.run.vm01.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:23.331 INFO:teuthology.orchestra.run.vm01.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.307 INFO:teuthology.orchestra.run.vm03.stdout:30 Mar 21:21:24 ntpd[16245]: ntpd: time slew -0.004576 s 2026-03-30T21:21:24.307 INFO:teuthology.orchestra.run.vm03.stdout:ntpd: time slew -0.004576s 2026-03-30T21:21:24.328 INFO:teuthology.orchestra.run.vm03.stdout: remote refid st t when poll reach delay offset jitter 2026-03-30T21:21:24.328 INFO:teuthology.orchestra.run.vm03.stdout:============================================================================== 2026-03-30T21:21:24.328 INFO:teuthology.orchestra.run.vm03.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.329 INFO:teuthology.orchestra.run.vm03.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.329 INFO:teuthology.orchestra.run.vm03.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.329 INFO:teuthology.orchestra.run.vm03.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.329 INFO:teuthology.orchestra.run.vm03.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.342 INFO:teuthology.orchestra.run.vm05.stdout:30 Mar 21:21:24 ntpd[16233]: ntpd: time slew -0.004597 s 2026-03-30T21:21:24.342 INFO:teuthology.orchestra.run.vm05.stdout:ntpd: time slew -0.004597s 2026-03-30T21:21:24.365 INFO:teuthology.orchestra.run.vm05.stdout: remote refid st t when poll reach delay offset jitter 2026-03-30T21:21:24.365 INFO:teuthology.orchestra.run.vm05.stdout:============================================================================== 2026-03-30T21:21:24.365 INFO:teuthology.orchestra.run.vm05.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.365 INFO:teuthology.orchestra.run.vm05.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.365 INFO:teuthology.orchestra.run.vm05.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.365 INFO:teuthology.orchestra.run.vm05.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.365 INFO:teuthology.orchestra.run.vm05.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:24.365 INFO:teuthology.run_tasks:Running task install... 2026-03-30T21:21:24.367 DEBUG:teuthology.task.install:project ceph 2026-03-30T21:21:24.367 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-30T21:21:24.367 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-30T21:21:24.367 INFO:teuthology.task.install:Using flavor: default 2026-03-30T21:21:24.370 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-30T21:21:24.370 INFO:teuthology.task.install:extra packages: [] 2026-03-30T21:21:24.370 DEBUG:teuthology.orchestra.run.vm01:> sudo apt-key list | grep Ceph 2026-03-30T21:21:24.371 DEBUG:teuthology.orchestra.run.vm03:> sudo apt-key list | grep Ceph 2026-03-30T21:21:24.371 DEBUG:teuthology.orchestra.run.vm05:> sudo apt-key list | grep Ceph 2026-03-30T21:21:24.416 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-30T21:21:24.417 INFO:teuthology.orchestra.run.vm03.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-30T21:21:24.440 INFO:teuthology.orchestra.run.vm01.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-30T21:21:24.440 INFO:teuthology.orchestra.run.vm01.stdout:uid [ unknown] Ceph.com (release key) 2026-03-30T21:21:24.441 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-30T21:21:24.441 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-30T21:21:24.441 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T21:21:24.505 INFO:teuthology.orchestra.run.vm05.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2026-03-30T21:21:24.506 INFO:teuthology.orchestra.run.vm03.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-30T21:21:24.506 INFO:teuthology.orchestra.run.vm03.stdout:uid [ unknown] Ceph.com (release key) 2026-03-30T21:21:24.506 INFO:teuthology.orchestra.run.vm05.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2026-03-30T21:21:24.506 INFO:teuthology.orchestra.run.vm05.stdout:uid [ unknown] Ceph.com (release key) 2026-03-30T21:21:24.506 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-30T21:21:24.506 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-30T21:21:24.506 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T21:21:24.507 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-30T21:21:24.507 INFO:teuthology.task.install.deb:Installing system (non-project) packages: python3-jmespath, python3-xmltodict, s3cmd on remote deb x86_64 2026-03-30T21:21:24.507 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T21:21:25.078 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthos/kshtsk/teuthology/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 78, in install_packages with parallel() as p: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/deb.py", line 79, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T21:21:25.079 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthos/kshtsk/teuthology/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 640, in task with contextutil.nested( File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthos/kshtsk/teuthology/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/home/teuthos/.local/share/uv/python/cpython-3.10.19-linux-x86_64-gnu/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/__init__.py", line 78, in install_packages with parallel() as p: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthos/kshtsk/teuthology/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthos/kshtsk/teuthology/teuthology/task/install/deb.py", line 79, in _update_package_list_and_install log.info('Pulling from %s', builder.base_url) File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 554, in base_url return self._get_base_url() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 856, in _get_base_url self.assert_result() File "/home/teuthos/kshtsk/teuthology/teuthology/packaging.py", line 937, in assert_result raise VersionNotFoundError(self._result.url) teuthology.exceptions.VersionNotFoundError: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 2026-03-30T21:21:25.080 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-03-30T21:21:25.082 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-03-30T21:21:25.084 INFO:teuthology.task.clock:Checking final clock skew... 2026-03-30T21:21:25.084 DEBUG:teuthology.orchestra.run.vm01:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-30T21:21:25.086 DEBUG:teuthology.orchestra.run.vm03:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-30T21:21:25.087 DEBUG:teuthology.orchestra.run.vm05:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-03-30T21:21:25.090 INFO:teuthology.orchestra.run.vm01.stdout: remote refid st t when poll reach delay offset jitter 2026-03-30T21:21:25.090 INFO:teuthology.orchestra.run.vm01.stdout:============================================================================== 2026-03-30T21:21:25.090 INFO:teuthology.orchestra.run.vm01.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.090 INFO:teuthology.orchestra.run.vm01.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.090 INFO:teuthology.orchestra.run.vm01.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.090 INFO:teuthology.orchestra.run.vm01.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.090 INFO:teuthology.orchestra.run.vm01.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.091 INFO:teuthology.orchestra.run.vm03.stdout: remote refid st t when poll reach delay offset jitter 2026-03-30T21:21:25.091 INFO:teuthology.orchestra.run.vm03.stdout:============================================================================== 2026-03-30T21:21:25.091 INFO:teuthology.orchestra.run.vm03.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.091 INFO:teuthology.orchestra.run.vm03.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.091 INFO:teuthology.orchestra.run.vm03.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.091 INFO:teuthology.orchestra.run.vm03.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.091 INFO:teuthology.orchestra.run.vm03.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.092 INFO:teuthology.orchestra.run.vm05.stdout: remote refid st t when poll reach delay offset jitter 2026-03-30T21:21:25.092 INFO:teuthology.orchestra.run.vm05.stdout:============================================================================== 2026-03-30T21:21:25.092 INFO:teuthology.orchestra.run.vm05.stdout: 0.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.092 INFO:teuthology.orchestra.run.vm05.stdout: 1.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.092 INFO:teuthology.orchestra.run.vm05.stdout: 2.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.092 INFO:teuthology.orchestra.run.vm05.stdout: 3.ubuntu.pool.n .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.092 INFO:teuthology.orchestra.run.vm05.stdout: ntp.ubuntu.com .POOL. 16 p - 64 0 0.000 +0.000 0.000 2026-03-30T21:21:25.093 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-30T21:21:25.095 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-30T21:21:25.095 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-30T21:21:25.098 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-30T21:21:25.100 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-30T21:21:25.101 INFO:teuthology.task.internal:Duration was 151.030628 seconds 2026-03-30T21:21:25.101 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-30T21:21:25.104 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-30T21:21:25.104 DEBUG:teuthology.orchestra.run.vm01:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-30T21:21:25.135 DEBUG:teuthology.orchestra.run.vm03:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-30T21:21:25.136 DEBUG:teuthology.orchestra.run.vm05:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-30T21:21:25.162 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-30T21:21:25.162 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm01.local 2026-03-30T21:21:25.162 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-30T21:21:25.211 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm03.local 2026-03-30T21:21:25.211 DEBUG:teuthology.orchestra.run.vm03:> 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-30T21:21:25.220 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm05.local 2026-03-30T21:21:25.220 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-30T21:21:25.229 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-30T21:21:25.229 DEBUG:teuthology.orchestra.run.vm01:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T21:21:25.255 DEBUG:teuthology.orchestra.run.vm03:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T21:21:25.261 DEBUG:teuthology.orchestra.run.vm05:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T21:21:25.289 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-30T21:21:25.289 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-30T21:21:25.315 DEBUG:teuthology.orchestra.run.vm03:> 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-30T21:21:25.321 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-30T21:21:25.322 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T21:21:25.322 INFO:teuthology.orchestra.run.vm01.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T21:21:25.323 INFO:teuthology.orchestra.run.vm01.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T21:21:25.323 INFO:teuthology.orchestra.run.vm01.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-30T21:21:25.323 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-30T21:21:25.326 INFO:teuthology.orchestra.run.vm01.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 83.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-30T21:21:25.327 INFO:teuthology.orchestra.run.vm03.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T21:21:25.327 INFO:teuthology.orchestra.run.vm03.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T21:21:25.327 INFO:teuthology.orchestra.run.vm03.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-30T21:21:25.328 INFO:teuthology.orchestra.run.vm03.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T21:21:25.328 INFO:teuthology.orchestra.run.vm03.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-30T21:21:25.331 INFO:teuthology.orchestra.run.vm03.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 83.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-30T21:21:25.338 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-30T21:21:25.339 INFO:teuthology.orchestra.run.vm05.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-30T21:21:25.339 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-30T21:21:25.339 INFO:teuthology.orchestra.run.vm05.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-30T21:21:25.339 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-30T21:21:25.342 INFO:teuthology.orchestra.run.vm05.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 83.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-30T21:21:25.343 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-30T21:21:25.346 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-30T21:21:25.346 DEBUG:teuthology.orchestra.run.vm01:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-30T21:21:25.379 DEBUG:teuthology.orchestra.run.vm03:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-30T21:21:25.386 DEBUG:teuthology.orchestra.run.vm05:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-30T21:21:25.395 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-30T21:21:25.397 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-30T21:21:25.423 DEBUG:teuthology.orchestra.run.vm03:> 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-30T21:21:25.429 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-30T21:21:25.430 INFO:teuthology.orchestra.run.vm01.stdout:kernel.core_pattern = core 2026-03-30T21:21:25.436 INFO:teuthology.orchestra.run.vm03.stdout:kernel.core_pattern = core 2026-03-30T21:21:25.446 INFO:teuthology.orchestra.run.vm05.stdout:kernel.core_pattern = core 2026-03-30T21:21:25.455 DEBUG:teuthology.orchestra.run.vm01:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-30T21:21:25.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T21:21:25.485 DEBUG:teuthology.orchestra.run.vm03:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-30T21:21:25.491 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T21:21:25.491 DEBUG:teuthology.orchestra.run.vm05:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-30T21:21:25.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-30T21:21:25.501 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-30T21:21:25.504 INFO:teuthology.task.internal:Transferring archived files... 2026-03-30T21:21:25.505 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/4077/remote/vm01 2026-03-30T21:21:25.505 DEBUG:teuthology.orchestra.run.vm01:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-30T21:21:25.535 DEBUG:teuthology.misc:Transferring archived files from vm03:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-30_19:18:25-rados-tentacle-none-default-vps/4077/remote/vm03 2026-03-30T21:21:25.535 DEBUG:teuthology.orchestra.run.vm03:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-30T21:21:25.544 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/4077/remote/vm05 2026-03-30T21:21:25.544 DEBUG:teuthology.orchestra.run.vm05:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-30T21:21:25.553 INFO:teuthology.task.internal:Removing archive directory... 2026-03-30T21:21:25.553 DEBUG:teuthology.orchestra.run.vm01:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-30T21:21:25.580 DEBUG:teuthology.orchestra.run.vm03:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-30T21:21:25.589 DEBUG:teuthology.orchestra.run.vm05:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-30T21:21:25.598 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-30T21:21:25.601 INFO:teuthology.task.internal:Not uploading archives. 2026-03-30T21:21:25.601 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-30T21:21:25.603 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-30T21:21:25.603 DEBUG:teuthology.orchestra.run.vm01:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-30T21:21:25.623 DEBUG:teuthology.orchestra.run.vm03:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-30T21:21:25.627 INFO:teuthology.orchestra.run.vm01.stdout: 258078 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 30 21:21 /home/ubuntu/cephtest 2026-03-30T21:21:25.633 DEBUG:teuthology.orchestra.run.vm05:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-30T21:21:25.635 INFO:teuthology.orchestra.run.vm03.stdout: 258075 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 30 21:21 /home/ubuntu/cephtest 2026-03-30T21:21:25.642 INFO:teuthology.orchestra.run.vm05.stdout: 258075 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 30 21:21 /home/ubuntu/cephtest 2026-03-30T21:21:25.644 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-30T21:21:25.649 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_set_mon_crush_locations} duration: 151.03062844276428 failure_reason: Failed to fetch package version from https://shaman.ceph.com/api/search/?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=70f8415b300f041766fa27faf7d5472699e32388 flavor: default owner: kyr sentry_event: null status: fail success: false 2026-03-30T21:21:25.649 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-30T21:21:25.672 INFO:teuthology.run:FAIL