2024-04-22T22:32:11.608 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T22:32:11.608 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922 --name teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi --description orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_extra_daemon_features} --verbose -- /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922/orig.config.yaml 2024-04-22T22:32:11.648 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:32:11.744 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_extra_daemon_features} email: ceph-qa@ceph.com first_in_suite: false job_id: '7668922' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-only-match: - CEPHADM_ sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: squid sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 207 sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f sleep_before_teardown: 0 subset: 24/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9 targets: smithi094.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBObQfcLhg2mcasC/L715M8zWQC8duKVAmkW8cy7ytsIkewGIgDEwhg8dGQcMivdYrSDlWEXAIEuQxqFxCATImus= smithi189.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCTZ2R6Jw3/dIbmrzsvPevjZBvjXLd7EcKgUqSFTpIUkql5wMhRXPz5ZBtUwKKTmJTSnRu0HHYh7YZ+yVVtdN7s= 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-22_21:08:03 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T22:32:11.745 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa; will attempt to use it 2024-04-22T22:32:11.745 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks 2024-04-22T22:32:11.745 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T22:32:11.747 INFO:teuthology.task.internal:Checking packages... 2024-04-22T22:32:11.774 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '430e09df97c8fc7dc2b2ae424f68ed11366c540f' 2024-04-22T22:32:11.774 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T22:32:11.774 INFO:teuthology.packaging:ref: None 2024-04-22T22:32:11.775 INFO:teuthology.packaging:tag: None 2024-04-22T22:32:11.775 INFO:teuthology.packaging:branch: squid 2024-04-22T22:32:11.775 INFO:teuthology.packaging:sha1: 430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:32:11.775 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-04-22T22:32:12.064 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2420.g246d7127 2024-04-22T22:32:12.065 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T22:32:12.071 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T22:32:12.071 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T22:32:12.089 INFO:teuthology.task.internal:Saving configuration 2024-04-22T22:32:12.105 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T22:32:12.111 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:32:12.137 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922', '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-22 22:27:11.396811', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBObQfcLhg2mcasC/L715M8zWQC8duKVAmkW8cy7ytsIkewGIgDEwhg8dGQcMivdYrSDlWEXAIEuQxqFxCATImus='} 2024-04-22T22:32:12.162 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922', '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-22 22:27:11.398124', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCTZ2R6Jw3/dIbmrzsvPevjZBvjXLd7EcKgUqSFTpIUkql5wMhRXPz5ZBtUwKKTmJTSnRu0HHYh7YZ+yVVtdN7s='} 2024-04-22T22:32:12.162 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T22:32:12.169 INFO:teuthology.task.internal:roles: ubuntu@smithi094.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-22T22:32:12.169 INFO:teuthology.task.internal:roles: ubuntu@smithi189.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-22T22:32:12.169 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T22:32:12.243 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f47b660e0d0>, signals=[15]) 2024-04-22T22:32:12.243 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T22:32:12.252 INFO:teuthology.task.internal:Opening connections... 2024-04-22T22:32:12.252 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi094.front.sepia.ceph.com 2024-04-22T22:32:12.254 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:32:12.337 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi189.front.sepia.ceph.com 2024-04-22T22:32:12.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:32:12.413 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T22:32:12.420 DEBUG:teuthology.orchestra.run.smithi094:> uname -m 2024-04-22T22:32:12.438 INFO:teuthology.orchestra.run.smithi094.stdout:x86_64 2024-04-22T22:32:12.438 DEBUG:teuthology.orchestra.run.smithi094:> cat /etc/os-release 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:NAME="CentOS Stream" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION="9" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:ID="centos" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:VERSION_ID="9" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:ANSI_COLOR="0;31" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:32:12.495 INFO:teuthology.orchestra.run.smithi094.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:32:12.496 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:32:12.496 INFO:teuthology.orchestra.run.smithi094.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:32:12.496 INFO:teuthology.lock.ops:Updating smithi094.front.sepia.ceph.com on lock server 2024-04-22T22:32:12.517 DEBUG:teuthology.orchestra.run.smithi189:> uname -m 2024-04-22T22:32:12.535 INFO:teuthology.orchestra.run.smithi189.stdout:x86_64 2024-04-22T22:32:12.535 DEBUG:teuthology.orchestra.run.smithi189:> cat /etc/os-release 2024-04-22T22:32:12.593 INFO:teuthology.orchestra.run.smithi189.stdout:NAME="CentOS Stream" 2024-04-22T22:32:12.594 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION="9" 2024-04-22T22:32:12.594 INFO:teuthology.orchestra.run.smithi189.stdout:ID="centos" 2024-04-22T22:32:12.594 INFO:teuthology.orchestra.run.smithi189.stdout:ID_LIKE="rhel fedora" 2024-04-22T22:32:12.594 INFO:teuthology.orchestra.run.smithi189.stdout:VERSION_ID="9" 2024-04-22T22:32:12.594 INFO:teuthology.orchestra.run.smithi189.stdout:PLATFORM_ID="platform:el9" 2024-04-22T22:32:12.594 INFO:teuthology.orchestra.run.smithi189.stdout:PRETTY_NAME="CentOS Stream 9" 2024-04-22T22:32:12.594 INFO:teuthology.orchestra.run.smithi189.stdout:ANSI_COLOR="0;31" 2024-04-22T22:32:12.594 INFO:teuthology.orchestra.run.smithi189.stdout:LOGO="fedora-logo-icon" 2024-04-22T22:32:12.594 INFO:teuthology.orchestra.run.smithi189.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-04-22T22:32:12.595 INFO:teuthology.orchestra.run.smithi189.stdout:HOME_URL="https://centos.org/" 2024-04-22T22:32:12.595 INFO:teuthology.orchestra.run.smithi189.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-04-22T22:32:12.595 INFO:teuthology.orchestra.run.smithi189.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-04-22T22:32:12.595 INFO:teuthology.orchestra.run.smithi189.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-04-22T22:32:12.595 INFO:teuthology.lock.ops:Updating smithi189.front.sepia.ceph.com on lock server 2024-04-22T22:32:12.616 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T22:32:12.624 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T22:32:12.630 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T22:32:12.631 DEBUG:teuthology.orchestra.run.smithi094:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:32:12.634 DEBUG:teuthology.orchestra.run.smithi189:> test '!' -e /home/ubuntu/cephtest 2024-04-22T22:32:12.652 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T22:32:12.662 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T22:32:12.662 DEBUG:teuthology.orchestra.run.smithi094:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:32:12.690 DEBUG:teuthology.orchestra.run.smithi189:> test -z $(ls -A /var/lib/ceph) 2024-04-22T22:32:12.721 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T22:32:12.778 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T22:32:12.794 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T22:32:12.794 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T22:32:12.794 DEBUG:teuthology.orchestra.run.smithi094:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:32:12.795 DEBUG:teuthology.orchestra.run.smithi189:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T22:32:12.810 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:32:12.811 DEBUG:teuthology.orchestra.run.smithi094:> uname -r 2024-04-22T22:32:12.812 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:32:12.812 DEBUG:teuthology.orchestra.run.smithi189:> uname -r 2024-04-22T22:32:12.869 INFO:teuthology.orchestra.run.smithi189.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:32:12.869 INFO:teuthology.task.kernel:Running kernel on smithi189: 5.14.0-437.el9.x86_64 2024-04-22T22:32:12.869 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum install -y kernel 2024-04-22T22:32:12.870 INFO:teuthology.orchestra.run.smithi094.stdout:5.14.0-437.el9.x86_64 2024-04-22T22:32:12.871 INFO:teuthology.task.kernel:Running kernel on smithi094: 5.14.0-437.el9.x86_64 2024-04-22T22:32:12.871 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum install -y kernel 2024-04-22T22:32:14.963 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - BaseOS 16 MB/s | 8.0 MB 00:00 2024-04-22T22:32:15.229 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.0 MB 00:00 2024-04-22T22:32:17.051 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - AppStream 19 MB/s | 19 MB 00:01 2024-04-22T22:32:17.264 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 20 MB/s | 19 MB 00:00 2024-04-22T22:32:21.421 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 10 MB/s | 6.2 MB 00:00 2024-04-22T22:32:22.315 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - CRB 3.8 MB/s | 6.2 MB 00:01 2024-04-22T22:32:23.855 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 16 kB 00:01 2024-04-22T22:32:24.907 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-22T22:32:25.324 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - Extras packages 8.6 kB/s | 16 kB 00:01 2024-04-22T22:32:26.275 INFO:teuthology.orchestra.run.smithi189.stdout:Extra Packages for Enterprise Linux 25 MB/s | 21 MB 00:00 2024-04-22T22:32:29.916 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 12 kB/s | 1.7 kB 00:00 2024-04-22T22:32:31.308 INFO:teuthology.orchestra.run.smithi189.stdout:lab-extras 24 kB/s | 1.7 kB 00:00 2024-04-22T22:32:31.789 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:32:31.789 INFO:teuthology.orchestra.run.smithi094.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:32:31.878 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:32:31.879 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:32:31.879 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:32:31.975 DEBUG:teuthology.orchestra.run.smithi094:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:32:32.470 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:32:29 PM UTC. 2024-04-22T22:32:32.588 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:32:32.597 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:32:32.597 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T22:32:32.597 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:32:32.597 INFO:teuthology.orchestra.run.smithi094.stdout:Reinstalling: 2024-04-22T22:32:32.597 INFO:teuthology.orchestra.run.smithi094.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:32:32.598 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:32:32.598 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:32:32.598 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:32:32.598 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:32:32.598 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 255 k 2024-04-22T22:32:32.598 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 0 2024-04-22T22:32:32.598 INFO:teuthology.orchestra.run.smithi094.stderr:Operation aborted. 2024-04-22T22:32:32.660 INFO:teuthology.orchestra.run.smithi094.stdout:Is this ok [y/N]: 2024-04-22T22:32:32.660 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum reinstall -y kernel || true 2024-04-22T22:32:33.154 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:04 ago on Mon 22 Apr 2024 10:32:29 PM UTC. 2024-04-22T22:32:33.173 INFO:teuthology.orchestra.run.smithi189.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-04-22T22:32:33.173 INFO:teuthology.orchestra.run.smithi189.stdout:Package kernel-5.14.0-437.el9.x86_64 is already installed. 2024-04-22T22:32:33.255 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:32:33.256 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:32:33.256 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:32:33.269 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:32:33.269 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout:Reinstalling: 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 255 k 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 0 2024-04-22T22:32:33.270 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:32:33.366 DEBUG:teuthology.orchestra.run.smithi189:> echo no | sudo yum reinstall kernel || true 2024-04-22T22:32:33.865 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:02 ago on Mon 22 Apr 2024 10:32:31 PM UTC. 2024-04-22T22:32:33.984 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:32:33.994 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-437.el9.x86_64.rpm 567 kB/s | 255 kB 00:00 2024-04-22T22:32:33.994 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:32:33.994 INFO:teuthology.orchestra.run.smithi094.stdout:Total 352 kB/s | 255 kB 00:00 2024-04-22T22:32:33.997 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:32:33.997 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T22:32:33.997 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:32:33.997 INFO:teuthology.orchestra.run.smithi189.stdout:Reinstalling: 2024-04-22T22:32:33.997 INFO:teuthology.orchestra.run.smithi189.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:32:33.998 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:32:33.998 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:32:33.998 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:32:33.998 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:32:33.998 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 255 k 2024-04-22T22:32:33.998 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 0 2024-04-22T22:32:33.998 INFO:teuthology.orchestra.run.smithi189.stderr:Operation aborted. 2024-04-22T22:32:34.012 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:32:34.062 INFO:teuthology.orchestra.run.smithi189.stdout:Is this ok [y/N]: 2024-04-22T22:32:34.063 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum reinstall -y kernel || true 2024-04-22T22:32:34.187 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:32:34.187 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:32:34.192 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:32:34.192 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:32:34.313 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:32:34.403 INFO:teuthology.orchestra.run.smithi094.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:32:34.403 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:32:34.562 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:03 ago on Mon 22 Apr 2024 10:32:31 PM UTC. 2024-04-22T22:32:34.679 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:32:34.681 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:32:34.681 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T22:32:34.681 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:32:34.681 INFO:teuthology.orchestra.run.smithi189.stdout:Reinstalling: 2024-04-22T22:32:34.681 INFO:teuthology.orchestra.run.smithi189.stdout: kernel x86_64 5.14.0-437.el9 baseos 255 k 2024-04-22T22:32:34.682 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:32:34.682 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:32:34.682 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:32:34.682 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:32:34.682 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 255 k 2024-04-22T22:32:34.682 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 0 2024-04-22T22:32:34.683 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:32:34.936 INFO:teuthology.orchestra.run.smithi189.stdout:kernel-5.14.0-437.el9.x86_64.rpm 1.6 MB/s | 255 kB 00:00 2024-04-22T22:32:34.936 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:32:34.936 INFO:teuthology.orchestra.run.smithi189.stdout:Total 999 kB/s | 255 kB 00:00 2024-04-22T22:32:34.951 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:32:35.120 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:32:35.120 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:32:35.125 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:32:35.126 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:32:35.146 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:32:35.146 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:32:35.248 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:32:35.312 INFO:teuthology.orchestra.run.smithi189.stdout: Reinstalling : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:32:35.312 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:32:35.846 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:32:35.846 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:32:35.846 INFO:teuthology.orchestra.run.smithi094.stdout:Reinstalled: 2024-04-22T22:32:35.846 INFO:teuthology.orchestra.run.smithi094.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:32:35.846 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:32:35.846 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:32:36.023 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:32:36.023 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 1/2 2024-04-22T22:32:36.055 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:32:36.102 INFO:teuthology.orchestra.run.smithi094.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:32:36.102 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:32:36.102 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:32:36.103 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T22:32:36.103 DEBUG:teuthology.orchestra.run.smithi094:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:32:36.137 INFO:teuthology.orchestra.run.smithi094.stdout:ttyS1 2024-04-22T22:32:36.149 DEBUG:teuthology.parallel:result is None 2024-04-22T22:32:36.742 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : kernel-5.14.0-437.el9.x86_64 2/2 2024-04-22T22:32:36.742 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:32:36.742 INFO:teuthology.orchestra.run.smithi189.stdout:Reinstalled: 2024-04-22T22:32:36.743 INFO:teuthology.orchestra.run.smithi189.stdout: kernel-5.14.0-437.el9.x86_64 2024-04-22T22:32:36.743 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:32:36.743 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:32:36.916 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q kernel | sort -rV | head -n 1 2024-04-22T22:32:36.964 INFO:teuthology.orchestra.run.smithi189.stdout:kernel-5.14.0-437.el9.x86_64 2024-04-22T22:32:36.964 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-437.el9.x86_64 2024-04-22T22:32:36.964 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-04-22T22:32:36.964 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T22:32:36.965 DEBUG:teuthology.orchestra.run.smithi189:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T22:32:36.995 INFO:teuthology.orchestra.run.smithi189.stdout:ttyS1 2024-04-22T22:32:37.025 DEBUG:teuthology.parallel:result is None 2024-04-22T22:32:37.025 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T22:32:37.034 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T22:32:37.034 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:32:37.036 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T22:32:37.080 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T22:32:37.087 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T22:32:37.097 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T22:32:37.097 DEBUG:teuthology.orchestra.run.smithi094:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:32:37.100 DEBUG:teuthology.orchestra.run.smithi189:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T22:32:37.141 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T22:32:37.153 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T22:32:37.154 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:32:37.167 DEBUG:teuthology.orchestra.run.smithi189:> 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-22T22:32:37.199 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:32:37.206 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:32:37.209 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:32:37.216 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T22:32:37.217 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T22:32:37.225 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T22:32:37.225 DEBUG:teuthology.orchestra.run.smithi094:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:32:37.255 DEBUG:teuthology.orchestra.run.smithi189:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T22:32:37.280 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T22:32:37.290 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T22:32:37.290 DEBUG:teuthology.orchestra.run.smithi094:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:32:37.323 DEBUG:teuthology.orchestra.run.smithi189:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T22:32:37.338 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:32:37.425 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:32:37.471 DEBUG:teuthology.orchestra.run.smithi094:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:32:37.550 DEBUG:teuthology.orchestra.run.smithi094:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:32:37.594 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:32:37.594 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:32:37.658 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:32:37.702 DEBUG:teuthology.orchestra.run.smithi189:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T22:32:37.754 DEBUG:teuthology.orchestra.run.smithi189:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:32:37.844 DEBUG:teuthology.orchestra.run.smithi189:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T22:32:37.882 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:32:37.882 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T22:32:37.947 DEBUG:teuthology.orchestra.run.smithi094:> sudo service rsyslog restart 2024-04-22T22:32:37.950 DEBUG:teuthology.orchestra.run.smithi189:> sudo service rsyslog restart 2024-04-22T22:32:37.990 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:32:38.035 INFO:teuthology.orchestra.run.smithi189.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:32:38.314 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T22:32:38.322 INFO:teuthology.task.internal:Starting timer... 2024-04-22T22:32:38.322 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T22:32:38.331 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T22:32:38.340 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-04-22T22:32:38.341 DEBUG:teuthology.orchestra.run.smithi094:> sudo service auditd rotate 2024-04-22T22:32:38.416 INFO:teuthology.orchestra.run.smithi094.stdout:Rotating logs: 2024-04-22T22:32:38.418 DEBUG:teuthology.orchestra.run.smithi189:> sudo service auditd rotate 2024-04-22T22:32:38.498 INFO:teuthology.orchestra.run.smithi189.stdout:Rotating logs: 2024-04-22T22:32:38.500 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T22:32:38.500 DEBUG:teuthology.orchestra.run.smithi094:> /usr/sbin/getenforce 2024-04-22T22:32:38.521 INFO:teuthology.orchestra.run.smithi094.stdout:Permissive 2024-04-22T22:32:38.522 DEBUG:teuthology.orchestra.run.smithi189:> /usr/sbin/getenforce 2024-04-22T22:32:38.540 INFO:teuthology.orchestra.run.smithi189.stdout:Permissive 2024-04-22T22:32:38.540 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi094.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi189.front.sepia.ceph.com': 'permissive'} 2024-04-22T22:32:38.540 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:32:38.591 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:32:38.591 DEBUG:teuthology.orchestra.run.smithi189:> 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-22T22:32:38.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:32:38.615 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T22:32:38.616 DEBUG:teuthology.orchestra.run.smithi094:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:32:38.657 DEBUG:teuthology.orchestra.run.smithi189:> sudo /usr/sbin/setenforce permissive 2024-04-22T22:32:38.692 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T22:32:38.702 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T22:32:38.747 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-22T22:32:38.748 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi094.front.sepia.ceph.com,smithi189.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T22:36:10.966 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi094.front.sepia.ceph.com'), Remote(name='ubuntu@smithi189.front.sepia.ceph.com')] 2024-04-22T22:36:10.967 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-22T22:36:10.968 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi094.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:36:11.047 DEBUG:teuthology.orchestra.run.smithi094:> true 2024-04-22T22:36:11.125 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi094.front.sepia.ceph.com' 2024-04-22T22:36:11.125 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-04-22T22:36:11.126 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi189.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T22:36:11.199 DEBUG:teuthology.orchestra.run.smithi189:> true 2024-04-22T22:36:11.273 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi189.front.sepia.ceph.com' 2024-04-22T22:36:11.274 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T22:36:11.284 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T22:36:11.284 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:36:11.285 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:36:11.287 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T22:36:11.287 DEBUG:teuthology.orchestra.run.smithi189:> 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-22T22:36:11.312 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:36:11.326 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:36:11.342 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-04-22T22:36:11.348 INFO:teuthology.orchestra.run.smithi094.stderr:sudo: ntpd: command not found 2024-04-22T22:36:11.355 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-04-22T22:36:11.358 INFO:teuthology.orchestra.run.smithi094.stdout:506 Cannot talk to daemon 2024-04-22T22:36:11.371 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:36:11.378 INFO:teuthology.orchestra.run.smithi189.stderr:sudo: ntpd: command not found 2024-04-22T22:36:11.384 INFO:teuthology.orchestra.run.smithi094.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:36:11.389 INFO:teuthology.orchestra.run.smithi189.stdout:506 Cannot talk to daemon 2024-04-22T22:36:11.403 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-04-22T22:36:11.415 INFO:teuthology.orchestra.run.smithi189.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-04-22T22:36:11.440 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:36:11.442 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:36:11.442 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-04-22T22:36:11.442 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:36:11.443 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:36:11.443 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:36:11.443 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:36:11.472 INFO:teuthology.orchestra.run.smithi189.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:36:11.476 INFO:teuthology.orchestra.run.smithi189.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:36:11.476 INFO:teuthology.orchestra.run.smithi189.stdout:=============================================================================== 2024-04-22T22:36:11.476 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:36:11.476 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:36:11.476 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:36:11.476 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:36:11.476 INFO:teuthology.run_tasks:Running task pexec... 2024-04-22T22:36:11.485 INFO:teuthology.task.pexec:Executing custom commands... 2024-04-22T22:36:11.485 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi094.front.sepia.ceph.com 2024-04-22T22:36:11.486 DEBUG:teuthology.orchestra.run.smithi094:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:36:11.486 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi189.front.sepia.ceph.com 2024-04-22T22:36:11.486 DEBUG:teuthology.orchestra.run.smithi189:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-04-22T22:36:12.014 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:42 ago on Mon 22 Apr 2024 10:35:29 PM UTC. 2024-04-22T22:36:12.044 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:42 ago on Mon 22 Apr 2024 10:35:29 PM UTC. 2024-04-22T22:36:12.130 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:36:12.132 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:36:12.132 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T22:36:12.132 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:36:12.132 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:36:12.132 INFO:teuthology.orchestra.run.smithi094.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:36:12.132 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:36:12.132 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:36:12.133 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:36:12.133 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:36:12.133 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:36:12.133 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 3.1 M 2024-04-22T22:36:12.133 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 9.8 M 2024-04-22T22:36:12.133 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:36:12.161 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:36:12.162 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:36:12.162 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T22:36:12.163 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:36:12.163 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:36:12.163 INFO:teuthology.orchestra.run.smithi189.stdout: runc x86_64 4:1.1.12-2.el9 appstream 3.1 M 2024-04-22T22:36:12.163 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:36:12.163 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:36:12.163 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:36:12.164 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:36:12.164 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:36:12.164 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 3.1 M 2024-04-22T22:36:12.164 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 9.8 M 2024-04-22T22:36:12.164 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:36:12.574 INFO:teuthology.orchestra.run.smithi189.stdout:runc-1.1.12-2.el9.x86_64.rpm 9.0 MB/s | 3.1 MB 00:00 2024-04-22T22:36:12.574 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:12.575 INFO:teuthology.orchestra.run.smithi189.stdout:Total 7.6 MB/s | 3.1 MB 00:00 2024-04-22T22:36:12.592 INFO:teuthology.orchestra.run.smithi094.stdout:runc-1.1.12-2.el9.x86_64.rpm 9.3 MB/s | 3.1 MB 00:00 2024-04-22T22:36:12.593 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:12.593 INFO:teuthology.orchestra.run.smithi094.stdout:Total 6.8 MB/s | 3.1 MB 00:00 2024-04-22T22:36:12.610 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:36:12.617 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:36:12.617 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:36:12.629 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:36:12.635 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:36:12.635 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:36:12.701 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:36:12.702 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:36:12.719 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:36:12.719 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:36:12.925 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:36:12.931 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:36:13.025 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:36:13.026 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:36:13.446 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:36:13.533 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:36:13.723 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:36:13.723 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:36:13.723 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:36:13.723 INFO:teuthology.orchestra.run.smithi189.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:36:13.723 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:36:13.723 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:36:13.808 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : runc-4:1.1.12-2.el9.x86_64 1/1 2024-04-22T22:36:13.808 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:36:13.808 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:36:13.808 INFO:teuthology.orchestra.run.smithi094.stdout: runc-4:1.1.12-2.el9.x86_64 2024-04-22T22:36:13.808 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:36:13.808 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:36:13.949 DEBUG:teuthology.parallel:result is None 2024-04-22T22:36:14.055 DEBUG:teuthology.parallel:result is None 2024-04-22T22:36:14.057 INFO:teuthology.run_tasks:Running task install... 2024-04-22T22:36:14.066 DEBUG:teuthology.task.install:project ceph 2024-04-22T22:36:14.066 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'}} 2024-04-22T22:36:14.066 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:36:14.066 INFO:teuthology.task.install:Using flavor: default 2024-04-22T22:36:14.072 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-22T22:36:14.072 INFO:teuthology.task.install:extra packages: [] 2024-04-22T22:36:14.073 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T22:36:14.073 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:36:14.075 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': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'tag': None, 'wait_for_package': False} 2024-04-22T22:36:14.075 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:36:14.296 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:36:14.297 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:36:14.305 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/ 2024-04-22T22:36:14.306 INFO:teuthology.task.install.rpm:Package version is 19.0.0-2407.g430e09df 2024-04-22T22:36:14.418 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T22:36:14.418 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:36:14.419 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:36:14.443 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-22T22:36:14.443 DEBUG:teuthology.orchestra.run.smithi189:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T22:36:14.467 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-04-22T22:36:14.468 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:36:14.468 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-04-22T22:36:14.491 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-22T22:36:14.491 DEBUG:teuthology.orchestra.run.smithi094:> 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/430e09df97c8fc7dc2b2ae424f68ed11366c540f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-04-22T22:36:14.506 DEBUG:teuthology.orchestra.run.smithi189:> 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-22T22:36:14.555 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:36:14.582 DEBUG:teuthology.orchestra.run.smithi189:> 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-22T22:36:14.629 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:36:14.646 INFO:teuthology.orchestra.run.smithi189.stdout:check_obsoletes = 1 2024-04-22T22:36:14.647 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum clean all 2024-04-22T22:36:14.692 INFO:teuthology.orchestra.run.smithi094.stdout:check_obsoletes = 1 2024-04-22T22:36:14.694 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum clean all 2024-04-22T22:36:14.880 INFO:teuthology.orchestra.run.smithi189.stdout:48 files removed 2024-04-22T22:36:14.909 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-radosgw 2024-04-22T22:36:14.954 INFO:teuthology.orchestra.run.smithi094.stdout:48 files removed 2024-04-22T22:36:14.989 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-radosgw 2024-04-22T22:36:15.534 INFO:teuthology.orchestra.run.smithi189.stdout:ceph packages for x86_64 230 kB/s | 83 kB 00:00 2024-04-22T22:36:15.640 INFO:teuthology.orchestra.run.smithi094.stdout:ceph packages for x86_64 216 kB/s | 83 kB 00:00 2024-04-22T22:36:15.897 INFO:teuthology.orchestra.run.smithi189.stdout:ceph noarch packages 36 kB/s | 11 kB 00:00 2024-04-22T22:36:16.063 INFO:teuthology.orchestra.run.smithi094.stdout:ceph noarch packages 30 kB/s | 11 kB 00:00 2024-04-22T22:36:16.293 INFO:teuthology.orchestra.run.smithi189.stdout:ceph source packages 5.3 kB/s | 1.9 kB 00:00 2024-04-22T22:36:16.434 INFO:teuthology.orchestra.run.smithi094.stdout:ceph source packages 5.6 kB/s | 1.9 kB 00:00 2024-04-22T22:36:17.014 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.0 MB 00:00 2024-04-22T22:36:18.422 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - BaseOS 4.1 MB/s | 8.0 MB 00:01 2024-04-22T22:36:22.606 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - AppStream 6.1 MB/s | 19 MB 00:03 2024-04-22T22:36:27.116 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - CRB 6.4 MB/s | 6.2 MB 00:00 2024-04-22T22:36:28.626 INFO:teuthology.orchestra.run.smithi094.stdout:CentOS Stream 9 - Extras packages 56 kB/s | 16 kB 00:00 2024-04-22T22:36:29.836 INFO:teuthology.orchestra.run.smithi094.stdout:Extra Packages for Enterprise Linux 19 MB/s | 21 MB 00:01 2024-04-22T22:36:34.886 INFO:teuthology.orchestra.run.smithi094.stdout:lab-extras 38 kB/s | 1.7 kB 00:00 2024-04-22T22:36:35.196 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - AppStream 1.1 MB/s | 19 MB 00:17 2024-04-22T22:36:37.027 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:36:37.029 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrading: 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:36:37.030 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:36:37.031 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout:Installing weak dependencies: 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:36:37.032 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:36:37.033 INFO:teuthology.orchestra.run.smithi094.stdout:Install 30 Packages 2024-04-22T22:36:37.033 INFO:teuthology.orchestra.run.smithi094.stdout:Upgrade 2 Packages 2024-04-22T22:36:37.033 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:36:37.033 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 60 M 2024-04-22T22:36:37.033 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:36:37.988 INFO:teuthology.orchestra.run.smithi094.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 10 MB/s | 5.4 MB 00:00 2024-04-22T22:36:38.038 INFO:teuthology.orchestra.run.smithi094.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 504 kB/s | 25 kB 00:00 2024-04-22T22:36:38.113 INFO:teuthology.orchestra.run.smithi094.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 9.7 MB/s | 745 kB 00:00 2024-04-22T22:36:38.181 INFO:teuthology.orchestra.run.smithi094.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 7.3 MB/s | 501 kB 00:00 2024-04-22T22:36:38.515 INFO:teuthology.orchestra.run.smithi094.stdout:(5/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 16 MB/s | 5.3 MB 00:00 2024-04-22T22:36:38.565 INFO:teuthology.orchestra.run.smithi094.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 904 kB/s | 45 kB 00:00 2024-04-22T22:36:38.632 INFO:teuthology.orchestra.run.smithi094.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 2.0 MB/s | 133 kB 00:00 2024-04-22T22:36:38.682 INFO:teuthology.orchestra.run.smithi094.stdout:(8/32): python3-cephfs-19.0.0-2407.g430e09df.el 3.2 MB/s | 162 kB 00:00 2024-04-22T22:36:38.749 INFO:teuthology.orchestra.run.smithi094.stdout:(9/32): python3-rados-19.0.0-2407.g430e09df.el9 4.7 MB/s | 321 kB 00:00 2024-04-22T22:36:38.808 INFO:teuthology.orchestra.run.smithi094.stdout:(10/32): python3-rbd-19.0.0-2407.g430e09df.el9. 5.0 MB/s | 299 kB 00:00 2024-04-22T22:36:38.866 INFO:teuthology.orchestra.run.smithi094.stdout:(11/32): python3-rgw-19.0.0-2407.g430e09df.el9. 1.7 MB/s | 99 kB 00:00 2024-04-22T22:36:38.942 INFO:teuthology.orchestra.run.smithi094.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 1.4 MB/s | 107 kB 00:00 2024-04-22T22:36:39.025 INFO:teuthology.orchestra.run.smithi094.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2024-04-22T22:36:39.084 INFO:teuthology.orchestra.run.smithi094.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 775 kB/s | 45 kB 00:00 2024-04-22T22:36:39.209 INFO:teuthology.orchestra.run.smithi094.stdout:(15/32): librdkafka-1.6.1-102.el9.x86_64.rpm 5.2 MB/s | 662 kB 00:00 2024-04-22T22:36:39.310 INFO:teuthology.orchestra.run.smithi094.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.9 MB/s | 292 kB 00:00 2024-04-22T22:36:39.369 INFO:teuthology.orchestra.run.smithi094.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 726 kB/s | 42 kB 00:00 2024-04-22T22:36:39.510 INFO:teuthology.orchestra.run.smithi094.stdout:(18/32): ceph-radosgw-19.0.0-2407.g430e09df.el9 5.0 MB/s | 10 MB 00:02 2024-04-22T22:36:39.536 INFO:teuthology.orchestra.run.smithi094.stdout:(19/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.3 MB/s | 221 kB 00:00 2024-04-22T22:36:39.569 INFO:teuthology.orchestra.run.smithi094.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 614 kB/s | 36 kB 00:00 2024-04-22T22:36:39.586 INFO:teuthology.orchestra.run.smithi094.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 942 kB/s | 47 kB 00:00 2024-04-22T22:36:39.605 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.2 MB 00:00 2024-04-22T22:36:39.820 INFO:teuthology.orchestra.run.smithi094.stdout:(22/32): ceph-common-19.0.0-2407.g430e09df.el9. 8.9 MB/s | 21 MB 00:02 2024-04-22T22:36:40.262 INFO:teuthology.orchestra.run.smithi094.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 66 kB/s | 26 kB 00:00 2024-04-22T22:36:40.412 INFO:teuthology.orchestra.run.smithi094.stdout:(24/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 366 kB/s | 309 kB 00:00 2024-04-22T22:36:40.454 INFO:teuthology.orchestra.run.smithi094.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 253 kB/s | 49 kB 00:00 2024-04-22T22:36:40.546 INFO:teuthology.orchestra.run.smithi094.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 503 kB/s | 67 kB 00:00 2024-04-22T22:36:40.688 INFO:teuthology.orchestra.run.smithi094.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 1.3 MB/s | 192 kB 00:00 2024-04-22T22:36:40.847 INFO:teuthology.orchestra.run.smithi094.stdout:(28/32): libarrow-9.0.0-10.el9.x86_64.rpm 3.5 MB/s | 4.4 MB 00:01 2024-04-22T22:36:40.906 INFO:teuthology.orchestra.run.smithi094.stdout:(29/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 1.8 MB/s | 838 kB 00:00 2024-04-22T22:36:41.040 INFO:teuthology.orchestra.run.smithi094.stdout:(30/32): thrift-0.15.0-2.el9.x86_64.rpm 4.5 MB/s | 1.6 MB 00:00 2024-04-22T22:36:41.073 INFO:teuthology.orchestra.run.smithi189.stdout:CentOS Stream 9 - Extras packages 51 kB/s | 16 kB 00:00 2024-04-22T22:36:41.232 INFO:teuthology.orchestra.run.smithi094.stdout:(31/32): librados2-19.0.0-2407.g430e09df.el9.x8 8.8 MB/s | 3.4 MB 00:00 2024-04-22T22:36:41.340 INFO:teuthology.orchestra.run.smithi094.stdout:(32/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 7.2 MB/s | 3.1 MB 00:00 2024-04-22T22:36:41.345 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:41.345 INFO:teuthology.orchestra.run.smithi094.stdout:Total 14 MB/s | 60 MB 00:04 2024-04-22T22:36:41.444 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:36:41.481 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:36:41.481 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:36:41.989 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:36:41.990 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:36:42.135 INFO:teuthology.orchestra.run.smithi189.stdout:Extra Packages for Enterprise Linux 22 MB/s | 21 MB 00:00 2024-04-22T22:36:43.473 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:36:43.541 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:36:43.571 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:36:43.596 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:36:43.619 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:36:43.637 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:36:43.828 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:36:43.881 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:36:44.274 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:36:44.324 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:36:44.416 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:36:44.503 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:36:44.525 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:36:44.596 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:36:44.626 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:36:44.669 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:36:44.737 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:36:44.762 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:36:44.826 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:36:44.860 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:36:44.967 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:36:45.003 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:36:45.044 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:36:45.069 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:36:45.098 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:36:45.131 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:36:45.451 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:36:45.494 INFO:teuthology.orchestra.run.smithi094.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:36:45.569 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:36:45.599 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:36:45.636 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:36:46.126 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:36:46.164 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:36:46.222 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:36:46.295 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:36:46.325 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:36:47.210 INFO:teuthology.orchestra.run.smithi189.stdout:lab-extras 25 kB/s | 1.7 kB 00:00 2024-04-22T22:36:48.560 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:36:48.606 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:36:49.147 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:36:49.186 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:36:49.286 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:36:49.286 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:36:49.286 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:36:49.286 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:36:49.321 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:36:49.451 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:36:49.453 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:36:49.453 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:36:49.453 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:36:49.453 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:36:49.453 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-radosgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 10 M 2024-04-22T22:36:49.453 INFO:teuthology.orchestra.run.smithi189.stdout:Upgrading: 2024-04-22T22:36:49.453 INFO:teuthology.orchestra.run.smithi189.stdout: librados2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.4 M 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: librbd1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-base x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.4 M 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 21 M 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-selinux x86_64 2:19.0.0-2407.g430e09df.el9 ceph 25 k 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow x86_64 9.0.0-10.el9 epel 4.4 M 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-doc noarch 9.0.0-10.el9 epel 26 k 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 745 k 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-04-22T22:36:49.454 INFO:teuthology.orchestra.run.smithi189.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: libradosstriper1 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 501 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: librgw2 x86_64 2:19.0.0-2407.g430e09df.el9 ceph 5.3 M 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: parquet-libs x86_64 9.0.0-10.el9 epel 838 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-argparse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 45 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-common x86_64 2:19.0.0-2407.g430e09df.el9 ceph 133 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cephfs x86_64 2:19.0.0-2407.g430e09df.el9 ceph 162 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rados x86_64 2:19.0.0-2407.g430e09df.el9 ceph 321 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 299 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rgw x86_64 2:19.0.0-2407.g430e09df.el9 ceph 99 k 2024-04-22T22:36:49.455 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout: re2 x86_64 1:20211101-3.el9 epel 192 k 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout:Installing weak dependencies: 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout:Install 30 Packages 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout:Upgrade 2 Packages 2024-04-22T22:36:49.456 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:36:49.457 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 60 M 2024-04-22T22:36:49.457 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:36:50.586 INFO:teuthology.orchestra.run.smithi189.stdout:(1/32): ceph-base-19.0.0-2407.g430e09df.el9.x86 7.0 MB/s | 5.4 MB 00:00 2024-04-22T22:36:50.644 INFO:teuthology.orchestra.run.smithi189.stdout:(2/32): ceph-selinux-19.0.0-2407.g430e09df.el9. 433 kB/s | 25 kB 00:00 2024-04-22T22:36:50.770 INFO:teuthology.orchestra.run.smithi189.stdout:(3/32): libcephfs2-19.0.0-2407.g430e09df.el9.x8 5.8 MB/s | 745 kB 00:00 2024-04-22T22:36:50.870 INFO:teuthology.orchestra.run.smithi189.stdout:(4/32): libradosstriper1-19.0.0-2407.g430e09df. 4.9 MB/s | 501 kB 00:00 2024-04-22T22:36:51.379 INFO:teuthology.orchestra.run.smithi189.stdout:(5/32): librgw2-19.0.0-2407.g430e09df.el9.x86_6 10 MB/s | 5.3 MB 00:00 2024-04-22T22:36:51.454 INFO:teuthology.orchestra.run.smithi189.stdout:(6/32): python3-ceph-argparse-19.0.0-2407.g430e 603 kB/s | 45 kB 00:00 2024-04-22T22:36:51.538 INFO:teuthology.orchestra.run.smithi189.stdout:(7/32): python3-ceph-common-19.0.0-2407.g430e09 1.6 MB/s | 133 kB 00:00 2024-04-22T22:36:51.696 INFO:teuthology.orchestra.run.smithi189.stdout:(8/32): ceph-radosgw-19.0.0-2407.g430e09df.el9. 5.5 MB/s | 10 MB 00:01 2024-04-22T22:36:51.721 INFO:teuthology.orchestra.run.smithi189.stdout:(9/32): python3-cephfs-19.0.0-2407.g430e09df.el 882 kB/s | 162 kB 00:00 2024-04-22T22:36:51.788 INFO:teuthology.orchestra.run.smithi189.stdout:(10/32): python3-rados-19.0.0-2407.g430e09df.el 3.4 MB/s | 321 kB 00:00 2024-04-22T22:36:51.813 INFO:teuthology.orchestra.run.smithi189.stdout:(11/32): python3-rbd-19.0.0-2407.g430e09df.el9. 3.2 MB/s | 299 kB 00:00 2024-04-22T22:36:52.006 INFO:teuthology.orchestra.run.smithi189.stdout:(12/32): ceph-common-19.0.0-2407.g430e09df.el9. 9.6 MB/s | 21 MB 00:02 2024-04-22T22:36:52.031 INFO:teuthology.orchestra.run.smithi189.stdout:(13/32): python3-rgw-19.0.0-2407.g430e09df.el9. 411 kB/s | 99 kB 00:00 2024-04-22T22:36:52.387 INFO:teuthology.orchestra.run.smithi189.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 127 kB/s | 45 kB 00:00 2024-04-22T22:36:52.456 INFO:teuthology.orchestra.run.smithi189.stdout:(15/32): boost-program-options-1.75.0-8.el9.x86 166 kB/s | 107 kB 00:00 2024-04-22T22:36:52.507 INFO:teuthology.orchestra.run.smithi189.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 320 kB/s | 160 kB 00:00 2024-04-22T22:36:52.615 INFO:teuthology.orchestra.run.smithi189.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 390 kB/s | 42 kB 00:00 2024-04-22T22:36:52.799 INFO:teuthology.orchestra.run.smithi189.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 854 kB/s | 292 kB 00:00 2024-04-22T22:36:52.832 INFO:teuthology.orchestra.run.smithi189.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 1.5 MB/s | 662 kB 00:00 2024-04-22T22:36:52.891 INFO:teuthology.orchestra.run.smithi189.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 390 kB/s | 36 kB 00:00 2024-04-22T22:36:52.917 INFO:teuthology.orchestra.run.smithi189.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 733 kB/s | 221 kB 00:00 2024-04-22T22:36:52.933 INFO:teuthology.orchestra.run.smithi189.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 470 kB/s | 47 kB 00:00 2024-04-22T22:36:53.009 INFO:teuthology.orchestra.run.smithi189.stdout:(23/32): libarrow-doc-9.0.0-10.el9.noarch.rpm 346 kB/s | 26 kB 00:00 2024-04-22T22:36:53.068 INFO:teuthology.orchestra.run.smithi189.stdout:(24/32): liboath-2.6.7-2.el9.x86_64.rpm 833 kB/s | 49 kB 00:00 2024-04-22T22:36:53.101 INFO:teuthology.orchestra.run.smithi189.stdout:(25/32): gperftools-libs-2.9.1-2.el9.x86_64.rpm 1.4 MB/s | 309 kB 00:00 2024-04-22T22:36:53.118 INFO:teuthology.orchestra.run.smithi189.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-04-22T22:36:53.185 INFO:teuthology.orchestra.run.smithi189.stdout:(27/32): re2-20211101-3.el9.x86_64.rpm 2.8 MB/s | 192 kB 00:00 2024-04-22T22:36:53.268 INFO:teuthology.orchestra.run.smithi189.stdout:(28/32): parquet-libs-9.0.0-10.el9.x86_64.rpm 4.9 MB/s | 838 kB 00:00 2024-04-22T22:36:53.460 INFO:teuthology.orchestra.run.smithi189.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 5.8 MB/s | 1.6 MB 00:00 2024-04-22T22:36:53.603 INFO:teuthology.orchestra.run.smithi189.stdout:(30/32): libarrow-9.0.0-10.el9.x86_64.rpm 6.4 MB/s | 4.4 MB 00:00 2024-04-22T22:36:53.661 INFO:teuthology.orchestra.run.smithi189.stdout:(31/32): librados2-19.0.0-2407.g430e09df.el9.x8 8.6 MB/s | 3.4 MB 00:00 2024-04-22T22:36:53.903 INFO:teuthology.orchestra.run.smithi189.stdout:(32/32): librbd1-19.0.0-2407.g430e09df.el9.x86_ 7.1 MB/s | 3.1 MB 00:00 2024-04-22T22:36:53.905 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:36:53.905 INFO:teuthology.orchestra.run.smithi189.stdout:Total 13 MB/s | 60 MB 00:04 2024-04-22T22:36:54.000 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:36:54.036 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:36:54.036 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:36:54.502 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:36:54.502 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:36:55.990 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:36:56.071 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-04-22T22:36:56.099 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-04-22T22:36:56.124 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-04-22T22:36:56.148 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:36:56.165 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-04-22T22:36:56.347 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:36:56.402 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-04-22T22:36:56.791 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-04-22T22:36:56.843 INFO:teuthology.orchestra.run.smithi189.stdout: Upgrading : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:36:56.936 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:36:57.025 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 8/34 2024-04-22T22:36:57.045 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:36:57.108 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 9/34 2024-04-22T22:36:57.137 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-04-22T22:36:57.180 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 11/34 2024-04-22T22:36:57.249 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:36:57.281 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:36:57.344 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 13/34 2024-04-22T22:36:57.379 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-04-22T22:36:57.492 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : re2-1:20211101-3.el9.x86_64 15/34 2024-04-22T22:36:57.663 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libarrow-9.0.0-10.el9.x86_64 16/34 2024-04-22T22:36:57.712 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-04-22T22:36:57.745 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/34 2024-04-22T22:36:57.774 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libarrow-doc-9.0.0-10.el9.noarch 19/34 2024-04-22T22:36:57.807 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-04-22T22:36:58.120 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-04-22T22:36:58.153 INFO:teuthology.orchestra.run.smithi189.stdout: Upgrading : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:36:58.244 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 22/34 2024-04-22T22:36:58.274 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 23/34 2024-04-22T22:36:58.311 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-04-22T22:36:58.785 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : parquet-libs-9.0.0-10.el9.x86_64 25/34 2024-04-22T22:36:58.814 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:36:58.876 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 26/34 2024-04-22T22:36:58.946 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 27/34 2024-04-22T22:36:58.951 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:36:58.952 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /sys 2024-04-22T22:36:58.952 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /proc 2024-04-22T22:36:58.952 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /mnt 2024-04-22T22:36:58.952 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /var/tmp 2024-04-22T22:36:58.952 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /home 2024-04-22T22:36:58.952 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /root 2024-04-22T22:36:58.952 INFO:teuthology.orchestra.run.smithi094.stdout:skipping the directory /tmp 2024-04-22T22:36:58.952 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:36:58.983 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 28/34 2024-04-22T22:36:59.902 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:36:59.927 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:36:59.927 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:36:59.927 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:36:59.927 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:36:59.928 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:36:59.928 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:36:59.929 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:37:00.013 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:37:00.013 INFO:teuthology.orchestra.run.smithi094.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:37:01.155 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:37:01.156 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:37:01.157 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:37:01.157 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:37:01.157 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:37:01.157 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:37:01.158 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:37:01.158 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:37:01.158 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:37:01.158 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:37:01.158 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:37:01.272 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:37:01.305 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:37:01.846 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 29/34 2024-04-22T22:37:01.883 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:37:01.917 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout:Upgraded: 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:37:01.918 INFO:teuthology.orchestra.run.smithi094.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.919 INFO:teuthology.orchestra.run.smithi094.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:37:01.920 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.920 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.920 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:01.920 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:37:01.920 INFO:teuthology.orchestra.run.smithi094.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:37:01.920 INFO:teuthology.orchestra.run.smithi094.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:37:01.920 INFO:teuthology.orchestra.run.smithi094.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:37:01.920 INFO:teuthology.orchestra.run.smithi094.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:37:01.920 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:01.920 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:37:01.974 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 30/34 2024-04-22T22:37:01.974 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-04-22T22:37:01.975 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-04-22T22:37:01.975 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:02.001 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:37:02.243 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-test 2024-04-22T22:37:02.754 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:28 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:37:02.871 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:37:02.871 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout:Install 4 Packages 2024-04-22T22:37:02.872 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:02.873 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 49 M 2024-04-22T22:37:02.873 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 207 M 2024-04-22T22:37:02.873 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:37:03.322 INFO:teuthology.orchestra.run.smithi094.stdout:(1/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 672 kB/s | 164 kB 00:00 2024-04-22T22:37:03.380 INFO:teuthology.orchestra.run.smithi094.stdout:(2/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.0 MB/s | 305 kB 00:00 2024-04-22T22:37:03.472 INFO:teuthology.orchestra.run.smithi094.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 424 kB/s | 64 kB 00:00 2024-04-22T22:37:05.381 INFO:teuthology.orchestra.run.smithi094.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 21 MB/s | 48 MB 00:02 2024-04-22T22:37:05.383 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:05.383 INFO:teuthology.orchestra.run.smithi094.stdout:Total 19 MB/s | 49 MB 00:02 2024-04-22T22:37:05.409 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:37:05.429 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:37:05.429 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:37:05.794 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:37:05.795 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:37:06.321 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:37:06.407 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:37:06.455 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:37:06.483 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:37:11.025 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:37:11.107 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:37:11.356 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:37:11.356 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /sys 2024-04-22T22:37:11.357 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /proc 2024-04-22T22:37:11.357 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /mnt 2024-04-22T22:37:11.357 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /var/tmp 2024-04-22T22:37:11.357 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /home 2024-04-22T22:37:11.357 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /root 2024-04-22T22:37:11.357 INFO:teuthology.orchestra.run.smithi189.stdout:skipping the directory /tmp 2024-04-22T22:37:11.357 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:12.318 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:37:12.342 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 32/34 2024-04-22T22:37:12.342 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:12.342 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-04-22T22:37:12.342 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:37:12.342 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-04-22T22:37:12.343 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:12.344 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:37:12.412 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-04-22T22:37:12.412 INFO:teuthology.orchestra.run.smithi189.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:37:13.560 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:37:13.560 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:37:13.560 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:37:13.560 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:37:13.565 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:37:13.565 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 1/34 2024-04-22T22:37:13.565 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2/34 2024-04-22T22:37:13.565 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 3/34 2024-04-22T22:37:13.565 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 4/34 2024-04-22T22:37:13.565 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 5/34 2024-04-22T22:37:13.565 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_6 6/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 7/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9. 8/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x8 9/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 10/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 11/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 12/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 13/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-04-22T22:37:13.566 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-04-22T22:37:13.567 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-04-22T22:37:13.567 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-04-22T22:37:13.567 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-04-22T22:37:13.567 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-04-22T22:37:13.567 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 23/34 2024-04-22T22:37:13.567 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libarrow-9.0.0-10.el9.x86_64 24/34 2024-04-22T22:37:13.567 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libarrow-doc-9.0.0-10.el9.noarch 25/34 2024-04-22T22:37:13.567 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-04-22T22:37:13.567 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-04-22T22:37:13.567 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : parquet-libs-9.0.0-10.el9.x86_64 28/34 2024-04-22T22:37:13.568 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : re2-1:20211101-3.el9.x86_64 29/34 2024-04-22T22:37:13.568 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-04-22T22:37:13.568 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados2-2:19.0.0-2407.g430e09df.el9.x86_64 31/34 2024-04-22T22:37:13.569 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-04-22T22:37:13.569 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 33/34 2024-04-22T22:37:13.826 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:37:13.826 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:13.826 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:37:13.826 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:13.826 INFO:teuthology.orchestra.run.smithi094.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:13.826 INFO:teuthology.orchestra.run.smithi094.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:37:13.826 INFO:teuthology.orchestra.run.smithi094.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:37:13.826 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:13.827 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:37:14.124 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph 2024-04-22T22:37:14.259 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-04-22T22:37:14.259 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:14.259 INFO:teuthology.orchestra.run.smithi189.stdout:Upgraded: 2024-04-22T22:37:14.259 INFO:teuthology.orchestra.run.smithi189.stdout: librados2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.259 INFO:teuthology.orchestra.run.smithi189.stdout: librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.259 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-radosgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-selinux-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-9.0.0-10.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: libarrow-doc-9.0.0-10.el9.noarch 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: liboath-2.6.7-2.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-04-22T22:37:14.260 INFO:teuthology.orchestra.run.smithi189.stdout: libradosstriper1-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: librgw2-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: libunwind-1.6.2-1.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: parquet-libs-9.0.0-10.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-argparse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ceph-common-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:14.261 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-24.02.0-1.el9.x86_64 2024-04-22T22:37:14.262 INFO:teuthology.orchestra.run.smithi189.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-04-22T22:37:14.262 INFO:teuthology.orchestra.run.smithi189.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-04-22T22:37:14.262 INFO:teuthology.orchestra.run.smithi189.stdout: re2-1:20211101-3.el9.x86_64 2024-04-22T22:37:14.262 INFO:teuthology.orchestra.run.smithi189.stdout: thrift-0.15.0-2.el9.x86_64 2024-04-22T22:37:14.262 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:14.262 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:37:14.585 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-test 2024-04-22T22:37:14.658 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:40 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:37:14.785 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:37:14.788 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:37:14.789 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:37:14.790 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:37:14.791 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:37:14.791 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:37:14.791 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:37:14.791 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:37:14.791 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:14.791 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:37:14.791 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:14.791 INFO:teuthology.orchestra.run.smithi094.stdout:Install 36 Packages 2024-04-22T22:37:14.791 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:14.792 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 30 M 2024-04-22T22:37:14.792 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 107 M 2024-04-22T22:37:14.792 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:37:15.097 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:28 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:37:15.220 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:37:15.220 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:15.220 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:37:15.220 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:15.220 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:37:15.220 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-test x86_64 2:19.0.0-2407.g430e09df.el9 ceph 48 M 2024-04-22T22:37:15.221 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:37:15.221 INFO:teuthology.orchestra.run.smithi189.stdout: libcephsqlite x86_64 2:19.0.0-2407.g430e09df.el9 ceph 164 k 2024-04-22T22:37:15.221 INFO:teuthology.orchestra.run.smithi189.stdout: socat x86_64 1.7.4.1-5.el9 appstream 305 k 2024-04-22T22:37:15.221 INFO:teuthology.orchestra.run.smithi189.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-04-22T22:37:15.221 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:15.221 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:37:15.221 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:15.221 INFO:teuthology.orchestra.run.smithi189.stdout:Install 4 Packages 2024-04-22T22:37:15.221 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:15.222 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 49 M 2024-04-22T22:37:15.222 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 207 M 2024-04-22T22:37:15.222 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:37:15.501 INFO:teuthology.orchestra.run.smithi189.stdout:(1/4): socat-1.7.4.1-5.el9.x86_64.rpm 1.8 MB/s | 305 kB 00:00 2024-04-22T22:37:15.543 INFO:teuthology.orchestra.run.smithi189.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-04-22T22:37:15.718 INFO:teuthology.orchestra.run.smithi189.stdout:(3/4): libcephsqlite-19.0.0-2407.g430e09df.el9. 431 kB/s | 164 kB 00:00 2024-04-22T22:37:15.804 INFO:teuthology.orchestra.run.smithi094.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 30 kB/s | 6.6 kB 00:00 2024-04-22T22:37:16.746 INFO:teuthology.orchestra.run.smithi094.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 1.3 MB/s | 1.5 MB 00:01 2024-04-22T22:37:17.446 INFO:teuthology.orchestra.run.smithi094.stdout:(3/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 1.3 MB/s | 2.4 MB 00:01 2024-04-22T22:37:17.596 INFO:teuthology.orchestra.run.smithi094.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 1.6 MB/s | 249 kB 00:00 2024-04-22T22:37:17.980 INFO:teuthology.orchestra.run.smithi094.stdout:(5/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 2.2 MB/s | 4.7 MB 00:02 2024-04-22T22:37:17.985 INFO:teuthology.orchestra.run.smithi189.stdout:(4/4): ceph-test-19.0.0-2407.g430e09df.el9.x86_ 18 MB/s | 48 MB 00:02 2024-04-22T22:37:17.987 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:17.988 INFO:teuthology.orchestra.run.smithi189.stdout:Total 18 MB/s | 49 MB 00:02 2024-04-22T22:37:18.015 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:37:18.035 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:37:18.036 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:37:18.180 INFO:teuthology.orchestra.run.smithi094.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 434 kB/s | 253 kB 00:00 2024-04-22T22:37:18.289 INFO:teuthology.orchestra.run.smithi094.stdout:(7/36): python3-ply-3.11-14.el9.noarch.rpm 983 kB/s | 106 kB 00:00 2024-04-22T22:37:18.398 INFO:teuthology.orchestra.run.smithi094.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 1.2 MB/s | 135 kB 00:00 2024-04-22T22:37:18.399 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:37:18.400 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:37:18.507 INFO:teuthology.orchestra.run.smithi094.stdout:(9/36): python3-requests-2.25.1-8.el9.noarch.rp 1.1 MB/s | 125 kB 00:00 2024-04-22T22:37:19.445 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:37:19.445 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-04-22T22:37:19.445 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : socat-1.7.4.1-5.el9.x86_64 2/4 2024-04-22T22:37:19.445 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:37:19.446 INFO:teuthology.orchestra.run.smithi094.stdout:(10/36): python3-urllib3-1.26.5-5.el9.noarch.rp 1.9 MB/s | 215 kB 00:00 2024-04-22T22:37:19.446 INFO:teuthology.orchestra.run.smithi094.stdout:(11/36): lua-5.4.4-4.el9.x86_64.rpm 1.4 MB/s | 188 kB 00:00 2024-04-22T22:37:19.446 INFO:teuthology.orchestra.run.smithi094.stdout:(12/36): python3-mako-1.1.4-6.el9.noarch.rpm 3.4 MB/s | 172 kB 00:00 2024-04-22T22:37:19.446 INFO:teuthology.orchestra.run.smithi094.stdout:(13/36): python3-cryptography-36.0.1-4.el9.x86_ 1.4 MB/s | 1.2 MB 00:00 2024-04-22T22:37:19.446 INFO:teuthology.orchestra.run.smithi094.stdout:(14/36): python3-markupsafe-1.1.1-12.el9.x86_64 592 kB/s | 35 kB 00:00 2024-04-22T22:37:19.446 INFO:teuthology.orchestra.run.smithi094.stdout:(15/36): python3-toml-0.10.2-6.el9.noarch.rpm 1.0 MB/s | 42 kB 00:00 2024-04-22T22:37:19.446 INFO:teuthology.orchestra.run.smithi094.stdout:(16/36): python3-pytz-2021.1-5.el9.noarch.rpm 508 kB/s | 51 kB 00:00 2024-04-22T22:37:19.446 INFO:teuthology.orchestra.run.smithi094.stdout:(17/36): lua-devel-5.4.4-4.el9.x86_64.rpm 222 kB/s | 22 kB 00:00 2024-04-22T22:37:19.446 INFO:teuthology.orchestra.run.smithi094.stdout:(18/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 145 kB/s | 43 kB 00:00 2024-04-22T22:37:19.446 INFO:teuthology.orchestra.run.smithi094.stdout:(19/36): luarocks-3.9.2-1.el9.noarch.rpm 362 kB/s | 151 kB 00:00 2024-04-22T22:37:19.510 INFO:teuthology.orchestra.run.smithi094.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 936 kB/s | 172 kB 00:00 2024-04-22T22:37:19.544 INFO:teuthology.orchestra.run.smithi094.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 1.8 MB/s | 358 kB 00:00 2024-04-22T22:37:19.585 INFO:teuthology.orchestra.run.smithi094.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-04-22T22:37:19.619 INFO:teuthology.orchestra.run.smithi094.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 234 kB/s | 18 kB 00:00 2024-04-22T22:37:19.661 INFO:teuthology.orchestra.run.smithi094.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 307 kB/s | 23 kB 00:00 2024-04-22T22:37:19.695 INFO:teuthology.orchestra.run.smithi094.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 258 kB/s | 19 kB 00:00 2024-04-22T22:37:19.737 INFO:teuthology.orchestra.run.smithi094.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 261 kB/s | 20 kB 00:00 2024-04-22T22:37:19.779 INFO:teuthology.orchestra.run.smithi094.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 553 kB/s | 46 kB 00:00 2024-04-22T22:37:19.821 INFO:teuthology.orchestra.run.smithi094.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 943 kB/s | 79 kB 00:00 2024-04-22T22:37:19.880 INFO:teuthology.orchestra.run.smithi094.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 2.6 MB/s | 272 kB 00:00 2024-04-22T22:37:19.905 INFO:teuthology.orchestra.run.smithi094.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 196 kB/s | 16 kB 00:00 2024-04-22T22:37:19.972 INFO:teuthology.orchestra.run.smithi094.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 977 kB/s | 90 kB 00:00 2024-04-22T22:37:19.998 INFO:teuthology.orchestra.run.smithi094.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 387 kB/s | 36 kB 00:00 2024-04-22T22:37:20.065 INFO:teuthology.orchestra.run.smithi094.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-04-22T22:37:20.140 INFO:teuthology.orchestra.run.smithi094.stdout:(34/36): python3-zc-lockfile-2.0-10.el9.noarch. 267 kB/s | 20 kB 00:00 2024-04-22T22:37:20.174 INFO:teuthology.orchestra.run.smithi094.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 2.4 MB/s | 427 kB 00:00 2024-04-22T22:37:20.574 INFO:teuthology.orchestra.run.smithi094.stdout:(36/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 4.4 MB/s | 17 MB 00:03 2024-04-22T22:37:20.578 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:20.578 INFO:teuthology.orchestra.run.smithi094.stdout:Total 5.2 MB/s | 30 MB 00:05 2024-04-22T22:37:20.715 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:37:20.755 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:37:20.755 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:37:21.049 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:37:21.051 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:37:22.303 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:37:22.360 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:37:22.393 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:37:22.421 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:37:22.491 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:37:22.537 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:37:22.570 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:37:22.662 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:37:22.732 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:37:22.781 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:37:22.816 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:37:22.846 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:37:22.881 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:37:22.914 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:37:22.955 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:37:22.990 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:37:23.025 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:37:23.063 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:37:23.136 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:37:23.276 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:37:23.364 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:37:23.417 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:37:23.456 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:37:23.504 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:37:23.560 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:37:23.670 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 3/4 2024-04-22T22:37:23.746 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:37:23.751 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:37:23.794 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:37:23.865 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:37:23.978 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:37:24.027 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:37:24.144 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:37:24.301 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:37:24.330 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:37:24.356 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:37:24.356 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:24.356 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:37:24.356 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:37:24.356 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:37:24.356 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:25.807 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:37:25.833 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:37:25.833 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:25.833 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:37:25.833 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:37:25.833 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:37:25.833 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:25.908 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 4/4 2024-04-22T22:37:25.908 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 1/4 2024-04-22T22:37:25.908 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2/4 2024-04-22T22:37:25.908 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : socat-1.7.4.1-5.el9.x86_64 3/4 2024-04-22T22:37:26.154 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-04-22T22:37:26.155 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:26.155 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:37:26.155 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-test-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:26.155 INFO:teuthology.orchestra.run.smithi189.stdout: libcephsqlite-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:26.155 INFO:teuthology.orchestra.run.smithi189.stdout: socat-1.7.4.1-5.el9.x86_64 2024-04-22T22:37:26.155 INFO:teuthology.orchestra.run.smithi189.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-04-22T22:37:26.155 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:26.155 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:37:26.274 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:37:26.297 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:37:26.297 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:26.297 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:37:26.297 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:37:26.297 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:37:26.297 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:26.429 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph 2024-04-22T22:37:26.517 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:37:26.539 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:37:26.539 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:26.539 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:37:26.540 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:37:26.540 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:37:26.540 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:26.604 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:37:26.944 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:39 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:37:27.074 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:37:27.077 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:27.077 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:37:27.077 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:27.077 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:37:27.077 INFO:teuthology.orchestra.run.smithi189.stdout: ceph x86_64 2:19.0.0-2407.g430e09df.el9 ceph 6.6 k 2024-04-22T22:37:27.077 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:37:27.077 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mds x86_64 2:19.0.0-2407.g430e09df.el9 ceph 2.4 M 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr x86_64 2:19.0.0-2407.g430e09df.el9 ceph 1.5 M 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-modules-core noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 249 k 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mon x86_64 2:19.0.0-2407.g430e09df.el9 ceph 4.7 M 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-osd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 17 M 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: luarocks noarch 3.9.2-1.el9 epel 151 k 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-04-22T22:37:27.078 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-collections 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-04-22T22:37:27.079 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout: python3-urllib3 noarch 1.26.5-5.el9 baseos 215 k 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout: python3-webob noarch 1.8.7-6.el9 epel 230 k 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout:Install 36 Packages 2024-04-22T22:37:27.080 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:27.081 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 30 M 2024-04-22T22:37:27.081 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 107 M 2024-04-22T22:37:27.081 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:37:27.987 INFO:teuthology.orchestra.run.smithi189.stdout:(1/36): ceph-19.0.0-2407.g430e09df.el9.x86_64.r 38 kB/s | 6.6 kB 00:00 2024-04-22T22:37:28.294 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:37:28.295 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:37:28.296 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:37:28.297 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:37:28.297 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:37:28.297 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:37:28.297 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:37:28.298 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:37:28.298 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:37:28.298 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:37:28.298 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:37:28.328 INFO:teuthology.orchestra.run.smithi189.stdout:(2/36): ceph-mgr-19.0.0-2407.g430e09df.el9.x86_ 2.9 MB/s | 1.5 MB 00:00 2024-04-22T22:37:28.437 INFO:teuthology.orchestra.run.smithi189.stdout:(3/36): ceph-mds-19.0.0-2407.g430e09df.el9.x86_ 3.8 MB/s | 2.4 MB 00:00 2024-04-22T22:37:28.504 INFO:teuthology.orchestra.run.smithi189.stdout:(4/36): ceph-mgr-modules-core-19.0.0-2407.g430e 3.6 MB/s | 249 kB 00:00 2024-04-22T22:37:28.763 INFO:teuthology.orchestra.run.smithi189.stdout:(5/36): ceph-mon-19.0.0-2407.g430e09df.el9.x86_ 6.0 MB/s | 4.7 MB 00:00 2024-04-22T22:37:28.788 INFO:teuthology.orchestra.run.smithi189.stdout:(6/36): python3-cffi-1.14.5-5.el9.x86_64.rpm 893 kB/s | 253 kB 00:00 2024-04-22T22:37:28.905 INFO:teuthology.orchestra.run.smithi189.stdout:(7/36): python3-cryptography-36.0.1-4.el9.x86_6 8.6 MB/s | 1.2 MB 00:00 2024-04-22T22:37:28.972 INFO:teuthology.orchestra.run.smithi189.stdout:(8/36): python3-pycparser-2.20-6.el9.noarch.rpm 2.0 MB/s | 135 kB 00:00 2024-04-22T22:37:28.997 INFO:teuthology.orchestra.run.smithi189.stdout:(9/36): python3-ply-3.11-14.el9.noarch.rpm 510 kB/s | 106 kB 00:00 2024-04-22T22:37:29.039 INFO:teuthology.orchestra.run.smithi189.stdout:(10/36): python3-requests-2.25.1-8.el9.noarch.r 1.8 MB/s | 125 kB 00:00 2024-04-22T22:37:29.089 INFO:teuthology.orchestra.run.smithi189.stdout:(11/36): python3-urllib3-1.26.5-5.el9.noarch.rp 2.3 MB/s | 215 kB 00:00 2024-04-22T22:37:29.153 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:37:29.154 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:37:29.155 INFO:teuthology.orchestra.run.smithi094.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:29.156 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:37:29.181 INFO:teuthology.orchestra.run.smithi189.stdout:(12/36): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-04-22T22:37:29.225 INFO:teuthology.orchestra.run.smithi189.stdout:(13/36): python3-markupsafe-1.1.1-12.el9.x86_64 824 kB/s | 35 kB 00:00 2024-04-22T22:37:29.248 INFO:teuthology.orchestra.run.smithi189.stdout:(14/36): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-04-22T22:37:29.274 INFO:teuthology.orchestra.run.smithi189.stdout:(15/36): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-04-22T22:37:29.299 INFO:teuthology.orchestra.run.smithi189.stdout:(16/36): python3-toml-0.10.2-6.el9.noarch.rpm 829 kB/s | 42 kB 00:00 2024-04-22T22:37:29.539 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-base 2024-04-22T22:37:29.608 INFO:teuthology.orchestra.run.smithi189.stdout:(17/36): ceph-osd-19.0.0-2407.g430e09df.el9.x86 13 MB/s | 17 MB 00:01 2024-04-22T22:37:29.649 INFO:teuthology.orchestra.run.smithi189.stdout:(18/36): luarocks-3.9.2-1.el9.noarch.rpm 431 kB/s | 151 kB 00:00 2024-04-22T22:37:29.666 INFO:teuthology.orchestra.run.smithi189.stdout:(19/36): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 747 kB/s | 43 kB 00:00 2024-04-22T22:37:29.733 INFO:teuthology.orchestra.run.smithi189.stdout:(20/36): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.0 MB/s | 172 kB 00:00 2024-04-22T22:37:29.759 INFO:teuthology.orchestra.run.smithi189.stdout:(21/36): python3-cherrypy-18.6.1-2.el9.noarch.r 3.8 MB/s | 358 kB 00:00 2024-04-22T22:37:29.776 INFO:teuthology.orchestra.run.smithi189.stdout:(22/36): python3-jaraco-8.2.1-3.el9.noarch.rpm 257 kB/s | 11 kB 00:00 2024-04-22T22:37:29.792 INFO:teuthology.orchestra.run.smithi189.stdout:(23/36): python3-jaraco-classes-3.2.1-5.el9.noa 529 kB/s | 18 kB 00:00 2024-04-22T22:37:29.809 INFO:teuthology.orchestra.run.smithi189.stdout:(24/36): python3-jaraco-collections-3.0.0-8.el9 691 kB/s | 23 kB 00:00 2024-04-22T22:37:29.826 INFO:teuthology.orchestra.run.smithi189.stdout:(25/36): python3-jaraco-functools-3.5.0-2.el9.n 576 kB/s | 19 kB 00:00 2024-04-22T22:37:29.843 INFO:teuthology.orchestra.run.smithi189.stdout:(26/36): python3-jaraco-text-3.2.0-6.el9.noarch 584 kB/s | 20 kB 00:00 2024-04-22T22:37:29.868 INFO:teuthology.orchestra.run.smithi189.stdout:(27/36): python3-logutils-0.3.5-21.el9.noarch.r 1.1 MB/s | 46 kB 00:00 2024-04-22T22:37:29.894 INFO:teuthology.orchestra.run.smithi189.stdout:(28/36): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-04-22T22:37:29.919 INFO:teuthology.orchestra.run.smithi189.stdout:(29/36): python3-pecan-1.4.2-3.el9.noarch.rpm 5.3 MB/s | 272 kB 00:00 2024-04-22T22:37:29.944 INFO:teuthology.orchestra.run.smithi189.stdout:(30/36): python3-portend-3.1.0-2.el9.noarch.rpm 329 kB/s | 16 kB 00:00 2024-04-22T22:37:29.970 INFO:teuthology.orchestra.run.smithi189.stdout:(31/36): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.7 MB/s | 90 kB 00:00 2024-04-22T22:37:29.995 INFO:teuthology.orchestra.run.smithi189.stdout:(32/36): python3-tempora-5.0.0-2.el9.noarch.rpm 717 kB/s | 36 kB 00:00 2024-04-22T22:37:30.029 INFO:teuthology.orchestra.run.smithi189.stdout:(33/36): python3-webob-1.8.7-6.el9.noarch.rpm 3.8 MB/s | 230 kB 00:00 2024-04-22T22:37:30.054 INFO:teuthology.orchestra.run.smithi189.stdout:(34/36): lua-devel-5.4.4-4.el9.x86_64.rpm 29 kB/s | 22 kB 00:00 2024-04-22T22:37:30.055 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:37:30.079 INFO:teuthology.orchestra.run.smithi189.stdout:(35/36): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-04-22T22:37:30.104 INFO:teuthology.orchestra.run.smithi189.stdout:(36/36): python3-zc-lockfile-2.0-10.el9.noarch. 271 kB/s | 20 kB 00:00 2024-04-22T22:37:30.109 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:30.109 INFO:teuthology.orchestra.run.smithi189.stdout:Total 9.9 MB/s | 30 MB 00:03 2024-04-22T22:37:30.134 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:37:30.174 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:37:30.176 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:37:30.176 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:37:30.241 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:37:30.258 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install cephadm 2024-04-22T22:37:30.281 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:37:30.281 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:37:30.578 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:37:30.579 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:37:30.772 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:56 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:37:30.891 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:37:30.892 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:30.892 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:37:30.892 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:30.892 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:37:30.893 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:37:30.893 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:30.893 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:37:30.893 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:30.893 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:37:30.893 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:30.893 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 762 k 2024-04-22T22:37:30.893 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 768 k 2024-04-22T22:37:30.893 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:37:31.170 INFO:teuthology.orchestra.run.smithi094.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 2.7 MB/s | 762 kB 00:00 2024-04-22T22:37:31.171 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:31.171 INFO:teuthology.orchestra.run.smithi094.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-22T22:37:31.171 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:37:31.176 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:37:31.176 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:37:31.182 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:37:31.182 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:37:31.252 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:37:31.669 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:37:31.739 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:37:31.856 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:37:31.932 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/36 2024-04-22T22:37:31.964 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/36 2024-04-22T22:37:32.001 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/36 2024-04-22T22:37:32.049 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:37:32.072 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/36 2024-04-22T22:37:32.125 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : luarocks-3.9.2-1.el9.noarch 5/36 2024-04-22T22:37:32.158 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/36 2024-04-22T22:37:32.250 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/36 2024-04-22T22:37:32.276 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:37:32.276 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:32.276 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:37:32.276 INFO:teuthology.orchestra.run.smithi094.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:32.276 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:32.276 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:37:32.320 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/36 2024-04-22T22:37:32.369 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-webob-1.8.7-6.el9.noarch 9/36 2024-04-22T22:37:32.404 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/36 2024-04-22T22:37:32.434 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/36 2024-04-22T22:37:32.468 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/36 2024-04-22T22:37:32.490 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:37:32.501 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/36 2024-04-22T22:37:32.542 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/36 2024-04-22T22:37:32.585 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/36 2024-04-22T22:37:32.620 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/36 2024-04-22T22:37:32.658 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/36 2024-04-22T22:37:32.731 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 18/36 2024-04-22T22:37:32.869 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 19/36 2024-04-22T22:37:32.949 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 20/36 2024-04-22T22:37:32.998 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:37:33.011 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-urllib3-1.26.5-5.el9.noarch 21/36 2024-04-22T22:37:33.049 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 22/36 2024-04-22T22:37:33.098 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/36 2024-04-22T22:37:33.117 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:37:33.118 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:33.118 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T22:37:33.118 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:33.118 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:37:33.118 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:37:33.118 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:33.118 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:37:33.118 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:33.118 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:37:33.118 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:33.119 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 145 k 2024-04-22T22:37:33.119 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 435 k 2024-04-22T22:37:33.119 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:37:33.154 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/36 2024-04-22T22:37:33.340 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/36 2024-04-22T22:37:33.387 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 26/36 2024-04-22T22:37:33.429 INFO:teuthology.orchestra.run.smithi094.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 467 kB/s | 145 kB 00:00 2024-04-22T22:37:33.429 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:33.430 INFO:teuthology.orchestra.run.smithi094.stdout:Total 464 kB/s | 145 kB 00:00 2024-04-22T22:37:33.430 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:37:33.438 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:37:33.438 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:37:33.465 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/36 2024-04-22T22:37:33.494 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:37:33.494 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:37:33.554 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 28/36 2024-04-22T22:37:33.594 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/36 2024-04-22T22:37:33.647 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:37:33.719 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/36 2024-04-22T22:37:33.730 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:37:33.754 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:37:33.754 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:33.754 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:37:33.755 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:33.880 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 31/36 2024-04-22T22:37:33.913 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:37:33.939 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 32/36 2024-04-22T22:37:33.939 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:33.939 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-04-22T22:37:33.939 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:37:33.939 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-04-22T22:37:33.939 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:34.593 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:37:34.594 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:34.594 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:37:34.594 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:34.594 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:34.594 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:37:34.840 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr 2024-04-22T22:37:35.357 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:01 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:37:35.389 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:37:35.415 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 33/36 2024-04-22T22:37:35.415 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:35.415 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-04-22T22:37:35.415 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:37:35.415 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-04-22T22:37:35.415 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:35.438 INFO:teuthology.orchestra.run.smithi094.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:37:35.480 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:37:35.481 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:37:35.481 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:37:35.563 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:37:35.865 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:37:35.888 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 34/36 2024-04-22T22:37:35.888 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:35.888 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-04-22T22:37:35.888 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:37:35.888 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-04-22T22:37:35.888 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:36.073 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:02 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:37:36.107 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:37:36.130 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 35/36 2024-04-22T22:37:36.130 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:36.130 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-04-22T22:37:36.130 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:37:36.130 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-04-22T22:37:36.130 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:36.193 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:37:36.195 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:36.195 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:37:36.195 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:36.195 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:37:36.195 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:37:36.195 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:37:36.195 INFO:teuthology.orchestra.run.smithi094.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:37:36.195 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:37:36.195 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-04-22T22:37:36.196 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:36.197 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:37:36.197 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 8.6 M 2024-04-22T22:37:36.197 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 103 M 2024-04-22T22:37:36.197 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:37:36.952 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): ceph-grafana-dashboards-19.0.0-2407.g43 171 kB/s | 32 kB 00:00 2024-04-22T22:37:37.052 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): ceph-prometheus-alerts-19.0.0-2407.g430 54 kB/s | 15 kB 00:00 2024-04-22T22:37:37.136 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 3.2 MB/s | 269 kB 00:00 2024-04-22T22:37:37.228 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 7.6 MB/s | 3.5 MB 00:00 2024-04-22T22:37:37.261 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.3 MB/s | 1.0 MB 00:00 2024-04-22T22:37:37.545 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): protobuf-compiler-3.14.0-13.el9.x86_64. 2.1 MB/s | 863 kB 00:00 2024-04-22T22:37:37.704 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 44 kB/s | 19 kB 00:00 2024-04-22T22:37:37.864 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 36/36 2024-04-22T22:37:37.864 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-2:19.0.0-2407.g430e09df.el9.x86_64 1/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 3/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 4/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 5/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9. 6/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-urllib3-1.26.5-5.el9.noarch 12/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/36 2024-04-22T22:37:37.865 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 16/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 17/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 18/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : luarocks-3.9.2-1.el9.noarch 19/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 20/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 21/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 22/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 23/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 24/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 25/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 26/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 27/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 28/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 29/36 2024-04-22T22:37:37.866 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 30/36 2024-04-22T22:37:37.867 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 31/36 2024-04-22T22:37:37.867 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 32/36 2024-04-22T22:37:37.867 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 33/36 2024-04-22T22:37:37.867 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-webob-1.8.7-6.el9.noarch 34/36 2024-04-22T22:37:37.867 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 35/36 2024-04-22T22:37:37.921 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 791 kB/s | 548 kB 00:00 2024-04-22T22:37:38.021 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 307 kB/s | 31 kB 00:00 2024-04-22T22:37:38.079 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): python3-grpcio-tools-1.46.7-10.el9.x86 384 kB/s | 144 kB 00:00 2024-04-22T22:37:38.138 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 1.6 MB/s | 188 kB 00:00 2024-04-22T22:37:38.388 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 2.4 MB/s | 2.0 MB 00:00 2024-04-22T22:37:38.393 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:38.393 INFO:teuthology.orchestra.run.smithi094.stdout:Total 3.9 MB/s | 8.6 MB 00:02 2024-04-22T22:37:38.441 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:37:38.458 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:37:38.458 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:37:38.612 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:37:38.612 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 36/36 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mds-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-modules-core-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mon-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-osd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: lua-5.4.4-4.el9.x86_64 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-04-22T22:37:38.684 INFO:teuthology.orchestra.run.smithi189.stdout: luarocks-3.9.2-1.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-mako-1.1.4-6.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-ply-3.11-14.el9.noarch 2024-04-22T22:37:38.685 INFO:teuthology.orchestra.run.smithi189.stdout: python3-portend-3.1.0-2.el9.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pycparser-2.20-6.el9.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pytz-2021.1-5.el9.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-2.25.1-8.el9.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: python3-toml-0.10.2-6.el9.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: python3-urllib3-1.26.5-5.el9.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: python3-webob-1.8.7-6.el9.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:38.686 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:37:39.044 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-base 2024-04-22T22:37:39.137 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:37:39.223 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:37:39.266 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:37:39.322 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:37:39.360 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:37:39.436 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:37:39.567 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:52 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:37:39.571 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:37:39.646 INFO:teuthology.orchestra.run.smithi189.stdout:Package ceph-base-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:37:39.666 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:37:39.687 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:37:39.689 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:37:39.689 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:37:39.710 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:37:39.738 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:37:39.756 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install cephadm 2024-04-22T22:37:39.761 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:37:40.265 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:53 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:37:40.385 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout: cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 762 k 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 762 k 2024-04-22T22:37:40.386 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 768 k 2024-04-22T22:37:40.387 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:37:40.657 INFO:teuthology.orchestra.run.smithi189.stdout:cephadm-19.0.0-2407.g430e09df.el9.noarch.rpm 2.8 MB/s | 762 kB 00:00 2024-04-22T22:37:40.657 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:40.658 INFO:teuthology.orchestra.run.smithi189.stdout:Total 2.7 MB/s | 762 kB 00:00 2024-04-22T22:37:40.658 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:37:40.662 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:37:40.665 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:37:40.668 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:37:40.669 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:37:40.741 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:37:40.799 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:37:40.837 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:37:41.189 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:37:41.275 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:37:41.615 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:37:41.861 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/1 2024-04-22T22:37:41.861 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:41.861 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:37:41.861 INFO:teuthology.orchestra.run.smithi189.stdout: cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:41.861 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:41.862 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:37:42.078 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-immutable-object-cache 2024-04-22T22:37:42.114 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:37:42.114 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:37:42.115 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:37:42.115 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:37:42.115 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:37:42.115 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:37:42.115 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:37:42.115 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:37:42.115 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:37:42.115 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:37:42.115 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:37:42.115 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:37:42.407 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:37:42.408 INFO:teuthology.orchestra.run.smithi094.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:37:42.409 INFO:teuthology.orchestra.run.smithi094.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:37:42.409 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:42.409 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:37:42.597 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:55 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:37:42.677 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:37:42.720 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:37:42.721 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:42.721 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T22:37:42.721 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:42.721 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:37:42.722 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-immutable-object-cache x86_64 2:19.0.0-2407.g430e09df.el9 ceph 145 k 2024-04-22T22:37:42.722 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:42.722 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:37:42.722 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:42.722 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:37:42.722 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:42.722 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 145 k 2024-04-22T22:37:42.722 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 435 k 2024-04-22T22:37:42.722 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:37:43.080 INFO:teuthology.orchestra.run.smithi189.stdout:ceph-immutable-object-cache-19.0.0-2407.g430e09 404 kB/s | 145 kB 00:00 2024-04-22T22:37:43.081 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:43.081 INFO:teuthology.orchestra.run.smithi189.stdout:Total 403 kB/s | 145 kB 00:00 2024-04-22T22:37:43.081 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:37:43.089 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:37:43.089 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:37:43.146 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:37:43.146 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:37:43.191 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:09 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:37:43.284 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:37:43.312 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:37:43.313 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-04-22T22:37:43.313 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:37:43.313 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-04-22T22:37:43.313 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:37:43.313 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:37:43.314 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:37:43.314 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:37:43.314 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:37:43.314 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:37:43.314 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:37:43.314 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:37:43.314 INFO:teuthology.orchestra.run.smithi094.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:37:43.314 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:37:43.315 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:37:43.315 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:37:43.315 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:37:43.315 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:37:43.315 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:43.315 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:37:43.315 INFO:teuthology.orchestra.run.smithi094.stdout:======================================================================================= 2024-04-22T22:37:43.315 INFO:teuthology.orchestra.run.smithi094.stdout:Install 12 Packages 2024-04-22T22:37:43.315 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:43.316 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 38 M 2024-04-22T22:37:43.316 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 209 M 2024-04-22T22:37:43.316 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:37:43.372 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:37:43.397 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:37:43.397 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:37:43.397 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-04-22T22:37:43.397 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:43.892 INFO:teuthology.orchestra.run.smithi094.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 828 kB/s | 195 kB 00:00 2024-04-22T22:37:43.942 INFO:teuthology.orchestra.run.smithi094.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 654 kB/s | 33 kB 00:00 2024-04-22T22:37:43.984 INFO:teuthology.orchestra.run.smithi094.stdout:(3/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.4 MB/s | 803 kB 00:00 2024-04-22T22:37:44.034 INFO:teuthology.orchestra.run.smithi094.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 365 kB/s | 18 kB 00:00 2024-04-22T22:37:44.093 INFO:teuthology.orchestra.run.smithi094.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 603 kB/s | 35 kB 00:00 2024-04-22T22:37:44.226 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-immutable-object-cache-2:19.0.0-2407.g430e09df. 1/1 2024-04-22T22:37:44.227 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:44.227 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:37:44.227 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-immutable-object-cache-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:37:44.227 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:44.227 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:37:44.279 INFO:teuthology.orchestra.run.smithi094.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-24 12 MB/s | 7.4 MB 00:00 2024-04-22T22:37:44.335 INFO:teuthology.orchestra.run.smithi094.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 7.6 MB/s | 3.0 MB 00:00 2024-04-22T22:37:44.456 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr 2024-04-22T22:37:44.519 INFO:teuthology.orchestra.run.smithi094.stdout:(8/12): python3-devel-3.9.18-3.el9.x86_64.rpm 1.0 MB/s | 244 kB 00:00 2024-04-22T22:37:44.594 INFO:teuthology.orchestra.run.smithi094.stdout:(9/12): openblas-openmp-0.3.21-2.el9.x86_64.rpm 9.5 MB/s | 4.7 MB 00:00 2024-04-22T22:37:44.619 INFO:teuthology.orchestra.run.smithi094.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.4 MB/s | 250 kB 00:00 2024-04-22T22:37:44.778 INFO:teuthology.orchestra.run.smithi094.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 12 MB/s | 5.1 MB 00:00 2024-04-22T22:37:44.982 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:57 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:37:45.063 INFO:teuthology.orchestra.run.smithi189.stdout:Package ceph-mgr-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:37:45.106 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:37:45.108 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:37:45.108 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:37:45.183 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-dashboard 2024-04-22T22:37:45.444 INFO:teuthology.orchestra.run.smithi094.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 19 MB/s | 16 MB 00:00 2024-04-22T22:37:45.445 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:45.446 INFO:teuthology.orchestra.run.smithi094.stdout:Total 18 MB/s | 38 MB 00:02 2024-04-22T22:37:45.698 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:00:58 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:37:45.796 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:37:45.819 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:37:45.820 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:45.820 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-dashboard noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 3.5 M 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-grafana-dashboards noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 32 k 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-prometheus-alerts noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 15 k 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-04-22T22:37:45.821 INFO:teuthology.orchestra.run.smithi189.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-04-22T22:37:45.822 INFO:teuthology.orchestra.run.smithi189.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-04-22T22:37:45.822 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:45.822 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:37:45.822 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:37:45.822 INFO:teuthology.orchestra.run.smithi189.stdout:Install 12 Packages 2024-04-22T22:37:45.822 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:45.823 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:37:45.823 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:37:45.823 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 8.6 M 2024-04-22T22:37:45.823 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 103 M 2024-04-22T22:37:45.823 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:37:46.232 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:37:46.232 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:37:46.667 INFO:teuthology.orchestra.run.smithi189.stdout:(1/12): ceph-prometheus-alerts-19.0.0-2407.g430 81 kB/s | 15 kB 00:00 2024-04-22T22:37:46.717 INFO:teuthology.orchestra.run.smithi189.stdout:(2/12): ceph-grafana-dashboards-19.0.0-2407.g43 133 kB/s | 32 kB 00:00 2024-04-22T22:37:47.086 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:37:47.109 INFO:teuthology.orchestra.run.smithi189.stdout:(3/12): ceph-mgr-dashboard-19.0.0-2407.g430e09d 5.6 MB/s | 3.5 MB 00:00 2024-04-22T22:37:47.149 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:37:47.193 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:37:47.284 INFO:teuthology.orchestra.run.smithi189.stdout:(4/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.8 MB/s | 863 kB 00:00 2024-04-22T22:37:47.295 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:37:47.353 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:37:47.530 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:37:47.567 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:37:47.644 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:37:47.684 INFO:teuthology.orchestra.run.smithi189.stdout:(5/12): python3-protobuf-3.14.0-13.el9.noarch.r 278 kB/s | 269 kB 00:00 2024-04-22T22:37:48.135 INFO:teuthology.orchestra.run.smithi189.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 43 kB/s | 19 kB 00:00 2024-04-22T22:37:48.302 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:37:48.401 INFO:teuthology.orchestra.run.smithi189.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 491 kB/s | 548 kB 00:01 2024-04-22T22:37:48.473 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:37:48.602 INFO:teuthology.orchestra.run.smithi189.stdout:(8/12): protobuf-3.14.0-13.el9.x86_64.rpm 534 kB/s | 1.0 MB 00:01 2024-04-22T22:37:48.668 INFO:teuthology.orchestra.run.smithi189.stdout:(9/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 541 kB/s | 144 kB 00:00 2024-04-22T22:37:48.927 INFO:teuthology.orchestra.run.smithi189.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 730 kB/s | 188 kB 00:00 2024-04-22T22:37:49.061 INFO:teuthology.orchestra.run.smithi189.stdout:(11/12): python3-repoze-lru-0.7-16.el9.noarch.r 67 kB/s | 31 kB 00:00 2024-04-22T22:37:49.705 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:37:50.737 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:37:50.754 INFO:teuthology.orchestra.run.smithi189.stdout:(12/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 797 kB/s | 2.0 MB 00:02 2024-04-22T22:37:50.760 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:50.761 INFO:teuthology.orchestra.run.smithi189.stdout:Total 1.7 MB/s | 8.6 MB 00:04 2024-04-22T22:37:50.767 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:37:50.812 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:37:50.831 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:37:50.831 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:37:50.992 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:37:50.992 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:37:51.518 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:37:51.595 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-04-22T22:37:51.630 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-04-22T22:37:51.676 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-04-22T22:37:51.715 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-04-22T22:37:51.801 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-04-22T22:37:51.935 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-04-22T22:37:52.036 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-04-22T22:37:52.078 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-04-22T22:37:52.115 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:37:52.147 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 10/12 2024-04-22T22:37:53.205 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 11/12 2024-04-22T22:37:53.240 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:37:53.576 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:37:53.576 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:37:53.576 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:37:53.577 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:37:53.577 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:37:53.577 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:37:53.577 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:37:53.577 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:37:53.577 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:37:53.577 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:37:53.577 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:37:53.578 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:37:53.974 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:37:53.974 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:53.974 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:53.975 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:37:54.350 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:37:54.575 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 12/12 2024-04-22T22:37:54.575 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el 1/12 2024-04-22T22:37:54.575 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noa 2/12 2024-04-22T22:37:54.575 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9 3/12 2024-04-22T22:37:54.575 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-04-22T22:37:54.575 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-04-22T22:37:54.575 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-04-22T22:37:54.575 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-04-22T22:37:54.575 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-04-22T22:37:54.575 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-04-22T22:37:54.576 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-04-22T22:37:54.576 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-04-22T22:37:54.864 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:20 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:37:54.867 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-04-22T22:37:54.867 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:54.867 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:37:54.867 INFO:teuthology.orchestra.run.smithi189.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-04-22T22:37:54.867 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-grafana-dashboards-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:54.867 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-dashboard-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:54.867 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-prometheus-alerts-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:54.867 INFO:teuthology.orchestra.run.smithi189.stdout: grpc-data-1.46.7-10.el9.noarch 2024-04-22T22:37:54.867 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-3.14.0-13.el9.x86_64 2024-04-22T22:37:54.868 INFO:teuthology.orchestra.run.smithi189.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-04-22T22:37:54.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-04-22T22:37:54.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-04-22T22:37:54.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-04-22T22:37:54.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-04-22T22:37:54.868 INFO:teuthology.orchestra.run.smithi189.stdout: python3-routes-2.5.1-5.el9.noarch 2024-04-22T22:37:54.868 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:54.868 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:37:54.986 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:37:54.988 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:54.988 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:37:54.988 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:54.988 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:37:54.988 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:37:54.988 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:37:54.988 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:37:54.988 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:37:54.988 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout:Install 13 Packages 2024-04-22T22:37:54.989 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:54.990 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 2.2 M 2024-04-22T22:37:54.990 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 26 M 2024-04-22T22:37:54.990 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:37:55.101 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-diskprediction-local 2024-04-22T22:37:55.555 INFO:teuthology.orchestra.run.smithi094.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 232 kB/s | 19 kB 00:00 2024-04-22T22:37:55.577 INFO:teuthology.orchestra.run.smithi094.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 238 kB/s | 26 kB 00:00 2024-04-22T22:37:55.610 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:08 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:37:55.669 INFO:teuthology.orchestra.run.smithi094.stdout:(3/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 246 kB/s | 49 kB 00:00 2024-04-22T22:37:55.694 INFO:teuthology.orchestra.run.smithi094.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-04-22T22:37:55.719 INFO:teuthology.orchestra.run.smithi094.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.3 MB/s | 222 kB 00:00 2024-04-22T22:37:55.731 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:37:55.732 INFO:teuthology.orchestra.run.smithi189.stdout:======================================================================================= 2024-04-22T22:37:55.732 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:37:55.732 INFO:teuthology.orchestra.run.smithi189.stdout:======================================================================================= 2024-04-22T22:37:55.732 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:37:55.732 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-diskprediction-local noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 7.4 M 2024-04-22T22:37:55.732 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:37:55.732 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-04-22T22:37:55.732 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-04-22T22:37:55.732 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout: libgfortran x86_64 11.4.1-3.el9 baseos 803 k 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout: libquadmath x86_64 11.4.1-3.el9 baseos 195 k 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout: openblas x86_64 0.3.21-2.el9 appstream 35 k 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-openmp x86_64 0.3.21-2.el9 appstream 4.7 M 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout: python3-devel x86_64 3.9.18-3.el9 appstream 244 k 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout:======================================================================================= 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout:Install 12 Packages 2024-04-22T22:37:55.733 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:37:55.734 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 38 M 2024-04-22T22:37:55.734 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 209 M 2024-04-22T22:37:55.734 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:37:55.744 INFO:teuthology.orchestra.run.smithi094.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-04-22T22:37:55.886 INFO:teuthology.orchestra.run.smithi094.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.3 MB/s | 279 kB 00:00 2024-04-22T22:37:55.953 INFO:teuthology.orchestra.run.smithi094.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 138 kB/s | 32 kB 00:00 2024-04-22T22:37:55.978 INFO:teuthology.orchestra.run.smithi094.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 64 kB/s | 15 kB 00:00 2024-04-22T22:37:56.162 INFO:teuthology.orchestra.run.smithi094.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 322 kB/s | 59 kB 00:00 2024-04-22T22:37:56.244 INFO:teuthology.orchestra.run.smithi189.stdout:(1/12): libquadmath-11.4.1-3.el9.x86_64.rpm 720 kB/s | 195 kB 00:00 2024-04-22T22:37:56.311 INFO:teuthology.orchestra.run.smithi189.stdout:(2/12): libgfortran-11.4.1-3.el9.x86_64.rpm 2.3 MB/s | 803 kB 00:00 2024-04-22T22:37:56.329 INFO:teuthology.orchestra.run.smithi094.stdout:(11/13): python3-google-auth-2.28.2-1.el9.noarc 458 kB/s | 203 kB 00:00 2024-04-22T22:37:56.336 INFO:teuthology.orchestra.run.smithi189.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 356 kB/s | 33 kB 00:00 2024-04-22T22:37:56.354 INFO:teuthology.orchestra.run.smithi094.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 468 kB/s | 90 kB 00:00 2024-04-22T22:37:56.386 INFO:teuthology.orchestra.run.smithi189.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-04-22T22:37:56.388 INFO:teuthology.orchestra.run.smithi094.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 2.4 MB/s | 1.0 MB 00:00 2024-04-22T22:37:56.388 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:56.388 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-04-22T22:37:56.436 INFO:teuthology.orchestra.run.smithi189.stdout:(5/12): openblas-0.3.21-2.el9.x86_64.rpm 708 kB/s | 35 kB 00:00 2024-04-22T22:37:56.460 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:37:56.476 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:37:56.476 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:37:56.567 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:37:56.569 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:37:56.603 INFO:teuthology.orchestra.run.smithi189.stdout:(6/12): ceph-mgr-diskprediction-local-19.0.0-24 12 MB/s | 7.4 MB 00:00 2024-04-22T22:37:56.687 INFO:teuthology.orchestra.run.smithi189.stdout:(7/12): python3-devel-3.9.18-3.el9.x86_64.rpm 2.9 MB/s | 244 kB 00:00 2024-04-22T22:37:56.812 INFO:teuthology.orchestra.run.smithi189.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.0 MB/s | 3.0 MB 00:00 2024-04-22T22:37:56.888 INFO:teuthology.orchestra.run.smithi189.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 3.3 MB/s | 250 kB 00:00 2024-04-22T22:37:57.004 INFO:teuthology.orchestra.run.smithi189.stdout:(10/12): openblas-openmp-0.3.21-2.el9.x86_64.rp 8.3 MB/s | 4.7 MB 00:00 2024-04-22T22:37:57.075 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:37:57.241 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:37:57.280 INFO:teuthology.orchestra.run.smithi189.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 8.6 MB/s | 5.1 MB 00:00 2024-04-22T22:37:57.296 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:37:57.351 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:37:57.398 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:37:57.439 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:37:57.532 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:37:57.634 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:37:57.683 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:37:57.772 INFO:teuthology.orchestra.run.smithi189.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 18 MB/s | 16 MB 00:00 2024-04-22T22:37:57.773 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:37:57.773 INFO:teuthology.orchestra.run.smithi189.stdout:Total 19 MB/s | 38 MB 00:02 2024-04-22T22:37:58.120 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:37:58.146 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:37:58.146 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:37:58.402 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:37:58.465 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:37:58.496 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:37:58.545 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:37:58.556 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:37:58.557 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:37:58.566 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:37:59.332 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:37:59.333 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:37:59.465 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:37:59.543 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-04-22T22:37:59.586 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libquadmath-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:37:59.631 INFO:teuthology.orchestra.run.smithi094.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:37:59.632 INFO:teuthology.orchestra.run.smithi094.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:37:59.632 INFO:teuthology.orchestra.run.smithi094.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:37:59.632 INFO:teuthology.orchestra.run.smithi094.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:37:59.632 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:37:59.632 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:37:59.686 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libgfortran-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:37:59.721 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-devel-3.9.18-3.el9.x86_64 4/12 2024-04-22T22:37:59.884 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:37:59.892 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : openblas-0.3.21-2.el9.x86_64 5/12 2024-04-22T22:37:59.920 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : openblas-openmp-0.3.21-2.el9.x86_64 6/12 2024-04-22T22:38:00.000 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-04-22T22:38:00.396 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:26 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:00.516 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:00.517 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:00.517 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:38:00.517 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:00.517 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:38:00.517 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout:Install 6 Packages 2024-04-22T22:38:00.518 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:00.519 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 7.0 M 2024-04-22T22:38:00.519 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 33 M 2024-04-22T22:38:00.519 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:38:00.638 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-04-22T22:38:00.767 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-04-22T22:38:01.139 INFO:teuthology.orchestra.run.smithi094.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 407 kB/s | 141 kB 00:00 2024-04-22T22:38:01.447 INFO:teuthology.orchestra.run.smithi094.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 1.7 MB/s | 548 kB 00:00 2024-04-22T22:38:01.497 INFO:teuthology.orchestra.run.smithi094.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-04-22T22:38:01.548 INFO:teuthology.orchestra.run.smithi094.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.0 MB/s | 51 kB 00:00 2024-04-22T22:38:01.723 INFO:teuthology.orchestra.run.smithi094.stdout:(5/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 266 kB/s | 248 kB 00:00 2024-04-22T22:38:02.000 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:38:03.030 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-04-22T22:38:03.062 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 12/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e0 1/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libgfortran-11.4.1-3.el9.x86_64 2/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libquadmath-11.4.1-3.el9.x86_64 3/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : openblas-0.3.21-2.el9.x86_64 7/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : openblas-openmp-0.3.21-2.el9.x86_64 8/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-devel-3.9.18-3.el9.x86_64 9/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-04-22T22:38:05.627 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-04-22T22:38:05.978 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-04-22T22:38:05.978 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:05.978 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:38:05.978 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-diskprediction-local-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:38:05.978 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-04-22T22:38:05.978 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-04-22T22:38:05.978 INFO:teuthology.orchestra.run.smithi189.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-04-22T22:38:05.978 INFO:teuthology.orchestra.run.smithi189.stdout: libgfortran-11.4.1-3.el9.x86_64 2024-04-22T22:38:05.978 INFO:teuthology.orchestra.run.smithi189.stdout: libquadmath-11.4.1-3.el9.x86_64 2024-04-22T22:38:05.979 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-0.3.21-2.el9.x86_64 2024-04-22T22:38:05.979 INFO:teuthology.orchestra.run.smithi189.stdout: openblas-openmp-0.3.21-2.el9.x86_64 2024-04-22T22:38:05.979 INFO:teuthology.orchestra.run.smithi189.stdout: python3-devel-3.9.18-3.el9.x86_64 2024-04-22T22:38:05.979 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-04-22T22:38:05.979 INFO:teuthology.orchestra.run.smithi189.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-04-22T22:38:05.979 INFO:teuthology.orchestra.run.smithi189.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-04-22T22:38:05.979 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:05.979 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:06.315 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-rook 2024-04-22T22:38:06.834 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:19 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:06.957 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:06.958 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:06.958 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:38:06.958 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:06.958 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:38:06.958 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-rook noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 49 k 2024-04-22T22:38:06.958 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:38:06.958 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-04-22T22:38:06.958 INFO:teuthology.orchestra.run.smithi189.stdout: python3-certifi noarch 2021.10.8-2.el9 epel 15 k 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: python3-google-auth noarch 1:2.28.2-1.el9 epel 203 k 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout:Install 13 Packages 2024-04-22T22:38:06.959 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:06.960 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 2.2 M 2024-04-22T22:38:06.960 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 26 M 2024-04-22T22:38:06.960 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:38:07.571 INFO:teuthology.orchestra.run.smithi189.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 108 kB/s | 19 kB 00:00 2024-04-22T22:38:07.596 INFO:teuthology.orchestra.run.smithi189.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 126 kB/s | 26 kB 00:00 2024-04-22T22:38:07.622 INFO:teuthology.orchestra.run.smithi189.stdout:(3/13): ceph-mgr-rook-19.0.0-2407.g430e09df.el9 216 kB/s | 49 kB 00:00 2024-04-22T22:38:07.730 INFO:teuthology.orchestra.run.smithi189.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-04-22T22:38:07.756 INFO:teuthology.orchestra.run.smithi189.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 999 kB/s | 159 kB 00:00 2024-04-22T22:38:07.823 INFO:teuthology.orchestra.run.smithi189.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 583 kB/s | 54 kB 00:00 2024-04-22T22:38:07.890 INFO:teuthology.orchestra.run.smithi189.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.0 MB/s | 279 kB 00:00 2024-04-22T22:38:07.906 INFO:teuthology.orchestra.run.smithi189.stdout:(8/13): python3-cachetools-4.2.4-1.el9.noarch.r 214 kB/s | 32 kB 00:00 2024-04-22T22:38:07.948 INFO:teuthology.orchestra.run.smithi189.stdout:(9/13): python3-certifi-2021.10.8-2.el9.noarch. 119 kB/s | 15 kB 00:00 2024-04-22T22:38:07.990 INFO:teuthology.orchestra.run.smithi189.stdout:(10/13): python3-google-auth-2.28.2-1.el9.noarc 2.0 MB/s | 203 kB 00:00 2024-04-22T22:38:08.082 INFO:teuthology.orchestra.run.smithi189.stdout:(11/13): python3-kubernetes-26.1.0-2.el9.noarch 5.8 MB/s | 1.0 MB 00:00 2024-04-22T22:38:08.099 INFO:teuthology.orchestra.run.smithi189.stdout:(12/13): python3-rsa-4.9-2.el9.noarch.rpm 393 kB/s | 59 kB 00:00 2024-04-22T22:38:08.124 INFO:teuthology.orchestra.run.smithi189.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 673 kB/s | 90 kB 00:00 2024-04-22T22:38:08.127 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:08.127 INFO:teuthology.orchestra.run.smithi189.stdout:Total 1.9 MB/s | 2.2 MB 00:01 2024-04-22T22:38:08.187 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:38:08.202 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:38:08.202 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:38:08.286 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:38:08.287 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:38:08.798 INFO:teuthology.orchestra.run.smithi094.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 763 kB/s | 6.0 MB 00:08 2024-04-22T22:38:08.800 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:08.801 INFO:teuthology.orchestra.run.smithi094.stdout:Total 863 kB/s | 7.0 MB 00:08 2024-04-22T22:38:08.802 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:38:08.873 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:38:08.884 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:38:08.885 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:38:08.974 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-04-22T22:38:08.982 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:38:08.983 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:38:09.034 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-04-22T22:38:09.090 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-04-22T22:38:09.135 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-04-22T22:38:09.176 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-certifi-2021.10.8-2.el9.noarch 5/13 2024-04-22T22:38:09.271 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-04-22T22:38:09.283 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:38:09.381 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-google-auth-1:2.28.2-1.el9.noarch 7/13 2024-04-22T22:38:09.428 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-04-22T22:38:09.450 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:38:09.600 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:38:10.140 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:38:10.150 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-04-22T22:38:10.192 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-04-22T22:38:10.228 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:38:10.234 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-04-22T22:38:10.283 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-04-22T22:38:10.290 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:38:10.312 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:38:10.320 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:38:10.988 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:38:10.988 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:38:10.988 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:38:10.988 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:38:10.988 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:38:10.988 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 13/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 1/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-certifi-2021.10.8-2.el9.noarch 9/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-google-auth-1:2.28.2-1.el9.noarch 10/13 2024-04-22T22:38:11.039 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-04-22T22:38:11.040 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-04-22T22:38:11.232 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:38:11.232 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:11.232 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:38:11.232 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:38:11.232 INFO:teuthology.orchestra.run.smithi094.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:38:11.232 INFO:teuthology.orchestra.run.smithi094.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:38:11.232 INFO:teuthology.orchestra.run.smithi094.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:38:11.232 INFO:teuthology.orchestra.run.smithi094.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:38:11.232 INFO:teuthology.orchestra.run.smithi094.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:38:11.232 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:11.233 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:11.347 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-04-22T22:38:11.347 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:11.347 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:38:11.347 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-rook-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-certifi-2021.10.8-2.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-google-auth-1:2.28.2-1.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-rsa-4.9-2.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:11.348 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:11.477 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-fuse 2024-04-22T22:38:11.576 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-mgr-cephadm 2024-04-22T22:38:11.986 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:37 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:12.081 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:25 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:12.105 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:12.106 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:12.106 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:38:12.106 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:12.106 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:38:12.106 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:38:12.106 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:38:12.107 INFO:teuthology.orchestra.run.smithi094.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:38:12.107 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:12.107 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:38:12.107 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:12.107 INFO:teuthology.orchestra.run.smithi094.stdout:Install 2 Packages 2024-04-22T22:38:12.107 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:12.108 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 969 k 2024-04-22T22:38:12.108 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 2.8 M 2024-04-22T22:38:12.108 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:38:12.203 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-cephadm noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 141 k 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jinja2 noarch 2.11.3-5.el9 appstream 248 k 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout: python3-typing-extensions noarch 4.4.0-2.el9 epel 51 k 2024-04-22T22:38:12.204 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:12.205 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:38:12.205 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:12.205 INFO:teuthology.orchestra.run.smithi189.stdout:Install 6 Packages 2024-04-22T22:38:12.205 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:12.205 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 7.0 M 2024-04-22T22:38:12.205 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 33 M 2024-04-22T22:38:12.205 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:38:12.416 INFO:teuthology.orchestra.run.smithi094.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 489 kB/s | 80 kB 00:00 2024-04-22T22:38:12.700 INFO:teuthology.orchestra.run.smithi094.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 1.9 MB/s | 889 kB 00:00 2024-04-22T22:38:12.700 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:12.700 INFO:teuthology.orchestra.run.smithi094.stdout:Total 1.6 MB/s | 969 kB 00:00 2024-04-22T22:38:12.712 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:38:12.732 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:38:12.732 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:38:12.787 INFO:teuthology.orchestra.run.smithi189.stdout:(1/6): ceph-mgr-cephadm-19.0.0-2407.g430e09df.e 619 kB/s | 141 kB 00:00 2024-04-22T22:38:12.809 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:38:12.809 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:38:12.987 INFO:teuthology.orchestra.run.smithi189.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.5 MB/s | 548 kB 00:00 2024-04-22T22:38:12.993 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:38:13.029 INFO:teuthology.orchestra.run.smithi189.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.4 MB/s | 58 kB 00:00 2024-04-22T22:38:13.071 INFO:teuthology.orchestra.run.smithi189.stdout:(4/6): python3-typing-extensions-4.4.0-2.el9.no 1.2 MB/s | 51 kB 00:00 2024-04-22T22:38:13.144 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:38:13.213 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:38:13.496 INFO:teuthology.orchestra.run.smithi189.stdout:(5/6): python3-jinja2-2.11.3-5.el9.noarch.rpm 265 kB/s | 248 kB 00:00 2024-04-22T22:38:13.869 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:38:13.869 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:38:14.131 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:38:14.131 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:14.131 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:38:14.131 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:38:14.131 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:14.131 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:14.435 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install ceph-volume 2024-04-22T22:38:14.952 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:40 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:15.076 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:15.077 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:15.077 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repository Size 2024-04-22T22:38:15.077 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:15.077 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:38:15.077 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:38:15.077 INFO:teuthology.orchestra.run.smithi094.stdout:Installing dependencies: 2024-04-22T22:38:15.077 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:38:15.077 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:15.078 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:38:15.078 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:15.078 INFO:teuthology.orchestra.run.smithi094.stdout:Install 2 Packages 2024-04-22T22:38:15.078 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:15.078 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 341 k 2024-04-22T22:38:15.078 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 1.5 M 2024-04-22T22:38:15.078 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:38:15.412 INFO:teuthology.orchestra.run.smithi094.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 360 kB/s | 77 kB 00:00 2024-04-22T22:38:15.537 INFO:teuthology.orchestra.run.smithi094.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 777 kB/s | 264 kB 00:00 2024-04-22T22:38:15.538 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:15.538 INFO:teuthology.orchestra.run.smithi094.stdout:Total 740 kB/s | 341 kB 00:00 2024-04-22T22:38:15.550 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:38:15.559 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:38:15.559 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:38:15.584 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:38:15.585 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:38:15.720 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:38:15.903 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:38:15.931 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:38:15.946 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:38:15.946 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:38:15.946 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:38:15.946 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:16.598 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:38:16.896 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:38:16.896 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:16.897 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:38:16.897 INFO:teuthology.orchestra.run.smithi094.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:38:16.897 INFO:teuthology.orchestra.run.smithi094.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:38:16.897 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:16.897 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:17.208 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados-devel 2024-04-22T22:38:17.729 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:43 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:17.853 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:17.854 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:17.854 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T22:38:17.854 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:17.854 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:38:17.854 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:38:17.854 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:17.854 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:38:17.854 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:17.854 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:38:17.854 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:17.855 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 127 k 2024-04-22T22:38:17.855 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 456 k 2024-04-22T22:38:17.855 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:38:18.076 INFO:teuthology.orchestra.run.smithi094.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 575 kB/s | 127 kB 00:00 2024-04-22T22:38:18.077 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:18.077 INFO:teuthology.orchestra.run.smithi094.stdout:Total 570 kB/s | 127 kB 00:00 2024-04-22T22:38:18.077 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:38:18.082 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:38:18.082 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:38:18.146 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:38:18.146 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:38:18.296 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:38:18.397 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:18.791 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:19.012 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:19.013 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:19.013 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:38:19.013 INFO:teuthology.orchestra.run.smithi094.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:38:19.013 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:19.013 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:19.287 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs2 2024-04-22T22:38:19.808 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:45 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:19.888 INFO:teuthology.orchestra.run.smithi094.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:19.929 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:19.931 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:38:19.931 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:20.024 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install libcephfs-devel 2024-04-22T22:38:20.537 INFO:teuthology.orchestra.run.smithi189.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 765 kB/s | 6.0 MB 00:07 2024-04-22T22:38:20.538 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:20.539 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:20.539 INFO:teuthology.orchestra.run.smithi189.stdout:Total 858 kB/s | 7.0 MB 00:08 2024-04-22T22:38:20.611 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:38:20.623 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:38:20.624 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:38:20.658 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:20.659 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:20.659 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T22:38:20.659 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:20.659 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:38:20.660 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:38:20.660 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:20.660 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:38:20.660 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:20.660 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:38:20.660 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:20.660 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 32 k 2024-04-22T22:38:20.660 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 142 k 2024-04-22T22:38:20.660 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:38:20.720 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:38:20.720 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:38:20.829 INFO:teuthology.orchestra.run.smithi094.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 188 kB/s | 32 kB 00:00 2024-04-22T22:38:20.829 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:20.829 INFO:teuthology.orchestra.run.smithi094.stdout:Total 187 kB/s | 32 kB 00:00 2024-04-22T22:38:20.830 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:38:20.833 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:38:20.833 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:38:20.835 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:38:20.835 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:38:20.910 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:38:21.023 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:38:21.023 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:21.189 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-typing-extensions-4.4.0-2.el9.noarch 1/6 2024-04-22T22:38:21.248 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-04-22T22:38:21.365 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:21.576 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:21.576 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:21.576 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:38:21.576 INFO:teuthology.orchestra.run.smithi094.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:38:21.576 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:21.577 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:21.775 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librados2 2024-04-22T22:38:21.784 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-04-22T22:38:21.876 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-04-22T22:38:21.939 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-jinja2-2.11.3-5.el9.noarch 5/6 2024-04-22T22:38:21.968 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:38:22.282 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:22.364 INFO:teuthology.orchestra.run.smithi094.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:22.406 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:22.407 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:38:22.407 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:22.493 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install librbd1 2024-04-22T22:38:22.754 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 6/6 2024-04-22T22:38:22.754 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 1/6 2024-04-22T22:38:22.754 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-04-22T22:38:22.754 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-jinja2-2.11.3-5.el9.noarch 3/6 2024-04-22T22:38:22.754 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-04-22T22:38:22.754 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-04-22T22:38:23.002 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-typing-extensions-4.4.0-2.el9.noarch 6/6 2024-04-22T22:38:23.002 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:23.002 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:38:23.003 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-mgr-cephadm-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:38:23.003 INFO:teuthology.orchestra.run.smithi189.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-04-22T22:38:23.003 INFO:teuthology.orchestra.run.smithi189.stdout: python3-babel-2.9.1-2.el9.noarch 2024-04-22T22:38:23.003 INFO:teuthology.orchestra.run.smithi189.stdout: python3-jinja2-2.11.3-5.el9.noarch 2024-04-22T22:38:23.003 INFO:teuthology.orchestra.run.smithi189.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-04-22T22:38:23.003 INFO:teuthology.orchestra.run.smithi189.stdout: python3-typing-extensions-4.4.0-2.el9.noarch 2024-04-22T22:38:23.003 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:23.003 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:23.036 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:23.118 INFO:teuthology.orchestra.run.smithi094.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:23.161 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:23.162 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:38:23.162 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:23.221 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-fuse 2024-04-22T22:38:23.241 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rados 2024-04-22T22:38:23.736 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:36 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:23.763 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:23.842 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:23.855 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:23.855 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:23.855 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:38:23.855 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:23.856 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:38:23.856 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 889 k 2024-04-22T22:38:23.856 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:38:23.856 INFO:teuthology.orchestra.run.smithi189.stdout: fuse x86_64 2.9.9-15.el9 baseos 80 k 2024-04-22T22:38:23.856 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:23.856 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:38:23.856 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:23.856 INFO:teuthology.orchestra.run.smithi189.stdout:Install 2 Packages 2024-04-22T22:38:23.856 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:23.857 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 969 k 2024-04-22T22:38:23.857 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 2.8 M 2024-04-22T22:38:23.857 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:38:23.883 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:23.884 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:38:23.884 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:23.968 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rgw 2024-04-22T22:38:24.032 INFO:teuthology.orchestra.run.smithi189.stdout:(1/2): fuse-2.9.9-15.el9.x86_64.rpm 712 kB/s | 80 kB 00:00 2024-04-22T22:38:24.207 INFO:teuthology.orchestra.run.smithi189.stdout:(2/2): ceph-fuse-19.0.0-2407.g430e09df.el9.x86_ 3.0 MB/s | 889 kB 00:00 2024-04-22T22:38:24.207 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:24.208 INFO:teuthology.orchestra.run.smithi189.stdout:Total 2.7 MB/s | 969 kB 00:00 2024-04-22T22:38:24.219 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:38:24.240 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:38:24.240 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:38:24.317 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:38:24.317 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:38:24.477 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:24.507 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:38:24.556 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:24.596 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:24.597 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:38:24.597 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:24.650 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : fuse-2.9.9-15.el9.x86_64 1/2 2024-04-22T22:38:24.676 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-cephfs 2024-04-22T22:38:24.712 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:38:25.189 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:25.268 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:25.309 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:25.310 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:38:25.310 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:25.369 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2/2 2024-04-22T22:38:25.369 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/2 2024-04-22T22:38:25.389 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install python3-rbd 2024-04-22T22:38:25.610 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : fuse-2.9.9-15.el9.x86_64 2/2 2024-04-22T22:38:25.611 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:25.611 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:38:25.611 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 fuse-2.9.9-15.el9.x86_64 2024-04-22T22:38:25.611 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:25.611 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:25.892 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:25.904 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install ceph-volume 2024-04-22T22:38:25.970 INFO:teuthology.orchestra.run.smithi094.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:26.011 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:26.012 INFO:teuthology.orchestra.run.smithi094.stdout:Nothing to do. 2024-04-22T22:38:26.012 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:26.092 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-fuse 2024-04-22T22:38:26.425 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:39 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:26.549 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repository Size 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-volume noarch 2:19.0.0-2407.g430e09df.el9 ceph-noarch 264 k 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout:Installing dependencies: 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout:Install 2 Packages 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:26.550 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 341 k 2024-04-22T22:38:26.551 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 1.5 M 2024-04-22T22:38:26.551 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:38:26.605 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:52 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:26.724 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:26.724 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:26.724 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T22:38:26.724 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:26.724 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:38:26.724 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:38:26.725 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:26.725 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:38:26.725 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:26.725 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:38:26.725 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:26.725 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 85 k 2024-04-22T22:38:26.725 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 231 k 2024-04-22T22:38:26.725 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:38:26.737 INFO:teuthology.orchestra.run.smithi189.stdout:(1/2): python3-packaging-20.9-5.el9.noarch.rpm 626 kB/s | 77 kB 00:00 2024-04-22T22:38:26.887 INFO:teuthology.orchestra.run.smithi189.stdout:(2/2): ceph-volume-19.0.0-2407.g430e09df.el9.no 963 kB/s | 264 kB 00:00 2024-04-22T22:38:26.888 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:26.888 INFO:teuthology.orchestra.run.smithi189.stdout:Total 1.0 MB/s | 341 kB 00:00 2024-04-22T22:38:26.899 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:38:26.909 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:38:26.909 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:38:26.932 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 410 kB/s | 85 kB 00:00 2024-04-22T22:38:26.933 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:26.933 INFO:teuthology.orchestra.run.smithi094.stdout:Total 407 kB/s | 85 kB 00:00 2024-04-22T22:38:26.933 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:38:26.935 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:38:26.935 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:38:26.940 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:38:26.940 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:38:27.002 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:38:27.003 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:38:27.093 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:38:27.147 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:38:27.245 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:27.280 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : python3-packaging-20.9-5.el9.noarch 1/2 2024-04-22T22:38:27.315 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:38:27.331 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2/2 2024-04-22T22:38:27.331 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:38:27.331 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-04-22T22:38:27.331 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:27.581 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:27.852 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:27.852 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:27.852 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:38:27.852 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:38:27.852 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:27.852 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:27.981 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 1/2 2024-04-22T22:38:28.081 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-mirror 2024-04-22T22:38:28.248 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 2/2 2024-04-22T22:38:28.248 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:28.248 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:38:28.248 INFO:teuthology.orchestra.run.smithi189.stdout: ceph-volume-2:19.0.0-2407.g430e09df.el9.noarch 2024-04-22T22:38:28.248 INFO:teuthology.orchestra.run.smithi189.stdout: python3-packaging-20.9-5.el9.noarch 2024-04-22T22:38:28.248 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:28.248 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:28.551 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librados-devel 2024-04-22T22:38:28.590 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:54 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:28.709 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:28.710 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:28.710 INFO:teuthology.orchestra.run.smithi094.stdout: Package Arch Version Repo Size 2024-04-22T22:38:28.710 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:28.710 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:38:28.711 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:38:28.711 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:28.711 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:38:28.711 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:28.711 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:38:28.711 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:28.711 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 3.1 M 2024-04-22T22:38:28.711 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 13 M 2024-04-22T22:38:28.711 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:38:29.078 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:42 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:29.085 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 8.3 MB/s | 3.1 MB 00:00 2024-04-22T22:38:29.086 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:29.086 INFO:teuthology.orchestra.run.smithi094.stdout:Total 8.2 MB/s | 3.1 MB 00:00 2024-04-22T22:38:29.086 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:38:29.096 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:38:29.096 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:38:29.177 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:38:29.177 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:38:29.202 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:29.203 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:29.203 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T22:38:29.203 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:29.203 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:38:29.203 INFO:teuthology.orchestra.run.smithi189.stdout: librados-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 127 k 2024-04-22T22:38:29.203 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:29.203 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:38:29.204 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:29.204 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:38:29.204 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:29.204 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 127 k 2024-04-22T22:38:29.204 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 456 k 2024-04-22T22:38:29.204 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:38:29.434 INFO:teuthology.orchestra.run.smithi189.stdout:librados-devel-19.0.0-2407.g430e09df.el9.x86_64 551 kB/s | 127 kB 00:00 2024-04-22T22:38:29.435 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:29.435 INFO:teuthology.orchestra.run.smithi189.stdout:Total 547 kB/s | 127 kB 00:00 2024-04-22T22:38:29.435 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:38:29.441 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:38:29.441 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:38:29.504 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:38:29.505 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:38:29.601 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:38:29.659 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:38:29.678 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:29.703 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:29.703 INFO:teuthology.orchestra.run.smithi094.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:38:29.703 INFO:teuthology.orchestra.run.smithi094.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:38:29.703 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:38:29.703 INFO:teuthology.orchestra.run.smithi094.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:38:29.703 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:29.755 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:30.184 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:30.406 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:30.407 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:30.407 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:38:30.407 INFO:teuthology.orchestra.run.smithi189.stdout: librados-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:38:30.407 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:30.407 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:30.681 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install libcephfs2 2024-04-22T22:38:30.726 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:30.726 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:30.726 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:38:30.727 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:38:30.727 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:30.727 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:30.945 DEBUG:teuthology.orchestra.run.smithi094:> sudo yum -y install rbd-nbd 2024-04-22T22:38:31.201 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:31.281 INFO:teuthology.orchestra.run.smithi189.stdout:Package libcephfs2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:31.322 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:31.323 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:38:31.323 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:31.409 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install libcephfs-devel 2024-04-22T22:38:31.469 INFO:teuthology.orchestra.run.smithi094.stdout:Last metadata expiration check: 0:01:57 ago on Mon 22 Apr 2024 10:36:34 PM UTC. 2024-04-22T22:38:31.594 INFO:teuthology.orchestra.run.smithi094.stdout:Dependencies resolved. 2024-04-22T22:38:31.595 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:31.595 INFO:teuthology.orchestra.run.smithi094.stdout: Package Architecture Version Repository Size 2024-04-22T22:38:31.595 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:31.595 INFO:teuthology.orchestra.run.smithi094.stdout:Installing: 2024-04-22T22:38:31.595 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:38:31.595 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:31.595 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction Summary 2024-04-22T22:38:31.595 INFO:teuthology.orchestra.run.smithi094.stdout:================================================================================ 2024-04-22T22:38:31.595 INFO:teuthology.orchestra.run.smithi094.stdout:Install 1 Package 2024-04-22T22:38:31.595 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:31.596 INFO:teuthology.orchestra.run.smithi094.stdout:Total download size: 171 k 2024-04-22T22:38:31.596 INFO:teuthology.orchestra.run.smithi094.stdout:Installed size: 494 k 2024-04-22T22:38:31.596 INFO:teuthology.orchestra.run.smithi094.stdout:Downloading Packages: 2024-04-22T22:38:31.830 INFO:teuthology.orchestra.run.smithi094.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 732 kB/s | 171 kB 00:00 2024-04-22T22:38:31.830 INFO:teuthology.orchestra.run.smithi094.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:31.831 INFO:teuthology.orchestra.run.smithi094.stdout:Total 727 kB/s | 171 kB 00:00 2024-04-22T22:38:31.831 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction check 2024-04-22T22:38:31.838 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction check succeeded. 2024-04-22T22:38:31.839 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction test 2024-04-22T22:38:31.903 INFO:teuthology.orchestra.run.smithi094.stdout:Transaction test succeeded. 2024-04-22T22:38:31.903 INFO:teuthology.orchestra.run.smithi094.stdout:Running transaction 2024-04-22T22:38:31.931 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:44 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:32.051 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:32.051 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:32.052 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T22:38:32.052 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:32.052 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:38:32.052 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs-devel x86_64 2:19.0.0-2407.g430e09df.el9 ceph 32 k 2024-04-22T22:38:32.052 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:32.052 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:38:32.052 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:32.052 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:38:32.052 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:32.053 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 32 k 2024-04-22T22:38:32.053 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 142 k 2024-04-22T22:38:32.053 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:38:32.057 INFO:teuthology.orchestra.run.smithi094.stdout: Preparing : 1/1 2024-04-22T22:38:32.143 INFO:teuthology.orchestra.run.smithi094.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:32.296 INFO:teuthology.orchestra.run.smithi189.stdout:libcephfs-devel-19.0.0-2407.g430e09df.el9.x86_6 130 kB/s | 32 kB 00:00 2024-04-22T22:38:32.297 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:32.297 INFO:teuthology.orchestra.run.smithi189.stdout:Total 130 kB/s | 32 kB 00:00 2024-04-22T22:38:32.297 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:38:32.301 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:38:32.301 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:38:32.303 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:38:32.303 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:38:32.390 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:38:32.526 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:32.530 INFO:teuthology.orchestra.run.smithi094.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:32.761 INFO:teuthology.orchestra.run.smithi094.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:32.762 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:32.762 INFO:teuthology.orchestra.run.smithi094.stdout:Installed: 2024-04-22T22:38:32.762 INFO:teuthology.orchestra.run.smithi094.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:38:32.762 INFO:teuthology.orchestra.run.smithi094.stdout: 2024-04-22T22:38:32.762 INFO:teuthology.orchestra.run.smithi094.stdout:Complete! 2024-04-22T22:38:32.880 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:33.017 DEBUG:teuthology.parallel:result is None 2024-04-22T22:38:33.078 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:33.078 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:33.078 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:38:33.078 INFO:teuthology.orchestra.run.smithi189.stdout: libcephfs-devel-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:38:33.078 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:33.078 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:33.271 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librados2 2024-04-22T22:38:33.776 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:46 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:33.854 INFO:teuthology.orchestra.run.smithi189.stdout:Package librados2-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:33.894 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:33.895 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:38:33.895 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:33.965 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install librbd1 2024-04-22T22:38:34.507 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:47 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:34.587 INFO:teuthology.orchestra.run.smithi189.stdout:Package librbd1-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:34.629 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:34.630 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:38:34.630 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:34.702 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rados 2024-04-22T22:38:35.233 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:35.314 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rados-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:35.355 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:35.355 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:38:35.356 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:35.424 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rgw 2024-04-22T22:38:35.939 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:48 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:36.019 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rgw-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:36.061 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:36.062 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:38:36.062 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:36.132 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-cephfs 2024-04-22T22:38:36.645 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:49 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:36.724 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-cephfs-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:36.765 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:36.766 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:38:36.766 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:36.841 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install python3-rbd 2024-04-22T22:38:37.356 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:50 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:37.434 INFO:teuthology.orchestra.run.smithi189.stdout:Package python3-rbd-2:19.0.0-2407.g430e09df.el9.x86_64 is already installed. 2024-04-22T22:38:37.475 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:37.476 INFO:teuthology.orchestra.run.smithi189.stdout:Nothing to do. 2024-04-22T22:38:37.476 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:37.548 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-fuse 2024-04-22T22:38:38.067 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:51 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:38.188 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:38.188 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:38.188 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T22:38:38.188 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:38.188 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:38:38.188 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-fuse x86_64 2:19.0.0-2407.g430e09df.el9 ceph 85 k 2024-04-22T22:38:38.188 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:38.189 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:38:38.189 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:38.189 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:38:38.189 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:38.189 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 85 k 2024-04-22T22:38:38.189 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 231 k 2024-04-22T22:38:38.189 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:38:38.400 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-fuse-19.0.0-2407.g430e09df.el9.x86_64.rpm 404 kB/s | 85 kB 00:00 2024-04-22T22:38:38.400 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:38.401 INFO:teuthology.orchestra.run.smithi189.stdout:Total 402 kB/s | 85 kB 00:00 2024-04-22T22:38:38.401 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:38:38.408 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:38:38.408 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:38:38.473 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:38:38.473 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:38:38.620 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:38:38.705 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:39.059 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:39.304 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:39.304 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:39.304 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:38:39.304 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-fuse-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:38:39.304 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:39.304 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:39.525 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-mirror 2024-04-22T22:38:40.039 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:53 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:40.160 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:40.161 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:40.161 INFO:teuthology.orchestra.run.smithi189.stdout: Package Arch Version Repo Size 2024-04-22T22:38:40.161 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:40.161 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:38:40.161 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-mirror x86_64 2:19.0.0-2407.g430e09df.el9 ceph 3.1 M 2024-04-22T22:38:40.161 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:40.161 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:38:40.162 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:40.162 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:38:40.162 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:40.162 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 3.1 M 2024-04-22T22:38:40.162 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 13 M 2024-04-22T22:38:40.162 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:38:40.529 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-mirror-19.0.0-2407.g430e09df.el9.x86_64.rpm 8.4 MB/s | 3.1 MB 00:00 2024-04-22T22:38:40.529 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:40.530 INFO:teuthology.orchestra.run.smithi189.stdout:Total 8.4 MB/s | 3.1 MB 00:00 2024-04-22T22:38:40.530 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:38:40.539 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:38:40.540 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:38:40.620 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:38:40.621 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:38:41.043 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:38:41.105 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:41.129 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:41.129 INFO:teuthology.orchestra.run.smithi189.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-04-22T22:38:41.129 INFO:teuthology.orchestra.run.smithi189.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-04-22T22:38:41.130 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:38:41.130 INFO:teuthology.orchestra.run.smithi189.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-04-22T22:38:41.130 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:42.168 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:42.168 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:42.168 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:38:42.168 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-mirror-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:38:42.168 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:42.168 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:42.389 DEBUG:teuthology.orchestra.run.smithi189:> sudo yum -y install rbd-nbd 2024-04-22T22:38:42.914 INFO:teuthology.orchestra.run.smithi189.stdout:Last metadata expiration check: 0:01:55 ago on Mon 22 Apr 2024 10:36:47 PM UTC. 2024-04-22T22:38:43.040 INFO:teuthology.orchestra.run.smithi189.stdout:Dependencies resolved. 2024-04-22T22:38:43.040 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:43.040 INFO:teuthology.orchestra.run.smithi189.stdout: Package Architecture Version Repository Size 2024-04-22T22:38:43.040 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:43.041 INFO:teuthology.orchestra.run.smithi189.stdout:Installing: 2024-04-22T22:38:43.041 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-nbd x86_64 2:19.0.0-2407.g430e09df.el9 ceph 171 k 2024-04-22T22:38:43.041 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:43.041 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction Summary 2024-04-22T22:38:43.041 INFO:teuthology.orchestra.run.smithi189.stdout:================================================================================ 2024-04-22T22:38:43.041 INFO:teuthology.orchestra.run.smithi189.stdout:Install 1 Package 2024-04-22T22:38:43.041 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:43.041 INFO:teuthology.orchestra.run.smithi189.stdout:Total download size: 171 k 2024-04-22T22:38:43.042 INFO:teuthology.orchestra.run.smithi189.stdout:Installed size: 494 k 2024-04-22T22:38:43.042 INFO:teuthology.orchestra.run.smithi189.stdout:Downloading Packages: 2024-04-22T22:38:43.391 INFO:teuthology.orchestra.run.smithi189.stdout:rbd-nbd-19.0.0-2407.g430e09df.el9.x86_64.rpm 490 kB/s | 171 kB 00:00 2024-04-22T22:38:43.392 INFO:teuthology.orchestra.run.smithi189.stdout:-------------------------------------------------------------------------------- 2024-04-22T22:38:43.392 INFO:teuthology.orchestra.run.smithi189.stdout:Total 488 kB/s | 171 kB 00:00 2024-04-22T22:38:43.392 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction check 2024-04-22T22:38:43.400 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction check succeeded. 2024-04-22T22:38:43.400 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction test 2024-04-22T22:38:43.465 INFO:teuthology.orchestra.run.smithi189.stdout:Transaction test succeeded. 2024-04-22T22:38:43.466 INFO:teuthology.orchestra.run.smithi189.stdout:Running transaction 2024-04-22T22:38:43.620 INFO:teuthology.orchestra.run.smithi189.stdout: Preparing : 1/1 2024-04-22T22:38:43.728 INFO:teuthology.orchestra.run.smithi189.stdout: Installing : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:44.091 INFO:teuthology.orchestra.run.smithi189.stdout: Running scriptlet: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:44.332 INFO:teuthology.orchestra.run.smithi189.stdout: Verifying : rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 1/1 2024-04-22T22:38:44.332 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:44.332 INFO:teuthology.orchestra.run.smithi189.stdout:Installed: 2024-04-22T22:38:44.332 INFO:teuthology.orchestra.run.smithi189.stdout: rbd-nbd-2:19.0.0-2407.g430e09df.el9.x86_64 2024-04-22T22:38:44.332 INFO:teuthology.orchestra.run.smithi189.stdout: 2024-04-22T22:38:44.332 INFO:teuthology.orchestra.run.smithi189.stdout:Complete! 2024-04-22T22:38:44.569 DEBUG:teuthology.parallel:result is None 2024-04-22T22:38:44.570 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:38:44.712 DEBUG:teuthology.orchestra.run.smithi094:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:38:44.737 INFO:teuthology.orchestra.run.smithi094.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:38:44.738 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:38:44.738 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:38:44.740 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:38:44.951 DEBUG:teuthology.orchestra.run.smithi189:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-04-22T22:38:44.972 INFO:teuthology.orchestra.run.smithi189.stdout:19.0.0-2407.g430e09df.el9 2024-04-22T22:38:44.973 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2407.g430e09df.el9 2024-04-22T22:38:44.973 INFO:teuthology.task.install:The correct ceph version 19.0.0-2407.g430e09df is installed. 2024-04-22T22:38:44.974 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T22:38:44.974 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:38:44.974 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:38:45.003 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:38:45.003 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T22:38:45.037 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T22:38:45.037 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:38:45.037 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:38:45.069 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:38:45.134 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:38:45.134 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T22:38:45.159 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T22:38:45.223 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T22:38:45.223 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:38:45.223 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:38:45.248 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:38:45.312 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:38:45.312 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T22:38:45.335 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T22:38:45.417 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T22:38:45.417 DEBUG:teuthology.orchestra.run.smithi094:> set -ex 2024-04-22T22:38:45.417 DEBUG:teuthology.orchestra.run.smithi094:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:38:45.441 DEBUG:teuthology.orchestra.run.smithi094:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:38:45.506 DEBUG:teuthology.orchestra.run.smithi189:> set -ex 2024-04-22T22:38:45.506 DEBUG:teuthology.orchestra.run.smithi189:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T22:38:45.530 DEBUG:teuthology.orchestra.run.smithi189:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T22:38:45.594 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T22:38:45.721 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-only-match': ['CEPHADM_'], 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f'} 2024-04-22T22:38:45.721 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:38:45.721 INFO:tasks.cephadm:Cluster fsid is 142e6892-00f9-11ef-bc93-c7b262605968 2024-04-22T22:38:45.721 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T22:38:45.722 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.94', 'mon.b': '172.21.15.189'} 2024-04-22T22:38:45.722 INFO:tasks.cephadm:First mon is mon.a on smithi094 2024-04-22T22:38:45.722 INFO:tasks.cephadm:First mgr is a 2024-04-22T22:38:45.722 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T22:38:45.722 DEBUG:teuthology.orchestra.run.smithi094:> sudo hostname $(hostname -s) 2024-04-22T22:38:45.747 DEBUG:teuthology.orchestra.run.smithi189:> sudo hostname $(hostname -s) 2024-04-22T22:38:45.772 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T22:38:45.772 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:38:45.910 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '430e09df97c8fc7dc2b2ae424f68ed11366c540f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/54954/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2407-g430e09df', 'node_name': '172.21.5.36+adami06', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-2407.g430e09df'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-04-21 21:31:40.125798', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-04-22T22:38:46.123 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 430e09df97c8fc7dc2b2ae424f68ed11366c540f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:38:46.124 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm 2024-04-22T22:38:46.124 DEBUG:teuthology.orchestra.run.smithi094:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:38:46.526 INFO:teuthology.orchestra.run.smithi094.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:38 /home/ubuntu/cephtest/cephadm 2024-04-22T22:38:46.527 DEBUG:teuthology.orchestra.run.smithi189:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/430e09df97c8fc7dc2b2ae424f68ed11366c540f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T22:38:47.107 INFO:teuthology.orchestra.run.smithi189.stdout:-rw-r--r--. 1 ubuntu ubuntu 781227 Apr 22 22:38 /home/ubuntu/cephtest/cephadm 2024-04-22T22:38:47.108 DEBUG:teuthology.orchestra.run.smithi094:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:38:47.127 DEBUG:teuthology.orchestra.run.smithi189:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T22:38:47.158 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f on all hosts... 2024-04-22T22:38:47.158 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:38:47.170 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull 2024-04-22T22:38:48.680 INFO:teuthology.orchestra.run.smithi189.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:38:48.749 INFO:teuthology.orchestra.run.smithi094.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:38:48.915 INFO:teuthology.orchestra.run.smithi189.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:38:48.916 INFO:teuthology.orchestra.run.smithi189.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:38:48.916 INFO:teuthology.orchestra.run.smithi189.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:38:48.916 INFO:teuthology.orchestra.run.smithi189.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:38:48.942 INFO:teuthology.orchestra.run.smithi094.stderr:Non-zero exit code 125 from /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:38:48.942 INFO:teuthology.orchestra.run.smithi094.stderr:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f... 2024-04-22T22:38:48.942 INFO:teuthology.orchestra.run.smithi094.stderr:/bin/podman: stderr Error: initializing source docker://quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f: reading manifest 430e09df97c8fc7dc2b2ae424f68ed11366c540f in quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph: manifest unknown 2024-04-22T22:38:48.942 INFO:teuthology.orchestra.run.smithi094.stderr:ERROR: Failed command: /bin/podman pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f 2024-04-22T22:38:48.964 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:38:48.965 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi094 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:38:48.966 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T22:38:48.970 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/lib/ceph/142e6892-00f9-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922/remote/smithi094/crash 2024-04-22T22:38:48.971 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/lib/ceph/142e6892-00f9-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:38:49.007 INFO:teuthology.orchestra.run.smithi094.stderr:tar: /var/lib/ceph/142e6892-00f9-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:38:49.007 INFO:teuthology.orchestra.run.smithi094.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:38:49.009 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/lib/ceph/142e6892-00f9-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922/remote/smithi189/crash 2024-04-22T22:38:49.010 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/lib/ceph/142e6892-00f9-11ef-bc93-c7b262605968/crash -- . 2024-04-22T22:38:49.052 INFO:teuthology.orchestra.run.smithi189.stderr:tar: /var/lib/ceph/142e6892-00f9-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T22:38:49.052 INFO:teuthology.orchestra.run.smithi189.stderr:tar: Error is not recoverable: exiting now 2024-04-22T22:38:49.054 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T22:38:49.054 DEBUG:teuthology.orchestra.run.smithi094:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/142e6892-00f9-11ef-bc93-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-04-22T22:38:49.078 INFO:teuthology.orchestra.run.smithi094.stderr:grep: /var/log/ceph/142e6892-00f9-11ef-bc93-c7b262605968/ceph.log: No such file or directory 2024-04-22T22:38:49.079 INFO:tasks.cephadm:Compressing logs... 2024-04-22T22:38:49.079 DEBUG:teuthology.orchestra.run.smithi094:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:38:49.122 DEBUG:teuthology.orchestra.run.smithi189:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T22:38:49.142 INFO:teuthology.orchestra.run.smithi094.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose --: No such file or directory /var/log/ceph/cephadm.log 2024-04-22T22:38:49.143 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-04-22T22:38:49.143 INFO:teuthology.orchestra.run.smithi094.stderr:/var/log/ceph/cephadm.log: 73.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:38:49.145 INFO:teuthology.orchestra.run.smithi094.stderr: 2024-04-22T22:38:49.145 INFO:teuthology.orchestra.run.smithi094.stderr:real 0m0.012s 2024-04-22T22:38:49.145 INFO:teuthology.orchestra.run.smithi094.stderr:user 0m0.007s 2024-04-22T22:38:49.145 INFO:teuthology.orchestra.run.smithi094.stderr:sys 0m0.014s 2024-04-22T22:38:49.146 INFO:teuthology.orchestra.run.smithi189.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T22:38:49.146 INFO:teuthology.orchestra.run.smithi189.stderr:: No such file or directory 2024-04-22T22:38:49.146 INFO:teuthology.orchestra.run.smithi189.stderr:/var/log/ceph/cephadm.log: 73.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T22:38:49.147 INFO:teuthology.orchestra.run.smithi189.stderr: 2024-04-22T22:38:49.147 INFO:teuthology.orchestra.run.smithi189.stderr:real 0m0.011s 2024-04-22T22:38:49.147 INFO:teuthology.orchestra.run.smithi189.stderr:user 0m0.006s 2024-04-22T22:38:49.147 INFO:teuthology.orchestra.run.smithi189.stderr:sys 0m0.014s 2024-04-22T22:38:49.147 INFO:tasks.cephadm:Archiving logs... 2024-04-22T22:38:49.148 DEBUG:teuthology.misc:Transferring archived files from smithi094:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922/remote/smithi094/log 2024-04-22T22:38:49.149 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:38:49.209 DEBUG:teuthology.misc:Transferring archived files from smithi189:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922/remote/smithi189/log 2024-04-22T22:38:49.210 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T22:38:49.234 INFO:tasks.cephadm:Removing cluster... 2024-04-22T22:38:49.234 DEBUG:teuthology.orchestra.run.smithi094:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 142e6892-00f9-11ef-bc93-c7b262605968 --force 2024-04-22T22:38:49.431 INFO:teuthology.orchestra.run.smithi094.stdout:Deleting cluster with fsid: 142e6892-00f9-11ef-bc93-c7b262605968 2024-04-22T22:38:49.690 DEBUG:teuthology.orchestra.run.smithi189:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 142e6892-00f9-11ef-bc93-c7b262605968 --force 2024-04-22T22:38:49.893 INFO:teuthology.orchestra.run.smithi189.stdout:Deleting cluster with fsid: 142e6892-00f9-11ef-bc93-c7b262605968 2024-04-22T22:38:50.155 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T22:38:50.155 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:38:50.170 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T22:38:50.185 INFO:tasks.cephadm:Teardown complete 2024-04-22T22:38:50.185 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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 "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi094 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:38:50.370 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=febaa7ef842143fdb3c5391b4e3d642e 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 2204, 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 "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 1833, in initialize_config yield 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_ceph_c66b8bf2efd3f3988ac1851474c2f98eb2ca30d9/qa/tasks/cephadm.py", line 579, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 479, in wait proc.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 smithi094 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull' 2024-04-22T22:38:50.373 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T22:38:50.384 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T22:38:50.398 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-22T22:38:50.398 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:38:50.410 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T22:38:50.486 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T22:38:50.495 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T22:38:50.495 DEBUG:teuthology.orchestra.run.smithi094:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:38:50.498 DEBUG:teuthology.orchestra.run.smithi189:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T22:38:50.509 INFO:teuthology.orchestra.run.smithi094.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:38:50.511 INFO:teuthology.orchestra.run.smithi189.stderr:bash: line 1: ntpq: command not found 2024-04-22T22:38:50.514 INFO:teuthology.orchestra.run.smithi094.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:38:50.514 INFO:teuthology.orchestra.run.smithi094.stdout:=============================================================================== 2024-04-22T22:38:50.515 INFO:teuthology.orchestra.run.smithi094.stdout:^- hv01.front.sepia.ceph.com 2 6 77 23 +672us[ +672us] +/- 578ms 2024-04-22T22:38:50.515 INFO:teuthology.orchestra.run.smithi094.stdout:^* hv02.front.sepia.ceph.com 3 6 77 24 -79us[ -116us] +/- 55ms 2024-04-22T22:38:50.515 INFO:teuthology.orchestra.run.smithi094.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 22 +105us[ +105us] +/- 67ms 2024-04-22T22:38:50.515 INFO:teuthology.orchestra.run.smithi094.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:38:50.516 INFO:teuthology.orchestra.run.smithi189.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-04-22T22:38:50.516 INFO:teuthology.orchestra.run.smithi189.stdout:=============================================================================== 2024-04-22T22:38:50.516 INFO:teuthology.orchestra.run.smithi189.stdout:^- hv01.front.sepia.ceph.com 2 6 77 24 +665us[ +669us] +/- 578ms 2024-04-22T22:38:50.516 INFO:teuthology.orchestra.run.smithi189.stdout:^* hv02.front.sepia.ceph.com 3 6 77 23 -81us[ -78us] +/- 55ms 2024-04-22T22:38:50.516 INFO:teuthology.orchestra.run.smithi189.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 24 +102us[ +106us] +/- 67ms 2024-04-22T22:38:50.516 INFO:teuthology.orchestra.run.smithi189.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-04-22T22:38:50.517 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T22:38:50.524 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T22:38:50.525 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T22:38:50.533 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:38:50.611 DEBUG:teuthology.orchestra.run.smithi189:> 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-22T22:38:50.665 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:38:50.691 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:38:50.692 DEBUG:teuthology.orchestra.run.smithi189:> 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-22T22:38:50.717 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:38:50.717 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T22:38:50.726 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T22:38:50.757 INFO:teuthology.task.internal:Duration was 372.435157 seconds 2024-04-22T22:38:50.757 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T22:38:50.765 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T22:38:50.765 DEBUG:teuthology.orchestra.run.smithi094:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:38:50.768 DEBUG:teuthology.orchestra.run.smithi189:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T22:38:50.802 INFO:teuthology.orchestra.run.smithi094.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:38:50.803 INFO:teuthology.orchestra.run.smithi189.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-04-22T22:38:51.081 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T22:38:51.081 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi094.front.sepia.ceph.com 2024-04-22T22:38:51.081 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:38:51.124 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi189.front.sepia.ceph.com 2024-04-22T22:38:51.124 DEBUG:teuthology.orchestra.run.smithi189:> 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-22T22:38:51.150 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T22:38:51.150 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:38:51.166 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T22:38:51.215 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T22:38:51.215 DEBUG:teuthology.orchestra.run.smithi094:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:38:51.231 DEBUG:teuthology.orchestra.run.smithi189:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T22:38:51.345 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T22:38:51.355 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T22:38:51.355 DEBUG:teuthology.orchestra.run.smithi094:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:38:51.378 DEBUG:teuthology.orchestra.run.smithi189:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T22:38:51.401 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T22:38:51.410 DEBUG:teuthology.orchestra.run.smithi094:> 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-22T22:38:51.420 DEBUG:teuthology.orchestra.run.smithi189:> 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-22T22:38:51.440 INFO:teuthology.orchestra.run.smithi094.stdout:kernel.core_pattern = core 2024-04-22T22:38:51.463 INFO:teuthology.orchestra.run.smithi189.stdout:kernel.core_pattern = core 2024-04-22T22:38:51.483 DEBUG:teuthology.orchestra.run.smithi094:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:38:51.512 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:38:51.513 DEBUG:teuthology.orchestra.run.smithi189:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T22:38:51.537 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T22:38:51.537 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T22:38:51.547 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T22:38:51.548 DEBUG:teuthology.misc:Transferring archived files from smithi094:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922/remote/smithi094 2024-04-22T22:38:51.548 DEBUG:teuthology.orchestra.run.smithi094:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:38:51.585 DEBUG:teuthology.misc:Transferring archived files from smithi189:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922/remote/smithi189 2024-04-22T22:38:51.585 DEBUG:teuthology.orchestra.run.smithi189:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T22:38:51.616 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T22:38:51.616 DEBUG:teuthology.orchestra.run.smithi094:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:38:51.623 DEBUG:teuthology.orchestra.run.smithi189:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T22:38:51.666 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T22:38:51.677 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T22:38:51.677 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T22:38:51.686 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T22:38:51.686 DEBUG:teuthology.orchestra.run.smithi094:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:38:51.689 DEBUG:teuthology.orchestra.run.smithi189:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T22:38:51.700 INFO:teuthology.orchestra.run.smithi094.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:38 /home/ubuntu/cephtest 2024-04-22T22:38:51.720 INFO:teuthology.orchestra.run.smithi189.stdout: 262213 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 22:38 /home/ubuntu/cephtest 2024-04-22T22:38:51.721 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T22:38:51.731 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T22:38:51.750 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T22:38:51.776 DEBUG:teuthology.nuke:shortname: smithi094 2024-04-22T22:38:51.776 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:38:51.802 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi094.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922', '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-22 22:27:11.396811', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBObQfcLhg2mcasC/L715M8zWQC8duKVAmkW8cy7ytsIkewGIgDEwhg8dGQcMivdYrSDlWEXAIEuQxqFxCATImus='} 2024-04-22T22:38:51.803 DEBUG:teuthology.nuke:shortname: smithi189 2024-04-22T22:38:51.803 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T22:38:51.828 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi189.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-04-22_21:08:03-orch-squid-distro-default-smithi/7668922', '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-22 22:27:11.398124', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCTZ2R6Jw3/dIbmrzsvPevjZBvjXLd7EcKgUqSFTpIUkql5wMhRXPz5ZBtUwKKTmJTSnRu0HHYh7YZ+yVVtdN7s='} 2024-04-22T22:38:51.847 INFO:teuthology.orchestra.console.smithi094:Power off 2024-04-22T22:38:51.848 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:38:51.870 DEBUG:teuthology.orchestra.console.smithi094:power off output: Chassis Power Control: Down/Off 2024-04-22T22:38:51.870 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:38:51.891 INFO:teuthology.orchestra.console.smithi189:Power off 2024-04-22T22:38:51.891 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T22:38:51.900 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-04-22T22:38:51.912 DEBUG:teuthology.orchestra.console.smithi189:power off output: Chassis Power Control: Down/Off 2024-04-22T22:38:51.913 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:38:51.937 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-04-22T22:38:55.901 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:38:55.938 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:38:56.011 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is on 2024-04-22T22:38:56.047 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is on 2024-04-22T22:39:00.014 DEBUG:teuthology.orchestra.console.smithi094:pexpect command: ipmitool -H smithi094.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:39:00.048 DEBUG:teuthology.orchestra.console.smithi189:pexpect command: ipmitool -H smithi189.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T22:39:00.125 DEBUG:teuthology.orchestra.console.smithi094:check power output: Chassis Power is off 2024-04-22T22:39:00.158 DEBUG:teuthology.orchestra.console.smithi189:check power output: Chassis Power is off 2024-04-22T22:39:00.226 INFO:teuthology.orchestra.console.smithi094:Power off completed 2024-04-22T22:39:00.259 INFO:teuthology.orchestra.console.smithi189:Power off completed 2024-04-22T22:39:00.363 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_extra_daemon_features} duration: 372.43515706062317 failure_reason: 'Command failed on smithi094 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:430e09df97c8fc7dc2b2ae424f68ed11366c540f pull''' flavor: default owner: scheduled_teuthology@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=febaa7ef842143fdb3c5391b4e3d642e status: fail success: false 2024-04-22T22:39:00.363 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T22:39:00.443 INFO:teuthology.run:FAIL