2026-03-09T16:31:05.232 INFO:root:teuthology version: 1.2.4.dev6+g1c580df7a 2026-03-09T16:31:05.238 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-09T16:31:05.258 INFO:teuthology.run:Config: archive_path: /archive/kyr-2026-03-09_11:23:05-orch-squid-none-default-vps/550 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_extra_daemon_features} email: null first_in_suite: false flavor: default job_id: '550' last_in_suite: false machine_type: vps name: kyr-2026-03-09_11:23:05-orch-squid-none-default-vps no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ansible.cephlab: branch: main skip_tags: nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs vars: timezone: UTC ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd mclock iops capacity threshold hdd: 49000 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: e911bdebe5c8faa3800735d1568fcdca65db60df ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e911bdebe5c8faa3800735d1568fcdca65db60df extra_system_packages: deb: - python3-xmltodict - python3-jmespath rpm: - bzip2 - perl-Test-Harness - python3-xmltodict - python3-jmespath selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: tt-squid sha1: 569c3e99c9b32a51b4eaf08731c728f4513ed589 owner: kyr priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 3443 sha1: e911bdebe5c8faa3800735d1568fcdca65db60df sleep_before_teardown: 0 subset: 1/64 suite: orch suite_branch: tt-squid suite_path: /home/teuthos/src/github.com_kshtsk_ceph_569c3e99c9b32a51b4eaf08731c728f4513ed589/qa suite_relpath: qa suite_repo: https://github.com/kshtsk/ceph.git suite_sha1: 569c3e99c9b32a51b4eaf08731c728f4513ed589 targets: vm02.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMxQjQXPb7SWiYUKIDUirlZNa2TnNmKIzFVCaYPflA2ksr/RmoVEjT+y0W4QNu4XQcIHDtofD0JDuiH89xIPqg= vm08.local: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEiIJMqRrMCgiWSozctZXfMxiK81PPoeqxLBVUUt92nXoIYjAMQaCiID+PgGGzOfqPoQ9DucWeIZDBrL1s3rZ8k= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - exec: all-hosts: - mkdir /etc/cephadm_testing - cephadm.apply: specs: - extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon - custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest - custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z - cephadm.wait_for_service: service: mon - cephadm.wait_for_service: service: container.foo - cephadm.wait_for_service: service: container.bar - exec: host.a: - 'set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt # Verify that container bar''s init containers and primary container # ran successfully dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name ''container.bar.*'') test -n "$dir" grep ok ${dir}/data/primary.txt grep from=centos ${dir}/data/from.txt test -s ${dir}/data/presized.dat ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: clyso-debian-13 teuthology_repo: https://github.com/clyso/teuthology teuthology_sha1: 1c580df7a9c7c2aadc272da296344fd99f27c444 timestamp: 2026-03-09_11:23:05 tube: vps user: kyr verbose: false worker_log: /home/teuthos/.teuthology/dispatcher/dispatcher.vps.611473 2026-03-09T16:31:05.258 INFO:teuthology.run:suite_path is set to /home/teuthos/src/github.com_kshtsk_ceph_569c3e99c9b32a51b4eaf08731c728f4513ed589/qa; will attempt to use it 2026-03-09T16:31:05.259 INFO:teuthology.run:Found tasks at /home/teuthos/src/github.com_kshtsk_ceph_569c3e99c9b32a51b4eaf08731c728f4513ed589/qa/tasks 2026-03-09T16:31:05.259 INFO:teuthology.run_tasks:Running task internal.check_packages... 2026-03-09T16:31:05.259 INFO:teuthology.task.internal:Checking packages... 2026-03-09T16:31:05.259 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'e911bdebe5c8faa3800735d1568fcdca65db60df' 2026-03-09T16:31:05.259 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2026-03-09T16:31:05.259 INFO:teuthology.packaging:ref: None 2026-03-09T16:31:05.259 INFO:teuthology.packaging:tag: None 2026-03-09T16:31:05.259 INFO:teuthology.packaging:branch: squid 2026-03-09T16:31:05.259 INFO:teuthology.packaging:sha1: e911bdebe5c8faa3800735d1568fcdca65db60df 2026-03-09T16:31:05.259 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2026-03-09T16:31:05.977 INFO:teuthology.task.internal:Found packages for ceph version 19.2.3-678.ge911bdeb 2026-03-09T16:31:05.978 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2026-03-09T16:31:05.979 INFO:teuthology.task.internal:no buildpackages task found 2026-03-09T16:31:05.979 INFO:teuthology.run_tasks:Running task internal.save_config... 2026-03-09T16:31:05.979 INFO:teuthology.task.internal:Saving configuration 2026-03-09T16:31:05.985 INFO:teuthology.run_tasks:Running task internal.check_lock... 2026-03-09T16:31:05.986 INFO:teuthology.task.internal.check_lock:Checking locks... 2026-03-09T16:31:05.991 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm02.local', 'description': '/archive/kyr-2026-03-09_11:23:05-orch-squid-none-default-vps/550', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-09 16:29:57.696455', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:02', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBAMxQjQXPb7SWiYUKIDUirlZNa2TnNmKIzFVCaYPflA2ksr/RmoVEjT+y0W4QNu4XQcIHDtofD0JDuiH89xIPqg='} 2026-03-09T16:31:05.997 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'vm08.local', 'description': '/archive/kyr-2026-03-09_11:23:05-orch-squid-none-default-vps/550', 'up': True, 'machine_type': 'vps', 'is_vm': True, 'vm_host': {'name': 'localhost', 'description': None, 'up': True, 'machine_type': 'libvirt', 'is_vm': False, 'vm_host': None, 'os_type': None, 'os_version': None, 'arch': None, 'locked': True, 'locked_since': None, 'locked_by': None, 'mac_address': None, 'ssh_pub_key': None}, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2026-03-09 16:29:57.696039', 'locked_by': 'kyr', 'mac_address': '52:55:00:00:00:08', 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEiIJMqRrMCgiWSozctZXfMxiK81PPoeqxLBVUUt92nXoIYjAMQaCiID+PgGGzOfqPoQ9DucWeIZDBrL1s3rZ8k='} 2026-03-09T16:31:05.997 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2026-03-09T16:31:05.998 INFO:teuthology.task.internal:roles: ubuntu@vm02.local - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2026-03-09T16:31:05.998 INFO:teuthology.task.internal:roles: ubuntu@vm08.local - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2026-03-09T16:31:05.998 INFO:teuthology.run_tasks:Running task console_log... 2026-03-09T16:31:06.003 DEBUG:teuthology.task.console_log:vm02 does not support IPMI; excluding 2026-03-09T16:31:06.008 DEBUG:teuthology.task.console_log:vm08 does not support IPMI; excluding 2026-03-09T16:31:06.008 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f294568be20>, signals=[15]) 2026-03-09T16:31:06.008 INFO:teuthology.run_tasks:Running task internal.connect... 2026-03-09T16:31:06.009 INFO:teuthology.task.internal:Opening connections... 2026-03-09T16:31:06.009 DEBUG:teuthology.task.internal:connecting to ubuntu@vm02.local 2026-03-09T16:31:06.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm02.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-09T16:31:06.065 DEBUG:teuthology.task.internal:connecting to ubuntu@vm08.local 2026-03-09T16:31:06.066 DEBUG:teuthology.orchestra.connection:{'hostname': 'vm08.local', 'username': 'ubuntu', 'timeout': 60} 2026-03-09T16:31:06.126 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-03-09T16:31:06.127 DEBUG:teuthology.orchestra.run.vm02:> uname -m 2026-03-09T16:31:06.161 INFO:teuthology.orchestra.run.vm02.stdout:x86_64 2026-03-09T16:31:06.161 DEBUG:teuthology.orchestra.run.vm02:> cat /etc/os-release 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:NAME="CentOS Stream" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:VERSION="9" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:ID="centos" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:ID_LIKE="rhel fedora" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:VERSION_ID="9" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:PLATFORM_ID="platform:el9" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:ANSI_COLOR="0;31" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:LOGO="fedora-logo-icon" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:HOME_URL="https://centos.org/" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-09T16:31:06.215 INFO:teuthology.orchestra.run.vm02.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-09T16:31:06.215 INFO:teuthology.lock.ops:Updating vm02.local on lock server 2026-03-09T16:31:06.220 DEBUG:teuthology.orchestra.run.vm08:> uname -m 2026-03-09T16:31:06.234 INFO:teuthology.orchestra.run.vm08.stdout:x86_64 2026-03-09T16:31:06.234 DEBUG:teuthology.orchestra.run.vm08:> cat /etc/os-release 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:NAME="CentOS Stream" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:VERSION="9" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:ID="centos" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:ID_LIKE="rhel fedora" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:VERSION_ID="9" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:PLATFORM_ID="platform:el9" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:PRETTY_NAME="CentOS Stream 9" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:ANSI_COLOR="0;31" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:LOGO="fedora-logo-icon" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:HOME_URL="https://centos.org/" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-03-09T16:31:06.287 INFO:teuthology.orchestra.run.vm08.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-03-09T16:31:06.287 INFO:teuthology.lock.ops:Updating vm08.local on lock server 2026-03-09T16:31:06.291 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-03-09T16:31:06.292 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-03-09T16:31:06.293 INFO:teuthology.task.internal:Checking for old test directory... 2026-03-09T16:31:06.293 DEBUG:teuthology.orchestra.run.vm02:> test '!' -e /home/ubuntu/cephtest 2026-03-09T16:31:06.295 DEBUG:teuthology.orchestra.run.vm08:> test '!' -e /home/ubuntu/cephtest 2026-03-09T16:31:06.339 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-03-09T16:31:06.340 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-03-09T16:31:06.341 DEBUG:teuthology.orchestra.run.vm02:> test -z $(ls -A /var/lib/ceph) 2026-03-09T16:31:06.349 DEBUG:teuthology.orchestra.run.vm08:> test -z $(ls -A /var/lib/ceph) 2026-03-09T16:31:06.360 INFO:teuthology.orchestra.run.vm02.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-09T16:31:06.393 INFO:teuthology.orchestra.run.vm08.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2026-03-09T16:31:06.393 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-03-09T16:31:06.401 DEBUG:teuthology.orchestra.run.vm02:> test -e /ceph-qa-ready 2026-03-09T16:31:06.414 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-09T16:31:06.592 DEBUG:teuthology.orchestra.run.vm08:> test -e /ceph-qa-ready 2026-03-09T16:31:06.605 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-09T16:31:06.792 INFO:teuthology.run_tasks:Running task internal.base... 2026-03-09T16:31:06.793 INFO:teuthology.task.internal:Creating test directory... 2026-03-09T16:31:06.793 DEBUG:teuthology.orchestra.run.vm02:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-09T16:31:06.795 DEBUG:teuthology.orchestra.run.vm08:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-03-09T16:31:06.809 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-03-09T16:31:06.810 INFO:teuthology.run_tasks:Running task internal.archive... 2026-03-09T16:31:06.811 INFO:teuthology.task.internal:Creating archive directory... 2026-03-09T16:31:06.811 DEBUG:teuthology.orchestra.run.vm02:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-09T16:31:06.850 DEBUG:teuthology.orchestra.run.vm08:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-03-09T16:31:06.865 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-03-09T16:31:06.866 INFO:teuthology.task.internal:Enabling coredump saving... 2026-03-09T16:31:06.866 DEBUG:teuthology.orchestra.run.vm02:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-09T16:31:06.916 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-09T16:31:06.916 DEBUG:teuthology.orchestra.run.vm08:> test -f /run/.containerenv -o -f /.dockerenv 2026-03-09T16:31:06.929 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-09T16:31:06.929 DEBUG:teuthology.orchestra.run.vm02:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2026-03-09T16:31:06.959 DEBUG:teuthology.orchestra.run.vm08:> 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-09T16:31:06.979 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-09T16:31:06.987 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-09T16:31:06.993 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-09T16:31:07.001 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-03-09T16:31:07.002 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-03-09T16:31:07.003 INFO:teuthology.task.internal:Configuring sudo... 2026-03-09T16:31:07.003 DEBUG:teuthology.orchestra.run.vm02:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-09T16:31:07.031 DEBUG:teuthology.orchestra.run.vm08:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-03-09T16:31:07.063 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-03-09T16:31:07.066 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-03-09T16:31:07.066 DEBUG:teuthology.orchestra.run.vm02:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-09T16:31:07.092 DEBUG:teuthology.orchestra.run.vm08:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-03-09T16:31:07.117 DEBUG:teuthology.orchestra.run.vm02:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-09T16:31:07.164 DEBUG:teuthology.orchestra.run.vm02:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-09T16:31:07.220 DEBUG:teuthology.orchestra.run.vm02:> set -ex 2026-03-09T16:31:07.220 DEBUG:teuthology.orchestra.run.vm02:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-09T16:31:07.275 DEBUG:teuthology.orchestra.run.vm08:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-09T16:31:07.296 DEBUG:teuthology.orchestra.run.vm08:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-09T16:31:07.352 DEBUG:teuthology.orchestra.run.vm08:> set -ex 2026-03-09T16:31:07.352 DEBUG:teuthology.orchestra.run.vm08:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-03-09T16:31:07.406 DEBUG:teuthology.orchestra.run.vm02:> sudo service rsyslog restart 2026-03-09T16:31:07.408 DEBUG:teuthology.orchestra.run.vm08:> sudo service rsyslog restart 2026-03-09T16:31:07.432 INFO:teuthology.orchestra.run.vm02.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-09T16:31:07.471 INFO:teuthology.orchestra.run.vm08.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-09T16:31:07.762 INFO:teuthology.run_tasks:Running task internal.timer... 2026-03-09T16:31:07.764 INFO:teuthology.task.internal:Starting timer... 2026-03-09T16:31:07.764 INFO:teuthology.run_tasks:Running task pcp... 2026-03-09T16:31:07.766 INFO:teuthology.run_tasks:Running task selinux... 2026-03-09T16:31:07.768 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-09T16:31:07.768 INFO:teuthology.task.selinux:Excluding vm02: VMs are not yet supported 2026-03-09T16:31:07.768 INFO:teuthology.task.selinux:Excluding vm08: VMs are not yet supported 2026-03-09T16:31:07.768 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-03-09T16:31:07.768 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2026-03-09T16:31:07.769 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-03-09T16:31:07.769 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-03-09T16:31:07.770 DEBUG:teuthology.task:Applying overrides for task ansible.cephlab: {'branch': 'main', 'skip_tags': 'nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs', 'vars': {'timezone': 'UTC'}} 2026-03-09T16:31:07.770 DEBUG:teuthology.repo_utils:Setting repo remote to https://github.com/ceph/ceph-cm-ansible.git 2026-03-09T16:31:07.772 INFO:teuthology.repo_utils:Fetching github.com_ceph_ceph-cm-ansible_main from origin 2026-03-09T16:31:08.403 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthos/src/github.com_ceph_ceph-cm-ansible_main to origin/main 2026-03-09T16:31:08.408 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-09T16:31:08.409 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu", "timezone": "UTC"}' -i /tmp/teuth_ansible_inventoryghjsqk3d --limit vm02.local,vm08.local /home/teuthos/src/github.com_ceph_ceph-cm-ansible_main/cephlab.yml --skip-tags nagios,monitoring-scripts,hostname,pubkeys,zap,sudoers,kerberos,ntp-client,resolvconf,cpan,nfs 2026-03-09T16:31:48.857 INFO:teuthology.task.ansible:Archiving ansible failure log at: /archive/kyr-2026-03-09_11:23:05-orch-squid-none-default-vps/550/ansible_failures.yaml 2026-03-09T16:31:48.857 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthos/teuthology/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/home/teuthos/teuthology/teuthology/task/__init__.py", line 123, in __enter__ self.begin() File "/home/teuthos/teuthology/teuthology/task/ansible.py", line 490, in begin super(CephLab, self).begin() File "/home/teuthos/teuthology/teuthology/task/ansible.py", line 324, in begin self.execute_playbook() File "/home/teuthos/teuthology/teuthology/task/ansible.py", line 356, in execute_playbook self._handle_failure(command, status) File "/home/teuthos/teuthology/teuthology/task/ansible.py", line 384, in _handle_failure raise AnsibleFailedError(failures) teuthology.exceptions.AnsibleFailedError: vm08.local: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false best: null bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - ceph - ceph-base - ceph-selinux - ceph-common - ceph-debuginfo - ceph-release - libcephfs1 - ceph-radosgw - python-ceph - python-rados - python-rbd - python-cephfs - librbd1 - librados2 - mod_fastcgi nobest: null releasever: null security: false skip_broken: false sslverify: true state: absent update_cache: false update_only: false use_backend: auto validate_certs: true msg: 'Failed to download metadata for repo ''baseos'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: []vm02.local: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false best: null bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - ceph - ceph-base - ceph-selinux - ceph-common - ceph-debuginfo - ceph-release - libcephfs1 - ceph-radosgw - python-ceph - python-rados - python-rbd - python-cephfs - librbd1 - librados2 - mod_fastcgi nobest: null releasever: null security: false skip_broken: false sslverify: true state: absent update_cache: false update_only: false use_backend: auto validate_certs: true msg: 'Failed to download metadata for repo ''baseos'': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried' rc: 1 results: [] 2026-03-09T16:31:48.857 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-03-09T16:31:48.859 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-03-09T16:31:48.859 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-03-09T16:31:48.862 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-03-09T16:31:48.864 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-03-09T16:31:48.865 INFO:teuthology.task.internal:Duration was 41.101325 seconds 2026-03-09T16:31:48.865 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-03-09T16:31:48.867 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-03-09T16:31:48.867 DEBUG:teuthology.orchestra.run.vm02:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-09T16:31:48.869 DEBUG:teuthology.orchestra.run.vm08:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-03-09T16:31:48.918 INFO:teuthology.orchestra.run.vm02.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-09T16:31:48.925 INFO:teuthology.orchestra.run.vm08.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-03-09T16:32:01.764 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-03-09T16:32:01.764 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm02.local 2026-03-09T16:32:01.764 DEBUG:teuthology.orchestra.run.vm02:> grep -E --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | grep -E -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | grep -E -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2026-03-09T16:32:01.799 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@vm08.local 2026-03-09T16:32:01.800 DEBUG:teuthology.orchestra.run.vm08:> 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-09T16:32:01.833 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-03-09T16:32:01.833 DEBUG:teuthology.orchestra.run.vm02:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-09T16:32:01.841 DEBUG:teuthology.orchestra.run.vm08:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-09T16:32:01.992 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-03-09T16:32:01.992 DEBUG:teuthology.orchestra.run.vm02:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --max-args=1 --max-procs=0 --verbose --no-run-if-empty -- gzip -5 --verbose -- 2026-03-09T16:32:01.994 DEBUG:teuthology.orchestra.run.vm08:> 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-09T16:32:02.021 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-09T16:32:02.022 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-09T16:32:02.022 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-09T16:32:02.022 INFO:teuthology.orchestra.run.vm08.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-09T16:32:02.022 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-09T16:32:02.028 INFO:teuthology.orchestra.run.vm02.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-03-09T16:32:02.028 INFO:teuthology.orchestra.run.vm02.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-03-09T16:32:02.028 INFO:teuthology.orchestra.run.vm02.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-03-09T16:32:02.029 INFO:teuthology.orchestra.run.vm02.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-03-09T16:32:02.029 INFO:teuthology.orchestra.run.vm02.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-03-09T16:32:02.045 INFO:teuthology.orchestra.run.vm08.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 97.9% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-09T16:32:02.056 INFO:teuthology.orchestra.run.vm02.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 97.9% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-03-09T16:32:02.061 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-03-09T16:32:02.063 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-03-09T16:32:02.063 DEBUG:teuthology.orchestra.run.vm02:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-09T16:32:02.131 DEBUG:teuthology.orchestra.run.vm08:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-03-09T16:32:02.160 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-03-09T16:32:02.162 DEBUG:teuthology.orchestra.run.vm02:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2026-03-09T16:32:02.174 DEBUG:teuthology.orchestra.run.vm08:> 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-09T16:32:02.203 INFO:teuthology.orchestra.run.vm02.stdout:kernel.core_pattern = core 2026-03-09T16:32:02.234 INFO:teuthology.orchestra.run.vm08.stdout:kernel.core_pattern = core 2026-03-09T16:32:02.251 DEBUG:teuthology.orchestra.run.vm02:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-09T16:32:02.282 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-09T16:32:02.282 DEBUG:teuthology.orchestra.run.vm08:> test -e /home/ubuntu/cephtest/archive/coredump 2026-03-09T16:32:02.311 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-03-09T16:32:02.311 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-03-09T16:32:02.313 INFO:teuthology.task.internal:Transferring archived files... 2026-03-09T16:32:02.314 DEBUG:teuthology.misc:Transferring archived files from vm02:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-09_11:23:05-orch-squid-none-default-vps/550/remote/vm02 2026-03-09T16:32:02.314 DEBUG:teuthology.orchestra.run.vm02:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-09T16:32:02.366 DEBUG:teuthology.misc:Transferring archived files from vm08:/home/ubuntu/cephtest/archive to /archive/kyr-2026-03-09_11:23:05-orch-squid-none-default-vps/550/remote/vm08 2026-03-09T16:32:02.366 DEBUG:teuthology.orchestra.run.vm08:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-03-09T16:32:02.409 INFO:teuthology.task.internal:Removing archive directory... 2026-03-09T16:32:02.409 DEBUG:teuthology.orchestra.run.vm02:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-09T16:32:02.412 DEBUG:teuthology.orchestra.run.vm08:> rm -rf -- /home/ubuntu/cephtest/archive 2026-03-09T16:32:02.472 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-03-09T16:32:02.474 INFO:teuthology.task.internal:Not uploading archives. 2026-03-09T16:32:02.474 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-03-09T16:32:02.476 INFO:teuthology.task.internal:Tidying up after the test... 2026-03-09T16:32:02.476 DEBUG:teuthology.orchestra.run.vm02:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-09T16:32:02.484 DEBUG:teuthology.orchestra.run.vm08:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-03-09T16:32:02.505 INFO:teuthology.orchestra.run.vm02.stdout: 71303424 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 9 16:32 /home/ubuntu/cephtest 2026-03-09T16:32:02.535 INFO:teuthology.orchestra.run.vm08.stdout: 71303424 0 drwxr-xr-x 2 ubuntu ubuntu 6 Mar 9 16:32 /home/ubuntu/cephtest 2026-03-09T16:32:02.536 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-03-09T16:32:02.542 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_extra_daemon_features} duration: 41.10132455825806 failure_reason: 'vm08.local: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false best: null bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - ceph - ceph-base - ceph-selinux - ceph-common - ceph-debuginfo - ceph-release - libcephfs1 - ceph-radosgw - python-ceph - python-rados - python-rbd - python-cephfs - librbd1 - librados2 - mod_fastcgi nobest: null releasever: null security: false skip_broken: false sslverify: true state: absent update_cache: false update_only: false use_backend: auto validate_certs: true msg: ''Failed to download metadata for repo ''''baseos'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []vm02.local: _ansible_no_log: false changed: false invocation: module_args: allow_downgrade: false allowerasing: false autoremove: false best: null bugfix: false cacheonly: false conf_file: null disable_excludes: null disable_gpg_check: false disable_plugin: [] disablerepo: [] download_dir: null download_only: false enable_plugin: [] enablerepo: [] exclude: [] install_repoquery: true install_weak_deps: true installroot: / list: null lock_timeout: 30 name: - ceph - ceph-base - ceph-selinux - ceph-common - ceph-debuginfo - ceph-release - libcephfs1 - ceph-radosgw - python-ceph - python-rados - python-rbd - python-cephfs - librbd1 - librados2 - mod_fastcgi nobest: null releasever: null security: false skip_broken: false sslverify: true state: absent update_cache: false update_only: false use_backend: auto validate_certs: true msg: ''Failed to download metadata for repo ''''baseos'''': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried'' rc: 1 results: []' owner: kyr sentry_event: null status: dead success: false 2026-03-09T16:32:02.543 DEBUG:teuthology.report:Pushing job info to http://localhost:8080 2026-03-09T16:32:02.562 INFO:teuthology.run:DEAD