2024-04-26T19:00:53.140 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-26T19:00:53.140 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} --name yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674972 -- /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674972/orig.config.yaml 2024-04-26T19:00:53.180 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-26T19:00:53.269 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674972 branch: wip-yuri3-testing-2024-04-05-0825 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} email: null first_in_suite: false job_id: '7674972' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-yuri3-testing-2024-04-05-0825 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 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2024-04-05-0825 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb owner: scheduled_yuriw@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 3753 sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2024-04-05-0825 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb targets: smithi038.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKyGRzXW8g/fs8LfmshhqKu4MJ9rhOe9fHEZxCyQtSsgpZy4ErnaH+gcwe5XKFLP+NHvkYMa5XgnrVZLQPEFCnU= smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGU/LjCUweRk2FTb4Q59HUu7OdF75J1v/4XXmQgfn83LU0n2Hmoq7CIn35JH8qI34db9NassN/3YdEMW6SnzF28= tasks: - pexec: all: - sudo dnf install runc -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - 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: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-26_18:18:24 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-26T19:00:53.269 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa; will attempt to use it 2024-04-26T19:00:53.270 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5d349943c59c9485df060d6adb0594f3940ec0eb/qa/tasks 2024-04-26T19:00:53.270 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-26T19:00:53.272 INFO:teuthology.task.internal:Checking packages... 2024-04-26T19:00:53.296 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '5d349943c59c9485df060d6adb0594f3940ec0eb' 2024-04-26T19:00:53.296 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-26T19:00:53.296 INFO:teuthology.packaging:ref: None 2024-04-26T19:00:53.296 INFO:teuthology.packaging:tag: None 2024-04-26T19:00:53.296 INFO:teuthology.packaging:branch: wip-yuri3-testing-2024-04-05-0825 2024-04-26T19:00:53.296 INFO:teuthology.packaging:sha1: 5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-26T19:00:53.296 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-yuri3-testing-2024-04-05-0825 2024-04-26T19:00:53.532 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3211.g5d349943 2024-04-26T19:00:53.533 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-26T19:00:53.540 INFO:teuthology.task.internal:no buildpackages task found 2024-04-26T19:00:53.540 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-26T19:00:53.546 INFO:teuthology.task.internal:Saving configuration 2024-04-26T19:00:53.561 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-26T19:00:53.567 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-26T19:00:53.591 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674972', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-26 18:55:54.891449', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKyGRzXW8g/fs8LfmshhqKu4MJ9rhOe9fHEZxCyQtSsgpZy4ErnaH+gcwe5XKFLP+NHvkYMa5XgnrVZLQPEFCnU='} 2024-04-26T19:00:53.617 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674972', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-26 18:55:54.893448', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGU/LjCUweRk2FTb4Q59HUu7OdF75J1v/4XXmQgfn83LU0n2Hmoq7CIn35JH8qI34db9NassN/3YdEMW6SnzF28='} 2024-04-26T19:00:53.617 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-26T19:00:53.624 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-26T19:00:53.624 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-26T19:00:53.624 INFO:teuthology.run_tasks:Running task console_log... 2024-04-26T19:00:53.691 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9529ba1160>, signals=[15]) 2024-04-26T19:00:53.692 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-26T19:00:53.698 INFO:teuthology.task.internal:Opening connections... 2024-04-26T19:00:53.698 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2024-04-26T19:00:53.700 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T19:00:53.775 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2024-04-26T19:00:53.776 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T19:00:53.850 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-26T19:00:53.857 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2024-04-26T19:00:53.876 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2024-04-26T19:00:53.876 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2024-04-26T19:00:53.934 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="CentOS Stream" 2024-04-26T19:00:53.934 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="9" 2024-04-26T19:00:53.934 INFO:teuthology.orchestra.run.smithi038.stdout:ID="centos" 2024-04-26T19:00:53.934 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE="rhel fedora" 2024-04-26T19:00:53.934 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="9" 2024-04-26T19:00:53.934 INFO:teuthology.orchestra.run.smithi038.stdout:PLATFORM_ID="platform:el9" 2024-04-26T19:00:53.934 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-26T19:00:53.934 INFO:teuthology.orchestra.run.smithi038.stdout:ANSI_COLOR="0;31" 2024-04-26T19:00:53.935 INFO:teuthology.orchestra.run.smithi038.stdout:LOGO="fedora-logo-icon" 2024-04-26T19:00:53.935 INFO:teuthology.orchestra.run.smithi038.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-26T19:00:53.935 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://centos.org/" 2024-04-26T19:00:53.935 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-26T19:00:53.935 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-26T19:00:53.935 INFO:teuthology.orchestra.run.smithi038.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-26T19:00:53.935 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2024-04-26T19:00:53.956 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2024-04-26T19:00:53.974 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2024-04-26T19:00:53.974 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2024-04-26T19:00:54.031 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="CentOS Stream" 2024-04-26T19:00:54.031 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="9" 2024-04-26T19:00:54.031 INFO:teuthology.orchestra.run.smithi098.stdout:ID="centos" 2024-04-26T19:00:54.031 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="rhel fedora" 2024-04-26T19:00:54.031 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="9" 2024-04-26T19:00:54.031 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el9" 2024-04-26T19:00:54.031 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-26T19:00:54.031 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2024-04-26T19:00:54.031 INFO:teuthology.orchestra.run.smithi098.stdout:LOGO="fedora-logo-icon" 2024-04-26T19:00:54.032 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-26T19:00:54.032 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://centos.org/" 2024-04-26T19:00:54.032 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-26T19:00:54.032 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-26T19:00:54.032 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-26T19:00:54.032 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2024-04-26T19:00:54.056 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-26T19:00:54.064 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-26T19:00:54.070 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-26T19:00:54.070 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2024-04-26T19:00:54.072 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2024-04-26T19:00:54.089 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-26T19:00:54.095 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-26T19:00:54.095 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2024-04-26T19:00:54.130 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2024-04-26T19:00:54.224 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-26T19:00:54.274 INFO:teuthology.run_tasks:Running task kernel... 2024-04-26T19:00:54.289 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-26T19:00:54.289 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-26T19:00:54.289 DEBUG:teuthology.orchestra.run.smithi038:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-26T19:00:54.290 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-26T19:00:54.306 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T19:00:54.306 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2024-04-26T19:00:54.307 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T19:00:54.307 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2024-04-26T19:00:54.364 INFO:teuthology.orchestra.run.smithi098.stdout:5.14.0-437.el9.x86_64 2024-04-26T19:00:54.364 INFO:teuthology.task.kernel:Running kernel on smithi098: 5.14.0-437.el9.x86_64 2024-04-26T19:00:54.364 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2024-04-26T19:00:54.365 INFO:teuthology.orchestra.run.smithi038.stdout:5.14.0-437.el9.x86_64 2024-04-26T19:00:54.365 INFO:teuthology.task.kernel:Running kernel on smithi038: 5.14.0-437.el9.x86_64 2024-04-26T19:00:54.365 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum install -y kernel 2024-04-26T19:00:56.778 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-26T19:00:57.944 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.0 MB 00:01 2024-04-26T19:00:59.753 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 25 MB/s | 19 MB 00:00 2024-04-26T19:01:04.054 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 9.0 MB/s | 6.2 MB 00:00 2024-04-26T19:01:07.255 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 7.9 kB/s | 16 kB 00:02 2024-04-26T19:01:08.415 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 20 MB/s | 21 MB 00:01 2024-04-26T19:01:13.381 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-04-26T19:01:15.246 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-26T19:01:15.246 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-26T19:01:15.333 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-26T19:01:15.334 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2024-04-26T19:01:15.334 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-26T19:01:15.442 DEBUG:teuthology.orchestra.run.smithi098:> echo no | sudo yum reinstall kernel || true 2024-04-26T19:01:15.938 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:02 ago on Fri 26 Apr 2024 07:01:13 PM UTC. 2024-04-26T19:01:16.056 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-26T19:01:16.063 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:01:16.064 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-26T19:01:16.064 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:01:16.064 INFO:teuthology.orchestra.run.smithi098.stdout:Reinstalling: 2024-04-26T19:01:16.064 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T19:01:16.064 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:01:16.064 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-26T19:01:16.064 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:01:16.064 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:01:16.065 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 255 k 2024-04-26T19:01:16.065 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 0 2024-04-26T19:01:16.065 INFO:teuthology.orchestra.run.smithi098.stderr:Operation aborted. 2024-04-26T19:01:16.128 INFO:teuthology.orchestra.run.smithi098.stdout:Is this ok [y/N]: 2024-04-26T19:01:16.128 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum reinstall -y kernel || true 2024-04-26T19:01:16.253 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - AppStream 1.0 MB/s | 19 MB 00:18 2024-04-26T19:01:16.619 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:03 ago on Fri 26 Apr 2024 07:01:13 PM UTC. 2024-04-26T19:01:16.734 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-26T19:01:16.735 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:01:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-26T19:01:16.735 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:01:16.735 INFO:teuthology.orchestra.run.smithi098.stdout:Reinstalling: 2024-04-26T19:01:16.735 INFO:teuthology.orchestra.run.smithi098.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T19:01:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:01:16.736 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-26T19:01:16.736 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:01:16.736 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:01:16.736 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 255 k 2024-04-26T19:01:16.736 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 0 2024-04-26T19:01:16.736 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-26T19:01:17.522 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-437.el9.x86_64.rpm 507 kB/s | 255 kB 00:00 2024-04-26T19:01:17.522 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:01:17.522 INFO:teuthology.orchestra.run.smithi098.stdout:Total 324 kB/s | 255 kB 00:00 2024-04-26T19:01:17.542 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-26T19:01:17.723 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-26T19:01:17.724 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-26T19:01:17.729 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-26T19:01:17.730 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-26T19:01:17.868 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-26T19:01:17.935 INFO:teuthology.orchestra.run.smithi098.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T19:01:17.935 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T19:01:18.696 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T19:01:18.696 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T19:01:19.359 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T19:01:19.359 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:01:19.360 INFO:teuthology.orchestra.run.smithi098.stdout:Reinstalled: 2024-04-26T19:01:19.360 INFO:teuthology.orchestra.run.smithi098.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-26T19:01:19.360 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:01:19.360 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-26T19:01:19.545 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2024-04-26T19:01:19.590 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-26T19:01:19.591 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-26T19:01:19.591 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-26T19:01:19.591 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-26T19:01:19.592 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-26T19:01:19.630 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2024-04-26T19:01:19.654 DEBUG:teuthology.parallel:result is None 2024-04-26T19:01:22.787 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - CRB 2.2 MB/s | 6.2 MB 00:02 2024-04-26T19:01:25.313 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - Extras packages 12 kB/s | 16 kB 00:01 2024-04-26T19:01:27.358 INFO:teuthology.orchestra.run.smithi038.stdout:Extra Packages for Enterprise Linux 11 MB/s | 21 MB 00:01 2024-04-26T19:01:32.556 INFO:teuthology.orchestra.run.smithi038.stdout:lab-extras 40 kB/s | 1.7 kB 00:00 2024-04-26T19:01:34.504 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-26T19:01:34.504 INFO:teuthology.orchestra.run.smithi038.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-26T19:01:34.592 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:01:34.593 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-26T19:01:34.594 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-26T19:01:34.695 DEBUG:teuthology.orchestra.run.smithi038:> echo no | sudo yum reinstall kernel || true 2024-04-26T19:01:35.218 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:03 ago on Fri 26 Apr 2024 07:01:32 PM UTC. 2024-04-26T19:01:35.347 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:01:35.364 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:01:35.365 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2024-04-26T19:01:35.365 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:01:35.365 INFO:teuthology.orchestra.run.smithi038.stdout:Reinstalling: 2024-04-26T19:01:35.365 INFO:teuthology.orchestra.run.smithi038.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T19:01:35.365 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:01:35.365 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-26T19:01:35.365 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:01:35.365 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:01:35.365 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 255 k 2024-04-26T19:01:35.365 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 0 2024-04-26T19:01:35.366 INFO:teuthology.orchestra.run.smithi038.stderr:Operation aborted. 2024-04-26T19:01:35.423 INFO:teuthology.orchestra.run.smithi038.stdout:Is this ok [y/N]: 2024-04-26T19:01:35.423 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum reinstall -y kernel || true 2024-04-26T19:01:35.937 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:03 ago on Fri 26 Apr 2024 07:01:32 PM UTC. 2024-04-26T19:01:36.057 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:01:36.058 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:01:36.058 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2024-04-26T19:01:36.058 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:01:36.058 INFO:teuthology.orchestra.run.smithi038.stdout:Reinstalling: 2024-04-26T19:01:36.058 INFO:teuthology.orchestra.run.smithi038.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-26T19:01:36.058 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:01:36.058 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-26T19:01:36.058 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:01:36.058 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:01:36.059 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 255 k 2024-04-26T19:01:36.059 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 0 2024-04-26T19:01:36.059 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-26T19:01:36.591 INFO:teuthology.orchestra.run.smithi038.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.0 MB/s | 255 kB 00:00 2024-04-26T19:01:36.592 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:01:36.592 INFO:teuthology.orchestra.run.smithi038.stdout:Total 477 kB/s | 255 kB 00:00 2024-04-26T19:01:36.609 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-26T19:01:36.817 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-26T19:01:36.817 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-26T19:01:36.823 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-26T19:01:36.823 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-26T19:01:36.971 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-26T19:01:37.051 INFO:teuthology.orchestra.run.smithi038.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T19:01:37.051 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T19:01:37.712 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T19:01:37.712 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-26T19:01:38.430 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-26T19:01:38.430 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:01:38.430 INFO:teuthology.orchestra.run.smithi038.stdout:Reinstalled: 2024-04-26T19:01:38.430 INFO:teuthology.orchestra.run.smithi038.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-26T19:01:38.431 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:01:38.431 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-26T19:01:38.640 DEBUG:teuthology.orchestra.run.smithi038:> rpm -q kernel | sort -rV | head -n 1 2024-04-26T19:01:38.728 INFO:teuthology.orchestra.run.smithi038.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-26T19:01:38.728 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-26T19:01:38.729 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-26T19:01:38.729 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-26T19:01:38.729 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-26T19:01:38.757 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2024-04-26T19:01:38.780 DEBUG:teuthology.parallel:result is None 2024-04-26T19:01:38.780 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-26T19:01:38.789 INFO:teuthology.task.internal:Creating test directory... 2024-04-26T19:01:38.789 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-26T19:01:38.822 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-26T19:01:38.840 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-26T19:01:38.846 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-26T19:01:38.856 INFO:teuthology.task.internal:Creating archive directory... 2024-04-26T19:01:38.857 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-26T19:01:38.877 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-26T19:01:38.983 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-26T19:01:38.990 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-26T19:01:38.990 DEBUG:teuthology.orchestra.run.smithi038:> 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 2024-04-26T19:01:38.992 DEBUG:teuthology.orchestra.run.smithi098:> 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 2024-04-26T19:01:39.029 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T19:01:39.038 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T19:01:39.040 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T19:01:39.047 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-26T19:01:39.049 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-26T19:01:39.058 INFO:teuthology.task.internal:Configuring sudo... 2024-04-26T19:01:39.059 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-26T19:01:39.061 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-26T19:01:39.108 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-26T19:01:39.117 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-26T19:01:39.117 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-26T19:01:39.124 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-26T19:01:39.165 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T19:01:39.220 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T19:01:39.265 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T19:01:39.349 DEBUG:teuthology.orchestra.run.smithi038:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T19:01:39.386 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-04-26T19:01:39.387 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-26T19:01:39.450 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T19:01:39.494 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-26T19:01:39.544 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T19:01:39.627 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-26T19:01:39.669 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-26T19:01:39.669 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-26T19:01:39.734 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2024-04-26T19:01:39.737 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2024-04-26T19:01:39.766 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T19:01:39.814 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T19:01:40.274 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-26T19:01:40.282 INFO:teuthology.task.internal:Starting timer... 2024-04-26T19:01:40.282 INFO:teuthology.run_tasks:Running task pcp... 2024-04-26T19:01:40.293 INFO:teuthology.run_tasks:Running task selinux... 2024-04-26T19:01:40.301 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-26T19:01:40.301 DEBUG:teuthology.orchestra.run.smithi038:> sudo service auditd rotate 2024-04-26T19:01:40.374 INFO:teuthology.orchestra.run.smithi038.stdout:Rotating logs: 2024-04-26T19:01:40.376 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2024-04-26T19:01:40.452 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2024-04-26T19:01:40.454 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-26T19:01:40.454 DEBUG:teuthology.orchestra.run.smithi038:> /usr/sbin/getenforce 2024-04-26T19:01:40.481 INFO:teuthology.orchestra.run.smithi038.stdout:Permissive 2024-04-26T19:01:40.482 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2024-04-26T19:01:40.506 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2024-04-26T19:01:40.506 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi038.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi098.front.sepia.ceph.com': 'permissive'} 2024-04-26T19:01:40.506 DEBUG:teuthology.orchestra.run.smithi038:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-26T19:01:40.547 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T19:01:40.548 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-26T19:01:40.572 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T19:01:40.572 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-26T19:01:40.572 DEBUG:teuthology.orchestra.run.smithi038:> sudo /usr/sbin/setenforce permissive 2024-04-26T19:01:40.614 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2024-04-26T19:01:40.637 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-26T19:01:40.647 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-26T19:01:40.652 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-26T19:01:40.792 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-26T19:01:40.808 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'}]}] 2024-04-26T19:01:40.809 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi038.front.sepia.ceph.com,smithi098.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-26T19:05:09.667 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi038.front.sepia.ceph.com'), Remote(name='ubuntu@smithi098.front.sepia.ceph.com')] 2024-04-26T19:05:09.668 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-04-26T19:05:09.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T19:05:09.745 DEBUG:teuthology.orchestra.run.smithi038:> true 2024-04-26T19:05:09.826 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2024-04-26T19:05:09.827 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-26T19:05:09.827 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-26T19:05:09.903 DEBUG:teuthology.orchestra.run.smithi098:> true 2024-04-26T19:05:09.985 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2024-04-26T19:05:09.986 INFO:teuthology.run_tasks:Running task clock... 2024-04-26T19:05:09.996 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-26T19:05:09.996 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-26T19:05:09.996 DEBUG:teuthology.orchestra.run.smithi038:> 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 2024-04-26T19:05:09.999 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-26T19:05:09.999 DEBUG:teuthology.orchestra.run.smithi098:> 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 2024-04-26T19:05:10.026 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-26T19:05:10.040 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-26T19:05:10.055 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-26T19:05:10.064 INFO:teuthology.orchestra.run.smithi038.stderr:sudo: ntpd: command not found 2024-04-26T19:05:10.068 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-26T19:05:10.075 INFO:teuthology.orchestra.run.smithi038.stdout:506 Cannot talk to daemon 2024-04-26T19:05:10.089 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-26T19:05:10.091 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2024-04-26T19:05:10.101 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2024-04-26T19:05:10.103 INFO:teuthology.orchestra.run.smithi038.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-26T19:05:10.114 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-26T19:05:10.127 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-26T19:05:10.167 INFO:teuthology.orchestra.run.smithi038.stderr:bash: line 1: ntpq: command not found 2024-04-26T19:05:10.170 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T19:05:10.170 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2024-04-26T19:05:10.170 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T19:05:10.170 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T19:05:10.170 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T19:05:10.170 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T19:05:10.182 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-04-26T19:05:10.185 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T19:05:10.185 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-04-26T19:05:10.186 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T19:05:10.186 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T19:05:10.186 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T19:05:10.186 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T19:05:10.187 INFO:teuthology.run_tasks:Running task pexec... 2024-04-26T19:05:10.196 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-26T19:05:10.196 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi038.front.sepia.ceph.com 2024-04-26T19:05:10.196 DEBUG:teuthology.orchestra.run.smithi038:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-26T19:05:10.197 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2024-04-26T19:05:10.197 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-26T19:05:10.749 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:45 ago on Fri 26 Apr 2024 07:04:25 PM UTC. 2024-04-26T19:05:10.761 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:39 ago on Fri 26 Apr 2024 07:04:31 PM UTC. 2024-04-26T19:05:10.864 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-26T19:05:10.865 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:05:10.866 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2024-04-26T19:05:10.866 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:05:10.866 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-26T19:05:10.866 INFO:teuthology.orchestra.run.smithi098.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-26T19:05:10.866 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:05:10.866 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-26T19:05:10.867 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:05:10.867 INFO:teuthology.orchestra.run.smithi098.stdout:Install 1 Package 2024-04-26T19:05:10.867 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:05:10.867 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 3.1 M 2024-04-26T19:05:10.867 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 9.8 M 2024-04-26T19:05:10.867 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-26T19:05:10.882 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:05:10.883 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:05:10.883 INFO:teuthology.orchestra.run.smithi038.stdout: Package Architecture Version Repository Size 2024-04-26T19:05:10.883 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:05:10.883 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-26T19:05:10.883 INFO:teuthology.orchestra.run.smithi038.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-26T19:05:10.883 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:10.883 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-26T19:05:10.884 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:05:10.884 INFO:teuthology.orchestra.run.smithi038.stdout:Install 1 Package 2024-04-26T19:05:10.884 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:10.884 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 3.1 M 2024-04-26T19:05:10.884 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 9.8 M 2024-04-26T19:05:10.884 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-26T19:05:11.200 INFO:teuthology.orchestra.run.smithi098.stdout:runc-1.1.12-2.el9.x86_64.rpm 15 MB/s | 3.1 MB 00:00 2024-04-26T19:05:11.200 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:05:11.200 INFO:teuthology.orchestra.run.smithi098.stdout:Total 9.4 MB/s | 3.1 MB 00:00 2024-04-26T19:05:11.235 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-26T19:05:11.241 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-26T19:05:11.241 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-26T19:05:11.323 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-26T19:05:11.323 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-26T19:05:11.375 INFO:teuthology.orchestra.run.smithi038.stdout:runc-1.1.12-2.el9.x86_64.rpm 14 MB/s | 3.1 MB 00:00 2024-04-26T19:05:11.375 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:05:11.375 INFO:teuthology.orchestra.run.smithi038.stdout:Total 6.4 MB/s | 3.1 MB 00:00 2024-04-26T19:05:11.412 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-26T19:05:11.419 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-26T19:05:11.419 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-26T19:05:11.507 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-26T19:05:11.507 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-26T19:05:11.543 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-26T19:05:11.624 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T19:05:11.733 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-26T19:05:11.828 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T19:05:12.123 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T19:05:12.274 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T19:05:12.408 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T19:05:12.408 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:05:12.408 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-26T19:05:12.408 INFO:teuthology.orchestra.run.smithi098.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-26T19:05:12.409 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:05:12.409 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-26T19:05:12.541 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-26T19:05:12.541 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:12.541 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-26T19:05:12.542 INFO:teuthology.orchestra.run.smithi038.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-26T19:05:12.542 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:12.542 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-26T19:05:12.683 DEBUG:teuthology.parallel:result is None 2024-04-26T19:05:12.779 DEBUG:teuthology.parallel:result is None 2024-04-26T19:05:12.779 INFO:teuthology.run_tasks:Running task install... 2024-04-26T19:05:12.788 DEBUG:teuthology.task.install:project ceph 2024-04-26T19:05:12.788 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'}} 2024-04-26T19:05:12.788 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb'} 2024-04-26T19:05:12.788 INFO:teuthology.task.install:Using flavor: default 2024-04-26T19:05:12.794 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']} 2024-04-26T19:05:12.794 INFO:teuthology.task.install:extra packages: [] 2024-04-26T19:05:12.794 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-26T19:05:12.794 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-26T19:05:12.796 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '5d349943c59c9485df060d6adb0594f3940ec0eb', 'tag': None, 'wait_for_package': False} 2024-04-26T19:05:12.796 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5d349943c59c9485df060d6adb0594f3940ec0eb 2024-04-26T19:05:12.938 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-26T19:05:12.938 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-26T19:05:12.941 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/ 2024-04-26T19:05:12.941 INFO:teuthology.task.install.rpm:Package version is 19.0.0-3211.g5d349943 2024-04-26T19:05:13.054 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-26T19:05:13.054 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2024-04-26T19:05:13.054 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-26T19:05:13.079 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-04-26T19:05:13.079 DEBUG:teuthology.orchestra.run.smithi098:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-26T19:05:13.108 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2024-04-05-0825/5d349943c59c9485df060d6adb0594f3940ec0eb/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-26T19:05:13.108 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2024-04-26T19:05:13.108 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-26T19:05:13.134 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-04-26T19:05:13.134 DEBUG:teuthology.orchestra.run.smithi038:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/5d349943c59c9485df060d6adb0594f3940ec0eb/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-26T19:05:13.143 DEBUG:teuthology.orchestra.run.smithi098:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-26T19:05:13.206 DEBUG:teuthology.orchestra.run.smithi038:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-04-26T19:05:13.216 DEBUG:teuthology.orchestra.run.smithi098:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-26T19:05:13.278 INFO:teuthology.orchestra.run.smithi098.stdout:check_obsoletes = 1 2024-04-26T19:05:13.280 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum clean all 2024-04-26T19:05:13.282 DEBUG:teuthology.orchestra.run.smithi038:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-04-26T19:05:13.346 INFO:teuthology.orchestra.run.smithi038.stdout:check_obsoletes = 1 2024-04-26T19:05:13.348 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum clean all 2024-04-26T19:05:13.524 INFO:teuthology.orchestra.run.smithi098.stdout:48 files removed 2024-04-26T19:05:13.554 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-radosgw 2024-04-26T19:05:13.587 INFO:teuthology.orchestra.run.smithi038.stdout:48 files removed 2024-04-26T19:05:13.620 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-radosgw 2024-04-26T19:05:14.239 INFO:teuthology.orchestra.run.smithi098.stdout:ceph packages for x86_64 201 kB/s | 83 kB 00:00 2024-04-26T19:05:14.298 INFO:teuthology.orchestra.run.smithi038.stdout:ceph packages for x86_64 209 kB/s | 83 kB 00:00 2024-04-26T19:05:14.656 INFO:teuthology.orchestra.run.smithi098.stdout:ceph noarch packages 45 kB/s | 17 kB 00:00 2024-04-26T19:05:14.693 INFO:teuthology.orchestra.run.smithi038.stdout:ceph noarch packages 48 kB/s | 17 kB 00:00 2024-04-26T19:05:15.020 INFO:teuthology.orchestra.run.smithi098.stdout:ceph source packages 7.2 kB/s | 2.3 kB 00:00 2024-04-26T19:05:15.156 INFO:teuthology.orchestra.run.smithi038.stdout:ceph source packages 5.5 kB/s | 2.3 kB 00:00 2024-04-26T19:05:15.599 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.0 MB 00:00 2024-04-26T19:05:16.836 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - BaseOS 4.9 MB/s | 8.0 MB 00:01 2024-04-26T19:05:18.654 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - AppStream 26 MB/s | 19 MB 00:00 2024-04-26T19:05:23.905 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - CRB 4.0 MB/s | 6.2 MB 00:01 2024-04-26T19:05:25.364 INFO:teuthology.orchestra.run.smithi038.stdout:CentOS Stream 9 - Extras packages 58 kB/s | 16 kB 00:00 2024-04-26T19:05:26.844 INFO:teuthology.orchestra.run.smithi038.stdout:Extra Packages for Enterprise Linux 15 MB/s | 21 MB 00:01 2024-04-26T19:05:32.117 INFO:teuthology.orchestra.run.smithi038.stdout:lab-extras 47 kB/s | 1.7 kB 00:00 2024-04-26T19:05:34.362 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:05:34.363 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:05:34.364 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-26T19:05:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:05:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-26T19:05:34.364 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-26T19:05:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Upgrading: 2024-04-26T19:05:34.364 INFO:teuthology.orchestra.run.smithi038.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-26T19:05:34.364 INFO:teuthology.orchestra.run.smithi038.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-26T19:05:34.364 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-26T19:05:34.364 INFO:teuthology.orchestra.run.smithi038.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-26T19:05:34.365 INFO:teuthology.orchestra.run.smithi038.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-26T19:05:34.366 INFO:teuthology.orchestra.run.smithi038.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-26T19:05:34.367 INFO:teuthology.orchestra.run.smithi038.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-26T19:05:34.367 INFO:teuthology.orchestra.run.smithi038.stdout:Installing weak dependencies: 2024-04-26T19:05:34.367 INFO:teuthology.orchestra.run.smithi038.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-26T19:05:34.367 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:34.367 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-26T19:05:34.367 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:05:34.367 INFO:teuthology.orchestra.run.smithi038.stdout:Install 30 Packages 2024-04-26T19:05:34.367 INFO:teuthology.orchestra.run.smithi038.stdout:Upgrade 2 Packages 2024-04-26T19:05:34.367 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:34.368 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 60 M 2024-04-26T19:05:34.368 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-26T19:05:35.410 INFO:teuthology.orchestra.run.smithi038.stdout:(1/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 7.3 MB/s | 5.4 MB 00:00 2024-04-26T19:05:35.469 INFO:teuthology.orchestra.run.smithi038.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 432 kB/s | 25 kB 00:00 2024-04-26T19:05:35.524 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - AppStream 1.0 MB/s | 19 MB 00:18 2024-04-26T19:05:35.560 INFO:teuthology.orchestra.run.smithi038.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 8.0 MB/s | 748 kB 00:00 2024-04-26T19:05:35.644 INFO:teuthology.orchestra.run.smithi038.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 5.9 MB/s | 501 kB 00:00 2024-04-26T19:05:36.146 INFO:teuthology.orchestra.run.smithi038.stdout:(5/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 11 MB/s | 5.4 MB 00:00 2024-04-26T19:05:36.203 INFO:teuthology.orchestra.run.smithi038.stdout:(6/32): python3-ceph-argparse-19.0.0-3211.g5d34 775 kB/s | 45 kB 00:00 2024-04-26T19:05:36.270 INFO:teuthology.orchestra.run.smithi038.stdout:(7/32): python3-ceph-common-19.0.0-3211.g5d3499 2.0 MB/s | 135 kB 00:00 2024-04-26T19:05:36.336 INFO:teuthology.orchestra.run.smithi038.stdout:(8/32): python3-cephfs-19.0.0-3211.g5d349943.el 2.4 MB/s | 161 kB 00:00 2024-04-26T19:05:36.537 INFO:teuthology.orchestra.run.smithi038.stdout:(9/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 5.7 MB/s | 11 MB 00:01 2024-04-26T19:05:36.762 INFO:teuthology.orchestra.run.smithi038.stdout:(10/32): ceph-common-19.0.0-3211.g5d349943.el7. 10 MB/s | 21 MB 00:02 2024-04-26T19:05:36.787 INFO:teuthology.orchestra.run.smithi038.stdout:(11/32): python3-rbd-19.0.0-3211.g5d349943.el7. 1.2 MB/s | 298 kB 00:00 2024-04-26T19:05:36.813 INFO:teuthology.orchestra.run.smithi038.stdout:(12/32): python3-rados-19.0.0-3211.g5d349943.el 675 kB/s | 321 kB 00:00 2024-04-26T19:05:36.846 INFO:teuthology.orchestra.run.smithi038.stdout:(13/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.2 MB/s | 99 kB 00:00 2024-04-26T19:05:36.922 INFO:teuthology.orchestra.run.smithi038.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 799 kB/s | 107 kB 00:00 2024-04-26T19:05:36.956 INFO:teuthology.orchestra.run.smithi038.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 417 kB/s | 45 kB 00:00 2024-04-26T19:05:36.981 INFO:teuthology.orchestra.run.smithi038.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 957 kB/s | 160 kB 00:00 2024-04-26T19:05:37.048 INFO:teuthology.orchestra.run.smithi038.stdout:(17/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.1 MB/s | 292 kB 00:00 2024-04-26T19:05:37.073 INFO:teuthology.orchestra.run.smithi038.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 459 kB/s | 42 kB 00:00 2024-04-26T19:05:37.107 INFO:teuthology.orchestra.run.smithi038.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.5 MB/s | 662 kB 00:00 2024-04-26T19:05:37.132 INFO:teuthology.orchestra.run.smithi038.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 613 kB/s | 36 kB 00:00 2024-04-26T19:05:37.157 INFO:teuthology.orchestra.run.smithi038.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 946 kB/s | 47 kB 00:00 2024-04-26T19:05:37.182 INFO:teuthology.orchestra.run.smithi038.stdout:(22/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.6 MB/s | 221 kB 00:00 2024-04-26T19:05:37.333 INFO:teuthology.orchestra.run.smithi038.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 173 kB/s | 26 kB 00:00 2024-04-26T19:05:37.475 INFO:teuthology.orchestra.run.smithi038.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 343 kB/s | 49 kB 00:00 2024-04-26T19:05:37.550 INFO:teuthology.orchestra.run.smithi038.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 738 kB/s | 309 kB 00:00 2024-04-26T19:05:37.576 INFO:teuthology.orchestra.run.smithi038.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 670 kB/s | 67 kB 00:00 2024-04-26T19:05:37.726 INFO:teuthology.orchestra.run.smithi038.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 4.7 MB/s | 839 kB 00:00 2024-04-26T19:05:37.926 INFO:teuthology.orchestra.run.smithi038.stdout:(28/32): thrift-0.15.0-2.el9.x86_64.rpm 7.9 MB/s | 1.6 MB 00:00 2024-04-26T19:05:38.193 INFO:teuthology.orchestra.run.smithi038.stdout:(29/32): librados2-19.0.0-3211.g5d349943.el7.x8 13 MB/s | 3.4 MB 00:00 2024-04-26T19:05:38.218 INFO:teuthology.orchestra.run.smithi038.stdout:(30/32): re2-20211101-3.el9.x86_64.rpm 298 kB/s | 192 kB 00:00 2024-04-26T19:05:38.327 INFO:teuthology.orchestra.run.smithi038.stdout:(31/32): libarrow-9.0.0-11.el9.x86_64.rpm 3.8 MB/s | 4.4 MB 00:01 2024-04-26T19:05:38.386 INFO:teuthology.orchestra.run.smithi038.stdout:(32/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 16 MB/s | 3.1 MB 00:00 2024-04-26T19:05:38.387 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:05:38.387 INFO:teuthology.orchestra.run.smithi038.stdout:Total 15 MB/s | 60 MB 00:04 2024-04-26T19:05:38.492 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-26T19:05:38.532 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-26T19:05:38.532 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-26T19:05:39.026 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-26T19:05:39.027 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-26T19:05:39.566 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - CRB 12 MB/s | 6.2 MB 00:00 2024-04-26T19:05:40.495 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-26T19:05:40.579 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-26T19:05:40.607 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-26T19:05:40.633 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-26T19:05:40.656 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T19:05:40.681 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T19:05:40.990 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T19:05:41.054 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T19:05:41.167 INFO:teuthology.orchestra.run.smithi098.stdout:CentOS Stream 9 - Extras packages 36 kB/s | 16 kB 00:00 2024-04-26T19:05:41.402 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-26T19:05:41.518 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T19:05:41.595 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T19:05:41.685 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-26T19:05:41.712 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T19:05:41.757 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T19:05:41.787 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-26T19:05:41.831 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-26T19:05:41.901 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T19:05:41.931 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T19:05:41.995 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T19:05:42.029 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-26T19:05:42.142 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-26T19:05:42.172 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-26T19:05:42.213 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 23 MB/s | 21 MB 00:00 2024-04-26T19:05:42.229 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-26T19:05:42.262 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-26T19:05:42.292 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-26T19:05:42.324 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-26T19:05:42.654 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-26T19:05:42.687 INFO:teuthology.orchestra.run.smithi038.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T19:05:42.778 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T19:05:42.808 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-26T19:05:42.845 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-26T19:05:43.353 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-26T19:05:43.382 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T19:05:43.452 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T19:05:43.525 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-26T19:05:43.567 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-26T19:05:45.976 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T19:05:46.014 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T19:05:46.588 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T19:05:46.626 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T19:05:46.716 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T19:05:46.716 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-26T19:05:46.716 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-26T19:05:46.717 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:46.744 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T19:05:47.161 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-04-26T19:05:49.331 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-26T19:05:49.333 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:05:49.333 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-26T19:05:49.333 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:05:49.334 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-26T19:05:49.334 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 11 M 2024-04-26T19:05:49.334 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrading: 2024-04-26T19:05:49.334 INFO:teuthology.orchestra.run.smithi098.stdout: librados2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.4 M 2024-04-26T19:05:49.334 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 3.1 M 2024-04-26T19:05:49.334 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-26T19:05:49.334 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-26T19:05:49.334 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T19:05:49.334 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 21 M 2024-04-26T19:05:49.334 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux x86_64 2:19.0.0-3211.g5d349943.el7 ceph 25 k 2024-04-26T19:05:49.335 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-26T19:05:49.335 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-04-26T19:05:49.335 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-04-26T19:05:49.335 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 748 k 2024-04-26T19:05:49.335 INFO:teuthology.orchestra.run.smithi098.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-26T19:05:49.335 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-26T19:05:49.335 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-26T19:05:49.335 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 501 k 2024-04-26T19:05:49.335 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2 x86_64 2:19.0.0-3211.g5d349943.el7 ceph 5.4 M 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse x86_64 2:19.0.0-3211.g5d349943.el7 ceph 45 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common x86_64 2:19.0.0-3211.g5d349943.el7 ceph 135 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs x86_64 2:19.0.0-3211.g5d349943.el7 ceph 161 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados x86_64 2:19.0.0-3211.g5d349943.el7 ceph 321 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 298 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw x86_64 2:19.0.0-3211.g5d349943.el7 ceph 99 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-26T19:05:49.336 INFO:teuthology.orchestra.run.smithi098.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-26T19:05:49.337 INFO:teuthology.orchestra.run.smithi098.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-26T19:05:49.337 INFO:teuthology.orchestra.run.smithi098.stdout:Installing weak dependencies: 2024-04-26T19:05:49.337 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-26T19:05:49.337 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:05:49.337 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-26T19:05:49.337 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:05:49.337 INFO:teuthology.orchestra.run.smithi098.stdout:Install 30 Packages 2024-04-26T19:05:49.337 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrade 2 Packages 2024-04-26T19:05:49.337 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:05:49.337 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 60 M 2024-04-26T19:05:49.338 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-26T19:05:50.712 INFO:teuthology.orchestra.run.smithi098.stdout:(1/32): ceph-base-19.0.0-3211.g5d349943.el7.x86 7.3 MB/s | 5.4 MB 00:00 2024-04-26T19:05:50.779 INFO:teuthology.orchestra.run.smithi098.stdout:(2/32): ceph-selinux-19.0.0-3211.g5d349943.el7. 378 kB/s | 25 kB 00:00 2024-04-26T19:05:50.870 INFO:teuthology.orchestra.run.smithi098.stdout:(3/32): libcephfs2-19.0.0-3211.g5d349943.el7.x8 8.0 MB/s | 748 kB 00:00 2024-04-26T19:05:50.963 INFO:teuthology.orchestra.run.smithi098.stdout:(4/32): libradosstriper1-19.0.0-3211.g5d349943. 5.3 MB/s | 501 kB 00:00 2024-04-26T19:05:51.413 INFO:teuthology.orchestra.run.smithi098.stdout:(5/32): ceph-radosgw-19.0.0-3211.g5d349943.el7. 7.4 MB/s | 11 MB 00:01 2024-04-26T19:05:51.497 INFO:teuthology.orchestra.run.smithi098.stdout:(6/32): librgw2-19.0.0-3211.g5d349943.el7.x86_6 10 MB/s | 5.4 MB 00:00 2024-04-26T19:05:51.522 INFO:teuthology.orchestra.run.smithi098.stdout:(7/32): python3-ceph-argparse-19.0.0-3211.g5d34 416 kB/s | 45 kB 00:00 2024-04-26T19:05:51.555 INFO:teuthology.orchestra.run.smithi098.stdout:(8/32): python3-ceph-common-19.0.0-3211.g5d3499 2.2 MB/s | 135 kB 00:00 2024-04-26T19:05:51.581 INFO:teuthology.orchestra.run.smithi098.stdout:(9/32): python3-cephfs-19.0.0-3211.g5d349943.el 2.7 MB/s | 161 kB 00:00 2024-04-26T19:05:51.622 INFO:teuthology.orchestra.run.smithi098.stdout:(10/32): python3-rados-19.0.0-3211.g5d349943.el 4.7 MB/s | 321 kB 00:00 2024-04-26T19:05:51.656 INFO:teuthology.orchestra.run.smithi098.stdout:(11/32): python3-rbd-19.0.0-3211.g5d349943.el7. 3.9 MB/s | 298 kB 00:00 2024-04-26T19:05:51.681 INFO:teuthology.orchestra.run.smithi098.stdout:(12/32): python3-rgw-19.0.0-3211.g5d349943.el7. 1.6 MB/s | 99 kB 00:00 2024-04-26T19:05:52.324 INFO:teuthology.orchestra.run.smithi098.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 160 kB/s | 107 kB 00:00 2024-04-26T19:05:52.374 INFO:teuthology.orchestra.run.smithi098.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 231 kB/s | 160 kB 00:00 2024-04-26T19:05:52.866 INFO:teuthology.orchestra.run.smithi098.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 83 kB/s | 45 kB 00:00 2024-04-26T19:05:53.341 INFO:teuthology.orchestra.run.smithi098.stdout:(16/32): ceph-common-19.0.0-3211.g5d349943.el7. 6.3 MB/s | 21 MB 00:03 2024-04-26T19:05:53.658 INFO:teuthology.orchestra.run.smithi098.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 516 kB/s | 662 kB 00:01 2024-04-26T19:05:53.916 INFO:teuthology.orchestra.run.smithi098.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 74 kB/s | 42 kB 00:00 2024-04-26T19:05:53.942 INFO:teuthology.orchestra.run.smithi098.stdout:(19/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 272 kB/s | 292 kB 00:01 2024-04-26T19:05:54.450 INFO:teuthology.orchestra.run.smithi098.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 67 kB/s | 36 kB 00:00 2024-04-26T19:05:54.475 INFO:teuthology.orchestra.run.smithi098.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 270 kB/s | 221 kB 00:00 2024-04-26T19:05:54.501 INFO:teuthology.orchestra.run.smithi098.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 85 kB/s | 47 kB 00:00 2024-04-26T19:05:54.776 INFO:teuthology.orchestra.run.smithi098.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 94 kB/s | 26 kB 00:00 2024-04-26T19:05:54.885 INFO:teuthology.orchestra.run.smithi098.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 713 kB/s | 309 kB 00:00 2024-04-26T19:05:54.910 INFO:teuthology.orchestra.run.smithi098.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 363 kB/s | 49 kB 00:00 2024-04-26T19:05:54.960 INFO:teuthology.orchestra.run.smithi098.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 896 kB/s | 67 kB 00:00 2024-04-26T19:05:55.052 INFO:teuthology.orchestra.run.smithi098.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.0 MB/s | 192 kB 00:00 2024-04-26T19:05:55.161 INFO:teuthology.orchestra.run.smithi098.stdout:(28/32): libarrow-9.0.0-11.el9.x86_64.rpm 6.4 MB/s | 4.4 MB 00:00 2024-04-26T19:05:55.203 INFO:teuthology.orchestra.run.smithi098.stdout:(29/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 2.8 MB/s | 839 kB 00:00 2024-04-26T19:05:55.286 INFO:teuthology.orchestra.run.smithi098.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 6.8 MB/s | 1.6 MB 00:00 2024-04-26T19:05:55.628 INFO:teuthology.orchestra.run.smithi098.stdout:(31/32): librados2-19.0.0-3211.g5d349943.el7.x8 7.3 MB/s | 3.4 MB 00:00 2024-04-26T19:05:55.687 INFO:teuthology.orchestra.run.smithi098.stdout:(32/32): librbd1-19.0.0-3211.g5d349943.el7.x86_ 6.5 MB/s | 3.1 MB 00:00 2024-04-26T19:05:55.692 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:05:55.693 INFO:teuthology.orchestra.run.smithi098.stdout:Total 9.5 MB/s | 60 MB 00:06 2024-04-26T19:05:55.794 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-26T19:05:55.830 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-26T19:05:55.830 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-26T19:05:56.295 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-26T19:05:56.296 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-26T19:05:56.618 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T19:05:56.618 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /sys 2024-04-26T19:05:56.618 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /proc 2024-04-26T19:05:56.618 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /mnt 2024-04-26T19:05:56.618 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /var/tmp 2024-04-26T19:05:56.618 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /home 2024-04-26T19:05:56.618 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /root 2024-04-26T19:05:56.618 INFO:teuthology.orchestra.run.smithi038.stdout:skipping the directory /tmp 2024-04-26T19:05:56.619 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:57.630 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T19:05:57.656 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T19:05:57.656 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:05:57.656 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-26T19:05:57.656 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T19:05:57.656 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T19:05:57.656 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:57.658 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T19:05:57.728 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-26T19:05:57.741 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T19:05:57.741 INFO:teuthology.orchestra.run.smithi038.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T19:05:57.812 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-26T19:05:57.842 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-26T19:05:57.867 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-26T19:05:57.890 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T19:05:57.916 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-26T19:05:58.132 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T19:05:58.187 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-26T19:05:58.554 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-26T19:05:58.636 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T19:05:58.712 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T19:05:58.801 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 8/34 2024-04-26T19:05:58.829 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T19:05:58.876 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 9/34 2024-04-26T19:05:58.905 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-26T19:05:58.948 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 11/34 2024-04-26T19:05:58.966 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T19:05:58.966 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-26T19:05:58.966 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-26T19:05:58.966 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-26T19:05:58.966 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-26T19:05:58.966 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-26T19:05:58.966 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-26T19:05:58.966 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T19:05:58.966 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-26T19:05:58.966 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-26T19:05:58.967 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-26T19:05:58.967 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-26T19:05:58.967 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T19:05:58.967 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-26T19:05:58.967 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-26T19:05:58.967 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-26T19:05:58.967 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-26T19:05:58.967 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-26T19:05:58.967 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-26T19:05:58.967 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-26T19:05:58.968 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-26T19:05:58.968 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-26T19:05:58.968 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-26T19:05:58.968 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-26T19:05:58.968 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-26T19:05:58.968 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-26T19:05:58.968 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-26T19:05:58.969 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-26T19:05:58.969 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-26T19:05:58.969 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-26T19:05:58.970 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-26T19:05:58.970 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T19:05:58.970 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-26T19:05:58.970 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-26T19:05:59.018 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T19:05:59.049 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T19:05:59.129 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 13/34 2024-04-26T19:05:59.164 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-26T19:05:59.274 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-26T19:05:59.306 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-04-26T19:05:59.347 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-26T19:05:59.372 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-26T19:05:59.401 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-04-26T19:05:59.425 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-26T19:05:59.745 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-26T19:05:59.776 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T19:05:59.776 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:59.776 INFO:teuthology.orchestra.run.smithi038.stdout:Upgraded: 2024-04-26T19:05:59.776 INFO:teuthology.orchestra.run.smithi038.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.776 INFO:teuthology.orchestra.run.smithi038.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.776 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-26T19:05:59.776 INFO:teuthology.orchestra.run.smithi038.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-26T19:05:59.776 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.776 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-26T19:05:59.777 INFO:teuthology.orchestra.run.smithi038.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: re2-1:20211101-3.el9.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-26T19:05:59.778 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:05:59.779 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-26T19:05:59.788 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T19:05:59.878 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 22/34 2024-04-26T19:05:59.910 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 23/34 2024-04-26T19:05:59.946 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-26T19:06:00.121 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-test 2024-04-26T19:06:00.423 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-04-26T19:06:00.449 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T19:06:00.520 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 26/34 2024-04-26T19:06:00.589 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 27/34 2024-04-26T19:06:00.626 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 28/34 2024-04-26T19:06:00.653 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:28 ago on Fri 26 Apr 2024 07:05:32 PM UTC. 2024-04-26T19:06:00.776 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:06:00.777 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:00.777 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-26T19:06:00.777 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:00.777 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-26T19:06:00.777 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-26T19:06:00.777 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-26T19:06:00.777 INFO:teuthology.orchestra.run.smithi038.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-26T19:06:00.777 INFO:teuthology.orchestra.run.smithi038.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-26T19:06:00.778 INFO:teuthology.orchestra.run.smithi038.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-26T19:06:00.778 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:00.778 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-26T19:06:00.778 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:00.778 INFO:teuthology.orchestra.run.smithi038.stdout:Install 4 Packages 2024-04-26T19:06:00.778 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:00.779 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 50 M 2024-04-26T19:06:00.779 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 210 M 2024-04-26T19:06:00.779 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-26T19:06:01.157 INFO:teuthology.orchestra.run.smithi038.stdout:(1/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 645 kB/s | 163 kB 00:00 2024-04-26T19:06:01.182 INFO:teuthology.orchestra.run.smithi038.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-04-26T19:06:01.224 INFO:teuthology.orchestra.run.smithi038.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 953 kB/s | 64 kB 00:00 2024-04-26T19:06:02.906 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T19:06:02.940 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T19:06:03.482 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 29/34 2024-04-26T19:06:03.519 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T19:06:03.607 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 30/34 2024-04-26T19:06:03.607 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-26T19:06:03.607 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-26T19:06:03.607 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:03.637 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T19:06:03.907 INFO:teuthology.orchestra.run.smithi038.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 16 MB/s | 49 MB 00:03 2024-04-26T19:06:03.911 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:06:03.911 INFO:teuthology.orchestra.run.smithi038.stdout:Total 16 MB/s | 50 MB 00:03 2024-04-26T19:06:03.938 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-26T19:06:03.961 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-26T19:06:03.961 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-26T19:06:04.353 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-26T19:06:04.353 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-26T19:06:04.896 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-26T19:06:04.968 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-26T19:06:05.007 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-26T19:06:05.035 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T19:06:09.898 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T19:06:09.984 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T19:06:12.460 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T19:06:12.460 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-26T19:06:12.460 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-26T19:06:12.460 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-26T19:06:12.733 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-26T19:06:12.733 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:12.733 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-26T19:06:12.734 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:12.734 INFO:teuthology.orchestra.run.smithi038.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:12.734 INFO:teuthology.orchestra.run.smithi038.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-26T19:06:12.734 INFO:teuthology.orchestra.run.smithi038.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-26T19:06:12.734 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:12.734 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-26T19:06:13.025 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph 2024-04-26T19:06:13.243 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T19:06:13.243 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /sys 2024-04-26T19:06:13.243 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /proc 2024-04-26T19:06:13.243 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /mnt 2024-04-26T19:06:13.243 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /var/tmp 2024-04-26T19:06:13.243 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /home 2024-04-26T19:06:13.244 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /root 2024-04-26T19:06:13.244 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /tmp 2024-04-26T19:06:13.244 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:13.566 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:41 ago on Fri 26 Apr 2024 07:05:32 PM UTC. 2024-04-26T19:06:13.695 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:06:13.697 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:13.697 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout:Installing dependencies: 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-26T19:06:13.698 INFO:teuthology.orchestra.run.smithi038.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-collections 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-26T19:06:13.699 INFO:teuthology.orchestra.run.smithi038.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-26T19:06:13.700 INFO:teuthology.orchestra.run.smithi038.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-26T19:06:13.701 INFO:teuthology.orchestra.run.smithi038.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-26T19:06:13.701 INFO:teuthology.orchestra.run.smithi038.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-26T19:06:13.701 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:13.701 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-26T19:06:13.701 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:13.701 INFO:teuthology.orchestra.run.smithi038.stdout:Install 36 Packages 2024-04-26T19:06:13.701 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:13.701 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 30 M 2024-04-26T19:06:13.702 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 107 M 2024-04-26T19:06:13.702 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-26T19:06:14.221 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T19:06:14.252 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 32/34 2024-04-26T19:06:14.252 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:06:14.252 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-26T19:06:14.252 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T19:06:14.252 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-26T19:06:14.252 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:14.254 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T19:06:14.341 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-26T19:06:14.341 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T19:06:14.352 INFO:teuthology.orchestra.run.smithi038.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 31 kB/s | 6.6 kB 00:00 2024-04-26T19:06:14.470 INFO:teuthology.orchestra.run.smithi038.stdout:(2/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86_ 4.6 MB/s | 1.5 MB 00:00 2024-04-26T19:06:15.278 INFO:teuthology.orchestra.run.smithi038.stdout:(3/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86_ 21 MB/s | 17 MB 00:00 2024-04-26T19:06:15.329 INFO:teuthology.orchestra.run.smithi038.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 4.9 MB/s | 249 kB 00:00 2024-04-26T19:06:15.465 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 1/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 3/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 4/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 5/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_6 6/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 7/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7. 8/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x8 9/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 10/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 11/34 2024-04-26T19:06:15.466 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 12/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 13/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-26T19:06:15.467 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-04-26T19:06:15.468 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-26T19:06:15.468 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-26T19:06:15.468 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:19.0.0-3211.g5d349943.el7.x86_64 31/34 2024-04-26T19:06:15.468 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-26T19:06:15.468 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 33/34 2024-04-26T19:06:15.646 INFO:teuthology.orchestra.run.smithi038.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 800 kB/s | 253 kB 00:00 2024-04-26T19:06:15.779 INFO:teuthology.orchestra.run.smithi038.stdout:(6/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 1.4 MB/s | 2.4 MB 00:01 2024-04-26T19:06:15.996 INFO:teuthology.orchestra.run.smithi038.stdout:(7/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 2.9 MB/s | 4.7 MB 00:01 2024-04-26T19:06:16.021 INFO:teuthology.orchestra.run.smithi038.stdout:(8/36): python3-ply-3.11-14.el9.noarch.rpm 440 kB/s | 106 kB 00:00 2024-04-26T19:06:16.088 INFO:teuthology.orchestra.run.smithi038.stdout:(9/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.4 MB/s | 135 kB 00:00 2024-04-26T19:06:16.155 INFO:teuthology.orchestra.run.smithi038.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout:Upgraded: 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout: librados2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.189 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-9.0.0-11.el9.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.190 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: re2-1:20211101-3.el9.x86_64 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:16.191 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-26T19:06:16.222 INFO:teuthology.orchestra.run.smithi038.stdout:(11/36): python3-requests-2.25.1-8.el9.noarch.r 623 kB/s | 125 kB 00:00 2024-04-26T19:06:16.331 INFO:teuthology.orchestra.run.smithi038.stdout:(12/36): python3-cryptography-36.0.1-4.el9.x86_ 1.8 MB/s | 1.2 MB 00:00 2024-04-26T19:06:16.525 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-test 2024-04-26T19:06:16.864 INFO:teuthology.orchestra.run.smithi038.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 65 kB/s | 35 kB 00:00 2024-04-26T19:06:16.948 INFO:teuthology.orchestra.run.smithi038.stdout:(14/36): lua-5.4.4-4.el9.x86_64.rpm 238 kB/s | 188 kB 00:00 2024-04-26T19:06:17.024 INFO:teuthology.orchestra.run.smithi038.stdout:(15/36): python3-mako-1.1.4-6.el9.noarch.rpm 215 kB/s | 172 kB 00:00 2024-04-26T19:06:17.040 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:30 ago on Fri 26 Apr 2024 07:05:47 PM UTC. 2024-04-26T19:06:17.158 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-26T19:06:17.158 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:06:17.158 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-26T19:06:17.158 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test x86_64 2:19.0.0-3211.g5d349943.el7 ceph 49 M 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite x86_64 2:19.0.0-3211.g5d349943.el7 ceph 163 k 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout:Install 4 Packages 2024-04-26T19:06:17.159 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:17.160 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 50 M 2024-04-26T19:06:17.160 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 210 M 2024-04-26T19:06:17.160 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-26T19:06:17.481 INFO:teuthology.orchestra.run.smithi098.stdout:(1/4): libcephsqlite-19.0.0-3211.g5d349943.el7. 646 kB/s | 163 kB 00:00 2024-04-26T19:06:17.506 INFO:teuthology.orchestra.run.smithi098.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.1 MB/s | 305 kB 00:00 2024-04-26T19:06:17.507 INFO:teuthology.orchestra.run.smithi038.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 79 kB/s | 51 kB 00:00 2024-04-26T19:06:17.548 INFO:teuthology.orchestra.run.smithi098.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 954 kB/s | 64 kB 00:00 2024-04-26T19:06:17.557 INFO:teuthology.orchestra.run.smithi038.stdout:(17/36): python3-toml-0.10.2-6.el9.noarch.rpm 68 kB/s | 42 kB 00:00 2024-04-26T19:06:17.574 INFO:teuthology.orchestra.run.smithi038.stdout:(18/36): lua-devel-5.4.4-4.el9.x86_64.rpm 40 kB/s | 22 kB 00:00 2024-04-26T19:06:17.875 INFO:teuthology.orchestra.run.smithi038.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 137 kB/s | 43 kB 00:00 2024-04-26T19:06:17.992 INFO:teuthology.orchestra.run.smithi038.stdout:(20/36): luarocks-3.9.2-1.el9.noarch.rpm 312 kB/s | 151 kB 00:00 2024-04-26T19:06:18.058 INFO:teuthology.orchestra.run.smithi038.stdout:(21/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 355 kB/s | 172 kB 00:00 2024-04-26T19:06:18.092 INFO:teuthology.orchestra.run.smithi038.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 107 kB/s | 11 kB 00:00 2024-04-26T19:06:18.159 INFO:teuthology.orchestra.run.smithi038.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 176 kB/s | 18 kB 00:00 2024-04-26T19:06:18.201 INFO:teuthology.orchestra.run.smithi038.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 213 kB/s | 23 kB 00:00 2024-04-26T19:06:18.234 INFO:teuthology.orchestra.run.smithi038.stdout:(25/36): python3-cherrypy-18.6.1-2.el9.noarch.r 997 kB/s | 358 kB 00:00 2024-04-26T19:06:18.260 INFO:teuthology.orchestra.run.smithi038.stdout:(26/36): python3-jaraco-functools-3.5.0-2.el9.n 193 kB/s | 19 kB 00:00 2024-04-26T19:06:18.302 INFO:teuthology.orchestra.run.smithi038.stdout:(27/36): python3-jaraco-text-3.2.0-6.el9.noarch 195 kB/s | 20 kB 00:00 2024-04-26T19:06:18.336 INFO:teuthology.orchestra.run.smithi038.stdout:(28/36): python3-logutils-0.3.5-21.el9.noarch.r 459 kB/s | 46 kB 00:00 2024-04-26T19:06:18.377 INFO:teuthology.orchestra.run.smithi038.stdout:(29/36): python3-more-itertools-8.12.0-2.el9.no 673 kB/s | 79 kB 00:00 2024-04-26T19:06:18.436 INFO:teuthology.orchestra.run.smithi038.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 164 kB/s | 16 kB 00:00 2024-04-26T19:06:18.495 INFO:teuthology.orchestra.run.smithi038.stdout:(31/36): python3-pecan-1.4.2-3.el9.noarch.rpm 1.4 MB/s | 272 kB 00:00 2024-04-26T19:06:18.520 INFO:teuthology.orchestra.run.smithi038.stdout:(32/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 632 kB/s | 90 kB 00:00 2024-04-26T19:06:18.546 INFO:teuthology.orchestra.run.smithi038.stdout:(33/36): python3-tempora-5.0.0-2.el9.noarch.rpm 328 kB/s | 36 kB 00:00 2024-04-26T19:06:18.621 INFO:teuthology.orchestra.run.smithi038.stdout:(34/36): python3-webob-1.8.7-6.el9.noarch.rpm 1.8 MB/s | 230 kB 00:00 2024-04-26T19:06:18.646 INFO:teuthology.orchestra.run.smithi038.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 199 kB/s | 20 kB 00:00 2024-04-26T19:06:18.784 INFO:teuthology.orchestra.run.smithi038.stdout:(36/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 1.6 MB/s | 427 kB 00:00 2024-04-26T19:06:18.785 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:06:18.786 INFO:teuthology.orchestra.run.smithi038.stdout:Total 5.9 MB/s | 30 MB 00:05 2024-04-26T19:06:18.927 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-26T19:06:18.973 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-26T19:06:18.973 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-26T19:06:19.287 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-26T19:06:19.287 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-26T19:06:19.648 INFO:teuthology.orchestra.run.smithi098.stdout:(4/4): ceph-test-19.0.0-3211.g5d349943.el7.x86_ 20 MB/s | 49 MB 00:02 2024-04-26T19:06:19.651 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:06:19.652 INFO:teuthology.orchestra.run.smithi098.stdout:Total 20 MB/s | 50 MB 00:02 2024-04-26T19:06:19.678 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-26T19:06:19.699 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-26T19:06:19.699 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-26T19:06:20.068 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-26T19:06:20.069 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-26T19:06:20.585 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-26T19:06:20.594 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-26T19:06:20.641 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-26T19:06:20.674 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-26T19:06:20.702 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-26T19:06:20.707 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-26T19:06:20.755 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-26T19:06:20.777 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-26T19:06:20.783 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T19:06:20.826 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-26T19:06:20.859 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-26T19:06:20.955 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-26T19:06:21.041 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-26T19:06:21.087 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-26T19:06:21.122 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-26T19:06:21.152 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-26T19:06:21.186 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-26T19:06:21.220 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-26T19:06:21.261 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-26T19:06:21.314 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-26T19:06:21.488 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-26T19:06:21.519 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-26T19:06:21.605 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-26T19:06:21.756 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-26T19:06:21.838 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-26T19:06:21.890 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-26T19:06:21.927 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-26T19:06:21.994 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-26T19:06:22.058 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-26T19:06:22.256 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-26T19:06:22.298 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-26T19:06:22.382 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-26T19:06:22.478 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-26T19:06:22.514 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-26T19:06:22.636 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-26T19:06:22.811 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-26T19:06:22.841 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T19:06:22.867 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T19:06:22.868 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:06:22.868 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-26T19:06:22.868 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T19:06:22.868 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T19:06:22.868 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:24.392 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T19:06:24.428 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T19:06:24.428 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:06:24.428 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-26T19:06:24.428 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T19:06:24.428 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T19:06:24.429 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:24.901 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T19:06:24.926 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T19:06:24.926 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:06:24.926 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-26T19:06:24.926 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T19:06:24.926 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T19:06:24.926 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:25.160 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T19:06:25.184 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T19:06:25.184 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:06:25.184 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-26T19:06:25.184 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T19:06:25.184 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T19:06:25.184 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:25.250 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T19:06:25.359 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 3/4 2024-04-26T19:06:25.431 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T19:06:27.017 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T19:06:27.017 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-26T19:06:27.018 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-26T19:06:27.019 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-26T19:06:27.020 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-26T19:06:27.020 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-26T19:06:27.020 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-26T19:06:27.020 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-26T19:06:27.020 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-26T19:06:27.020 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-26T19:06:27.020 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-26T19:06:27.020 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-26T19:06:27.020 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-26T19:06:27.760 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 4/4 2024-04-26T19:06:27.760 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 1/4 2024-04-26T19:06:27.760 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2/4 2024-04-26T19:06:27.760 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-26T19:06:28.048 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-26T19:06:28.048 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: lua-5.4.4-4.el9.x86_64 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-26T19:06:28.049 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-ply-3.11-14.el9.noarch 2024-04-26T19:06:28.050 INFO:teuthology.orchestra.run.smithi038.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:28.051 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-26T19:06:28.052 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-26T19:06:28.052 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:28.052 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-26T19:06:28.052 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:28.052 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:28.052 INFO:teuthology.orchestra.run.smithi098.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-26T19:06:28.052 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-26T19:06:28.052 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:28.052 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-26T19:06:28.363 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph 2024-04-26T19:06:28.398 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-base 2024-04-26T19:06:28.888 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:41 ago on Fri 26 Apr 2024 07:05:47 PM UTC. 2024-04-26T19:06:28.932 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:56 ago on Fri 26 Apr 2024 07:05:32 PM UTC. 2024-04-26T19:06:29.013 INFO:teuthology.orchestra.run.smithi038.stdout:Package ceph-base-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T19:06:29.019 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout: ceph x86_64 2:19.0.0-3211.g5d349943.el7 ceph 6.6 k 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds x86_64 2:19.0.0-3211.g5d349943.el7 ceph 2.4 M 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr x86_64 2:19.0.0-3211.g5d349943.el7 ceph 1.5 M 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core noarch 2:19.0.0-3211.g5d349943.el7 ceph-noarch 249 k 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon x86_64 2:19.0.0-3211.g5d349943.el7 ceph 4.7 M 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd x86_64 2:19.0.0-3211.g5d349943.el7 ceph 17 M 2024-04-26T19:06:29.022 INFO:teuthology.orchestra.run.smithi098.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-26T19:06:29.023 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-26T19:06:29.024 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-26T19:06:29.025 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-26T19:06:29.025 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-26T19:06:29.025 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:29.025 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2024-04-26T19:06:29.025 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2024-04-26T19:06:29.025 INFO:teuthology.orchestra.run.smithi098.stdout:Install 36 Packages 2024-04-26T19:06:29.025 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:29.025 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 30 M 2024-04-26T19:06:29.025 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 107 M 2024-04-26T19:06:29.026 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2024-04-26T19:06:29.057 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:06:29.058 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-26T19:06:29.058 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-26T19:06:29.138 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install cephadm 2024-04-26T19:06:29.665 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:00:57 ago on Fri 26 Apr 2024 07:05:32 PM UTC. 2024-04-26T19:06:29.790 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:06:29.791 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:29.791 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repository Size 2024-04-26T19:06:29.791 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:29.791 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-26T19:06:29.791 INFO:teuthology.orchestra.run.smithi038.stdout: cephadm noarch 2:19.0.0-3211.g5d349943.el9 ceph-noarch 762 k 2024-04-26T19:06:29.791 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:29.791 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-26T19:06:29.792 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:29.792 INFO:teuthology.orchestra.run.smithi038.stdout:Install 1 Package 2024-04-26T19:06:29.792 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:29.792 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 762 k 2024-04-26T19:06:29.792 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 769 k 2024-04-26T19:06:29.792 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-26T19:06:29.909 INFO:teuthology.orchestra.run.smithi098.stdout:(1/36): ceph-19.0.0-3211.g5d349943.el7.x86_64.r 44 kB/s | 6.6 kB 00:00 2024-04-26T19:06:30.211 INFO:teuthology.orchestra.run.smithi098.stdout:(2/36): ceph-mds-19.0.0-3211.g5d349943.el7.x86_ 5.2 MB/s | 2.4 MB 00:00 2024-04-26T19:06:30.384 INFO:teuthology.orchestra.run.smithi098.stdout:(3/36): ceph-mon-19.0.0-3211.g5d349943.el7.x86_ 9.9 MB/s | 4.7 MB 00:00 2024-04-26T19:06:30.502 INFO:teuthology.orchestra.run.smithi098.stdout:(4/36): ceph-mgr-modules-core-19.0.0-3211.g5d34 2.1 MB/s | 249 kB 00:00 2024-04-26T19:06:30.503 INFO:teuthology.orchestra.run.smithi038.stdout:cephadm-19.0.0-3211.g5d349943.el9.noarch.rpm 1.0 MB/s | 762 kB 00:00 2024-04-26T19:06:30.504 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:06:30.504 INFO:teuthology.orchestra.run.smithi038.stdout:Total 1.0 MB/s | 762 kB 00:00 2024-04-26T19:06:30.504 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-26T19:06:30.510 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-26T19:06:30.511 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-26T19:06:30.517 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-26T19:06:30.517 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-26T19:06:30.594 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-26T19:06:30.693 INFO:teuthology.orchestra.run.smithi098.stdout:(5/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-04-26T19:06:30.794 INFO:teuthology.orchestra.run.smithi098.stdout:(6/36): python3-cryptography-36.0.1-4.el9.x86_6 12 MB/s | 1.2 MB 00:00 2024-04-26T19:06:30.844 INFO:teuthology.orchestra.run.smithi098.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2024-04-26T19:06:30.911 INFO:teuthology.orchestra.run.smithi098.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-26T19:06:31.024 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T19:06:31.078 INFO:teuthology.orchestra.run.smithi098.stdout:(9/36): ceph-osd-19.0.0-3211.g5d349943.el7.x86_ 19 MB/s | 17 MB 00:00 2024-04-26T19:06:31.103 INFO:teuthology.orchestra.run.smithi098.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 650 kB/s | 125 kB 00:00 2024-04-26T19:06:31.117 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T19:06:31.178 INFO:teuthology.orchestra.run.smithi098.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 2.5 MB/s | 188 kB 00:00 2024-04-26T19:06:31.245 INFO:teuthology.orchestra.run.smithi098.stdout:(12/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.3 MB/s | 215 kB 00:00 2024-04-26T19:06:31.270 INFO:teuthology.orchestra.run.smithi098.stdout:(13/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.8 MB/s | 172 kB 00:00 2024-04-26T19:06:31.312 INFO:teuthology.orchestra.run.smithi098.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 520 kB/s | 35 kB 00:00 2024-04-26T19:06:31.338 INFO:teuthology.orchestra.run.smithi098.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 764 kB/s | 51 kB 00:00 2024-04-26T19:06:31.388 INFO:teuthology.orchestra.run.smithi098.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 552 kB/s | 42 kB 00:00 2024-04-26T19:06:31.437 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T19:06:31.471 INFO:teuthology.orchestra.run.smithi098.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 167 kB/s | 22 kB 00:00 2024-04-26T19:06:31.580 INFO:teuthology.orchestra.run.smithi098.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 787 kB/s | 151 kB 00:00 2024-04-26T19:06:31.606 INFO:teuthology.orchestra.run.smithi098.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 327 kB/s | 43 kB 00:00 2024-04-26T19:06:31.631 INFO:teuthology.orchestra.run.smithi098.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 3.3 MB/s | 172 kB 00:00 2024-04-26T19:06:31.666 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : cephadm-2:19.0.0-3211.g5d349943.el9.noarch 1/1 2024-04-26T19:06:31.667 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:31.667 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-26T19:06:31.667 INFO:teuthology.orchestra.run.smithi038.stdout: cephadm-2:19.0.0-3211.g5d349943.el9.noarch 2024-04-26T19:06:31.667 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:31.667 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-26T19:06:31.673 INFO:teuthology.orchestra.run.smithi098.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 5.3 MB/s | 358 kB 00:00 2024-04-26T19:06:31.698 INFO:teuthology.orchestra.run.smithi098.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 161 kB/s | 11 kB 00:00 2024-04-26T19:06:31.723 INFO:teuthology.orchestra.run.smithi098.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 353 kB/s | 18 kB 00:00 2024-04-26T19:06:31.748 INFO:teuthology.orchestra.run.smithi098.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 462 kB/s | 23 kB 00:00 2024-04-26T19:06:31.774 INFO:teuthology.orchestra.run.smithi098.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-04-26T19:06:31.799 INFO:teuthology.orchestra.run.smithi098.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-04-26T19:06:31.825 INFO:teuthology.orchestra.run.smithi098.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 915 kB/s | 46 kB 00:00 2024-04-26T19:06:31.850 INFO:teuthology.orchestra.run.smithi098.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-04-26T19:06:31.874 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-immutable-object-cache 2024-04-26T19:06:31.876 INFO:teuthology.orchestra.run.smithi098.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-04-26T19:06:31.901 INFO:teuthology.orchestra.run.smithi098.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 330 kB/s | 16 kB 00:00 2024-04-26T19:06:31.926 INFO:teuthology.orchestra.run.smithi098.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-04-26T19:06:31.951 INFO:teuthology.orchestra.run.smithi098.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 714 kB/s | 36 kB 00:00 2024-04-26T19:06:31.976 INFO:teuthology.orchestra.run.smithi098.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-04-26T19:06:32.010 INFO:teuthology.orchestra.run.smithi098.stdout:(34/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 7.2 MB/s | 427 kB 00:00 2024-04-26T19:06:32.027 INFO:teuthology.orchestra.run.smithi098.stdout:(35/36): python3-zc-lockfile-2.0-10.el9.noarch. 404 kB/s | 20 kB 00:00 2024-04-26T19:06:32.069 INFO:teuthology.orchestra.run.smithi098.stdout:(36/36): ceph-mgr-19.0.0-3211.g5d349943.el7.x86 662 kB/s | 1.5 MB 00:02 2024-04-26T19:06:32.072 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:06:32.073 INFO:teuthology.orchestra.run.smithi098.stdout:Total 9.9 MB/s | 30 MB 00:03 2024-04-26T19:06:32.211 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2024-04-26T19:06:32.251 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2024-04-26T19:06:32.252 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2024-04-26T19:06:32.409 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:00 ago on Fri 26 Apr 2024 07:05:32 PM UTC. 2024-04-26T19:06:32.535 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout: Package Arch Version Repo Size 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout:Installing: 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-3211.g5d349943.el7 ceph 145 k 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction Summary 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout:================================================================================ 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout:Install 1 Package 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:32.536 INFO:teuthology.orchestra.run.smithi038.stdout:Total download size: 145 k 2024-04-26T19:06:32.537 INFO:teuthology.orchestra.run.smithi038.stdout:Installed size: 435 k 2024-04-26T19:06:32.537 INFO:teuthology.orchestra.run.smithi038.stdout:Downloading Packages: 2024-04-26T19:06:32.543 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2024-04-26T19:06:32.544 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2024-04-26T19:06:32.998 INFO:teuthology.orchestra.run.smithi038.stdout:ceph-immutable-object-cache-19.0.0-3211.g5d3499 314 kB/s | 145 kB 00:00 2024-04-26T19:06:32.998 INFO:teuthology.orchestra.run.smithi038.stdout:-------------------------------------------------------------------------------- 2024-04-26T19:06:32.998 INFO:teuthology.orchestra.run.smithi038.stdout:Total 313 kB/s | 145 kB 00:00 2024-04-26T19:06:32.999 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction check 2024-04-26T19:06:33.007 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction check succeeded. 2024-04-26T19:06:33.007 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction test 2024-04-26T19:06:33.068 INFO:teuthology.orchestra.run.smithi038.stdout:Transaction test succeeded. 2024-04-26T19:06:33.069 INFO:teuthology.orchestra.run.smithi038.stdout:Running transaction 2024-04-26T19:06:33.218 INFO:teuthology.orchestra.run.smithi038.stdout: Preparing : 1/1 2024-04-26T19:06:33.295 INFO:teuthology.orchestra.run.smithi038.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T19:06:33.321 INFO:teuthology.orchestra.run.smithi038.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T19:06:33.321 INFO:teuthology.orchestra.run.smithi038.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:06:33.321 INFO:teuthology.orchestra.run.smithi038.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-26T19:06:33.321 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:33.795 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2024-04-26T19:06:33.855 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-26T19:06:33.887 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-26T19:06:33.924 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-26T19:06:34.004 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-26T19:06:34.048 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-26T19:06:34.082 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-26T19:06:34.173 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-26T19:06:34.199 INFO:teuthology.orchestra.run.smithi038.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-3211.g5d349943. 1/1 2024-04-26T19:06:34.199 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:34.199 INFO:teuthology.orchestra.run.smithi038.stdout:Installed: 2024-04-26T19:06:34.199 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-immutable-object-cache-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:34.199 INFO:teuthology.orchestra.run.smithi038.stdout: 2024-04-26T19:06:34.199 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-26T19:06:34.277 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-26T19:06:34.326 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-26T19:06:34.361 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-26T19:06:34.391 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-26T19:06:34.415 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-mgr 2024-04-26T19:06:34.425 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-26T19:06:34.459 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-26T19:06:34.499 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-26T19:06:34.534 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-26T19:06:34.569 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-26T19:06:34.606 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-26T19:06:34.681 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-26T19:06:34.827 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-26T19:06:34.910 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-26T19:06:34.944 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:02 ago on Fri 26 Apr 2024 07:05:32 PM UTC. 2024-04-26T19:06:34.959 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-26T19:06:34.999 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-26T19:06:35.026 INFO:teuthology.orchestra.run.smithi038.stdout:Package ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 is already installed. 2024-04-26T19:06:35.056 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-26T19:06:35.070 INFO:teuthology.orchestra.run.smithi038.stdout:Dependencies resolved. 2024-04-26T19:06:35.071 INFO:teuthology.orchestra.run.smithi038.stdout:Nothing to do. 2024-04-26T19:06:35.071 INFO:teuthology.orchestra.run.smithi038.stdout:Complete! 2024-04-26T19:06:35.111 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-26T19:06:35.145 DEBUG:teuthology.orchestra.run.smithi038:> sudo yum -y install ceph-mgr-dashboard 2024-04-26T19:06:35.304 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-26T19:06:35.353 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-26T19:06:35.430 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-26T19:06:35.519 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-26T19:06:35.552 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-26T19:06:35.670 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-26T19:06:35.672 INFO:teuthology.orchestra.run.smithi038.stdout:Last metadata expiration check: 0:01:03 ago on Fri 26 Apr 2024 07:05:32 PM UTC. 2024-04-26T19:06:35.811 INFO:teuthology.orchestra.run.smithi038.stderr:Error: 2024-04-26T19:06:35.811 INFO:teuthology.orchestra.run.smithi038.stderr: Problem: cannot install the best candidate for the job 2024-04-26T19:06:35.812 INFO:teuthology.orchestra.run.smithi038.stderr: - nothing provides ceph-mgr = 2:19.0.0-3211.g5d349943.el9 needed by ceph-mgr-dashboard-2:19.0.0-3211.g5d349943.el9.noarch from ceph-noarch 2024-04-26T19:06:35.812 INFO:teuthology.orchestra.run.smithi038.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2024-04-26T19:06:35.834 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 31/36 2024-04-26T19:06:35.843 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T19:06:35.844 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi038 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-26T19:06:35.848 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi038 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-26T19:06:36.072 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=81d7f178c40b472ba5ac286f1917fb1f Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi038 with status 1: 'sudo yum -y install ceph-mgr-dashboard' 2024-04-26T19:06:36.075 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-26T19:06:36.085 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-26T19:06:36.104 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-26T19:06:36.104 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T19:06:36.111 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T19:06:36.111 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 32/36 2024-04-26T19:06:36.111 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:06:36.112 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-26T19:06:36.112 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T19:06:36.112 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-26T19:06:36.112 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:36.122 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-26T19:06:36.125 INFO:teuthology.orchestra.run.smithi038.stderr:bash: line 1: ntpq: command not found 2024-04-26T19:06:36.129 INFO:teuthology.orchestra.run.smithi038.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T19:06:36.129 INFO:teuthology.orchestra.run.smithi038.stdout:=============================================================================== 2024-04-26T19:06:36.129 INFO:teuthology.orchestra.run.smithi038.stdout:^* hv01.front.sepia.ceph.com 3 6 37 15 +775us[ +753us] +/- 60ms 2024-04-26T19:06:36.129 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 16 -516us[ -539us] +/- 78ms 2024-04-26T19:06:36.129 INFO:teuthology.orchestra.run.smithi038.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 15 -432us[ -432us] +/- 78ms 2024-04-26T19:06:36.130 INFO:teuthology.orchestra.run.smithi038.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T19:06:36.137 INFO:teuthology.orchestra.run.smithi098.stderr:bash: line 1: ntpq: command not found 2024-04-26T19:06:36.141 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-26T19:06:36.141 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2024-04-26T19:06:36.141 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv01.front.sepia.ceph.com 3 6 37 15 +784us[ +734us] +/- 60ms 2024-04-26T19:06:36.141 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 16 -498us[ -548us] +/- 78ms 2024-04-26T19:06:36.141 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 15 -424us[ -424us] +/- 78ms 2024-04-26T19:06:36.141 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2024-04-26T19:06:36.143 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-26T19:06:36.151 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-26T19:06:36.152 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-26T19:06:36.166 DEBUG:teuthology.orchestra.run.smithi038:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-26T19:06:36.224 DEBUG:teuthology.orchestra.run.smithi098:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-04-26T19:06:36.278 DEBUG:teuthology.orchestra.run.smithi038:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-26T19:06:36.305 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T19:06:36.306 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-04-26T19:06:36.331 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T19:06:36.332 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-26T19:06:36.343 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-26T19:06:36.357 INFO:teuthology.task.internal:Duration was 296.075659 seconds 2024-04-26T19:06:36.358 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-26T19:06:36.369 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-26T19:06:36.369 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-26T19:06:36.372 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-26T19:06:36.407 INFO:teuthology.orchestra.run.smithi038.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T19:06:36.408 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-26T19:06:36.737 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-26T19:06:36.737 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi038.front.sepia.ceph.com 2024-04-26T19:06:36.737 DEBUG:teuthology.orchestra.run.smithi038:> egrep --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' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-26T19:06:36.762 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2024-04-26T19:06:36.763 DEBUG:teuthology.orchestra.run.smithi098:> egrep --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' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-26T19:06:36.803 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-26T19:06:36.803 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-26T19:06:36.805 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-26T19:06:36.868 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-26T19:06:36.868 DEBUG:teuthology.orchestra.run.smithi038:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-26T19:06:36.871 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-26T19:06:36.996 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-26T19:06:37.006 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-26T19:06:37.006 DEBUG:teuthology.orchestra.run.smithi038:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-26T19:06:37.031 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-26T19:06:37.054 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-26T19:06:37.064 DEBUG:teuthology.orchestra.run.smithi038:> 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 2024-04-26T19:06:37.073 DEBUG:teuthology.orchestra.run.smithi098:> 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 2024-04-26T19:06:37.094 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = core 2024-04-26T19:06:37.116 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2024-04-26T19:06:37.132 DEBUG:teuthology.orchestra.run.smithi038:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-26T19:06:37.174 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T19:06:37.175 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-26T19:06:37.188 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-26T19:06:37.188 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-26T19:06:37.201 INFO:teuthology.task.internal:Transferring archived files... 2024-04-26T19:06:37.203 DEBUG:teuthology.misc:Transferring archived files from smithi038:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674972/remote/smithi038 2024-04-26T19:06:37.204 DEBUG:teuthology.orchestra.run.smithi038:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-26T19:06:37.279 DEBUG:teuthology.misc:Transferring archived files from smithi098:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674972/remote/smithi098 2024-04-26T19:06:37.280 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-26T19:06:37.328 INFO:teuthology.task.internal:Removing archive directory... 2024-04-26T19:06:37.328 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-26T19:06:37.331 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-26T19:06:37.365 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-26T19:06:37.379 INFO:teuthology.task.internal:Not uploading archives. 2024-04-26T19:06:37.379 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-26T19:06:37.395 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-26T19:06:37.395 DEBUG:teuthology.orchestra.run.smithi038:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-26T19:06:37.396 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T19:06:37.399 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-26T19:06:37.409 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 33/36 2024-04-26T19:06:37.409 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:06:37.409 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-26T19:06:37.409 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T19:06:37.409 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-26T19:06:37.409 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:37.411 INFO:teuthology.orchestra.run.smithi038.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 26 19:06 /home/ubuntu/cephtest 2024-04-26T19:06:37.412 INFO:teuthology.orchestra.run.smithi098.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 26 19:06 /home/ubuntu/cephtest 2024-04-26T19:06:37.413 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-26T19:06:37.426 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-26T19:06:37.450 INFO:teuthology.nuke:Checking targets against current locks 2024-04-26T19:06:37.477 DEBUG:teuthology.nuke:shortname: smithi038 2024-04-26T19:06:37.478 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-26T19:06:37.501 DEBUG:teuthology.nuke:shortname: smithi098 2024-04-26T19:06:37.502 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-26T19:06:37.505 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674972', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-26 18:55:54.891449', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKyGRzXW8g/fs8LfmshhqKu4MJ9rhOe9fHEZxCyQtSsgpZy4ErnaH+gcwe5XKFLP+NHvkYMa5XgnrVZLQPEFCnU='} 2024-04-26T19:06:37.524 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-04-26_18:18:24-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7674972', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-26 18:55:54.893448', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGU/LjCUweRk2FTb4Q59HUu7OdF75J1v/4XXmQgfn83LU0n2Hmoq7CIn35JH8qI34db9NassN/3YdEMW6SnzF28='} 2024-04-26T19:06:37.556 INFO:teuthology.orchestra.console.smithi038:Power off 2024-04-26T19:06:37.557 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-26T19:06:37.584 DEBUG:teuthology.orchestra.console.smithi038:power off output: Chassis Power Control: Down/Off 2024-04-26T19:06:37.585 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T19:06:37.603 INFO:teuthology.orchestra.console.smithi098:Power off 2024-04-26T19:06:37.603 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-26T19:06:37.613 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-04-26T19:06:37.625 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2024-04-26T19:06:37.626 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T19:06:37.650 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-04-26T19:06:37.858 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T19:06:37.881 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 34/36 2024-04-26T19:06:37.881 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:06:37.881 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-26T19:06:37.881 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T19:06:37.881 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-26T19:06:37.881 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:38.109 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T19:06:38.131 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 35/36 2024-04-26T19:06:38.132 INFO:teuthology.orchestra.run.smithi098.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-26T19:06:38.132 INFO:teuthology.orchestra.run.smithi098.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-26T19:06:38.132 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T19:06:38.132 INFO:teuthology.orchestra.run.smithi098.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-26T19:06:38.132 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:38.196 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T19:06:39.939 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 36/36 2024-04-26T19:06:39.940 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-2:19.0.0-3211.g5d349943.el7.x86_64 1/36 2024-04-26T19:06:39.940 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2/36 2024-04-26T19:06:39.940 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 3/36 2024-04-26T19:06:39.940 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 4/36 2024-04-26T19:06:39.940 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 5/36 2024-04-26T19:06:39.940 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7. 6/36 2024-04-26T19:06:39.941 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-26T19:06:39.941 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-26T19:06:39.941 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-26T19:06:39.941 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-26T19:06:39.941 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-26T19:06:39.941 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-26T19:06:39.941 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-26T19:06:39.941 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-26T19:06:39.941 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-26T19:06:39.942 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-26T19:06:39.942 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-26T19:06:39.942 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-26T19:06:39.942 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-26T19:06:39.942 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-26T19:06:39.942 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-26T19:06:39.942 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-26T19:06:39.942 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-26T19:06:39.943 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-26T19:06:39.943 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-26T19:06:39.943 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-26T19:06:39.943 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-26T19:06:39.943 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-26T19:06:39.943 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-26T19:06:39.943 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-26T19:06:39.943 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-26T19:06:39.944 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-26T19:06:39.944 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-26T19:06:39.944 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-26T19:06:39.944 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-26T19:06:40.768 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-26T19:06:40.769 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:40.769 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2024-04-26T19:06:40.769 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:40.769 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mds-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:40.769 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:40.769 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mgr-modules-core-2:19.0.0-3211.g5d349943.el7.noarch 2024-04-26T19:06:40.769 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-mon-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:40.769 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-osd-2:19.0.0-3211.g5d349943.el7.x86_64 2024-04-26T19:06:40.770 INFO:teuthology.orchestra.run.smithi098.stdout: lua-5.4.4-4.el9.x86_64 2024-04-26T19:06:40.770 INFO:teuthology.orchestra.run.smithi098.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-26T19:06:40.770 INFO:teuthology.orchestra.run.smithi098.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-26T19:06:40.770 INFO:teuthology.orchestra.run.smithi098.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-26T19:06:40.770 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-26T19:06:40.770 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-26T19:06:40.770 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-26T19:06:40.770 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-26T19:06:40.771 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-26T19:06:40.771 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-26T19:06:40.771 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-26T19:06:40.771 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-26T19:06:40.771 INFO:teuthology.orchestra.run.smithi098.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-26T19:06:40.771 INFO:teuthology.orchestra.run.smithi098.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-26T19:06:40.771 INFO:teuthology.orchestra.run.smithi098.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-26T19:06:40.771 INFO:teuthology.orchestra.run.smithi098.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-26T19:06:40.772 INFO:teuthology.orchestra.run.smithi098.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-26T19:06:40.772 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-26T19:06:40.772 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ply-3.11-14.el9.noarch 2024-04-26T19:06:40.772 INFO:teuthology.orchestra.run.smithi098.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-26T19:06:40.772 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-26T19:06:40.772 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-26T19:06:40.772 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-26T19:06:40.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-26T19:06:40.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-26T19:06:40.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-26T19:06:40.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-26T19:06:40.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-26T19:06:40.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-26T19:06:40.773 INFO:teuthology.orchestra.run.smithi098.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-26T19:06:40.773 INFO:teuthology.orchestra.run.smithi098.stdout: 2024-04-26T19:06:40.774 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2024-04-26T19:06:41.119 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-26T19:06:41.614 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T19:06:41.651 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T19:06:41.727 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is on 2024-04-26T19:06:41.761 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2024-04-26T19:06:45.730 DEBUG:teuthology.orchestra.console.smithi038:pexpect command: ipmitool -H smithi038.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T19:06:45.762 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-26T19:06:45.841 DEBUG:teuthology.orchestra.console.smithi038:check power output: Chassis Power is off 2024-04-26T19:06:45.873 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2024-04-26T19:06:45.942 INFO:teuthology.orchestra.console.smithi038:Power off completed 2024-04-26T19:06:45.974 INFO:teuthology.orchestra.console.smithi098:Power off completed 2024-04-26T19:06:46.078 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_extra_daemon_features} duration: 296.0756587982178 failure_reason: 'Command failed on smithi038 with status 1: ''sudo yum -y install ceph-mgr-dashboard''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=81d7f178c40b472ba5ac286f1917fb1f status: fail success: false 2024-04-26T19:06:46.079 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-26T19:06:46.161 INFO:teuthology.run:FAIL