2023-12-01T05:48:02.861 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:48:02.861 DEBUG:teuthology.run:Teuthology command: teuthology --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --verbose --owner scheduled_phlogistonjohn@teuthology --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981 --description orch:cephadm/with-work/{0-distro/centos_8.stream_container_tools fixed-2 mode/packaged mon_election/classic msgr/async-v2only start tasks/rotate-keys} -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981/orig.config.yaml 2023-12-01T05:48:02.890 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:48:02.973 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/with-work/{0-distro/centos_8.stream_container_tools fixed-2 mode/packaged mon_election/classic msgr/async-v2only start tasks/rotate-keys} email: jmulligan@redhat.com first_in_suite: false job_id: '7472981' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi no_nested_subset: false nuke-on-error: true openstack: - volumes: count: 4 size: 10 os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 ceph: conf: global: mon election default strategy: 1 ms bind msgr1: false ms bind msgr2: true ms type: async mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 osd shutdown pgref assert: true flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} cephadm: cephadm_mode: cephadm-package install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d extra_packages: - cephadm selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-2023-11-30-1010 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d owner: scheduled_phlogistonjohn@teuthology priority: 99 repo: https://git.ceph.com/ceph-ci.git roles: - - mon.a - mon.c - mgr.y - osd.0 - osd.1 - osd.2 - osd.3 - client.0 - ceph.rgw.foo.a - node-exporter.a - alertmanager.a - - mon.b - mgr.x - osd.4 - osd.5 - osd.6 - osd.7 - client.1 - prometheus.a - grafana.a - node-exporter.b - ceph.iscsi.iscsi.a seed: 9533 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-11-30-1010 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d targets: smithi043.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCnijryNFlpcqYYDH83I83KnFFFvHBLlaDBW2QDyN/ZCcR3GI8vzaassI0W+1rLrwQcSgdpGqkeWpAyZZNnD+mk= smithi099.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGutPfSMZEX1uipUHr7c1AhZ27GnT+jEZ+sMth3v69OoIfVfoei053eIVsDw+doHpT1r3lSzoXJGZluNoFcjOsQ= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: conf: mgr: debug mgr: 20 debug ms: 1 - cephadm.shell: mon.a: - "set -ex\nfor f in osd.0 osd.1 osd.2 osd.3 osd.4 osd.5 osd.6 osd.7 mgr.y mgr.x\n\ do\n echo \"rotating key for $f\"\n K=$(ceph auth get-key $f)\n NK=\"\ $K\"\n ceph orch daemon rotate-key $f\n while [ \"$K\" == \"$NK\" ]; do\n\ \ sleep 5\n NK=$(ceph auth get-key $f)\n done\ndone\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-11-30_21:17:15 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T05:48:02.973 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa; will attempt to use it 2023-12-01T05:48:02.974 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:48:02.974 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:48:02.976 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:48:02.999 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:48:03.000 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:48:03.000 INFO:teuthology.packaging:ref: None 2023-12-01T05:48:03.000 INFO:teuthology.packaging:tag: None 2023-12-01T05:48:03.000 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:48:03.000 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:48:03.000 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:48:03.143 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:48:03.143 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:48:03.150 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:48:03.150 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:48:03.164 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:48:03.175 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:48:03.182 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:48:03.206 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:43:10.913115', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCnijryNFlpcqYYDH83I83KnFFFvHBLlaDBW2QDyN/ZCcR3GI8vzaassI0W+1rLrwQcSgdpGqkeWpAyZZNnD+mk='} 2023-12-01T05:48:03.230 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:43:10.914581', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGutPfSMZEX1uipUHr7c1AhZ27GnT+jEZ+sMth3v69OoIfVfoei053eIVsDw+doHpT1r3lSzoXJGZluNoFcjOsQ='} 2023-12-01T05:48:03.230 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:48:03.236 INFO:teuthology.task.internal:roles: ubuntu@smithi043.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'ceph.rgw.foo.a', 'node-exporter.a', 'alertmanager.a'] 2023-12-01T05:48:03.236 INFO:teuthology.task.internal:roles: ubuntu@smithi099.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b', 'ceph.iscsi.iscsi.a'] 2023-12-01T05:48:03.236 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:48:03.304 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ffba3fe4ee0>, signals=[15]) 2023-12-01T05:48:03.304 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:48:03.311 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:48:03.311 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi043.front.sepia.ceph.com 2023-12-01T05:48:03.313 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:48:03.382 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi099.front.sepia.ceph.com 2023-12-01T05:48:03.383 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:48:03.450 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:48:03.457 DEBUG:teuthology.orchestra.run.smithi043:> uname -m 2023-12-01T05:48:03.480 INFO:teuthology.orchestra.run.smithi043.stdout:x86_64 2023-12-01T05:48:03.480 DEBUG:teuthology.orchestra.run.smithi043:> cat /etc/os-release 2023-12-01T05:48:03.542 INFO:teuthology.orchestra.run.smithi043.stdout:NAME="CentOS Stream" 2023-12-01T05:48:03.542 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION="8" 2023-12-01T05:48:03.542 INFO:teuthology.orchestra.run.smithi043.stdout:ID="centos" 2023-12-01T05:48:03.543 INFO:teuthology.orchestra.run.smithi043.stdout:ID_LIKE="rhel fedora" 2023-12-01T05:48:03.543 INFO:teuthology.orchestra.run.smithi043.stdout:VERSION_ID="8" 2023-12-01T05:48:03.543 INFO:teuthology.orchestra.run.smithi043.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:48:03.543 INFO:teuthology.orchestra.run.smithi043.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T05:48:03.543 INFO:teuthology.orchestra.run.smithi043.stdout:ANSI_COLOR="0;31" 2023-12-01T05:48:03.543 INFO:teuthology.orchestra.run.smithi043.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T05:48:03.543 INFO:teuthology.orchestra.run.smithi043.stdout:HOME_URL="https://centos.org/" 2023-12-01T05:48:03.543 INFO:teuthology.orchestra.run.smithi043.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:48:03.543 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:48:03.543 INFO:teuthology.orchestra.run.smithi043.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T05:48:03.544 INFO:teuthology.lock.ops:Updating smithi043.front.sepia.ceph.com on lock server 2023-12-01T05:48:03.569 DEBUG:teuthology.orchestra.run.smithi099:> uname -m 2023-12-01T05:48:03.591 INFO:teuthology.orchestra.run.smithi099.stdout:x86_64 2023-12-01T05:48:03.592 DEBUG:teuthology.orchestra.run.smithi099:> cat /etc/os-release 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:NAME="CentOS Stream" 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION="8" 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:ID="centos" 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:ID_LIKE="rhel fedora" 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_ID="8" 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:PRETTY_NAME="CentOS Stream 8" 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:ANSI_COLOR="0;31" 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:HOME_URL="https://centos.org/" 2023-12-01T05:48:03.653 INFO:teuthology.orchestra.run.smithi099.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:48:03.654 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:48:03.654 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2023-12-01T05:48:03.654 INFO:teuthology.lock.ops:Updating smithi099.front.sepia.ceph.com on lock server 2023-12-01T05:48:03.677 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:48:03.686 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:48:03.691 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:48:03.691 DEBUG:teuthology.orchestra.run.smithi043:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:48:03.694 DEBUG:teuthology.orchestra.run.smithi099:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:48:03.713 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:48:03.719 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:48:03.719 DEBUG:teuthology.orchestra.run.smithi043:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:48:03.756 DEBUG:teuthology.orchestra.run.smithi099:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:48:03.781 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:48:03.834 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:48:03.848 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:48:03.848 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T05:48:03.849 DEBUG:teuthology.orchestra.run.smithi043:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:48:03.849 DEBUG:teuthology.orchestra.run.smithi099:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:48:03.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:48:03.869 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2023-12-01T05:48:03.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:48:03.870 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2023-12-01T05:48:03.929 INFO:teuthology.orchestra.run.smithi099.stdout:4.18.0-489.el8.x86_64 2023-12-01T05:48:03.930 INFO:teuthology.task.kernel:Running kernel on smithi099: 4.18.0-489.el8.x86_64 2023-12-01T05:48:03.930 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum install -y kernel 2023-12-01T05:48:03.933 INFO:teuthology.orchestra.run.smithi043.stdout:4.18.0-489.el8.x86_64 2023-12-01T05:48:03.934 INFO:teuthology.task.kernel:Running kernel on smithi043: 4.18.0-489.el8.x86_64 2023-12-01T05:48:03.934 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum install -y kernel 2023-12-01T05:48:17.326 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - AppStream 3.2 MB/s | 34 MB 00:10 2023-12-01T05:48:17.883 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - AppStream 3.0 MB/s | 34 MB 00:11 2023-12-01T05:48:26.084 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 55 MB 00:02 2023-12-01T05:48:26.874 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 55 MB 00:02 2023-12-01T05:48:34.166 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - Extras 77 kB/s | 18 kB 00:00 2023-12-01T05:48:34.717 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - Extras common packages 19 kB/s | 6.9 kB 00:00 2023-12-01T05:48:34.993 INFO:teuthology.orchestra.run.smithi099.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-01T05:48:35.424 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - Extras 78 kB/s | 18 kB 00:00 2023-12-01T05:48:35.833 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - Extras common packages 32 kB/s | 6.9 kB 00:00 2023-12-01T05:48:36.143 INFO:teuthology.orchestra.run.smithi043.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T05:48:37.677 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-01T05:48:38.002 INFO:teuthology.orchestra.run.smithi099.stdout:Extra Packages for Enterprise Linux 5.6 MB/s | 16 MB 00:02 2023-12-01T05:48:41.652 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 654 kB/s | 24 kB 00:00 2023-12-01T05:48:41.802 INFO:teuthology.orchestra.run.smithi099.stdout:lab-extras 523 kB/s | 24 kB 00:00 2023-12-01T05:48:45.385 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T05:48:45.385 INFO:teuthology.orchestra.run.smithi043.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T05:48:45.401 INFO:teuthology.orchestra.run.smithi099.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2023-12-01T05:48:45.401 INFO:teuthology.orchestra.run.smithi099.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2023-12-01T05:48:45.681 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T05:48:45.682 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T05:48:45.682 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2023-12-01T05:48:45.682 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T05:48:45.682 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T05:48:45.682 INFO:teuthology.orchestra.run.smithi043.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T05:48:45.682 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-01T05:48:45.682 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T05:48:45.682 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T05:48:45.682 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T05:48:45.683 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T05:48:45.683 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T05:48:45.683 INFO:teuthology.orchestra.run.smithi043.stdout:Install 3 Packages 2023-12-01T05:48:45.683 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T05:48:45.683 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 90 M 2023-12-01T05:48:45.683 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 96 M 2023-12-01T05:48:45.683 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T05:48:45.686 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout: kernel x86_64 4.18.0-526.el8 baseos 10 M 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-core x86_64 4.18.0-526.el8 baseos 43 M 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-modules x86_64 4.18.0-526.el8 baseos 36 M 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T05:48:45.687 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T05:48:45.688 INFO:teuthology.orchestra.run.smithi099.stdout:Install 3 Packages 2023-12-01T05:48:45.688 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T05:48:45.688 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 90 M 2023-12-01T05:48:45.688 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 96 M 2023-12-01T05:48:45.688 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T05:48:47.095 INFO:teuthology.orchestra.run.smithi043.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 8.3 MB/s | 10 MB 00:01 2023-12-01T05:48:47.128 INFO:teuthology.orchestra.run.smithi099.stdout:(1/3): kernel-4.18.0-526.el8.x86_64.rpm 8.1 MB/s | 10 MB 00:01 2023-12-01T05:48:48.136 INFO:teuthology.orchestra.run.smithi099.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2023-12-01T05:48:48.845 INFO:teuthology.orchestra.run.smithi043.stdout:(2/3): kernel-modules-4.18.0-526.el8.x86_64.rpm 12 MB/s | 36 MB 00:02 2023-12-01T05:48:49.303 INFO:teuthology.orchestra.run.smithi099.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-12-01T05:48:49.304 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:48:49.304 INFO:teuthology.orchestra.run.smithi099.stdout:Total 25 MB/s | 90 MB 00:03 2023-12-01T05:48:49.311 INFO:teuthology.orchestra.run.smithi043.stdout:(3/3): kernel-core-4.18.0-526.el8.x86_64.rpm 13 MB/s | 43 MB 00:03 2023-12-01T05:48:49.312 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:48:49.312 INFO:teuthology.orchestra.run.smithi043.stdout:Total 25 MB/s | 90 MB 00:03 2023-12-01T05:48:49.976 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T05:48:50.016 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T05:48:50.416 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T05:48:50.416 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T05:48:50.463 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T05:48:50.463 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T05:48:51.641 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T05:48:51.657 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T05:48:51.756 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T05:48:51.781 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T05:48:54.456 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T05:48:54.707 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T05:48:55.026 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:48:55.299 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:48:58.604 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:48:59.017 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:48:59.169 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:48:59.548 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:49:02.451 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:49:02.739 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:49:03.223 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:49:03.576 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:49:24.697 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:49:24.721 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:49:25.087 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:49:25.087 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:49:25.087 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:49:25.831 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:49:25.831 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T05:49:25.831 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T05:49:25.831 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T05:49:25.831 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T05:49:25.831 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T05:49:25.831 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T05:49:25.976 DEBUG:teuthology.orchestra.run.smithi099:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:49:26.190 INFO:teuthology.orchestra.run.smithi099.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:49:26.190 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:49:26.190 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-01T05:49:26.190 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:49:26.190 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:49:26.191 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2023-12-01T05:49:26.191 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi099.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:49:26.191 DEBUG:teuthology.orchestra.run.smithi099:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:49:26.398 INFO:teuthology.orchestra.run.smithi099.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:49:26.399 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:49:26.399 DEBUG:teuthology.orchestra.run.smithi099:> sudo rpm -qi grub2-tools 2023-12-01T05:49:26.434 INFO:teuthology.orchestra.run.smithi099.stdout:Name : grub2-tools 2023-12-01T05:49:26.434 INFO:teuthology.orchestra.run.smithi099.stdout:Epoch : 1 2023-12-01T05:49:26.434 INFO:teuthology.orchestra.run.smithi099.stdout:Version : 2.02 2023-12-01T05:49:26.434 INFO:teuthology.orchestra.run.smithi099.stdout:Release : 129.el8 2023-12-01T05:49:26.434 INFO:teuthology.orchestra.run.smithi099.stdout:Architecture: x86_64 2023-12-01T05:49:26.434 INFO:teuthology.orchestra.run.smithi099.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T05:49:26.434 INFO:teuthology.orchestra.run.smithi099.stdout:Group : System Environment/Base 2023-12-01T05:49:26.434 INFO:teuthology.orchestra.run.smithi099.stdout:Size : 9265586 2023-12-01T05:49:26.434 INFO:teuthology.orchestra.run.smithi099.stdout:License : GPLv3+ 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:Relocations : (not relocatable) 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:Packager : CentOS BuildSystem 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:Vendor : CentOS 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:Summary : Support tools for GRUB. 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:Description : 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T05:49:26.435 INFO:teuthology.orchestra.run.smithi099.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T05:49:26.436 INFO:teuthology.orchestra.run.smithi099.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T05:49:26.436 INFO:teuthology.orchestra.run.smithi099.stdout:hardware devices. 2023-12-01T05:49:26.436 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T05:49:26.436 INFO:teuthology.orchestra.run.smithi099.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T05:49:26.437 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T05:49:26.437 INFO:teuthology.task.kernel:Updating grub on smithi099 to boot 4.18.0-526.el8.x86_64 2023-12-01T05:49:26.437 DEBUG:teuthology.orchestra.run.smithi099:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T05:49:27.141 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-core-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:49:27.165 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:49:27.533 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: kernel-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:49:27.533 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-4.18.0-526.el8.x86_64 1/3 2023-12-01T05:49:27.533 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-core-4.18.0-526.el8.x86_64 2/3 2023-12-01T05:49:28.284 INFO:teuthology.orchestra.run.smithi099.stderr:Generating grub configuration file ... 2023-12-01T05:49:28.348 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : kernel-modules-4.18.0-526.el8.x86_64 3/3 2023-12-01T05:49:28.348 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T05:49:28.348 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T05:49:28.348 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-4.18.0-526.el8.x86_64 kernel-core-4.18.0-526.el8.x86_64 2023-12-01T05:49:28.348 INFO:teuthology.orchestra.run.smithi043.stdout: kernel-modules-4.18.0-526.el8.x86_64 2023-12-01T05:49:28.348 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T05:49:28.348 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T05:49:28.489 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:49:28.711 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:49:28.711 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:49:28.711 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-526.el8.x86_64 2023-12-01T05:49:28.711 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-01T05:49:28.711 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-01T05:49:28.711 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2023-12-01T05:49:28.711 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi043.front.sepia.ceph.com, path=None, version=distro) 2023-12-01T05:49:28.712 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:49:28.931 INFO:teuthology.orchestra.run.smithi043.stdout:kernel-4.18.0-526.el8.x86_64 2023-12-01T05:49:28.932 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-526.el8.x86_64 2023-12-01T05:49:28.932 DEBUG:teuthology.orchestra.run.smithi043:> sudo rpm -qi grub2-tools 2023-12-01T05:49:28.967 INFO:teuthology.orchestra.run.smithi043.stdout:Name : grub2-tools 2023-12-01T05:49:28.967 INFO:teuthology.orchestra.run.smithi043.stdout:Epoch : 1 2023-12-01T05:49:28.967 INFO:teuthology.orchestra.run.smithi043.stdout:Version : 2.02 2023-12-01T05:49:28.967 INFO:teuthology.orchestra.run.smithi043.stdout:Release : 129.el8 2023-12-01T05:49:28.968 INFO:teuthology.orchestra.run.smithi043.stdout:Architecture: x86_64 2023-12-01T05:49:28.968 INFO:teuthology.orchestra.run.smithi043.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2023-12-01T05:49:28.968 INFO:teuthology.orchestra.run.smithi043.stdout:Group : System Environment/Base 2023-12-01T05:49:28.968 INFO:teuthology.orchestra.run.smithi043.stdout:Size : 9265586 2023-12-01T05:49:28.968 INFO:teuthology.orchestra.run.smithi043.stdout:License : GPLv3+ 2023-12-01T05:49:28.968 INFO:teuthology.orchestra.run.smithi043.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2023-12-01T05:49:28.968 INFO:teuthology.orchestra.run.smithi043.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2023-12-01T05:49:28.968 INFO:teuthology.orchestra.run.smithi043.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2023-12-01T05:49:28.969 INFO:teuthology.orchestra.run.smithi043.stdout:Build Host : kbuilder.bsys.centos.org 2023-12-01T05:49:28.969 INFO:teuthology.orchestra.run.smithi043.stdout:Relocations : (not relocatable) 2023-12-01T05:49:28.969 INFO:teuthology.orchestra.run.smithi043.stdout:Packager : CentOS BuildSystem 2023-12-01T05:49:28.969 INFO:teuthology.orchestra.run.smithi043.stdout:Vendor : CentOS 2023-12-01T05:49:28.969 INFO:teuthology.orchestra.run.smithi043.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-01T05:49:28.969 INFO:teuthology.orchestra.run.smithi043.stdout:Summary : Support tools for GRUB. 2023-12-01T05:49:28.970 INFO:teuthology.orchestra.run.smithi043.stdout:Description : 2023-12-01T05:49:28.970 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T05:49:28.970 INFO:teuthology.orchestra.run.smithi043.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-01T05:49:28.970 INFO:teuthology.orchestra.run.smithi043.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-01T05:49:28.970 INFO:teuthology.orchestra.run.smithi043.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-01T05:49:28.970 INFO:teuthology.orchestra.run.smithi043.stdout:hardware devices. 2023-12-01T05:49:28.970 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T05:49:28.971 INFO:teuthology.orchestra.run.smithi043.stdout:This subpackage provides tools for support of all platforms. 2023-12-01T05:49:28.972 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-01T05:49:28.972 INFO:teuthology.task.kernel:Updating grub on smithi043 to boot 4.18.0-526.el8.x86_64 2023-12-01T05:49:28.972 DEBUG:teuthology.orchestra.run.smithi043:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-01T05:49:30.413 INFO:teuthology.orchestra.run.smithi043.stderr:Generating grub configuration file ... 2023-12-01T05:49:30.527 INFO:teuthology.orchestra.run.smithi099.stderr:done 2023-12-01T05:49:30.528 DEBUG:teuthology.orchestra.run.smithi099:> mktemp 2023-12-01T05:49:30.551 INFO:teuthology.orchestra.run.smithi099.stdout:/tmp/tmp.GU6B50aDOL 2023-12-01T05:49:30.551 DEBUG:teuthology.orchestra.run.smithi099:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.GU6B50aDOL 2023-12-01T05:49:30.639 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 0666 /tmp/tmp.GU6B50aDOL 2023-12-01T05:49:30.744 DEBUG:teuthology.orchestra.remote:smithi099:/tmp/tmp.GU6B50aDOL is 6KB 2023-12-01T05:49:30.792 DEBUG:teuthology.orchestra.run.smithi099:> rm -fr /tmp/tmp.GU6B50aDOL 2023-12-01T05:49:30.811 DEBUG:teuthology.orchestra.run.smithi099:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T05:49:30.885 INFO:teuthology.orchestra.run.smithi099.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T05:49:30.886 INFO:teuthology.orchestra.run.smithi099.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T05:49:30.886 INFO:teuthology.orchestra.run.smithi099.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T05:49:30.886 INFO:teuthology.orchestra.run.smithi099.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T05:49:30.887 DEBUG:teuthology.orchestra.run.smithi099:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T05:49:31.025 DEBUG:teuthology.orchestra.run.smithi099:> sudo shutdown -r now 2023-12-01T05:49:32.240 INFO:teuthology.orchestra.run.smithi043.stderr:done 2023-12-01T05:49:32.241 DEBUG:teuthology.orchestra.run.smithi043:> mktemp 2023-12-01T05:49:32.271 INFO:teuthology.orchestra.run.smithi043.stdout:/tmp/tmp.tq0k5BBbHa 2023-12-01T05:49:32.271 DEBUG:teuthology.orchestra.run.smithi043:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.tq0k5BBbHa 2023-12-01T05:49:32.344 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod 0666 /tmp/tmp.tq0k5BBbHa 2023-12-01T05:49:32.483 DEBUG:teuthology.orchestra.remote:smithi043:/tmp/tmp.tq0k5BBbHa is 6KB 2023-12-01T05:49:32.531 DEBUG:teuthology.orchestra.run.smithi043:> rm -fr /tmp/tmp.tq0k5BBbHa 2023-12-01T05:49:32.549 DEBUG:teuthology.orchestra.run.smithi043:> sudo /bin/ls /boot/loader/entries || true 2023-12-01T05:49:32.625 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2023-12-01T05:49:32.625 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2023-12-01T05:49:32.625 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2023-12-01T05:49:32.625 INFO:teuthology.orchestra.run.smithi043.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64.conf 2023-12-01T05:49:32.626 DEBUG:teuthology.orchestra.run.smithi043:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-526.el8.x86_64 2023-12-01T05:49:32.916 DEBUG:teuthology.orchestra.run.smithi043:> sudo shutdown -r now 2023-12-01T05:50:01.054 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2023-12-01T05:50:01.055 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:50:01.055 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:50:02.921 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2023-12-01T05:50:02.921 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-01T05:50:02.921 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:50:19.494 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2023-12-01T05:50:21.286 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.43 2023-12-01T05:50:28.502 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:50:28.505 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:50:30.289 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-01T05:50:30.290 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:50:31.586 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2023-12-01T05:50:43.598 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:50:43.599 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:51:01.986 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2023-12-01T05:51:17.002 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:51:17.003 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:51:17.374 DEBUG:teuthology.orchestra.run.smithi099:> true 2023-12-01T05:51:17.620 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T05:51:17.620 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-526.el8.x86_64"... 2023-12-01T05:51:17.620 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2023-12-01T05:51:17.677 INFO:teuthology.orchestra.run.smithi099.stdout:4.18.0-526.el8.x86_64 2023-12-01T05:51:17.677 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-01T05:51:17.677 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:51:17.677 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T05:51:18.678 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-01T05:51:18.679 DEBUG:teuthology.orchestra.run.smithi099:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:51:19.293 INFO:teuthology.orchestra.run.smithi099.stdout:ttyS1 2023-12-01T05:51:19.327 DEBUG:teuthology.parallel:result is None 2023-12-01T05:51:30.292 DEBUG:teuthology.orchestra.remote:timed out 2023-12-01T05:51:42.293 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-01T05:51:42.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:51:42.549 DEBUG:teuthology.orchestra.run.smithi043:> true 2023-12-01T05:51:42.814 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-01T05:51:42.815 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-526.el8.x86_64"... 2023-12-01T05:51:42.815 DEBUG:teuthology.orchestra.run.smithi043:> uname -r 2023-12-01T05:51:42.836 INFO:teuthology.orchestra.run.smithi043.stdout:4.18.0-526.el8.x86_64 2023-12-01T05:51:42.837 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-526.el8.x86_64 vs 4.18.0-526.el8.x86_64 2023-12-01T05:51:42.837 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-01T05:51:42.837 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2023-12-01T05:51:43.838 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-01T05:51:43.838 DEBUG:teuthology.orchestra.run.smithi043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:51:43.934 INFO:teuthology.orchestra.run.smithi043.stdout:ttyS1 2023-12-01T05:51:43.946 DEBUG:teuthology.parallel:result is None 2023-12-01T05:51:43.946 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:51:43.953 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:51:43.954 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:51:43.956 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:51:43.983 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:51:43.990 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:51:44.000 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:51:44.000 DEBUG:teuthology.orchestra.run.smithi043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:51:44.019 DEBUG:teuthology.orchestra.run.smithi099:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:51:44.113 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:51:44.120 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:51:44.120 DEBUG:teuthology.orchestra.run.smithi043:> 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 2023-12-01T05:51:44.122 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T05:51:44.167 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:51:44.168 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:51:44.179 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:51:44.179 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:51:44.181 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:51:44.191 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:51:44.191 DEBUG:teuthology.orchestra.run.smithi043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:51:44.194 DEBUG:teuthology.orchestra.run.smithi099:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:51:44.226 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:51:44.235 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:51:44.235 DEBUG:teuthology.orchestra.run.smithi043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:51:44.269 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:51:44.289 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:51:44.378 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:51:44.443 DEBUG:teuthology.orchestra.run.smithi043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:51:44.492 DEBUG:teuthology.orchestra.run.smithi043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:51:44.541 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-01T05:51:44.541 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:51:44.615 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:51:44.665 DEBUG:teuthology.orchestra.run.smithi099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:51:44.716 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:51:44.806 DEBUG:teuthology.orchestra.run.smithi099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:51:44.846 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T05:51:44.846 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:51:44.914 DEBUG:teuthology.orchestra.run.smithi043:> sudo service rsyslog restart 2023-12-01T05:51:44.916 DEBUG:teuthology.orchestra.run.smithi099:> sudo service rsyslog restart 2023-12-01T05:51:44.990 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:51:45.024 INFO:teuthology.orchestra.run.smithi099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:51:45.296 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:51:45.304 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:51:45.305 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:51:45.315 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:51:45.325 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:51:45.325 DEBUG:teuthology.orchestra.run.smithi043:> sudo service auditd rotate 2023-12-01T05:51:45.427 INFO:teuthology.orchestra.run.smithi043.stdout:Rotating logs: 2023-12-01T05:51:45.428 DEBUG:teuthology.orchestra.run.smithi099:> sudo service auditd rotate 2023-12-01T05:51:45.502 INFO:teuthology.orchestra.run.smithi099.stdout:Rotating logs: 2023-12-01T05:51:45.504 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:51:45.504 DEBUG:teuthology.orchestra.run.smithi043:> /usr/sbin/getenforce 2023-12-01T05:51:45.568 INFO:teuthology.orchestra.run.smithi043.stdout:Permissive 2023-12-01T05:51:45.569 DEBUG:teuthology.orchestra.run.smithi099:> /usr/sbin/getenforce 2023-12-01T05:51:45.617 INFO:teuthology.orchestra.run.smithi099.stdout:Permissive 2023-12-01T05:51:45.617 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi043.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi099.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:51:45.617 DEBUG:teuthology.orchestra.run.smithi043:> 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 2023-12-01T05:51:45.651 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:51:45.652 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T05:51:45.679 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:51:45.679 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:51:45.679 DEBUG:teuthology.orchestra.run.smithi043:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:51:45.726 DEBUG:teuthology.orchestra.run.smithi099:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:51:45.753 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:51:45.763 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T05:51:45.763 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:51:45.780 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'}]}] 2023-12-01T05:51:45.781 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi043.front.sepia.ceph.com,smithi099.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T06:00:23.882 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi043.front.sepia.ceph.com'), Remote(name='ubuntu@smithi099.front.sepia.ceph.com')] 2023-12-01T06:00:23.883 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-01T06:00:23.884 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:00:23.957 DEBUG:teuthology.orchestra.run.smithi043:> true 2023-12-01T06:00:24.037 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi043.front.sepia.ceph.com' 2023-12-01T06:00:24.037 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T06:00:24.037 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:00:24.106 DEBUG:teuthology.orchestra.run.smithi099:> true 2023-12-01T06:00:24.178 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2023-12-01T06:00:24.179 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T06:00:24.190 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T06:00:24.190 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:00:24.191 DEBUG:teuthology.orchestra.run.smithi043:> 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 2023-12-01T06:00:24.193 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:00:24.194 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T06:00:24.231 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T06:00:24.248 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T06:00:24.253 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T06:00:24.267 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T06:00:24.325 INFO:teuthology.orchestra.run.smithi043.stderr:sudo: ntpd: command not found 2023-12-01T06:00:24.338 INFO:teuthology.orchestra.run.smithi043.stdout:506 Cannot talk to daemon 2023-12-01T06:00:24.341 INFO:teuthology.orchestra.run.smithi099.stderr:sudo: ntpd: command not found 2023-12-01T06:00:24.353 INFO:teuthology.orchestra.run.smithi099.stdout:506 Cannot talk to daemon 2023-12-01T06:00:24.359 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T06:00:24.367 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T06:00:24.370 INFO:teuthology.orchestra.run.smithi043.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T06:00:24.381 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T06:00:24.438 INFO:teuthology.orchestra.run.smithi043.stderr:bash: ntpq: command not found 2023-12-01T06:00:24.443 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:00:24.443 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2023-12-01T06:00:24.443 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:00:24.443 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:00:24.443 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:00:24.443 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:00:24.456 INFO:teuthology.orchestra.run.smithi099.stderr:bash: ntpq: command not found 2023-12-01T06:00:24.460 INFO:teuthology.orchestra.run.smithi099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:00:24.460 INFO:teuthology.orchestra.run.smithi099.stdout:=============================================================================== 2023-12-01T06:00:24.460 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:00:24.460 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:00:24.460 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:00:24.460 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:00:24.461 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T06:00:24.470 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T06:00:24.470 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi043.front.sepia.ceph.com 2023-12-01T06:00:24.470 DEBUG:teuthology.orchestra.run.smithi043:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T06:00:24.471 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi099.front.sepia.ceph.com 2023-12-01T06:00:24.471 DEBUG:teuthology.orchestra.run.smithi099:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T06:00:25.376 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:44 ago on Fri 01 Dec 2023 05:57:41 AM UTC. 2023-12-01T06:00:25.501 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:58 ago on Fri 01 Dec 2023 05:58:27 AM UTC. 2023-12-01T06:00:27.542 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:00:27.543 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:00:27.544 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2023-12-01T06:00:27.544 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:00:27.544 INFO:teuthology.orchestra.run.smithi099.stdout:Resetting modules: 2023-12-01T06:00:27.544 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools 2023-12-01T06:00:27.544 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:00:27.544 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:00:27.544 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:00:27.544 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:00:27.815 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:00:27.901 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:00:27.902 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:00:27.902 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2023-12-01T06:00:27.902 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:00:27.902 INFO:teuthology.orchestra.run.smithi043.stdout:Resetting modules: 2023-12-01T06:00:27.902 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools 2023-12-01T06:00:27.902 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:00:27.902 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:00:27.902 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:00:27.902 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:00:28.179 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:00:28.750 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:47 ago on Fri 01 Dec 2023 05:57:41 AM UTC. 2023-12-01T06:00:29.278 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:02 ago on Fri 01 Dec 2023 05:58:27 AM UTC. 2023-12-01T06:00:30.832 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout:Installing group/module packages: 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T06:00:31.016 INFO:teuthology.orchestra.run.smithi099.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T06:00:31.017 INFO:teuthology.orchestra.run.smithi099.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T06:00:31.017 INFO:teuthology.orchestra.run.smithi099.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T06:00:31.017 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T06:00:31.017 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T06:00:31.017 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T06:00:31.017 INFO:teuthology.orchestra.run.smithi099.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T06:00:31.017 INFO:teuthology.orchestra.run.smithi099.stdout:Installing weak dependencies: 2023-12-01T06:00:31.017 INFO:teuthology.orchestra.run.smithi099.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T06:00:31.018 INFO:teuthology.orchestra.run.smithi099.stdout:Installing module profiles: 2023-12-01T06:00:31.018 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools/common 2023-12-01T06:00:31.018 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:00:31.018 INFO:teuthology.orchestra.run.smithi099.stdout:Enabling module streams: 2023-12-01T06:00:31.018 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools rhel8 2023-12-01T06:00:31.018 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:00:31.018 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:00:31.018 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:00:31.018 INFO:teuthology.orchestra.run.smithi099.stdout:Install 13 Packages 2023-12-01T06:00:31.018 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:00:31.019 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 27 M 2023-12-01T06:00:31.019 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 89 M 2023-12-01T06:00:31.019 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:00:31.609 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:00:31.814 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:00:31.814 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout:Installing group/module packages: 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2023-12-01T06:00:31.815 INFO:teuthology.orchestra.run.smithi043.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout:Installing weak dependencies: 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout: criu-libs x86_64 3.15-3.module_el8.7.0+1216+b022c01d appstream 38 k 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout:Installing module profiles: 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools/common 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout:Enabling module streams: 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout: container-tools rhel8 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout:Install 13 Packages 2023-12-01T06:00:31.816 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:00:31.817 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 27 M 2023-12-01T06:00:31.817 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 89 M 2023-12-01T06:00:31.817 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:00:33.245 INFO:teuthology.orchestra.run.smithi099.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 367 kB/s | 750 kB 00:02 2023-12-01T06:00:33.602 INFO:teuthology.orchestra.run.smithi043.stdout:(1/13): cockpit-podman-78-1.module_el8+712+4cd1 479 kB/s | 750 kB 00:01 2023-12-01T06:00:33.645 INFO:teuthology.orchestra.run.smithi099.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 420 kB/s | 1.0 MB 00:02 2023-12-01T06:00:33.787 INFO:teuthology.orchestra.run.smithi099.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 70 kB/s | 38 kB 00:00 2023-12-01T06:00:33.890 INFO:teuthology.orchestra.run.smithi043.stdout:(2/13): aardvark-dns-1.8.0-1.module_el8+712+4cd 552 kB/s | 1.0 MB 00:01 2023-12-01T06:00:34.157 INFO:teuthology.orchestra.run.smithi043.stdout:(3/13): criu-libs-3.15-3.module_el8.7.0+1216+b0 68 kB/s | 38 kB 00:00 2023-12-01T06:00:34.704 INFO:teuthology.orchestra.run.smithi099.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 228 kB/s | 241 kB 00:01 2023-12-01T06:00:34.981 INFO:teuthology.orchestra.run.smithi043.stdout:(4/13): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 221 kB/s | 241 kB 00:01 2023-12-01T06:00:35.629 INFO:teuthology.orchestra.run.smithi099.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 192 kB/s | 178 kB 00:00 2023-12-01T06:00:35.776 INFO:teuthology.orchestra.run.smithi043.stdout:(5/13): python3-podman-4.7.0-1.module_el8+712+4 224 kB/s | 178 kB 00:00 2023-12-01T06:00:36.029 INFO:teuthology.orchestra.run.smithi099.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 62 kB/s | 25 kB 00:00 2023-12-01T06:00:36.191 INFO:teuthology.orchestra.run.smithi043.stdout:(6/13): python3-pytoml-0.1.14-5.git7dea353.el8. 59 kB/s | 25 kB 00:00 2023-12-01T06:00:36.713 INFO:teuthology.orchestra.run.smithi099.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 1.7 MB/s | 9.6 MB 00:05 2023-12-01T06:00:36.838 INFO:teuthology.orchestra.run.smithi099.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 116 kB/s | 94 kB 00:00 2023-12-01T06:00:36.892 INFO:teuthology.orchestra.run.smithi043.stdout:(7/13): buildah-1.32.0-1.module_el8+712+4cd1bd6 2.0 MB/s | 9.6 MB 00:04 2023-12-01T06:00:36.975 INFO:teuthology.orchestra.run.smithi043.stdout:(8/13): python3-pyxdg-0.25-16.el8.noarch.rpm 120 kB/s | 94 kB 00:00 2023-12-01T06:00:37.364 INFO:teuthology.orchestra.run.smithi099.stdout:(9/13): netavark-1.8.0-2.module_el8+712+4cd1bd6 1.1 MB/s | 3.9 MB 00:03 2023-12-01T06:00:38.022 INFO:teuthology.orchestra.run.smithi099.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 80 kB/s | 53 kB 00:00 2023-12-01T06:00:38.531 INFO:teuthology.orchestra.run.smithi099.stdout:(11/13): yajl-2.1.0-12.el8.x86_64.rpm 80 kB/s | 41 kB 00:00 2023-12-01T06:00:39.067 INFO:teuthology.orchestra.run.smithi043.stdout:(9/13): toolbox-0.0.99.4-6.module_el8+712+4cd1b 1.2 MB/s | 2.5 MB 00:02 2023-12-01T06:00:39.609 INFO:teuthology.orchestra.run.smithi043.stdout:(10/13): udica-0.2.6-20.module_el8+712+4cd1bd69 97 kB/s | 53 kB 00:00 2023-12-01T06:00:39.668 INFO:teuthology.orchestra.run.smithi043.stdout:(11/13): netavark-1.8.0-2.module_el8+712+4cd1bd 728 kB/s | 3.9 MB 00:05 2023-12-01T06:00:40.123 INFO:teuthology.orchestra.run.smithi099.stdout:(12/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.4 MB/s | 8.1 MB 00:03 2023-12-01T06:00:40.161 INFO:teuthology.orchestra.run.smithi043.stdout:(12/13): yajl-2.1.0-12.el8.x86_64.rpm 74 kB/s | 41 kB 00:00 2023-12-01T06:00:40.276 INFO:teuthology.orchestra.run.smithi043.stdout:(13/13): skopeo-1.13.3-1.module_el8+712+4cd1bd6 2.4 MB/s | 8.1 MB 00:03 2023-12-01T06:00:40.277 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:00:40.277 INFO:teuthology.orchestra.run.smithi043.stdout:Total 3.1 MB/s | 27 MB 00:08 2023-12-01T06:00:40.569 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:00:40.594 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:00:40.594 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:00:40.878 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:00:40.882 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:00:41.239 INFO:teuthology.orchestra.run.smithi099.stdout:(13/13): toolbox-0.0.99.4-6.module_el8+712+4cd1 589 kB/s | 2.5 MB 00:04 2023-12-01T06:00:41.240 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:00:41.240 INFO:teuthology.orchestra.run.smithi099.stdout:Total 2.6 MB/s | 27 MB 00:10 2023-12-01T06:00:41.512 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:00:41.533 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:00:41.534 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:00:41.705 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:00:41.810 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:00:41.813 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:00:41.963 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T06:00:42.171 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T06:00:42.410 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T06:00:42.527 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:00:42.647 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:00:42.746 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : yajl-2.1.0-12.el8.x86_64 1/13 2023-12-01T06:00:42.917 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 2/13 2023-12-01T06:00:43.115 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/13 2023-12-01T06:00:43.222 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T06:00:43.385 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:00:43.958 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 5/13 2023-12-01T06:00:44.277 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:00:44.541 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T06:00:44.812 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T06:00:44.953 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:00:45.077 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T06:00:45.189 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 7/13 2023-12-01T06:00:45.396 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 8/13 2023-12-01T06:00:45.517 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T06:00:45.612 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 9/13 2023-12-01T06:00:46.043 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 10/13 2023-12-01T06:00:46.469 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:00:46.722 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T06:00:46.918 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:00:46.937 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:00:47.146 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 12/13 2023-12-01T06:00:47.365 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:00:47.431 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:00:47.431 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T06:00:47.431 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T06:00:47.431 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T06:00:47.431 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:00:47.431 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T06:00:47.431 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:00:47.431 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T06:00:47.431 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T06:00:47.431 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T06:00:47.432 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T06:00:47.432 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:00:47.432 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T06:00:47.801 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 13/13 2023-12-01T06:00:47.801 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/13 2023-12-01T06:00:47.801 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/13 2023-12-01T06:00:47.801 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/13 2023-12-01T06:00:47.801 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_ 4/13 2023-12-01T06:00:47.802 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/13 2023-12-01T06:00:47.802 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/13 2023-12-01T06:00:47.802 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/13 2023-12-01T06:00:47.802 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/13 2023-12-01T06:00:47.802 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/13 2023-12-01T06:00:47.802 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/13 2023-12-01T06:00:47.802 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/13 2023-12-01T06:00:47.803 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/13 2023-12-01T06:00:48.338 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T06:00:48.338 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T06:00:48.339 INFO:teuthology.orchestra.run.smithi043.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.340 INFO:teuthology.orchestra.run.smithi043.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.340 INFO:teuthology.orchestra.run.smithi043.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T06:00:48.340 INFO:teuthology.orchestra.run.smithi043.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T06:00:48.340 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:00:48.340 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:00:48.603 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/13 2023-12-01T06:00:48.603 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:00:48.603 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:00:48.603 INFO:teuthology.orchestra.run.smithi099.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.603 INFO:teuthology.orchestra.run.smithi099.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.603 INFO:teuthology.orchestra.run.smithi099.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:00:48.603 INFO:teuthology.orchestra.run.smithi099.stdout: criu-libs-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 2023-12-01T06:00:48.603 INFO:teuthology.orchestra.run.smithi099.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.603 INFO:teuthology.orchestra.run.smithi099.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.603 INFO:teuthology.orchestra.run.smithi099.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2023-12-01T06:00:48.604 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T06:00:48.604 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T06:00:48.604 INFO:teuthology.orchestra.run.smithi099.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.604 INFO:teuthology.orchestra.run.smithi099.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2023-12-01T06:00:48.604 INFO:teuthology.orchestra.run.smithi099.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2023-12-01T06:00:48.604 INFO:teuthology.orchestra.run.smithi099.stdout: yajl-2.1.0-12.el8.x86_64 2023-12-01T06:00:48.604 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:00:48.604 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:00:48.627 DEBUG:teuthology.parallel:result is None 2023-12-01T06:00:48.896 DEBUG:teuthology.parallel:result is None 2023-12-01T06:00:48.896 INFO:teuthology.run_tasks:Running task install... 2023-12-01T06:00:48.905 DEBUG:teuthology.task.install:project ceph 2023-12-01T06:00:48.905 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'}, 'extra_packages': ['cephadm']} 2023-12-01T06:00:48.906 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T06:00:48.906 INFO:teuthology.task.install:Using flavor: default 2023-12-01T06:00:48.912 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']} 2023-12-01T06:00:48.912 INFO:teuthology.task.install:extra packages: [] 2023-12-01T06:00:48.912 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'tag': None, 'wait_for_package': False} 2023-12-01T06:00:48.913 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:00:48.915 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'tag': None, 'wait_for_package': False} 2023-12-01T06:00:48.915 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:00:49.058 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/ 2023-12-01T06:00:49.059 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T06:00:49.073 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/ 2023-12-01T06:00:49.073 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T06:00:49.237 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T06:00:49.237 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-01T06:00:49.237 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T06:00:49.249 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T06:00:49.249 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T06:00:49.249 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T06:00:49.273 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 2023-12-01T06:00:49.273 DEBUG:teuthology.orchestra.run.smithi043:> 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/875037c4c0585d32b171b61f9b83f482e6b73b3d/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T06:00:49.279 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 2023-12-01T06:00:49.279 DEBUG:teuthology.orchestra.run.smithi099:> 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/875037c4c0585d32b171b61f9b83f482e6b73b3d/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T06:00:49.349 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T06:00:49.350 DEBUG:teuthology.orchestra.run.smithi043:> 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 2023-12-01T06:00:49.425 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T06:00:49.439 DEBUG:teuthology.orchestra.run.smithi043:> 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 2023-12-01T06:00:49.471 INFO:teuthology.orchestra.run.smithi043.stdout:check_obsoletes = 1 2023-12-01T06:00:49.473 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum clean all 2023-12-01T06:00:49.492 INFO:teuthology.orchestra.run.smithi099.stdout:check_obsoletes = 1 2023-12-01T06:00:49.493 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum clean all 2023-12-01T06:00:49.764 INFO:teuthology.orchestra.run.smithi099.stdout:76 files removed 2023-12-01T06:00:49.783 INFO:teuthology.orchestra.run.smithi043.stdout:76 files removed 2023-12-01T06:00:49.791 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-radosgw 2023-12-01T06:00:49.816 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-radosgw 2023-12-01T06:00:50.464 INFO:teuthology.orchestra.run.smithi099.stdout:ceph packages for x86_64 310 kB/s | 81 kB 00:00 2023-12-01T06:00:50.544 INFO:teuthology.orchestra.run.smithi043.stdout:ceph packages for x86_64 313 kB/s | 81 kB 00:00 2023-12-01T06:00:50.856 INFO:teuthology.orchestra.run.smithi099.stdout:ceph noarch packages 27 kB/s | 9.5 kB 00:00 2023-12-01T06:00:51.070 INFO:teuthology.orchestra.run.smithi043.stdout:ceph noarch packages 20 kB/s | 9.5 kB 00:00 2023-12-01T06:00:51.290 INFO:teuthology.orchestra.run.smithi099.stdout:ceph source packages 3.7 kB/s | 1.5 kB 00:00 2023-12-01T06:00:51.404 INFO:teuthology.orchestra.run.smithi043.stdout:ceph source packages 5.0 kB/s | 1.5 kB 00:00 2023-12-01T06:01:01.638 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - AppStream 3.3 MB/s | 34 MB 00:10 2023-12-01T06:01:02.254 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - AppStream 3.2 MB/s | 34 MB 00:10 2023-12-01T06:01:10.196 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - BaseOS 24 MB/s | 55 MB 00:02 2023-12-01T06:01:11.587 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 55 MB 00:02 2023-12-01T06:01:18.246 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - Extras 78 kB/s | 18 kB 00:00 2023-12-01T06:01:19.688 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - Extras common packages 5.5 kB/s | 6.9 kB 00:01 2023-12-01T06:01:20.638 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - Extras 78 kB/s | 18 kB 00:00 2023-12-01T06:01:20.716 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - PowerTools 7.6 MB/s | 6.6 MB 00:00 2023-12-01T06:01:21.096 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - Extras common packages 27 kB/s | 6.9 kB 00:00 2023-12-01T06:01:22.166 INFO:teuthology.orchestra.run.smithi099.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T06:01:22.239 INFO:teuthology.orchestra.run.smithi043.stdout:CentOS Stream 8 - PowerTools 6.8 MB/s | 6.6 MB 00:00 2023-12-01T06:01:23.742 INFO:teuthology.orchestra.run.smithi099.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-01T06:01:23.833 INFO:teuthology.orchestra.run.smithi043.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-01T06:01:26.892 INFO:teuthology.orchestra.run.smithi043.stdout:Extra Packages for Enterprise Linux 5.5 MB/s | 16 MB 00:02 2023-12-01T06:01:27.658 INFO:teuthology.orchestra.run.smithi099.stdout:lab-extras 369 kB/s | 24 kB 00:00 2023-12-01T06:01:31.241 INFO:teuthology.orchestra.run.smithi043.stdout:lab-extras 351 kB/s | 24 kB 00:00 2023-12-01T06:01:32.220 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:01:32.222 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout:Upgrading: 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T06:01:32.223 INFO:teuthology.orchestra.run.smithi099.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T06:01:32.224 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:01:32.225 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:01:32.225 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:01:32.225 INFO:teuthology.orchestra.run.smithi099.stdout:Install 21 Packages 2023-12-01T06:01:32.225 INFO:teuthology.orchestra.run.smithi099.stdout:Upgrade 2 Packages 2023-12-01T06:01:32.225 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:01:32.225 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 62 M 2023-12-01T06:01:32.225 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:01:33.567 INFO:teuthology.orchestra.run.smithi099.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 7.2 MB/s | 5.4 MB 00:00 2023-12-01T06:01:33.634 INFO:teuthology.orchestra.run.smithi099.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 367 kB/s | 24 kB 00:00 2023-12-01T06:01:33.809 INFO:teuthology.orchestra.run.smithi099.stdout:(3/23): ceph-radosgw-18.0.0-7662.g875037c4.el8. 14 MB/s | 14 MB 00:00 2023-12-01T06:01:33.851 INFO:teuthology.orchestra.run.smithi099.stdout:(4/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 3.8 MB/s | 838 kB 00:00 2023-12-01T06:01:33.876 INFO:teuthology.orchestra.run.smithi099.stdout:(5/23): libradosstriper1-18.0.0-7662.g875037c4. 7.6 MB/s | 517 kB 00:00 2023-12-01T06:01:33.935 INFO:teuthology.orchestra.run.smithi099.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 765 kB/s | 45 kB 00:00 2023-12-01T06:01:33.995 INFO:teuthology.orchestra.run.smithi099.stdout:(7/23): python3-ceph-common-18.0.0-7662.g875037 2.2 MB/s | 128 kB 00:00 2023-12-01T06:01:34.061 INFO:teuthology.orchestra.run.smithi099.stdout:(8/23): python3-cephfs-18.0.0-7662.g875037c4.el 2.9 MB/s | 196 kB 00:00 2023-12-01T06:01:34.136 INFO:teuthology.orchestra.run.smithi099.stdout:(9/23): python3-rados-18.0.0-7662.g875037c4.el8 4.8 MB/s | 370 kB 00:00 2023-12-01T06:01:34.220 INFO:teuthology.orchestra.run.smithi099.stdout:(10/23): python3-rbd-18.0.0-7662.g875037c4.el8. 4.3 MB/s | 364 kB 00:00 2023-12-01T06:01:34.320 INFO:teuthology.orchestra.run.smithi099.stdout:(11/23): librgw2-18.0.0-7662.g875037c4.el8.x86_ 15 MB/s | 6.9 MB 00:00 2023-12-01T06:01:34.345 INFO:teuthology.orchestra.run.smithi099.stdout:(12/23): python3-rgw-18.0.0-7662.g875037c4.el8. 853 kB/s | 107 kB 00:00 2023-12-01T06:01:35.470 INFO:teuthology.orchestra.run.smithi099.stdout:(13/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 231 kB/s | 259 kB 00:01 2023-12-01T06:01:35.587 INFO:teuthology.orchestra.run.smithi099.stdout:(14/23): librdkafka-0.11.4-3.el8.x86_64.rpm 279 kB/s | 354 kB 00:01 2023-12-01T06:01:35.921 INFO:teuthology.orchestra.run.smithi099.stdout:(15/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 141 kB/s | 47 kB 00:00 2023-12-01T06:01:36.004 INFO:teuthology.orchestra.run.smithi099.stdout:(16/23): python3-prettytable-0.7.2-14.el8.noarc 82 kB/s | 44 kB 00:00 2023-12-01T06:01:36.292 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:01:36.295 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:01:36.295 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:01:36.295 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:01:36.295 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:01:36.295 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T06:01:36.295 INFO:teuthology.orchestra.run.smithi043.stdout:Upgrading: 2023-12-01T06:01:36.295 INFO:teuthology.orchestra.run.smithi043.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: librabbitmq x86_64 0.9.0-4.el8 baseos 47 k 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: librdkafka x86_64 0.11.4-3.el8 appstream 354 k 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T06:01:36.296 INFO:teuthology.orchestra.run.smithi043.stdout: lttng-ust x86_64 2.8.1-11.el8 appstream 259 k 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout: python3-prettytable noarch 0.7.2-14.el8 appstream 44 k 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout:Install 21 Packages 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout:Upgrade 2 Packages 2023-12-01T06:01:36.297 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:01:36.298 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 62 M 2023-12-01T06:01:36.298 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:01:36.355 INFO:teuthology.orchestra.run.smithi099.stdout:(17/23): liboath-2.6.2-3.el8.x86_64.rpm 168 kB/s | 59 kB 00:00 2023-12-01T06:01:36.413 INFO:teuthology.orchestra.run.smithi099.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 622 kB/s | 306 kB 00:00 2023-12-01T06:01:36.555 INFO:teuthology.orchestra.run.smithi099.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 375 kB/s | 75 kB 00:00 2023-12-01T06:01:36.872 INFO:teuthology.orchestra.run.smithi099.stdout:(20/23): librados2-18.0.0-7662.g875037c4.el8.x8 12 MB/s | 3.8 MB 00:00 2023-12-01T06:01:36.914 INFO:teuthology.orchestra.run.smithi099.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.5 MB/s | 1.7 MB 00:00 2023-12-01T06:01:37.260 INFO:teuthology.orchestra.run.smithi043.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 9.0 MB/s | 5.4 MB 00:00 2023-12-01T06:01:37.273 INFO:teuthology.orchestra.run.smithi099.stdout:(22/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 9.3 MB/s | 3.7 MB 00:00 2023-12-01T06:01:37.301 INFO:teuthology.orchestra.run.smithi043.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 590 kB/s | 24 kB 00:00 2023-12-01T06:01:37.385 INFO:teuthology.orchestra.run.smithi043.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 9.9 MB/s | 838 kB 00:00 2023-12-01T06:01:37.443 INFO:teuthology.orchestra.run.smithi043.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 8.7 MB/s | 517 kB 00:00 2023-12-01T06:01:37.910 INFO:teuthology.orchestra.run.smithi043.stdout:(5/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 15 MB/s | 6.9 MB 00:00 2023-12-01T06:01:38.086 INFO:teuthology.orchestra.run.smithi043.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 256 kB/s | 45 kB 00:00 2023-12-01T06:01:38.311 INFO:teuthology.orchestra.run.smithi043.stdout:(7/23): python3-ceph-common-18.0.0-7662.g875037 571 kB/s | 128 kB 00:00 2023-12-01T06:01:38.401 INFO:teuthology.orchestra.run.smithi043.stdout:(8/23): python3-cephfs-18.0.0-7662.g875037c4.el 2.1 MB/s | 196 kB 00:00 2023-12-01T06:01:38.470 INFO:teuthology.orchestra.run.smithi043.stdout:(9/23): python3-rados-18.0.0-7662.g875037c4.el8 5.3 MB/s | 370 kB 00:00 2023-12-01T06:01:38.528 INFO:teuthology.orchestra.run.smithi043.stdout:(10/23): python3-rbd-18.0.0-7662.g875037c4.el8. 6.1 MB/s | 364 kB 00:00 2023-12-01T06:01:38.587 INFO:teuthology.orchestra.run.smithi043.stdout:(11/23): python3-rgw-18.0.0-7662.g875037c4.el8. 1.8 MB/s | 107 kB 00:00 2023-12-01T06:01:38.853 INFO:teuthology.orchestra.run.smithi043.stdout:[MIRROR] librdkafka-0.11.4-3.el8.x86_64.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/librdkafka-0.11.4-3.el8.x86_64.rpm (IP: 199.165.82.202) 2023-12-01T06:01:39.412 INFO:teuthology.orchestra.run.smithi043.stdout:(12/23): ceph-common-18.0.0-7662.g875037c4.el8. 8.2 MB/s | 23 MB 00:02 2023-12-01T06:01:39.654 INFO:teuthology.orchestra.run.smithi043.stdout:(13/23): librdkafka-0.11.4-3.el8.x86_64.rpm 332 kB/s | 354 kB 00:01 2023-12-01T06:01:39.702 INFO:teuthology.orchestra.run.smithi043.stdout:[MIRROR] lttng-ust-2.8.1-11.el8.x86_64.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/lttng-ust-2.8.1-11.el8.x86_64.rpm (IP: 199.165.82.202) 2023-12-01T06:01:39.930 INFO:teuthology.orchestra.run.smithi043.stdout:(14/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 502 kB/s | 259 kB 00:00 2023-12-01T06:01:40.197 INFO:teuthology.orchestra.run.smithi043.stdout:(15/23): python3-prettytable-0.7.2-14.el8.noarc 81 kB/s | 44 kB 00:00 2023-12-01T06:01:40.255 INFO:teuthology.orchestra.run.smithi043.stdout:(16/23): librabbitmq-0.9.0-4.el8.x86_64.rpm 144 kB/s | 47 kB 00:00 2023-12-01T06:01:40.356 INFO:teuthology.orchestra.run.smithi043.stdout:(17/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.9 MB/s | 306 kB 00:00 2023-12-01T06:01:40.381 INFO:teuthology.orchestra.run.smithi043.stdout:(18/23): liboath-2.6.2-3.el8.x86_64.rpm 470 kB/s | 59 kB 00:00 2023-12-01T06:01:40.415 INFO:teuthology.orchestra.run.smithi043.stdout:(19/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-12-01T06:01:40.532 INFO:teuthology.orchestra.run.smithi043.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 12 MB/s | 1.7 MB 00:00 2023-12-01T06:01:40.799 INFO:teuthology.orchestra.run.smithi043.stdout:(21/23): librados2-18.0.0-7662.g875037c4.el8.x8 9.8 MB/s | 3.8 MB 00:00 2023-12-01T06:01:41.082 INFO:teuthology.orchestra.run.smithi043.stdout:(22/23): ceph-radosgw-18.0.0-7662.g875037c4.el8 3.1 MB/s | 14 MB 00:04 2023-12-01T06:01:41.132 INFO:teuthology.orchestra.run.smithi043.stdout:(23/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 6.2 MB/s | 3.7 MB 00:00 2023-12-01T06:01:41.135 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:01:41.135 INFO:teuthology.orchestra.run.smithi043.stdout:Total 13 MB/s | 62 MB 00:04 2023-12-01T06:01:41.182 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:01:41.234 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:01:41.234 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:01:41.636 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:01:41.640 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:01:42.897 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:01:42.997 INFO:teuthology.orchestra.run.smithi099.stdout:(23/23): ceph-common-18.0.0-7662.g875037c4.el8. 2.2 MB/s | 23 MB 00:10 2023-12-01T06:01:42.999 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:01:43.000 INFO:teuthology.orchestra.run.smithi099.stdout:Total 5.7 MB/s | 62 MB 00:10 2023-12-01T06:01:43.042 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:01:43.076 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T06:01:43.088 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:01:43.088 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:01:43.286 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-01T06:01:43.448 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:01:43.451 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:01:43.460 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-01T06:01:43.896 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-01T06:01:44.093 INFO:teuthology.orchestra.run.smithi043.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:01:44.238 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:01:44.470 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T06:01:44.603 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:01:44.651 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:01:44.801 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T06:01:45.039 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : liboath-2.6.2-3.el8.x86_64 2/25 2023-12-01T06:01:45.123 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:01:45.203 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-01T06:01:45.326 INFO:teuthology.orchestra.run.smithi043.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:01:45.385 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:01:45.589 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-01T06:01:45.615 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 3/25 2023-12-01T06:01:45.735 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T06:01:45.836 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:01:45.931 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:01:46.163 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T06:01:46.353 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:01:46.478 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T06:01:46.618 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:01:46.724 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:01:46.757 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:01:46.873 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T06:01:47.019 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:01:47.081 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:01:47.085 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:01:47.266 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:01:47.271 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librabbitmq-0.9.0-4.el8.x86_64 8/25 2023-12-01T06:01:47.427 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T06:01:47.483 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T06:01:47.660 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:01:47.752 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:01:47.990 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T06:01:48.092 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T06:01:48.186 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-01T06:01:48.236 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:01:48.306 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:01:48.378 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-01T06:01:48.471 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T06:01:48.593 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T06:01:48.664 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:01:48.862 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:01:49.102 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T06:01:49.235 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:01:49.296 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:01:49.503 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T06:01:49.710 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 17/25 2023-12-01T06:01:49.895 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 18/25 2023-12-01T06:01:50.094 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T06:01:51.582 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:01:51.826 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:01:52.521 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:01:52.700 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:01:52.817 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:01:52.927 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:01:52.968 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:01:53.142 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:01:53.534 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:01:53.782 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:01:53.893 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:01:54.084 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /sys 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /proc 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /dev 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /run 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /mnt 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /var/tmp 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /home 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /tmp 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout:skipping the directory /dev 2023-12-01T06:02:12.849 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:14.285 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:02:14.305 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:02:14.306 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /sys 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /proc 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /dev 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /run 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /mnt 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /var/tmp 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /home 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /tmp 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout:skipping the directory /dev 2023-12-01T06:02:14.382 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:14.515 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:02:14.516 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:15.183 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:15.183 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-12-01T06:02:15.184 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-01T06:02:15.185 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T06:02:15.185 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-01T06:02:15.185 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T06:02:15.185 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-01T06:02:15.185 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-01T06:02:15.185 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-01T06:02:15.185 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:15.185 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T06:02:15.185 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T06:02:15.980 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:02:16.007 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:02:16.007 INFO:teuthology.orchestra.run.smithi043.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:02:16.283 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:02:16.283 INFO:teuthology.orchestra.run.smithi043.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:16.286 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:16.286 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:16.286 INFO:teuthology.orchestra.run.smithi099.stdout:Upgraded: 2023-12-01T06:02:16.286 INFO:teuthology.orchestra.run.smithi099.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.286 INFO:teuthology.orchestra.run.smithi099.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T06:02:16.287 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.288 INFO:teuthology.orchestra.run.smithi099.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.288 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.288 INFO:teuthology.orchestra.run.smithi099.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T06:02:16.288 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.288 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.288 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:16.288 INFO:teuthology.orchestra.run.smithi099.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T06:02:16.288 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:16.288 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:02:16.590 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-test 2023-12-01T06:02:17.096 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 14/25 2023-12-01T06:02:17.097 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 15/25 2023-12-01T06:02:17.098 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T06:02:17.098 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librabbitmq-0.9.0-4.el8.x86_64 17/25 2023-12-01T06:02:17.098 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T06:02:17.098 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 19/25 2023-12-01T06:02:17.098 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 20/25 2023-12-01T06:02:17.098 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 21/25 2023-12-01T06:02:17.098 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:17.098 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T06:02:17.098 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T06:02:17.444 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:00:50 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:02:18.397 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:18.397 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:18.397 INFO:teuthology.orchestra.run.smithi043.stdout:Upgraded: 2023-12-01T06:02:18.397 INFO:teuthology.orchestra.run.smithi043.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.397 INFO:teuthology.orchestra.run.smithi043.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.397 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:02:18.397 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.397 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.397 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.397 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: librabbitmq-0.9.0-4.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.398 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.399 INFO:teuthology.orchestra.run.smithi043.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T06:02:18.399 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.399 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.399 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:18.399 INFO:teuthology.orchestra.run.smithi043.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T06:02:18.399 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:18.399 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:02:18.750 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-test 2023-12-01T06:02:19.122 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:02:19.123 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:02:19.124 INFO:teuthology.orchestra.run.smithi099.stdout:Install 6 Packages 2023-12-01T06:02:19.124 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:19.124 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 50 M 2023-12-01T06:02:19.124 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 223 M 2023-12-01T06:02:19.124 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:02:19.621 INFO:teuthology.orchestra.run.smithi099.stdout:(1/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 609 kB/s | 183 kB 00:00 2023-12-01T06:02:19.734 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:00:48 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:02:20.263 INFO:teuthology.orchestra.run.smithi099.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 215 kB/s | 203 kB 00:00 2023-12-01T06:02:20.551 INFO:teuthology.orchestra.run.smithi099.stdout:[MIRROR] socat-1.7.4.1-1.el8.x86_64.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/socat-1.7.4.1-1.el8.x86_64.rpm (IP: 199.165.82.202) 2023-12-01T06:02:20.713 INFO:teuthology.orchestra.run.smithi099.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 172 kB/s | 187 kB 00:01 2023-12-01T06:02:21.172 INFO:teuthology.orchestra.run.smithi099.stdout:(4/6): socat-1.7.4.1-1.el8.x86_64.rpm 356 kB/s | 323 kB 00:00 2023-12-01T06:02:21.602 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:02:21.603 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:02:21.603 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:02:21.604 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:02:21.604 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:02:21.604 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T06:02:21.604 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-01T06:02:21.604 INFO:teuthology.orchestra.run.smithi043.stdout: jq x86_64 1.6-8.el8 appstream 203 k 2023-12-01T06:02:21.604 INFO:teuthology.orchestra.run.smithi043.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T06:02:21.604 INFO:teuthology.orchestra.run.smithi043.stdout: oniguruma x86_64 6.8.2-2.el8 appstream 187 k 2023-12-01T06:02:21.605 INFO:teuthology.orchestra.run.smithi043.stdout: socat x86_64 1.7.4.1-1.el8 appstream 323 k 2023-12-01T06:02:21.605 INFO:teuthology.orchestra.run.smithi043.stdout: xmlstarlet x86_64 1.6.1-20.el8 appstream 71 k 2023-12-01T06:02:21.605 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:21.605 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:02:21.605 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:02:21.605 INFO:teuthology.orchestra.run.smithi043.stdout:Install 6 Packages 2023-12-01T06:02:21.606 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:21.607 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 50 M 2023-12-01T06:02:21.607 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 223 M 2023-12-01T06:02:21.607 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:02:21.680 INFO:teuthology.orchestra.run.smithi099.stdout:(5/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 21 MB/s | 49 MB 00:02 2023-12-01T06:02:21.697 INFO:teuthology.orchestra.run.smithi099.stdout:(6/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 72 kB/s | 71 kB 00:00 2023-12-01T06:02:21.699 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:02:21.699 INFO:teuthology.orchestra.run.smithi099.stdout:Total 20 MB/s | 50 MB 00:02 2023-12-01T06:02:21.743 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:02:21.764 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:02:21.764 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:02:21.853 INFO:teuthology.orchestra.run.smithi043.stdout:(1/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 905 kB/s | 183 kB 00:00 2023-12-01T06:02:22.041 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:02:22.044 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:02:22.502 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:02:22.711 INFO:teuthology.orchestra.run.smithi043.stdout:(2/6): jq-1.6-8.el8.x86_64.rpm 191 kB/s | 203 kB 00:01 2023-12-01T06:02:22.761 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-01T06:02:22.795 INFO:teuthology.orchestra.run.smithi043.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 199 kB/s | 187 kB 00:00 2023-12-01T06:02:22.947 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-01T06:02:23.086 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-01T06:02:23.168 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-01T06:02:23.402 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-01T06:02:23.479 INFO:teuthology.orchestra.run.smithi043.stdout:(4/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 103 kB/s | 71 kB 00:00 2023-12-01T06:02:23.561 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:02:23.814 INFO:teuthology.orchestra.run.smithi043.stdout:(5/6): socat-1.7.4.1-1.el8.x86_64.rpm 293 kB/s | 323 kB 00:01 2023-12-01T06:02:24.287 INFO:teuthology.orchestra.run.smithi043.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 19 MB/s | 49 MB 00:02 2023-12-01T06:02:24.290 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:02:24.290 INFO:teuthology.orchestra.run.smithi043.stdout:Total 19 MB/s | 50 MB 00:02 2023-12-01T06:02:24.337 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:02:24.361 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:02:24.361 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:02:24.669 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:02:24.672 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:02:25.207 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:02:25.466 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 1/6 2023-12-01T06:02:25.634 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 2/6 2023-12-01T06:02:25.770 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-01T06:02:25.845 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 3/6 2023-12-01T06:02:26.058 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : jq-1.6-8.el8.x86_64 4/6 2023-12-01T06:02:26.253 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:02:28.314 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:02:28.558 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:02:28.845 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:02:28.845 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T06:02:28.845 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T06:02:28.845 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-01T06:02:28.845 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-01T06:02:28.845 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-01T06:02:29.554 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-01T06:02:29.555 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:29.555 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:02:29.555 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:29.555 INFO:teuthology.orchestra.run.smithi099.stdout: jq-1.6-8.el8.x86_64 2023-12-01T06:02:29.555 INFO:teuthology.orchestra.run.smithi099.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:29.555 INFO:teuthology.orchestra.run.smithi099.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T06:02:29.555 INFO:teuthology.orchestra.run.smithi099.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T06:02:29.555 INFO:teuthology.orchestra.run.smithi099.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T06:02:29.555 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:29.555 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:02:29.790 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph 2023-12-01T06:02:30.645 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:03 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:02:31.506 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:02:31.752 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:02:32.072 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:02:32.073 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T06:02:32.073 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T06:02:32.073 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : jq-1.6-8.el8.x86_64 3/6 2023-12-01T06:02:32.073 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 4/6 2023-12-01T06:02:32.073 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 5/6 2023-12-01T06:02:32.308 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:02:32.311 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:02:32.311 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:02:32.311 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:02:32.311 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: ceph x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.4 k 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mds x86_64 2:18.0.0-7662.g875037c4.el8 ceph 2.3 M 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr x86_64 2:18.0.0-7662.g875037c4.el8 ceph 1.6 M 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 243 k 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mon x86_64 2:18.0.0-7662.g875037c4.el8 ceph 4.6 M 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-osd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 18 M 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-01T06:02:32.312 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-01T06:02:32.313 INFO:teuthology.orchestra.run.smithi099.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout:Install 34 Packages 2023-12-01T06:02:32.314 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:32.315 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 31 M 2023-12-01T06:02:32.315 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 121 M 2023-12-01T06:02:32.315 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:02:32.923 INFO:teuthology.orchestra.run.smithi099.stdout:(1/34): ceph-18.0.0-7662.g875037c4.el8.x86_64.r 50 kB/s | 6.4 kB 00:00 2023-12-01T06:02:32.930 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 6/6 2023-12-01T06:02:32.930 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:32.930 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:02:32.930 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:32.931 INFO:teuthology.orchestra.run.smithi043.stdout: jq-1.6-8.el8.x86_64 2023-12-01T06:02:32.931 INFO:teuthology.orchestra.run.smithi043.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:32.931 INFO:teuthology.orchestra.run.smithi043.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T06:02:32.931 INFO:teuthology.orchestra.run.smithi043.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T06:02:32.931 INFO:teuthology.orchestra.run.smithi043.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T06:02:32.931 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:32.931 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:02:33.064 INFO:teuthology.orchestra.run.smithi099.stdout:(2/34): ceph-mgr-18.0.0-7662.g875037c4.el8.x86_ 6.0 MB/s | 1.6 MB 00:00 2023-12-01T06:02:33.202 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph 2023-12-01T06:02:33.456 INFO:teuthology.orchestra.run.smithi099.stdout:(3/34): ceph-mon-18.0.0-7662.g875037c4.el8.x86_ 8.7 MB/s | 4.6 MB 00:00 2023-12-01T06:02:33.532 INFO:teuthology.orchestra.run.smithi099.stdout:(4/34): ceph-mgr-modules-core-18.0.0-7662.g8750 3.2 MB/s | 243 kB 00:00 2023-12-01T06:02:34.065 INFO:teuthology.orchestra.run.smithi099.stdout:(5/34): ceph-osd-18.0.0-7662.g875037c4.el8.x86_ 18 MB/s | 18 MB 00:01 2023-12-01T06:02:34.188 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:03 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:02:34.290 INFO:teuthology.orchestra.run.smithi099.stdout:(6/34): ceph-mds-18.0.0-7662.g875037c4.el8.x86_ 1.5 MB/s | 2.3 MB 00:01 2023-12-01T06:02:34.324 INFO:teuthology.orchestra.run.smithi099.stdout:(7/34): python3-mako-1.0.6-14.el8.noarch.rpm 198 kB/s | 157 kB 00:00 2023-12-01T06:02:34.583 INFO:teuthology.orchestra.run.smithi099.stdout:(8/34): python3-markupsafe-0.23-19.el8.x86_64.r 75 kB/s | 39 kB 00:00 2023-12-01T06:02:34.883 INFO:teuthology.orchestra.run.smithi099.stdout:(9/34): python3-pytz-2017.2-11.el8.noarch.rpm 102 kB/s | 57 kB 00:00 2023-12-01T06:02:35.125 INFO:teuthology.orchestra.run.smithi099.stdout:(10/34): python3-pyOpenSSL-19.0.0-1.el8.noarch. 124 kB/s | 103 kB 00:00 2023-12-01T06:02:35.367 INFO:teuthology.orchestra.run.smithi099.stdout:(11/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 514 kB/s | 249 kB 00:00 2023-12-01T06:02:35.475 INFO:teuthology.orchestra.run.smithi099.stdout:(12/34): python3-pycparser-2.14-14.el8.noarch.r 1.0 MB/s | 109 kB 00:00 2023-12-01T06:02:35.526 INFO:teuthology.orchestra.run.smithi099.stdout:(13/34): lua-devel-5.3.4-12.el8.x86_64.rpm 600 kB/s | 30 kB 00:00 2023-12-01T06:02:35.684 INFO:teuthology.orchestra.run.smithi099.stdout:(14/34): python3-cryptography-3.2.1-6.el8.x86_6 1.1 MB/s | 641 kB 00:00 2023-12-01T06:02:35.876 INFO:teuthology.orchestra.run.smithi099.stdout:(15/34): python3-werkzeug-0.12.2-4.el8.noarch.r 354 kB/s | 457 kB 00:01 2023-12-01T06:02:35.901 INFO:teuthology.orchestra.run.smithi099.stdout:(16/34): luarocks-3.5.0-1.el8.noarch.rpm 444 kB/s | 167 kB 00:00 2023-12-01T06:02:35.927 INFO:teuthology.orchestra.run.smithi099.stdout:(17/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 180 kB/s | 44 kB 00:00 2023-12-01T06:02:35.972 INFO:teuthology.orchestra.run.smithi099.stdout:(18/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 2.5 MB/s | 173 kB 00:00 2023-12-01T06:02:36.027 INFO:teuthology.orchestra.run.smithi099.stdout:(19/34): python3-jaraco-6.2-6.el8.noarch.rpm 191 kB/s | 11 kB 00:00 2023-12-01T06:02:36.061 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:02:36.065 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout: ceph x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.4 k 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mds x86_64 2:18.0.0-7662.g875037c4.el8 ceph 2.3 M 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr x86_64 2:18.0.0-7662.g875037c4.el8 ceph 1.6 M 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-modules-core noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 243 k 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mon x86_64 2:18.0.0-7662.g875037c4.el8 ceph 4.6 M 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-osd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 18 M 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout: lua-devel x86_64 5.3.4-12.el8 powertools 30 k 2023-12-01T06:02:36.066 INFO:teuthology.orchestra.run.smithi043.stdout: luarocks noarch 3.5.0-1.el8 epel 167 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-bcrypt x86_64 3.1.6-2.el8.1 epel 44 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-beautifulsoup4 noarch 4.6.3-2.el8.1 epel 185 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cffi x86_64 1.11.5-6.el8 baseos 249 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cheroot noarch 8.5.2-1.el8 epel 173 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cherrypy noarch 18.4.0-1.el8 epel 384 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cryptography x86_64 3.2.1-6.el8 baseos 641 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco noarch 6.2-6.el8 epel 11 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-functools noarch 2.0-4.el8 epel 18 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-logutils noarch 0.3.5-11.el8 epel 49 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-mako noarch 1.0.6-14.el8 appstream 157 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-markupsafe x86_64 0.23-19.el8 appstream 39 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-more-itertools noarch 7.2.0-3.el8 epel 59 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pecan noarch 1.3.2-9.el8 epel 283 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-portend noarch 2.6-1.el8 epel 16 k 2023-12-01T06:02:36.067 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyOpenSSL noarch 19.0.0-1.el8 appstream 103 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pycparser noarch 2.14-14.el8 baseos 109 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytz noarch 2017.2-11.el8 appstream 57 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-simplegeneric noarch 0.8.1-17.el8 epel 19 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-singledispatch noarch 3.4.0.3-18.el8 epel 24 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-tempora noarch 1.14.1-5.el8 epel 29 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-trustme noarch 0.6.0-4.el8 epel 27 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-waitress noarch 1.4.3-1.el8 epel 255 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webob noarch 1.8.5-1.el8.1 epel 251 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webtest noarch 2.0.33-1.el8 epel 85 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-werkzeug noarch 0.12.2-4.el8 appstream 457 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: python3-zc-lockfile noarch 2.0-2.el8 epel 23 k 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout:Install 34 Packages 2023-12-01T06:02:36.068 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:36.069 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 31 M 2023-12-01T06:02:36.069 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 121 M 2023-12-01T06:02:36.069 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:02:36.094 INFO:teuthology.orchestra.run.smithi099.stdout:(20/34): python3-jaraco-functools-2.0-4.el8.noa 264 kB/s | 18 kB 00:00 2023-12-01T06:02:36.144 INFO:teuthology.orchestra.run.smithi099.stdout:(21/34): python3-cherrypy-18.4.0-1.el8.noarch.r 1.8 MB/s | 384 kB 00:00 2023-12-01T06:02:36.161 INFO:teuthology.orchestra.run.smithi099.stdout:(22/34): python3-logutils-0.3.5-11.el8.noarch.r 729 kB/s | 49 kB 00:00 2023-12-01T06:02:36.187 INFO:teuthology.orchestra.run.smithi099.stdout:(23/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 598 kB/s | 185 kB 00:00 2023-12-01T06:02:36.204 INFO:teuthology.orchestra.run.smithi099.stdout:(24/34): python3-more-itertools-7.2.0-3.el8.noa 998 kB/s | 59 kB 00:00 2023-12-01T06:02:36.229 INFO:teuthology.orchestra.run.smithi099.stdout:(25/34): python3-pecan-1.3.2-9.el8.noarch.rpm 4.1 MB/s | 283 kB 00:00 2023-12-01T06:02:36.254 INFO:teuthology.orchestra.run.smithi099.stdout:(26/34): python3-portend-2.6-1.el8.noarch.rpm 232 kB/s | 16 kB 00:00 2023-12-01T06:02:36.280 INFO:teuthology.orchestra.run.smithi099.stdout:(27/34): python3-simplegeneric-0.8.1-17.el8.noa 248 kB/s | 19 kB 00:00 2023-12-01T06:02:36.305 INFO:teuthology.orchestra.run.smithi099.stdout:(28/34): python3-singledispatch-3.4.0.3-18.el8. 317 kB/s | 24 kB 00:00 2023-12-01T06:02:36.330 INFO:teuthology.orchestra.run.smithi099.stdout:(29/34): python3-tempora-1.14.1-5.el8.noarch.rp 388 kB/s | 29 kB 00:00 2023-12-01T06:02:36.355 INFO:teuthology.orchestra.run.smithi099.stdout:(30/34): python3-trustme-0.6.0-4.el8.noarch.rpm 365 kB/s | 27 kB 00:00 2023-12-01T06:02:36.381 INFO:teuthology.orchestra.run.smithi099.stdout:(31/34): python3-waitress-1.4.3-1.el8.noarch.rp 3.3 MB/s | 255 kB 00:00 2023-12-01T06:02:36.414 INFO:teuthology.orchestra.run.smithi099.stdout:(32/34): python3-webtest-2.0.33-1.el8.noarch.rp 1.4 MB/s | 85 kB 00:00 2023-12-01T06:02:36.439 INFO:teuthology.orchestra.run.smithi099.stdout:(33/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 2.3 MB/s | 251 kB 00:00 2023-12-01T06:02:36.473 INFO:teuthology.orchestra.run.smithi099.stdout:(34/34): python3-zc-lockfile-2.0-2.el8.noarch.r 250 kB/s | 23 kB 00:00 2023-12-01T06:02:36.477 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:02:36.478 INFO:teuthology.orchestra.run.smithi099.stdout:Total 7.4 MB/s | 31 MB 00:04 2023-12-01T06:02:36.569 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:02:36.610 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:02:36.610 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:02:36.865 INFO:teuthology.orchestra.run.smithi043.stdout:(1/34): ceph-18.0.0-7662.g875037c4.el8.x86_64.r 37 kB/s | 6.4 kB 00:00 2023-12-01T06:02:36.987 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:02:36.990 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:02:37.023 INFO:teuthology.orchestra.run.smithi043.stdout:(2/34): ceph-mgr-18.0.0-7662.g875037c4.el8.x86_ 4.9 MB/s | 1.6 MB 00:00 2023-12-01T06:02:37.532 INFO:teuthology.orchestra.run.smithi043.stdout:(3/34): ceph-mds-18.0.0-7662.g875037c4.el8.x86_ 2.7 MB/s | 2.3 MB 00:00 2023-12-01T06:02:37.658 INFO:teuthology.orchestra.run.smithi043.stdout:(4/34): ceph-mgr-modules-core-18.0.0-7662.g8750 1.9 MB/s | 243 kB 00:00 2023-12-01T06:02:38.041 INFO:teuthology.orchestra.run.smithi043.stdout:(5/34): ceph-osd-18.0.0-7662.g875037c4.el8.x86_ 18 MB/s | 18 MB 00:01 2023-12-01T06:02:38.148 INFO:teuthology.orchestra.run.smithi043.stdout:(6/34): ceph-mon-18.0.0-7662.g875037c4.el8.x86_ 3.6 MB/s | 4.6 MB 00:01 2023-12-01T06:02:38.173 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:02:38.405 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-01T06:02:38.475 INFO:teuthology.orchestra.run.smithi043.stdout:(7/34): python3-mako-1.0.6-14.el8.noarch.rpm 192 kB/s | 157 kB 00:00 2023-12-01T06:02:38.584 INFO:teuthology.orchestra.run.smithi043.stdout:(8/34): python3-markupsafe-0.23-19.el8.x86_64.r 72 kB/s | 39 kB 00:00 2023-12-01T06:02:38.640 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-01T06:02:38.874 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-01T06:02:38.942 INFO:teuthology.orchestra.run.smithi043.stdout:(9/34): python3-pyOpenSSL-19.0.0-1.el8.noarch.r 130 kB/s | 103 kB 00:00 2023-12-01T06:02:39.141 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-01T06:02:39.142 INFO:teuthology.orchestra.run.smithi043.stdout:(10/34): python3-pytz-2017.2-11.el8.noarch.rpm 85 kB/s | 57 kB 00:00 2023-12-01T06:02:39.328 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-01T06:02:39.443 INFO:teuthology.orchestra.run.smithi043.stdout:(11/34): python3-cffi-1.11.5-6.el8.x86_64.rpm 497 kB/s | 249 kB 00:00 2023-12-01T06:02:39.525 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-01T06:02:39.568 INFO:teuthology.orchestra.run.smithi043.stdout:(12/34): python3-pycparser-2.14-14.el8.noarch.r 873 kB/s | 109 kB 00:00 2023-12-01T06:02:39.627 INFO:teuthology.orchestra.run.smithi043.stdout:(13/34): lua-devel-5.3.4-12.el8.x86_64.rpm 513 kB/s | 30 kB 00:00 2023-12-01T06:02:39.702 INFO:teuthology.orchestra.run.smithi043.stdout:(14/34): python3-cryptography-3.2.1-6.el8.x86_6 1.1 MB/s | 641 kB 00:00 2023-12-01T06:02:39.719 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-01T06:02:39.778 INFO:teuthology.orchestra.run.smithi043.stdout:(15/34): python3-werkzeug-0.12.2-4.el8.noarch.r 383 kB/s | 457 kB 00:01 2023-12-01T06:02:39.869 INFO:teuthology.orchestra.run.smithi043.stdout:(16/34): python3-bcrypt-3.1.6-2.el8.1.x86_64.rp 261 kB/s | 44 kB 00:00 2023-12-01T06:02:39.895 INFO:teuthology.orchestra.run.smithi043.stdout:(17/34): luarocks-3.5.0-1.el8.noarch.rpm 624 kB/s | 167 kB 00:00 2023-12-01T06:02:39.928 INFO:teuthology.orchestra.run.smithi043.stdout:(18/34): python3-beautifulsoup4-4.6.3-2.el8.1.n 1.2 MB/s | 185 kB 00:00 2023-12-01T06:02:39.938 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-01T06:02:40.012 INFO:teuthology.orchestra.run.smithi043.stdout:(19/34): python3-jaraco-6.2-6.el8.noarch.rpm 144 kB/s | 11 kB 00:00 2023-12-01T06:02:40.037 INFO:teuthology.orchestra.run.smithi043.stdout:(20/34): python3-cheroot-8.5.2-1.el8.noarch.rpm 1.0 MB/s | 173 kB 00:00 2023-12-01T06:02:40.118 INFO:teuthology.orchestra.run.smithi043.stdout:(21/34): python3-cherrypy-18.4.0-1.el8.noarch.r 1.7 MB/s | 384 kB 00:00 2023-12-01T06:02:40.146 INFO:teuthology.orchestra.run.smithi043.stdout:(22/34): python3-jaraco-functools-2.0-4.el8.noa 131 kB/s | 18 kB 00:00 2023-12-01T06:02:40.205 INFO:teuthology.orchestra.run.smithi043.stdout:(23/34): python3-logutils-0.3.5-11.el8.noarch.r 301 kB/s | 49 kB 00:00 2023-12-01T06:02:40.231 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-01T06:02:40.255 INFO:teuthology.orchestra.run.smithi043.stdout:(24/34): python3-more-itertools-7.2.0-3.el8.noa 433 kB/s | 59 kB 00:00 2023-12-01T06:02:40.289 INFO:teuthology.orchestra.run.smithi043.stdout:(25/34): python3-portend-2.6-1.el8.noarch.rpm 186 kB/s | 16 kB 00:00 2023-12-01T06:02:40.314 INFO:teuthology.orchestra.run.smithi043.stdout:(26/34): python3-pecan-1.3.2-9.el8.noarch.rpm 1.7 MB/s | 283 kB 00:00 2023-12-01T06:02:40.339 INFO:teuthology.orchestra.run.smithi043.stdout:(27/34): python3-simplegeneric-0.8.1-17.el8.noa 224 kB/s | 19 kB 00:00 2023-12-01T06:02:40.423 INFO:teuthology.orchestra.run.smithi043.stdout:(28/34): python3-singledispatch-3.4.0.3-18.el8. 179 kB/s | 24 kB 00:00 2023-12-01T06:02:40.440 INFO:teuthology.orchestra.run.smithi043.stdout:(29/34): python3-tempora-1.14.1-5.el8.noarch.rp 243 kB/s | 29 kB 00:00 2023-12-01T06:02:40.457 INFO:teuthology.orchestra.run.smithi043.stdout:(30/34): python3-trustme-0.6.0-4.el8.noarch.rpm 247 kB/s | 27 kB 00:00 2023-12-01T06:02:40.460 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-01T06:02:40.599 INFO:teuthology.orchestra.run.smithi043.stdout:(31/34): python3-waitress-1.4.3-1.el8.noarch.rp 1.4 MB/s | 255 kB 00:00 2023-12-01T06:02:40.624 INFO:teuthology.orchestra.run.smithi043.stdout:(32/34): python3-webtest-2.0.33-1.el8.noarch.rp 529 kB/s | 85 kB 00:00 2023-12-01T06:02:40.683 INFO:teuthology.orchestra.run.smithi043.stdout:(33/34): python3-webob-1.8.5-1.el8.1.noarch.rpm 1.1 MB/s | 251 kB 00:00 2023-12-01T06:02:40.758 INFO:teuthology.orchestra.run.smithi043.stdout:(34/34): python3-zc-lockfile-2.0-2.el8.noarch.r 145 kB/s | 23 kB 00:00 2023-12-01T06:02:40.761 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:02:40.761 INFO:teuthology.orchestra.run.smithi043.stdout:Total 6.5 MB/s | 31 MB 00:04 2023-12-01T06:02:40.767 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-01T06:02:40.860 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:02:40.906 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:02:40.906 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:02:40.979 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-01T06:02:41.132 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-01T06:02:41.306 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:02:41.310 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:02:41.355 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-01T06:02:41.776 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-01T06:02:42.076 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-01T06:02:42.248 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-01T06:02:42.538 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-01T06:02:42.573 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:02:42.741 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-01T06:02:42.861 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-more-itertools-7.2.0-3.el8.noarch 1/34 2023-12-01T06:02:43.033 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-01T06:02:43.111 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-webob-1.8.5-1.el8.1.noarch 2/34 2023-12-01T06:02:43.237 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-01T06:02:43.392 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-01T06:02:43.415 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-zc-lockfile-2.0-2.el8.noarch 3/34 2023-12-01T06:02:43.603 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-01T06:02:43.745 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-waitress-1.4.3-1.el8.noarch 4/34 2023-12-01T06:02:43.830 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-01T06:02:43.956 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-singledispatch-3.4.0.3-18.el8.noarch 5/34 2023-12-01T06:02:44.085 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-01T06:02:44.165 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-simplegeneric-0.8.1-17.el8.noarch 6/34 2023-12-01T06:02:44.306 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-01T06:02:44.329 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-logutils-0.3.5-11.el8.noarch 7/34 2023-12-01T06:02:44.532 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-6.2-6.el8.noarch 8/34 2023-12-01T06:02:44.627 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-01T06:02:44.770 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jaraco-functools-2.0-4.el8.noarch 9/34 2023-12-01T06:02:44.947 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-01T06:02:44.973 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 10/34 2023-12-01T06:02:45.277 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-webtest-2.0.33-1.el8.noarch 11/34 2023-12-01T06:02:45.346 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7662.g875037c4.el8. 29/34 2023-12-01T06:02:45.506 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : luarocks-3.5.0-1.el8.noarch 12/34 2023-12-01T06:02:45.612 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-2:18.0.0-7662.g875037c4.el8.x86_64 30/34 2023-12-01T06:02:45.712 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : lua-devel-5.3.4-12.el8.x86_64 13/34 2023-12-01T06:02:45.987 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-01T06:02:46.424 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cffi-1.11.5-6.el8.x86_64 15/34 2023-12-01T06:02:46.675 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cryptography-3.2.1-6.el8.x86_64 16/34 2023-12-01T06:02:46.885 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyOpenSSL-19.0.0-1.el8.noarch 17/34 2023-12-01T06:02:47.209 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-trustme-0.6.0-4.el8.noarch 18/34 2023-12-01T06:02:47.222 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7662.g875037c4.el8.x86_64 30/34 2023-12-01T06:02:47.445 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-01T06:02:47.453 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-osd-2:18.0.0-7662.g875037c4.el8.x86_64 31/34 2023-12-01T06:02:47.775 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-bcrypt-3.1.6-2.el8.1.x86_64 20/34 2023-12-01T06:02:47.922 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-osd-2:18.0.0-7662.g875037c4.el8.x86_64 31/34 2023-12-01T06:02:48.018 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-werkzeug-0.12.2-4.el8.noarch 21/34 2023-12-01T06:02:48.222 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pytz-2017.2-11.el8.noarch 22/34 2023-12-01T06:02:48.440 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-tempora-1.14.1-5.el8.noarch 23/34 2023-12-01T06:02:48.498 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mon-2:18.0.0-7662.g875037c4.el8.x86_64 32/34 2023-12-01T06:02:48.689 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-portend-2.6-1.el8.noarch 24/34 2023-12-01T06:02:48.736 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mon-2:18.0.0-7662.g875037c4.el8.x86_64 32/34 2023-12-01T06:02:48.898 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mds-2:18.0.0-7662.g875037c4.el8.x86_64 33/34 2023-12-01T06:02:48.899 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cherrypy-18.4.0-1.el8.noarch 25/34 2023-12-01T06:02:48.915 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mds-2:18.0.0-7662.g875037c4.el8.x86_64 33/34 2023-12-01T06:02:49.072 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-2:18.0.0-7662.g875037c4.el8.x86_64 34/34 2023-12-01T06:02:49.396 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-markupsafe-0.23-19.el8.x86_64 26/34 2023-12-01T06:02:49.473 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-2:18.0.0-7662.g875037c4.el8.x86_64 34/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-2:18.0.0-7662.g875037c4.el8.x86_64 1/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mds-2:18.0.0-7662.g875037c4.el8.x86_64 2/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-2:18.0.0-7662.g875037c4.el8.x86_64 3/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mon-2:18.0.0-7662.g875037c4.el8.x86_64 4/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-osd-2:18.0.0-7662.g875037c4.el8.x86_64 5/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7662.g875037c4.el8. 6/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-01T06:02:49.474 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-01T06:02:49.475 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-01T06:02:49.475 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-01T06:02:49.475 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-01T06:02:49.475 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-01T06:02:49.475 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-01T06:02:49.475 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-01T06:02:49.475 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-01T06:02:49.476 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-01T06:02:49.476 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-01T06:02:49.476 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-01T06:02:49.476 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-01T06:02:49.476 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-01T06:02:49.476 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-01T06:02:49.476 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-01T06:02:49.476 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-01T06:02:49.477 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-01T06:02:49.477 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-01T06:02:49.477 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-01T06:02:49.477 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-01T06:02:49.477 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-01T06:02:50.033 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-mako-1.0.6-14.el8.noarch 27/34 2023-12-01T06:02:50.400 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pecan-1.3.2-9.el8.noarch 28/34 2023-12-01T06:02:50.670 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-01T06:02:50.670 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:50.670 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:02:50.670 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:50.670 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mds-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-modules-core-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mon-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-osd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-01T06:02:50.671 INFO:teuthology.orchestra.run.smithi099.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-portend-2.6-1.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-01T06:02:50.672 INFO:teuthology.orchestra.run.smithi099.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-01T06:02:50.673 INFO:teuthology.orchestra.run.smithi099.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-01T06:02:50.673 INFO:teuthology.orchestra.run.smithi099.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-01T06:02:50.673 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:50.673 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:02:50.834 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-modules-core-2:18.0.0-7662.g875037c4.el8. 29/34 2023-12-01T06:02:50.836 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-base 2023-12-01T06:02:51.024 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-2:18.0.0-7662.g875037c4.el8.x86_64 30/34 2023-12-01T06:02:51.696 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:24 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:02:52.808 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-2:18.0.0-7662.g875037c4.el8.x86_64 30/34 2023-12-01T06:02:53.015 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-osd-2:18.0.0-7662.g875037c4.el8.x86_64 31/34 2023-12-01T06:02:53.143 INFO:teuthology.orchestra.run.smithi099.stdout:Package ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:02:53.369 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:02:53.370 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-01T06:02:53.370 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:02:53.480 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install cephadm 2023-12-01T06:02:53.529 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-osd-2:18.0.0-7662.g875037c4.el8.x86_64 31/34 2023-12-01T06:02:53.761 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mon-2:18.0.0-7662.g875037c4.el8.x86_64 32/34 2023-12-01T06:02:54.013 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mon-2:18.0.0-7662.g875037c4.el8.x86_64 32/34 2023-12-01T06:02:54.233 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mds-2:18.0.0-7662.g875037c4.el8.x86_64 33/34 2023-12-01T06:02:54.256 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mds-2:18.0.0-7662.g875037c4.el8.x86_64 33/34 2023-12-01T06:02:54.336 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:27 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:02:54.392 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-2:18.0.0-7662.g875037c4.el8.x86_64 34/34 2023-12-01T06:02:54.896 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-2:18.0.0-7662.g875037c4.el8.x86_64 34/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-2:18.0.0-7662.g875037c4.el8.x86_64 1/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mds-2:18.0.0-7662.g875037c4.el8.x86_64 2/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-2:18.0.0-7662.g875037c4.el8.x86_64 3/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mon-2:18.0.0-7662.g875037c4.el8.x86_64 4/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-osd-2:18.0.0-7662.g875037c4.el8.x86_64 5/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-modules-core-2:18.0.0-7662.g875037c4.el8. 6/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-mako-1.0.6-14.el8.noarch 7/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-markupsafe-0.23-19.el8.x86_64 8/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyOpenSSL-19.0.0-1.el8.noarch 9/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pytz-2017.2-11.el8.noarch 10/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-werkzeug-0.12.2-4.el8.noarch 11/34 2023-12-01T06:02:54.897 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cffi-1.11.5-6.el8.x86_64 12/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cryptography-3.2.1-6.el8.x86_64 13/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pycparser-2.14-14.el8.noarch 14/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : lua-devel-5.3.4-12.el8.x86_64 15/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : luarocks-3.5.0-1.el8.noarch 16/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-bcrypt-3.1.6-2.el8.1.x86_64 17/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-beautifulsoup4-4.6.3-2.el8.1.noarch 18/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cheroot-8.5.2-1.el8.noarch 19/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cherrypy-18.4.0-1.el8.noarch 20/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-6.2-6.el8.noarch 21/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jaraco-functools-2.0-4.el8.noarch 22/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-logutils-0.3.5-11.el8.noarch 23/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-more-itertools-7.2.0-3.el8.noarch 24/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pecan-1.3.2-9.el8.noarch 25/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-portend-2.6-1.el8.noarch 26/34 2023-12-01T06:02:54.898 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-simplegeneric-0.8.1-17.el8.noarch 27/34 2023-12-01T06:02:54.899 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-singledispatch-3.4.0.3-18.el8.noarch 28/34 2023-12-01T06:02:54.899 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-tempora-1.14.1-5.el8.noarch 29/34 2023-12-01T06:02:54.899 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-trustme-0.6.0-4.el8.noarch 30/34 2023-12-01T06:02:54.899 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-waitress-1.4.3-1.el8.noarch 31/34 2023-12-01T06:02:54.899 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-webob-1.8.5-1.el8.1.noarch 32/34 2023-12-01T06:02:54.899 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-webtest-2.0.33-1.el8.noarch 33/34 2023-12-01T06:02:56.001 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:02:56.002 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:02:56.002 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:02:56.002 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:02:56.002 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:02:56.002 INFO:teuthology.orchestra.run.smithi099.stdout: cephadm noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 383 k 2023-12-01T06:02:56.002 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:56.002 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:02:56.002 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:02:56.002 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2023-12-01T06:02:56.003 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:56.003 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 383 k 2023-12-01T06:02:56.003 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 2.1 M 2023-12-01T06:02:56.003 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:02:56.090 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-zc-lockfile-2.0-2.el8.noarch 34/34 2023-12-01T06:02:56.090 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:56.090 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:02:56.090 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mds-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-modules-core-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mon-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-osd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: lua-devel-5.3.4-12.el8.x86_64 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: luarocks-3.5.0-1.el8.noarch 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: python3-bcrypt-3.1.6-2.el8.1.x86_64 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: python3-beautifulsoup4-4.6.3-2.el8.1.noarch 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cffi-1.11.5-6.el8.x86_64 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cheroot-8.5.2-1.el8.noarch 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cherrypy-18.4.0-1.el8.noarch 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cryptography-3.2.1-6.el8.x86_64 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-6.2-6.el8.noarch 2023-12-01T06:02:56.091 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jaraco-functools-2.0-4.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-logutils-0.3.5-11.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-mako-1.0.6-14.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-markupsafe-0.23-19.el8.x86_64 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-more-itertools-7.2.0-3.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pecan-1.3.2-9.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-portend-2.6-1.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyOpenSSL-19.0.0-1.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pycparser-2.14-14.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pytz-2017.2-11.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-simplegeneric-0.8.1-17.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-singledispatch-3.4.0.3-18.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-tempora-1.14.1-5.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-trustme-0.6.0-4.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-waitress-1.4.3-1.el8.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webob-1.8.5-1.el8.1.noarch 2023-12-01T06:02:56.092 INFO:teuthology.orchestra.run.smithi043.stdout: python3-webtest-2.0.33-1.el8.noarch 2023-12-01T06:02:56.093 INFO:teuthology.orchestra.run.smithi043.stdout: python3-werkzeug-0.12.2-4.el8.noarch 2023-12-01T06:02:56.093 INFO:teuthology.orchestra.run.smithi043.stdout: python3-zc-lockfile-2.0-2.el8.noarch 2023-12-01T06:02:56.093 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:02:56.093 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:02:56.302 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-base 2023-12-01T06:02:56.340 INFO:teuthology.orchestra.run.smithi099.stdout:cephadm-18.0.0-7662.g875037c4.el8.noarch.rpm 1.1 MB/s | 383 kB 00:00 2023-12-01T06:02:56.340 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:02:56.340 INFO:teuthology.orchestra.run.smithi099.stdout:Total 1.1 MB/s | 383 kB 00:00 2023-12-01T06:02:56.341 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:02:56.349 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:02:56.350 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:02:56.351 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:02:56.354 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:02:56.402 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:02:56.912 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: cephadm-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:02:57.130 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : cephadm-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:02:57.294 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:26 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:02:57.355 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: cephadm-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:02:58.051 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : cephadm-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:02:58.051 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:58.051 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:02:58.051 INFO:teuthology.orchestra.run.smithi099.stdout: cephadm-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:02:58.051 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:02:58.051 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:02:58.271 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-immutable-object-cache 2023-12-01T06:02:58.919 INFO:teuthology.orchestra.run.smithi043.stdout:Package ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:02:59.138 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:32 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:02:59.172 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:02:59.174 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-01T06:02:59.174 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:02:59.301 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install cephadm 2023-12-01T06:03:00.304 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:29 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:03:00.828 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:03:00.829 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:00.829 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repo Size 2023-12-01T06:03:00.829 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:00.829 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:03:00.829 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7662.g875037c4.el8 ceph 171 k 2023-12-01T06:03:00.829 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:00.829 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:03:00.829 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:00.830 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2023-12-01T06:03:00.830 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:00.830 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 171 k 2023-12-01T06:03:00.830 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 524 k 2023-12-01T06:03:00.830 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:03:01.194 INFO:teuthology.orchestra.run.smithi099.stdout:ceph-immutable-object-cache-18.0.0-7662.g875037 468 kB/s | 171 kB 00:00 2023-12-01T06:03:01.195 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:01.195 INFO:teuthology.orchestra.run.smithi099.stdout:Total 467 kB/s | 171 kB 00:00 2023-12-01T06:03:01.195 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:03:01.206 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:03:01.207 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:03:01.255 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:03:01.257 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:03:01.377 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:03:01.553 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7662.g875037c4. 1/1 2023-12-01T06:03:01.971 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7662.g875037c4. 1/1 2023-12-01T06:03:02.165 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:03:02.166 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:02.166 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:03:02.166 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:02.166 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:03:02.166 INFO:teuthology.orchestra.run.smithi043.stdout: cephadm noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 383 k 2023-12-01T06:03:02.166 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:02.166 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:03:02.167 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:02.167 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2023-12-01T06:03:02.167 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:02.167 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 383 k 2023-12-01T06:03:02.167 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 2.1 M 2023-12-01T06:03:02.167 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:03:02.378 INFO:teuthology.orchestra.run.smithi043.stdout:cephadm-18.0.0-7662.g875037c4.el8.noarch.rpm 1.8 MB/s | 383 kB 00:00 2023-12-01T06:03:02.380 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:02.380 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.8 MB/s | 383 kB 00:00 2023-12-01T06:03:02.380 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:03:02.389 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:03:02.389 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:03:02.393 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:03:02.397 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:03:02.451 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:03:02.662 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7662.g875037c4. 1/1 2023-12-01T06:03:02.662 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:02.662 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:03:02.662 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-immutable-object-cache-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:03:02.662 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:02.662 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:03:02.859 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-mgr 2023-12-01T06:03:03.054 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cephadm-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:03:03.310 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : cephadm-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:03:03.573 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: cephadm-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:03:03.715 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:36 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:03:04.321 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : cephadm-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:03:04.322 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:04.322 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:03:04.322 INFO:teuthology.orchestra.run.smithi043.stdout: cephadm-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:04.322 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:04.322 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:03:04.568 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-immutable-object-cache 2023-12-01T06:03:05.162 INFO:teuthology.orchestra.run.smithi099.stdout:Package ceph-mgr-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:03:05.387 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:03:05.388 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-01T06:03:05.388 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:03:05.493 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-mgr-dashboard 2023-12-01T06:03:05.553 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:34 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:03:06.347 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:39 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:03:07.429 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:03:07.429 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:07.430 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2023-12-01T06:03:07.430 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:07.430 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:03:07.430 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-immutable-object-cache x86_64 2:18.0.0-7662.g875037c4.el8 ceph 171 k 2023-12-01T06:03:07.430 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:07.430 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:03:07.430 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:07.430 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2023-12-01T06:03:07.430 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:07.431 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 171 k 2023-12-01T06:03:07.431 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 524 k 2023-12-01T06:03:07.431 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:03:07.641 INFO:teuthology.orchestra.run.smithi043.stdout:ceph-immutable-object-cache-18.0.0-7662.g875037 814 kB/s | 171 kB 00:00 2023-12-01T06:03:07.642 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:07.642 INFO:teuthology.orchestra.run.smithi043.stdout:Total 808 kB/s | 171 kB 00:00 2023-12-01T06:03:07.642 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:03:07.656 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:03:07.656 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:03:07.711 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:03:07.714 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:03:07.838 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:03:08.031 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:03:08.032 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:08.032 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:03:08.032 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:08.032 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:03:08.032 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 1.8 M 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 28 k 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 15 k 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout:Install 6 Packages 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:08.034 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 2.1 M 2023-12-01T06:03:08.034 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 8.6 M 2023-12-01T06:03:08.034 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:03:08.055 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-immutable-object-cache-2:18.0.0-7662.g875037c4. 1/1 2023-12-01T06:03:08.545 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-immutable-object-cache-2:18.0.0-7662.g875037c4. 1/1 2023-12-01T06:03:08.554 INFO:teuthology.orchestra.run.smithi099.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7662.g875 128 kB/s | 28 kB 00:00 2023-12-01T06:03:08.579 INFO:teuthology.orchestra.run.smithi099.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7662.g8750 62 kB/s | 15 kB 00:00 2023-12-01T06:03:08.780 INFO:teuthology.orchestra.run.smithi099.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7662.g875037c4 4.0 MB/s | 1.8 MB 00:00 2023-12-01T06:03:08.914 INFO:teuthology.orchestra.run.smithi099.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 119 kB/s | 43 kB 00:00 2023-12-01T06:03:08.963 INFO:teuthology.orchestra.run.smithi099.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 88 kB/s | 34 kB 00:00 2023-12-01T06:03:09.283 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-immutable-object-cache-2:18.0.0-7662.g875037c4. 1/1 2023-12-01T06:03:09.283 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:09.283 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:03:09.283 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-immutable-object-cache-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:03:09.283 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:09.284 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:03:09.439 INFO:teuthology.orchestra.run.smithi099.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 298 kB/s | 196 kB 00:00 2023-12-01T06:03:09.440 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:09.441 INFO:teuthology.orchestra.run.smithi099.stdout:Total 1.5 MB/s | 2.1 MB 00:01 2023-12-01T06:03:09.454 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:03:09.463 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:03:09.464 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:03:09.549 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:03:09.550 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr 2023-12-01T06:03:09.553 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:03:09.813 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:03:10.023 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-01T06:03:10.260 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-01T06:03:10.550 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:39 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:03:10.867 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-01T06:03:11.141 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7662.g875037c4.el8.n 4/6 2023-12-01T06:03:11.478 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7662.g875037c4.el8. 5/6 2023-12-01T06:03:11.680 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7662.g875037c4.el8.noarc 6/6 2023-12-01T06:03:11.968 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7662.g875037c4.el8.noarc 6/6 2023-12-01T06:03:11.968 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7662.g875037c4.el8. 1/6 2023-12-01T06:03:11.968 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7662.g875037c4.el8.noarc 2/6 2023-12-01T06:03:11.968 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7662.g875037c4.el8.n 3/6 2023-12-01T06:03:11.968 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-01T06:03:11.968 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-01T06:03:12.171 INFO:teuthology.orchestra.run.smithi043.stdout:Package ceph-mgr-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:03:12.430 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:03:12.431 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-01T06:03:12.431 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:03:12.580 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-dashboard 2023-12-01T06:03:12.651 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-01T06:03:12.652 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:12.652 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:03:12.652 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-grafana-dashboards-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:12.652 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-dashboard-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:12.652 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-prometheus-alerts-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:12.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-01T06:03:12.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-01T06:03:12.652 INFO:teuthology.orchestra.run.smithi099.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-01T06:03:12.652 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:12.652 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:03:12.775 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-01T06:03:13.559 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:42 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:03:13.631 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:46 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:03:15.291 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:03:15.292 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================================ 2023-12-01T06:03:15.292 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:03:15.292 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================================ 2023-12-01T06:03:15.292 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:03:15.292 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 7.4 M 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================================ 2023-12-01T06:03:15.293 INFO:teuthology.orchestra.run.smithi099.stdout:Install 8 Packages 2023-12-01T06:03:15.294 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:15.294 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 35 M 2023-12-01T06:03:15.294 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 210 M 2023-12-01T06:03:15.294 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:03:15.419 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:03:15.420 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-dashboard noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 1.8 M 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-grafana-dashboards noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 28 k 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-prometheus-alerts noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 15 k 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jwt noarch 1.6.1-2.el8 baseos 43 k 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout: python3-repoze-lru noarch 0.7-6.el8 epel 34 k 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout: python3-routes noarch 2.4.1-12.el8 epel 196 k 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:03:15.421 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:15.422 INFO:teuthology.orchestra.run.smithi043.stdout:Install 6 Packages 2023-12-01T06:03:15.422 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:15.422 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 2.1 M 2023-12-01T06:03:15.422 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 8.6 M 2023-12-01T06:03:15.422 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:03:15.936 INFO:teuthology.orchestra.run.smithi043.stdout:(1/6): ceph-grafana-dashboards-18.0.0-7662.g875 130 kB/s | 28 kB 00:00 2023-12-01T06:03:15.984 INFO:teuthology.orchestra.run.smithi043.stdout:(2/6): ceph-prometheus-alerts-18.0.0-7662.g8750 57 kB/s | 15 kB 00:00 2023-12-01T06:03:16.220 INFO:teuthology.orchestra.run.smithi043.stdout:(3/6): ceph-mgr-dashboard-18.0.0-7662.g875037c4 3.5 MB/s | 1.8 MB 00:00 2023-12-01T06:03:16.328 INFO:teuthology.orchestra.run.smithi043.stdout:(4/6): python3-jwt-1.6.1-2.el8.noarch.rpm 109 kB/s | 43 kB 00:00 2023-12-01T06:03:16.387 INFO:teuthology.orchestra.run.smithi043.stdout:(5/6): python3-repoze-lru-0.7-6.el8.noarch.rpm 84 kB/s | 34 kB 00:00 2023-12-01T06:03:16.453 INFO:teuthology.orchestra.run.smithi099.stdout:(1/8): ceph-mgr-diskprediction-local-18.0.0-766 9.4 MB/s | 7.4 MB 00:00 2023-12-01T06:03:17.247 INFO:teuthology.orchestra.run.smithi043.stdout:(6/6): python3-routes-2.4.1-12.el8.noarch.rpm 191 kB/s | 196 kB 00:01 2023-12-01T06:03:17.249 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:17.249 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.1 MB/s | 2.1 MB 00:01 2023-12-01T06:03:17.262 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:03:17.273 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:03:17.273 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:03:17.359 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:03:17.363 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:03:17.659 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:03:17.891 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-repoze-lru-0.7-6.el8.noarch 1/6 2023-12-01T06:03:18.126 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-routes-2.4.1-12.el8.noarch 2/6 2023-12-01T06:03:18.281 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jwt-1.6.1-2.el8.noarch 3/6 2023-12-01T06:03:18.438 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-prometheus-alerts-2:18.0.0-7662.g875037c4.el8.n 4/6 2023-12-01T06:03:18.815 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-grafana-dashboards-2:18.0.0-7662.g875037c4.el8. 5/6 2023-12-01T06:03:19.061 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-dashboard-2:18.0.0-7662.g875037c4.el8.noarc 6/6 2023-12-01T06:03:19.378 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-dashboard-2:18.0.0-7662.g875037c4.el8.noarc 6/6 2023-12-01T06:03:19.378 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-grafana-dashboards-2:18.0.0-7662.g875037c4.el8. 1/6 2023-12-01T06:03:19.378 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-dashboard-2:18.0.0-7662.g875037c4.el8.noarc 2/6 2023-12-01T06:03:19.379 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-prometheus-alerts-2:18.0.0-7662.g875037c4.el8.n 3/6 2023-12-01T06:03:19.379 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jwt-1.6.1-2.el8.noarch 4/6 2023-12-01T06:03:19.379 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-repoze-lru-0.7-6.el8.noarch 5/6 2023-12-01T06:03:20.144 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-routes-2.4.1-12.el8.noarch 6/6 2023-12-01T06:03:20.144 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:20.144 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:03:20.145 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-grafana-dashboards-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:20.145 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-dashboard-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:20.145 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-prometheus-alerts-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:20.145 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jwt-1.6.1-2.el8.noarch 2023-12-01T06:03:20.145 INFO:teuthology.orchestra.run.smithi043.stdout: python3-repoze-lru-0.7-6.el8.noarch 2023-12-01T06:03:20.145 INFO:teuthology.orchestra.run.smithi043.stdout: python3-routes-2.4.1-12.el8.noarch 2023-12-01T06:03:20.145 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:20.145 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:03:20.286 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-diskprediction-local 2023-12-01T06:03:21.204 INFO:teuthology.orchestra.run.smithi099.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 898 kB/s | 4.9 MB 00:05 2023-12-01T06:03:21.274 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:01:50 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:03:22.459 INFO:teuthology.orchestra.run.smithi099.stdout:(3/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 179 kB/s | 225 kB 00:01 2023-12-01T06:03:23.162 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:03:23.163 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================================ 2023-12-01T06:03:23.163 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:03:23.163 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================================ 2023-12-01T06:03:23.163 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:03:23.163 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-diskprediction-local noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 7.4 M 2023-12-01T06:03:23.163 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-01T06:03:23.163 INFO:teuthology.orchestra.run.smithi043.stdout: libgfortran x86_64 8.5.0-21.el8 baseos 645 k 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout: libquadmath x86_64 8.5.0-21.el8 baseos 172 k 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout: openblas x86_64 0.3.15-4.el8 appstream 4.7 M 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-threads x86_64 0.3.15-4.el8 appstream 4.9 M 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy x86_64 1:1.14.3-10.el8 appstream 3.7 M 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-f2py x86_64 1:1.14.3-10.el8 appstream 225 k 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout: python3-scipy x86_64 1.0.0-21.module_el8.5.0+771+e5d9a225 appstream 14 M 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================================ 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout:Install 8 Packages 2023-12-01T06:03:23.164 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:23.165 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 35 M 2023-12-01T06:03:23.165 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 210 M 2023-12-01T06:03:23.165 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:03:23.180 INFO:teuthology.orchestra.run.smithi099.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 568 kB/s | 3.7 MB 00:06 2023-12-01T06:03:23.739 INFO:teuthology.orchestra.run.smithi099.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 1.1 MB/s | 645 kB 00:00 2023-12-01T06:03:23.839 INFO:teuthology.orchestra.run.smithi099.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 1.7 MB/s | 172 kB 00:00 2023-12-01T06:03:23.906 INFO:teuthology.orchestra.run.smithi099.stdout:(7/8): openblas-0.3.15-4.el8.x86_64.rpm 588 kB/s | 4.7 MB 00:08 2023-12-01T06:03:24.113 INFO:teuthology.orchestra.run.smithi043.stdout:(1/8): ceph-mgr-diskprediction-local-18.0.0-766 13 MB/s | 7.4 MB 00:00 2023-12-01T06:03:27.221 INFO:teuthology.orchestra.run.smithi043.stdout:(2/8): openblas-threads-0.3.15-4.el8.x86_64.rpm 1.3 MB/s | 4.9 MB 00:03 2023-12-01T06:03:27.288 INFO:teuthology.orchestra.run.smithi043.stdout:(3/8): openblas-0.3.15-4.el8.x86_64.rpm 1.3 MB/s | 4.7 MB 00:03 2023-12-01T06:03:27.505 INFO:teuthology.orchestra.run.smithi043.stdout:(4/8): python3-numpy-1.14.3-10.el8.x86_64.rpm 1.1 MB/s | 3.7 MB 00:03 2023-12-01T06:03:27.534 INFO:teuthology.orchestra.run.smithi043.stdout:[MIRROR] python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64.rpm: Status code: 503 for http://mirrors.rcs.alaska.edu/centos/8-stream/AppStream/x86_64/os/Packages/python3-scipy-1.0.0-21.module_el8.5.0%2b771%2be5d9a225.x86_64.rpm (IP: 199.165.82.202) 2023-12-01T06:03:28.303 INFO:teuthology.orchestra.run.smithi043.stdout:(5/8): libgfortran-8.5.0-21.el8.x86_64.rpm 809 kB/s | 645 kB 00:00 2023-12-01T06:03:28.363 INFO:teuthology.orchestra.run.smithi099.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 2.3 MB/s | 14 MB 00:05 2023-12-01T06:03:28.364 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:28.365 INFO:teuthology.orchestra.run.smithi099.stdout:Total 2.7 MB/s | 35 MB 00:13 2023-12-01T06:03:28.406 INFO:teuthology.orchestra.run.smithi043.stdout:(6/8): libquadmath-8.5.0-21.el8.x86_64.rpm 1.6 MB/s | 172 kB 00:00 2023-12-01T06:03:28.601 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:03:28.619 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:03:28.619 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:03:28.633 INFO:teuthology.orchestra.run.smithi043.stdout:(7/8): python3-numpy-f2py-1.14.3-10.el8.x86_64. 159 kB/s | 225 kB 00:01 2023-12-01T06:03:28.938 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:03:28.941 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:03:29.484 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:03:29.663 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-01T06:03:29.777 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-01T06:03:29.921 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-01T06:03:29.939 INFO:teuthology.orchestra.run.smithi043.stdout:(8/8): python3-scipy-1.0.0-21.module_el8.5.0+77 5.2 MB/s | 14 MB 00:02 2023-12-01T06:03:29.940 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:29.941 INFO:teuthology.orchestra.run.smithi043.stdout:Total 5.2 MB/s | 35 MB 00:06 2023-12-01T06:03:30.193 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:03:30.213 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:03:30.213 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:03:30.502 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-01T06:03:30.566 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:03:30.570 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:03:30.688 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-01T06:03:31.181 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:03:31.303 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-01T06:03:31.326 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-01T06:03:31.452 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libquadmath-8.5.0-21.el8.x86_64 1/8 2023-12-01T06:03:31.454 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-01T06:03:31.585 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-01T06:03:32.146 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-01T06:03:32.247 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libgfortran-8.5.0-21.el8.x86_64 2/8 2023-12-01T06:03:32.418 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : openblas-0.3.15-4.el8.x86_64 3/8 2023-12-01T06:03:32.464 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T06:03:32.687 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T06:03:33.109 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: openblas-0.3.15-4.el8.x86_64 3/8 2023-12-01T06:03:33.259 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-01T06:03:34.041 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: openblas-threads-0.3.15-4.el8.x86_64 4/8 2023-12-01T06:03:34.401 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-numpy-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T06:03:34.434 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T06:03:34.651 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T06:03:35.648 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-12-01T06:03:35.862 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7662.g875037c 8/8 2023-12-01T06:03:36.206 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7662.g875037c 8/8 2023-12-01T06:03:36.206 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7662.g875037c 1/8 2023-12-01T06:03:36.206 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-01T06:03:36.206 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-01T06:03:36.206 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-01T06:03:36.206 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T06:03:36.206 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-12-01T06:03:36.206 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-01T06:03:36.621 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 6/8 2023-12-01T06:03:36.917 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:36.918 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:03:37.047 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-mgr-rook 2023-12-01T06:03:37.892 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:10 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:03:37.954 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 7/8 2023-12-01T06:03:38.167 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-diskprediction-local-2:18.0.0-7662.g875037c 8/8 2023-12-01T06:03:38.534 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:18.0.0-7662.g875037c 8/8 2023-12-01T06:03:38.534 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-diskprediction-local-2:18.0.0-7662.g875037c 1/8 2023-12-01T06:03:38.534 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : openblas-0.3.15-4.el8.x86_64 2/8 2023-12-01T06:03:38.534 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : openblas-threads-0.3.15-4.el8.x86_64 3/8 2023-12-01T06:03:38.534 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-numpy-1:1.14.3-10.el8.x86_64 4/8 2023-12-01T06:03:38.534 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-numpy-f2py-1:1.14.3-10.el8.x86_64 5/8 2023-12-01T06:03:38.534 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x 6/8 2023-12-01T06:03:38.534 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libgfortran-8.5.0-21.el8.x86_64 7/8 2023-12-01T06:03:39.355 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libquadmath-8.5.0-21.el8.x86_64 8/8 2023-12-01T06:03:39.355 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-diskprediction-local-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout: libgfortran-8.5.0-21.el8.x86_64 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout: libquadmath-8.5.0-21.el8.x86_64 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-0.3.15-4.el8.x86_64 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout: openblas-threads-0.3.15-4.el8.x86_64 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-1:1.14.3-10.el8.x86_64 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout: python3-numpy-f2py-1:1.14.3-10.el8.x86_64 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout: python3-scipy-1.0.0-21.module_el8.5.0+771+e5d9a225.x86_64 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:39.356 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:03:39.506 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-rook 2023-12-01T06:03:39.593 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-rook noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 50 k 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-01T06:03:39.595 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout:Install 13 Packages 2023-12-01T06:03:39.596 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:39.597 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 1.9 M 2023-12-01T06:03:39.597 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 25 M 2023-12-01T06:03:39.597 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:03:40.109 INFO:teuthology.orchestra.run.smithi099.stdout:(1/13): ceph-mgr-rook-18.0.0-7662.g875037c4.el8 194 kB/s | 50 kB 00:00 2023-12-01T06:03:40.276 INFO:teuthology.orchestra.run.smithi099.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 62 kB/s | 27 kB 00:00 2023-12-01T06:03:40.301 INFO:teuthology.orchestra.run.smithi099.stdout:(3/13): python3-jsonpointer-1.10-11.el8.noarch. 44 kB/s | 20 kB 00:00 2023-12-01T06:03:40.485 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:09 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:03:40.718 INFO:teuthology.orchestra.run.smithi099.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 372 kB/s | 155 kB 00:00 2023-12-01T06:03:40.826 INFO:teuthology.orchestra.run.smithi099.stdout:(5/13): python3-requests-oauthlib-1.0.0-1.el8.n 394 kB/s | 43 kB 00:00 2023-12-01T06:03:40.910 INFO:teuthology.orchestra.run.smithi099.stdout:(6/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 158 kB/s | 126 kB 00:00 2023-12-01T06:03:41.094 INFO:teuthology.orchestra.run.smithi099.stdout:(7/13): python3-pyasn1-modules-0.3.7-6.el8.noar 134 kB/s | 110 kB 00:00 2023-12-01T06:03:41.236 INFO:teuthology.orchestra.run.smithi099.stdout:(8/13): python3-certifi-2018.10.15-7.el8.noarch 50 kB/s | 16 kB 00:00 2023-12-01T06:03:41.261 INFO:teuthology.orchestra.run.smithi099.stdout:(9/13): python3-cachetools-3.1.1-4.el8.noarch.r 76 kB/s | 33 kB 00:00 2023-12-01T06:03:41.478 INFO:teuthology.orchestra.run.smithi099.stdout:(10/13): python3-rsa-4.9-2.el8.noarch.rpm 296 kB/s | 64 kB 00:00 2023-12-01T06:03:41.603 INFO:teuthology.orchestra.run.smithi099.stdout:(11/13): python3-google-auth-1.1.1-10.el8.noarc 160 kB/s | 81 kB 00:00 2023-12-01T06:03:41.720 INFO:teuthology.orchestra.run.smithi099.stdout:(12/13): python3-websocket-client-0.56.0-5.el8. 253 kB/s | 61 kB 00:00 2023-12-01T06:03:42.367 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:03:42.369 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:42.369 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-rook noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 50 k 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cachetools noarch 3.1.1-4.el8 epel 33 k 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: python3-certifi noarch 2018.10.15-7.el8 epel 16 k 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: python3-google-auth noarch 1:1.1.1-10.el8 epel 81 k 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpatch noarch 1.21-2.el8 appstream 27 k 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpointer noarch 1.10-11.el8 appstream 20 k 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: python3-kubernetes noarch 1:11.0.0-6.el8 epel 1.2 M 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: python3-oauthlib noarch 2.1.0-1.el8 baseos 155 k 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1 noarch 0.3.7-6.el8 appstream 126 k 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-modules noarch 0.3.7-6.el8 appstream 110 k 2023-12-01T06:03:42.370 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-oauthlib noarch 1.0.0-1.el8 baseos 43 k 2023-12-01T06:03:42.371 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rsa noarch 4.9-2.el8 epel 64 k 2023-12-01T06:03:42.371 INFO:teuthology.orchestra.run.smithi043.stdout: python3-websocket-client noarch 0.56.0-5.el8 epel 61 k 2023-12-01T06:03:42.371 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:42.371 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:03:42.371 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:42.371 INFO:teuthology.orchestra.run.smithi043.stdout:Install 13 Packages 2023-12-01T06:03:42.371 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:42.371 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 1.9 M 2023-12-01T06:03:42.372 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 25 M 2023-12-01T06:03:42.372 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:03:42.921 INFO:teuthology.orchestra.run.smithi043.stdout:(1/13): ceph-mgr-rook-18.0.0-7662.g875037c4.el8 289 kB/s | 50 kB 00:00 2023-12-01T06:03:43.203 INFO:teuthology.orchestra.run.smithi043.stdout:(2/13): python3-jsonpatch-1.21-2.el8.noarch.rpm 58 kB/s | 27 kB 00:00 2023-12-01T06:03:43.228 INFO:teuthology.orchestra.run.smithi043.stdout:(3/13): python3-jsonpointer-1.10-11.el8.noarch. 41 kB/s | 20 kB 00:00 2023-12-01T06:03:43.529 INFO:teuthology.orchestra.run.smithi099.stdout:(13/13): python3-kubernetes-11.0.0-6.el8.noarch 521 kB/s | 1.2 MB 00:02 2023-12-01T06:03:43.529 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:43.529 INFO:teuthology.orchestra.run.smithi099.stdout:Total 503 kB/s | 1.9 MB 00:03 2023-12-01T06:03:43.590 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:03:43.606 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:03:43.606 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:03:43.693 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:03:43.697 INFO:teuthology.orchestra.run.smithi043.stdout:(4/13): python3-oauthlib-2.1.0-1.el8.noarch.rpm 332 kB/s | 155 kB 00:00 2023-12-01T06:03:43.697 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:03:43.756 INFO:teuthology.orchestra.run.smithi043.stdout:(5/13): python3-pyasn1-0.3.7-6.el8.noarch.rpm 151 kB/s | 126 kB 00:00 2023-12-01T06:03:43.796 INFO:teuthology.orchestra.run.smithi043.stdout:(6/13): python3-requests-oauthlib-1.0.0-1.el8.n 425 kB/s | 43 kB 00:00 2023-12-01T06:03:43.921 INFO:teuthology.orchestra.run.smithi043.stdout:(7/13): python3-certifi-2018.10.15-7.el8.noarch 130 kB/s | 16 kB 00:00 2023-12-01T06:03:43.947 INFO:teuthology.orchestra.run.smithi043.stdout:(8/13): python3-cachetools-3.1.1-4.el8.noarch.r 171 kB/s | 33 kB 00:00 2023-12-01T06:03:44.014 INFO:teuthology.orchestra.run.smithi043.stdout:(9/13): python3-google-auth-1.1.1-10.el8.noarch 885 kB/s | 81 kB 00:00 2023-12-01T06:03:44.039 INFO:teuthology.orchestra.run.smithi043.stdout:(10/13): python3-pyasn1-modules-0.3.7-6.el8.noa 132 kB/s | 110 kB 00:00 2023-12-01T06:03:44.073 INFO:teuthology.orchestra.run.smithi043.stdout:(11/13): python3-rsa-4.9-2.el8.noarch.rpm 1.1 MB/s | 64 kB 00:00 2023-12-01T06:03:44.198 INFO:teuthology.orchestra.run.smithi043.stdout:(12/13): python3-kubernetes-11.0.0-6.el8.noarch 4.6 MB/s | 1.2 MB 00:00 2023-12-01T06:03:44.223 INFO:teuthology.orchestra.run.smithi043.stdout:(13/13): python3-websocket-client-0.56.0-5.el8. 333 kB/s | 61 kB 00:00 2023-12-01T06:03:44.223 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:44.223 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.0 MB/s | 1.9 MB 00:01 2023-12-01T06:03:44.276 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:03:44.288 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:03:44.305 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:03:44.306 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:03:44.403 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:03:44.406 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:03:44.503 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-01T06:03:44.734 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-01T06:03:44.978 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-01T06:03:44.993 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:03:45.216 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-01T06:03:45.242 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyasn1-0.3.7-6.el8.noarch 1/13 2023-12-01T06:03:45.447 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-pyasn1-modules-0.3.7-6.el8.noarch 2/13 2023-12-01T06:03:45.448 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-01T06:03:45.680 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-01T06:03:45.698 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-rsa-4.9-2.el8.noarch 3/13 2023-12-01T06:03:45.958 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-websocket-client-0.56.0-5.el8.noarch 4/13 2023-12-01T06:03:45.996 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-01T06:03:46.192 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-certifi-2018.10.15-7.el8.noarch 5/13 2023-12-01T06:03:46.272 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-01T06:03:46.452 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-cachetools-3.1.1-4.el8.noarch 6/13 2023-12-01T06:03:46.706 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-google-auth-1:1.1.1-10.el8.noarch 7/13 2023-12-01T06:03:46.991 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-oauthlib-2.1.0-1.el8.noarch 8/13 2023-12-01T06:03:47.309 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-01T06:03:47.582 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-01T06:03:47.799 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-01T06:03:48.028 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-01T06:03:48.160 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-requests-oauthlib-1.0.0-1.el8.noarch 9/13 2023-12-01T06:03:48.200 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-rook-2:18.0.0-7662.g875037c4.el8.noarch 13/13 2023-12-01T06:03:48.457 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-kubernetes-1:11.0.0-6.el8.noarch 10/13 2023-12-01T06:03:48.500 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7662.g875037c4.el8.noarch 13/13 2023-12-01T06:03:48.500 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7662.g875037c4.el8.noarch 1/13 2023-12-01T06:03:48.500 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-01T06:03:48.500 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-01T06:03:48.500 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-01T06:03:48.500 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-01T06:03:48.501 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-01T06:03:48.501 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-01T06:03:48.501 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-01T06:03:48.501 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-01T06:03:48.501 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-01T06:03:48.501 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-01T06:03:48.501 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-01T06:03:48.691 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jsonpointer-1.10-11.el8.noarch 11/13 2023-12-01T06:03:48.872 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jsonpatch-1.21-2.el8.noarch 12/13 2023-12-01T06:03:49.269 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-rook-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-01T06:03:49.270 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-01T06:03:49.271 INFO:teuthology.orchestra.run.smithi099.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-01T06:03:49.271 INFO:teuthology.orchestra.run.smithi099.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-01T06:03:49.271 INFO:teuthology.orchestra.run.smithi099.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-01T06:03:49.271 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:49.271 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:03:49.387 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-mgr-cephadm 2023-12-01T06:03:49.526 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-rook-2:18.0.0-7662.g875037c4.el8.noarch 13/13 2023-12-01T06:03:49.891 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-rook-2:18.0.0-7662.g875037c4.el8.noarch 13/13 2023-12-01T06:03:49.891 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-rook-2:18.0.0-7662.g875037c4.el8.noarch 1/13 2023-12-01T06:03:49.891 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jsonpatch-1.21-2.el8.noarch 2/13 2023-12-01T06:03:49.891 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jsonpointer-1.10-11.el8.noarch 3/13 2023-12-01T06:03:49.891 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyasn1-0.3.7-6.el8.noarch 4/13 2023-12-01T06:03:49.891 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-pyasn1-modules-0.3.7-6.el8.noarch 5/13 2023-12-01T06:03:49.891 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-oauthlib-2.1.0-1.el8.noarch 6/13 2023-12-01T06:03:49.892 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-requests-oauthlib-1.0.0-1.el8.noarch 7/13 2023-12-01T06:03:49.892 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-cachetools-3.1.1-4.el8.noarch 8/13 2023-12-01T06:03:49.892 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-certifi-2018.10.15-7.el8.noarch 9/13 2023-12-01T06:03:49.892 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-google-auth-1:1.1.1-10.el8.noarch 10/13 2023-12-01T06:03:49.892 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-kubernetes-1:11.0.0-6.el8.noarch 11/13 2023-12-01T06:03:49.892 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-rsa-4.9-2.el8.noarch 12/13 2023-12-01T06:03:50.247 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:23 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:03:50.721 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-websocket-client-0.56.0-5.el8.noarch 13/13 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-rook-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: python3-cachetools-3.1.1-4.el8.noarch 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: python3-certifi-2018.10.15-7.el8.noarch 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: python3-google-auth-1:1.1.1-10.el8.noarch 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpatch-1.21-2.el8.noarch 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jsonpointer-1.10-11.el8.noarch 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: python3-kubernetes-1:11.0.0-6.el8.noarch 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: python3-oauthlib-2.1.0-1.el8.noarch 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-0.3.7-6.el8.noarch 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: python3-pyasn1-modules-0.3.7-6.el8.noarch 2023-12-01T06:03:50.722 INFO:teuthology.orchestra.run.smithi043.stdout: python3-requests-oauthlib-1.0.0-1.el8.noarch 2023-12-01T06:03:50.723 INFO:teuthology.orchestra.run.smithi043.stdout: python3-rsa-4.9-2.el8.noarch 2023-12-01T06:03:50.723 INFO:teuthology.orchestra.run.smithi043.stdout: python3-websocket-client-0.56.0-5.el8.noarch 2023-12-01T06:03:50.723 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:50.723 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:03:50.848 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-mgr-cephadm 2023-12-01T06:03:51.834 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:20 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:03:51.929 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:03:51.929 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:51.929 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:03:51.929 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:51.929 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 133 k 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout:Install 5 Packages 2023-12-01T06:03:51.930 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:51.931 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 6.0 M 2023-12-01T06:03:51.931 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 26 M 2023-12-01T06:03:51.931 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:03:52.426 INFO:teuthology.orchestra.run.smithi099.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7662.g875037c4.e 727 kB/s | 133 kB 00:00 2023-12-01T06:03:53.043 INFO:teuthology.orchestra.run.smithi099.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 772 kB/s | 476 kB 00:00 2023-12-01T06:03:53.160 INFO:teuthology.orchestra.run.smithi099.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 516 kB/s | 60 kB 00:00 2023-12-01T06:03:53.714 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:03:53.715 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:53.715 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:03:53.715 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:53.715 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:03:53.715 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-cephadm noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 133 k 2023-12-01T06:03:53.715 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-01T06:03:53.715 INFO:teuthology.orchestra.run.smithi043.stdout: python3-asyncssh noarch 2.7.0-2.el8 epel 476 k 2023-12-01T06:03:53.715 INFO:teuthology.orchestra.run.smithi043.stdout: python3-babel noarch 2.5.1-7.el8 appstream 4.8 M 2023-12-01T06:03:53.715 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jinja2 noarch 2.10.1-3.el8 appstream 538 k 2023-12-01T06:03:53.715 INFO:teuthology.orchestra.run.smithi043.stdout: python3-natsort noarch 7.1.1-2.el8 epel 60 k 2023-12-01T06:03:53.716 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:53.716 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:03:53.716 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:03:53.716 INFO:teuthology.orchestra.run.smithi043.stdout:Install 5 Packages 2023-12-01T06:03:53.716 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:03:53.716 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 6.0 M 2023-12-01T06:03:53.716 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 26 M 2023-12-01T06:03:53.716 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:03:53.910 INFO:teuthology.orchestra.run.smithi099.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 323 kB/s | 538 kB 00:01 2023-12-01T06:03:54.339 INFO:teuthology.orchestra.run.smithi043.stdout:(1/5): ceph-mgr-cephadm-18.0.0-7662.g875037c4.e 706 kB/s | 133 kB 00:00 2023-12-01T06:03:55.556 INFO:teuthology.orchestra.run.smithi043.stdout:(2/5): python3-asyncssh-2.7.0-2.el8.noarch.rpm 391 kB/s | 476 kB 00:01 2023-12-01T06:03:55.756 INFO:teuthology.orchestra.run.smithi043.stdout:(3/5): python3-natsort-7.1.1-2.el8.noarch.rpm 301 kB/s | 60 kB 00:00 2023-12-01T06:03:55.873 INFO:teuthology.orchestra.run.smithi043.stdout:(4/5): python3-jinja2-2.10.1-3.el8.noarch.rpm 312 kB/s | 538 kB 00:01 2023-12-01T06:03:56.010 INFO:teuthology.orchestra.run.smithi099.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 1.3 MB/s | 4.8 MB 00:03 2023-12-01T06:03:56.011 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:56.011 INFO:teuthology.orchestra.run.smithi099.stdout:Total 1.5 MB/s | 6.0 MB 00:04 2023-12-01T06:03:56.066 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:03:56.078 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:03:56.078 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:03:56.180 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:03:56.185 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:03:56.445 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:03:56.753 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-01T06:03:57.699 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-01T06:03:58.085 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-01T06:03:58.346 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-01T06:03:58.532 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7662.g875037c4.el8.noarch 5/5 2023-12-01T06:03:58.813 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7662.g875037c4.el8.noarch 5/5 2023-12-01T06:03:58.813 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7662.g875037c4.el8.noarch 1/5 2023-12-01T06:03:58.813 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-01T06:03:58.813 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-01T06:03:58.813 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-01T06:03:59.364 INFO:teuthology.orchestra.run.smithi043.stdout:(5/5): python3-babel-2.5.1-7.el8.noarch.rpm 940 kB/s | 4.8 MB 00:05 2023-12-01T06:03:59.365 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:59.366 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.1 MB/s | 6.0 MB 00:05 2023-12-01T06:03:59.424 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:03:59.437 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:03:59.437 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:03:59.495 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-01T06:03:59.495 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:59.495 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:03:59.495 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-mgr-cephadm-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:03:59.495 INFO:teuthology.orchestra.run.smithi099.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-01T06:03:59.495 INFO:teuthology.orchestra.run.smithi099.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-01T06:03:59.495 INFO:teuthology.orchestra.run.smithi099.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-01T06:03:59.495 INFO:teuthology.orchestra.run.smithi099.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-01T06:03:59.496 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:03:59.496 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:03:59.554 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:03:59.557 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:03:59.636 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-fuse 2023-12-01T06:03:59.826 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:04:00.198 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-natsort-7.1.1-2.el8.noarch 1/5 2023-12-01T06:04:00.482 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:33 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:01.277 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-asyncssh-2.7.0-2.el8.noarch 2/5 2023-12-01T06:04:01.645 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-babel-2.5.1-7.el8.noarch 3/5 2023-12-01T06:04:01.953 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : python3-jinja2-2.10.1-3.el8.noarch 4/5 2023-12-01T06:04:02.157 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:02.157 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:02.157 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:04:02.158 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:02.158 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:04:02.158 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-fuse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 919 k 2023-12-01T06:04:02.158 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2023-12-01T06:04:02.158 INFO:teuthology.orchestra.run.smithi099.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-01T06:04:02.158 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:02.158 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:04:02.158 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:02.158 INFO:teuthology.orchestra.run.smithi099.stdout:Install 2 Packages 2023-12-01T06:04:02.159 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:02.159 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 1.0 M 2023-12-01T06:04:02.159 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 3.1 M 2023-12-01T06:04:02.159 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:04:02.163 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-mgr-cephadm-2:18.0.0-7662.g875037c4.el8.noarch 5/5 2023-12-01T06:04:02.459 INFO:teuthology.orchestra.run.smithi099.stdout:(1/2): ceph-fuse-18.0.0-7662.g875037c4.el8.x86_ 3.5 MB/s | 919 kB 00:00 2023-12-01T06:04:02.523 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-mgr-cephadm-2:18.0.0-7662.g875037c4.el8.noarch 5/5 2023-12-01T06:04:02.523 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-mgr-cephadm-2:18.0.0-7662.g875037c4.el8.noarch 1/5 2023-12-01T06:04:02.523 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-babel-2.5.1-7.el8.noarch 2/5 2023-12-01T06:04:02.523 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-jinja2-2.10.1-3.el8.noarch 3/5 2023-12-01T06:04:02.523 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-asyncssh-2.7.0-2.el8.noarch 4/5 2023-12-01T06:04:02.993 INFO:teuthology.orchestra.run.smithi099.stdout:(2/2): fuse-2.9.7-17.el8.x86_64.rpm 105 kB/s | 83 kB 00:00 2023-12-01T06:04:02.993 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:02.994 INFO:teuthology.orchestra.run.smithi099.stdout:Total 1.2 MB/s | 1.0 MB 00:00 2023-12-01T06:04:03.005 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:04:03.027 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:04:03.027 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:04:03.116 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:04:03.119 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:04:03.306 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : python3-natsort-7.1.1-2.el8.noarch 5/5 2023-12-01T06:04:03.306 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:03.306 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:04:03.306 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-mgr-cephadm-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:04:03.306 INFO:teuthology.orchestra.run.smithi043.stdout: python3-asyncssh-2.7.0-2.el8.noarch 2023-12-01T06:04:03.307 INFO:teuthology.orchestra.run.smithi043.stdout: python3-babel-2.5.1-7.el8.noarch 2023-12-01T06:04:03.307 INFO:teuthology.orchestra.run.smithi043.stdout: python3-jinja2-2.10.1-3.el8.noarch 2023-12-01T06:04:03.307 INFO:teuthology.orchestra.run.smithi043.stdout: python3-natsort-7.1.1-2.el8.noarch 2023-12-01T06:04:03.307 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:03.307 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:03.311 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:04:03.483 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-fuse 2023-12-01T06:04:03.626 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-01T06:04:03.830 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 2/2 2023-12-01T06:04:04.207 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 2/2 2023-12-01T06:04:04.208 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 1/2 2023-12-01T06:04:04.464 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:33 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:05.754 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-01T06:04:05.755 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:05.755 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:04:05.755 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-01T06:04:05.755 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:05.755 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:06.331 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:06.331 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:06.332 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:04:06.332 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:06.332 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:04:06.332 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-fuse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 919 k 2023-12-01T06:04:06.332 INFO:teuthology.orchestra.run.smithi043.stdout:Installing dependencies: 2023-12-01T06:04:06.332 INFO:teuthology.orchestra.run.smithi043.stdout: fuse x86_64 2.9.7-17.el8 baseos 83 k 2023-12-01T06:04:06.332 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:06.333 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:04:06.333 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:06.333 INFO:teuthology.orchestra.run.smithi043.stdout:Install 2 Packages 2023-12-01T06:04:06.333 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:06.334 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 1.0 M 2023-12-01T06:04:06.334 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 3.1 M 2023-12-01T06:04:06.334 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:04:06.802 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install ceph-volume 2023-12-01T06:04:06.909 INFO:teuthology.orchestra.run.smithi043.stdout:(1/2): ceph-fuse-18.0.0-7662.g875037c4.el8.x86_ 1.7 MB/s | 919 kB 00:00 2023-12-01T06:04:06.975 INFO:teuthology.orchestra.run.smithi043.stdout:(2/2): fuse-2.9.7-17.el8.x86_64.rpm 138 kB/s | 83 kB 00:00 2023-12-01T06:04:06.976 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:06.976 INFO:teuthology.orchestra.run.smithi043.stdout:Total 1.5 MB/s | 1.0 MB 00:00 2023-12-01T06:04:06.990 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:04:07.015 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:04:07.015 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:04:07.117 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:04:07.121 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:04:07.312 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:04:07.609 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : fuse-2.9.7-17.el8.x86_64 1/2 2023-12-01T06:04:07.672 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:40 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:07.822 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 2/2 2023-12-01T06:04:08.257 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 2/2 2023-12-01T06:04:08.257 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 1/2 2023-12-01T06:04:09.009 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : fuse-2.9.7-17.el8.x86_64 2/2 2023-12-01T06:04:09.010 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:09.010 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:04:09.010 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 fuse-2.9.7-17.el8.x86_64 2023-12-01T06:04:09.010 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:09.010 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:09.248 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install ceph-volume 2023-12-01T06:04:09.330 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:09.330 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:09.331 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repository Size 2023-12-01T06:04:09.331 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:09.331 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:04:09.331 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-volume noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 262 k 2023-12-01T06:04:09.331 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:09.331 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:04:09.331 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:09.331 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2023-12-01T06:04:09.331 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:09.332 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 262 k 2023-12-01T06:04:09.332 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 1.3 M 2023-12-01T06:04:09.332 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:04:09.538 INFO:teuthology.orchestra.run.smithi099.stdout:ceph-volume-18.0.0-7662.g875037c4.el8.noarch.rp 1.3 MB/s | 262 kB 00:00 2023-12-01T06:04:09.539 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:09.539 INFO:teuthology.orchestra.run.smithi099.stdout:Total 1.3 MB/s | 262 kB 00:00 2023-12-01T06:04:09.539 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:04:09.545 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:04:09.545 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:04:09.582 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:04:09.585 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:04:09.764 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:04:10.046 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : ceph-volume-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:04:10.236 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:39 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:10.458 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: ceph-volume-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:04:11.164 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : ceph-volume-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:04:11.165 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:11.165 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:04:11.165 INFO:teuthology.orchestra.run.smithi099.stdout: ceph-volume-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:04:11.165 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:11.165 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:11.364 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install librados-devel 2023-12-01T06:04:12.112 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:12.113 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:12.113 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repository Size 2023-12-01T06:04:12.113 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:12.113 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:04:12.113 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-volume noarch 2:18.0.0-7662.g875037c4.el8 ceph-noarch 262 k 2023-12-01T06:04:12.113 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:12.113 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:04:12.113 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:12.113 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2023-12-01T06:04:12.113 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:12.114 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 262 k 2023-12-01T06:04:12.114 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 1.3 M 2023-12-01T06:04:12.114 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:04:12.224 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:45 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:12.516 INFO:teuthology.orchestra.run.smithi043.stdout:ceph-volume-18.0.0-7662.g875037c4.el8.noarch.rp 651 kB/s | 262 kB 00:00 2023-12-01T06:04:12.517 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:12.517 INFO:teuthology.orchestra.run.smithi043.stdout:Total 648 kB/s | 262 kB 00:00 2023-12-01T06:04:12.518 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:04:12.531 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:04:12.531 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:04:12.584 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:04:12.587 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:04:12.789 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:04:13.012 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : ceph-volume-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:04:13.501 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: ceph-volume-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:04:13.909 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:13.909 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:13.909 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repo Size 2023-12-01T06:04:13.910 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:13.910 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:04:13.910 INFO:teuthology.orchestra.run.smithi099.stdout: librados-devel x86_64 2:18.0.0-7662.g875037c4.el8 ceph 139 k 2023-12-01T06:04:13.910 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:13.910 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:04:13.910 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:13.910 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2023-12-01T06:04:13.910 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:13.911 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 139 k 2023-12-01T06:04:13.911 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 513 k 2023-12-01T06:04:13.911 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:04:14.104 INFO:teuthology.orchestra.run.smithi099.stdout:librados-devel-18.0.0-7662.g875037c4.el8.x86_64 719 kB/s | 139 kB 00:00 2023-12-01T06:04:14.105 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:14.105 INFO:teuthology.orchestra.run.smithi099.stdout:Total 714 kB/s | 139 kB 00:00 2023-12-01T06:04:14.105 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:04:14.110 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:04:14.110 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:04:14.161 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:04:14.165 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:04:14.261 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : ceph-volume-2:18.0.0-7662.g875037c4.el8.noarch 1/1 2023-12-01T06:04:14.261 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:14.261 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:04:14.261 INFO:teuthology.orchestra.run.smithi043.stdout: ceph-volume-2:18.0.0-7662.g875037c4.el8.noarch 2023-12-01T06:04:14.261 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:14.261 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:14.288 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:04:14.460 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librados-devel 2023-12-01T06:04:14.527 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : librados-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:14.813 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: librados-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:15.446 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:44 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:15.478 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : librados-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:15.478 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:15.478 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:04:15.478 INFO:teuthology.orchestra.run.smithi099.stdout: librados-devel-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:04:15.478 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:15.478 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:15.710 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install libcephfs2 2023-12-01T06:04:16.578 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:49 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:17.312 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:17.312 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:17.312 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2023-12-01T06:04:17.312 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:17.313 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:04:17.313 INFO:teuthology.orchestra.run.smithi043.stdout: librados-devel x86_64 2:18.0.0-7662.g875037c4.el8 ceph 139 k 2023-12-01T06:04:17.313 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:17.313 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:04:17.313 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:17.313 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2023-12-01T06:04:17.313 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:17.313 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 139 k 2023-12-01T06:04:17.314 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 513 k 2023-12-01T06:04:17.314 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:04:17.519 INFO:teuthology.orchestra.run.smithi043.stdout:librados-devel-18.0.0-7662.g875037c4.el8.x86_64 678 kB/s | 139 kB 00:00 2023-12-01T06:04:17.519 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:17.519 INFO:teuthology.orchestra.run.smithi043.stdout:Total 673 kB/s | 139 kB 00:00 2023-12-01T06:04:17.520 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:04:17.526 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:04:17.526 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:04:17.585 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:04:17.589 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:04:17.715 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:04:18.023 INFO:teuthology.orchestra.run.smithi099.stdout:Package libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:18.086 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : librados-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:18.244 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:18.245 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-01T06:04:18.245 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:18.344 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install libcephfs-devel 2023-12-01T06:04:18.443 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: librados-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:19.203 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:52 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:19.231 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : librados-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:19.231 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:19.231 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:04:19.231 INFO:teuthology.orchestra.run.smithi043.stdout: librados-devel-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:04:19.231 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:19.231 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:19.493 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install libcephfs2 2023-12-01T06:04:20.510 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:49 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:20.884 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:20.884 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:20.885 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repo Size 2023-12-01T06:04:20.885 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:20.885 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:04:20.885 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs-devel x86_64 2:18.0.0-7662.g875037c4.el8 ceph 31 k 2023-12-01T06:04:20.885 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:20.885 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:04:20.885 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:20.885 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2023-12-01T06:04:20.885 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:20.886 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 31 k 2023-12-01T06:04:20.886 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 139 k 2023-12-01T06:04:20.886 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:04:21.034 INFO:teuthology.orchestra.run.smithi099.stdout:libcephfs-devel-18.0.0-7662.g875037c4.el8.x86_6 210 kB/s | 31 kB 00:00 2023-12-01T06:04:21.034 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:21.034 INFO:teuthology.orchestra.run.smithi099.stdout:Total 208 kB/s | 31 kB 00:00 2023-12-01T06:04:21.034 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:04:21.038 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:04:21.038 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:04:21.075 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:04:21.078 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:04:21.136 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:04:21.342 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : libcephfs-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:21.608 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:22.155 INFO:teuthology.orchestra.run.smithi043.stdout:Package libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:22.264 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libcephfs-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:22.264 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:22.265 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:04:22.265 INFO:teuthology.orchestra.run.smithi099.stdout: libcephfs-devel-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:04:22.265 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:22.265 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:22.387 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install librados2 2023-12-01T06:04:22.409 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:22.411 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-01T06:04:22.411 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:22.519 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install libcephfs-devel 2023-12-01T06:04:23.240 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:56 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:23.511 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:52 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:24.687 INFO:teuthology.orchestra.run.smithi099.stdout:Package librados2-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:24.915 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:24.916 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-01T06:04:24.916 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:25.027 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install librbd1 2023-12-01T06:04:25.399 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:25.400 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:25.400 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2023-12-01T06:04:25.400 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:25.400 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:04:25.400 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs-devel x86_64 2:18.0.0-7662.g875037c4.el8 ceph 31 k 2023-12-01T06:04:25.400 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:25.400 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:04:25.400 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:25.401 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2023-12-01T06:04:25.401 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:25.401 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 31 k 2023-12-01T06:04:25.401 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 139 k 2023-12-01T06:04:25.401 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:04:25.549 INFO:teuthology.orchestra.run.smithi043.stdout:libcephfs-devel-18.0.0-7662.g875037c4.el8.x86_6 210 kB/s | 31 kB 00:00 2023-12-01T06:04:25.549 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:25.550 INFO:teuthology.orchestra.run.smithi043.stdout:Total 208 kB/s | 31 kB 00:00 2023-12-01T06:04:25.550 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:04:25.554 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:04:25.554 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:04:25.594 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:04:25.598 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:04:25.682 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:04:25.877 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:02:58 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:25.917 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : libcephfs-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:26.228 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: libcephfs-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:26.986 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : libcephfs-devel-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:26.986 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:26.986 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:04:26.986 INFO:teuthology.orchestra.run.smithi043.stdout: libcephfs-devel-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:04:26.986 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:26.986 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:27.122 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librados2 2023-12-01T06:04:27.320 INFO:teuthology.orchestra.run.smithi099.stdout:Package librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:27.544 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:27.545 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-01T06:04:27.545 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:27.655 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install python3-rados 2023-12-01T06:04:28.109 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:02:57 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:28.508 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:03:01 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:29.776 INFO:teuthology.orchestra.run.smithi043.stdout:Package librados2-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:29.956 INFO:teuthology.orchestra.run.smithi099.stdout:Package python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:30.025 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:30.026 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-01T06:04:30.027 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:30.133 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install librbd1 2023-12-01T06:04:30.191 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:30.191 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-01T06:04:30.191 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:30.344 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install python3-rgw 2023-12-01T06:04:31.122 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:03:00 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:31.198 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:03:04 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:32.651 INFO:teuthology.orchestra.run.smithi099.stdout:Package python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:32.763 INFO:teuthology.orchestra.run.smithi043.stdout:Package librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:32.873 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:32.875 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-01T06:04:32.875 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:32.979 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install python3-cephfs 2023-12-01T06:04:33.021 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:33.022 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-01T06:04:33.022 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:33.134 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rados 2023-12-01T06:04:33.840 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:03:06 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:34.127 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:03:03 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:35.285 INFO:teuthology.orchestra.run.smithi099.stdout:Package python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:35.511 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:35.512 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-01T06:04:35.513 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:35.613 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install python3-rbd 2023-12-01T06:04:35.757 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:36.010 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:36.011 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-01T06:04:36.011 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:36.125 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rgw 2023-12-01T06:04:36.468 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:03:09 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:37.114 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:03:06 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:37.920 INFO:teuthology.orchestra.run.smithi099.stdout:Package python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:38.143 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:38.144 INFO:teuthology.orchestra.run.smithi099.stdout:Nothing to do. 2023-12-01T06:04:38.144 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:38.250 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install rbd-fuse 2023-12-01T06:04:38.747 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:38.998 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:38.999 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-01T06:04:38.999 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:39.104 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:03:12 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:39.113 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-cephfs 2023-12-01T06:04:40.108 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:03:09 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:40.775 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:40.776 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:40.776 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2023-12-01T06:04:40.776 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:40.776 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:04:40.776 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-fuse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 94 k 2023-12-01T06:04:40.776 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:40.776 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:04:40.776 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:40.776 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2023-12-01T06:04:40.777 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:40.777 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 94 k 2023-12-01T06:04:40.777 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 280 k 2023-12-01T06:04:40.777 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:04:41.077 INFO:teuthology.orchestra.run.smithi099.stdout:rbd-fuse-18.0.0-7662.g875037c4.el8.x86_64.rpm 311 kB/s | 94 kB 00:00 2023-12-01T06:04:41.079 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:41.079 INFO:teuthology.orchestra.run.smithi099.stdout:Total 310 kB/s | 94 kB 00:00 2023-12-01T06:04:41.079 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:04:41.089 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:04:41.089 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:04:41.139 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:04:41.143 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:04:41.241 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:04:41.446 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : rbd-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:41.731 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:41.732 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:41.981 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:41.982 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-01T06:04:41.982 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:42.091 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install python3-rbd 2023-12-01T06:04:42.449 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : rbd-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:42.449 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:42.450 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:04:42.450 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:04:42.450 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:42.450 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:42.643 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install rbd-mirror 2023-12-01T06:04:43.083 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:03:12 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:43.503 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:03:16 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:44.695 INFO:teuthology.orchestra.run.smithi043.stdout:Package python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 is already installed. 2023-12-01T06:04:44.944 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:44.945 INFO:teuthology.orchestra.run.smithi043.stdout:Nothing to do. 2023-12-01T06:04:44.945 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:45.049 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-fuse 2023-12-01T06:04:45.166 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:45.167 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:45.168 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repo Size 2023-12-01T06:04:45.168 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:45.168 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:04:45.168 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-mirror x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.6 M 2023-12-01T06:04:45.168 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:45.168 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:04:45.169 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:45.169 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2023-12-01T06:04:45.169 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:45.169 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 3.6 M 2023-12-01T06:04:45.169 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 17 M 2023-12-01T06:04:45.169 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:04:45.738 INFO:teuthology.orchestra.run.smithi099.stdout:rbd-mirror-18.0.0-7662.g875037c4.el8.x86_64.rpm 6.3 MB/s | 3.6 MB 00:00 2023-12-01T06:04:45.739 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:45.739 INFO:teuthology.orchestra.run.smithi099.stdout:Total 6.3 MB/s | 3.6 MB 00:00 2023-12-01T06:04:45.740 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:04:45.752 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:04:45.752 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:04:45.814 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:04:45.817 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:04:46.039 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:03:15 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:46.285 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:04:46.471 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : rbd-mirror-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:46.888 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:47.573 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : rbd-mirror-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:47.573 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:47.574 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:04:47.574 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-mirror-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:04:47.574 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:47.574 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:47.780 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum -y install rbd-nbd 2023-12-01T06:04:47.901 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:47.902 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:47.902 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2023-12-01T06:04:47.902 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:47.902 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:04:47.902 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-fuse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 94 k 2023-12-01T06:04:47.902 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:47.902 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:04:47.902 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:47.902 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2023-12-01T06:04:47.902 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:47.903 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 94 k 2023-12-01T06:04:47.903 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 280 k 2023-12-01T06:04:47.903 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:04:48.303 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-fuse-18.0.0-7662.g875037c4.el8.x86_64.rpm 234 kB/s | 94 kB 00:00 2023-12-01T06:04:48.303 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:48.304 INFO:teuthology.orchestra.run.smithi043.stdout:Total 233 kB/s | 94 kB 00:00 2023-12-01T06:04:48.304 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:04:48.317 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:04:48.318 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:04:48.377 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:04:48.380 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:04:48.494 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:04:48.642 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:03:21 ago on Fri 01 Dec 2023 06:01:27 AM UTC. 2023-12-01T06:04:48.747 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:49.069 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:49.821 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:49.822 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:49.822 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:04:49.822 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-fuse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:04:49.822 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:49.822 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:50.015 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-mirror 2023-12-01T06:04:50.328 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2023-12-01T06:04:50.329 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:50.330 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2023-12-01T06:04:50.330 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:50.330 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2023-12-01T06:04:50.330 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-nbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 180 k 2023-12-01T06:04:50.330 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:50.330 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2023-12-01T06:04:50.330 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2023-12-01T06:04:50.330 INFO:teuthology.orchestra.run.smithi099.stdout:Install 1 Package 2023-12-01T06:04:50.330 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:50.331 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 180 k 2023-12-01T06:04:50.331 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 573 k 2023-12-01T06:04:50.331 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2023-12-01T06:04:50.515 INFO:teuthology.orchestra.run.smithi099.stdout:rbd-nbd-18.0.0-7662.g875037c4.el8.x86_64.rpm 974 kB/s | 180 kB 00:00 2023-12-01T06:04:50.516 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:50.516 INFO:teuthology.orchestra.run.smithi099.stdout:Total 968 kB/s | 180 kB 00:00 2023-12-01T06:04:50.516 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2023-12-01T06:04:50.530 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2023-12-01T06:04:50.530 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2023-12-01T06:04:50.578 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2023-12-01T06:04:50.581 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2023-12-01T06:04:50.700 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2023-12-01T06:04:50.878 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : rbd-nbd-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:51.007 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:03:20 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:51.167 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:51.856 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : rbd-nbd-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:51.857 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:51.857 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2023-12-01T06:04:51.857 INFO:teuthology.orchestra.run.smithi099.stdout: rbd-nbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:04:51.857 INFO:teuthology.orchestra.run.smithi099.stdout: 2023-12-01T06:04:51.857 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2023-12-01T06:04:52.100 DEBUG:teuthology.parallel:result is None 2023-12-01T06:04:52.870 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:52.870 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:52.870 INFO:teuthology.orchestra.run.smithi043.stdout: Package Arch Version Repo Size 2023-12-01T06:04:52.871 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:52.871 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:04:52.871 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-mirror x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.6 M 2023-12-01T06:04:52.871 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:52.871 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:04:52.871 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:52.871 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2023-12-01T06:04:52.871 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:52.871 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 3.6 M 2023-12-01T06:04:52.872 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 17 M 2023-12-01T06:04:52.872 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:04:53.445 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-mirror-18.0.0-7662.g875037c4.el8.x86_64.rpm 6.3 MB/s | 3.6 MB 00:00 2023-12-01T06:04:53.447 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:53.447 INFO:teuthology.orchestra.run.smithi043.stdout:Total 6.2 MB/s | 3.6 MB 00:00 2023-12-01T06:04:53.447 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:04:53.463 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:04:53.463 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:04:53.535 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:04:53.538 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:04:54.032 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:04:54.214 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-mirror-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:54.717 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-mirror-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:55.459 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-mirror-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:55.459 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:55.459 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:04:55.459 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-mirror-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:04:55.459 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:55.459 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:04:55.667 DEBUG:teuthology.orchestra.run.smithi043:> sudo yum -y install rbd-nbd 2023-12-01T06:04:56.664 INFO:teuthology.orchestra.run.smithi043.stdout:Last metadata expiration check: 0:03:25 ago on Fri 01 Dec 2023 06:01:31 AM UTC. 2023-12-01T06:04:58.545 INFO:teuthology.orchestra.run.smithi043.stdout:Dependencies resolved. 2023-12-01T06:04:58.545 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:58.546 INFO:teuthology.orchestra.run.smithi043.stdout: Package Architecture Version Repository Size 2023-12-01T06:04:58.546 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:58.546 INFO:teuthology.orchestra.run.smithi043.stdout:Installing: 2023-12-01T06:04:58.546 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-nbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 180 k 2023-12-01T06:04:58.546 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:58.547 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction Summary 2023-12-01T06:04:58.547 INFO:teuthology.orchestra.run.smithi043.stdout:================================================================================ 2023-12-01T06:04:58.547 INFO:teuthology.orchestra.run.smithi043.stdout:Install 1 Package 2023-12-01T06:04:58.547 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:04:58.547 INFO:teuthology.orchestra.run.smithi043.stdout:Total download size: 180 k 2023-12-01T06:04:58.547 INFO:teuthology.orchestra.run.smithi043.stdout:Installed size: 573 k 2023-12-01T06:04:58.547 INFO:teuthology.orchestra.run.smithi043.stdout:Downloading Packages: 2023-12-01T06:04:58.850 INFO:teuthology.orchestra.run.smithi043.stdout:rbd-nbd-18.0.0-7662.g875037c4.el8.x86_64.rpm 596 kB/s | 180 kB 00:00 2023-12-01T06:04:58.850 INFO:teuthology.orchestra.run.smithi043.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:04:58.851 INFO:teuthology.orchestra.run.smithi043.stdout:Total 593 kB/s | 180 kB 00:00 2023-12-01T06:04:58.851 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction check 2023-12-01T06:04:58.866 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction check succeeded. 2023-12-01T06:04:58.866 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction test 2023-12-01T06:04:58.929 INFO:teuthology.orchestra.run.smithi043.stdout:Transaction test succeeded. 2023-12-01T06:04:58.932 INFO:teuthology.orchestra.run.smithi043.stdout:Running transaction 2023-12-01T06:04:59.054 INFO:teuthology.orchestra.run.smithi043.stdout: Preparing : 1/1 2023-12-01T06:04:59.246 INFO:teuthology.orchestra.run.smithi043.stdout: Installing : rbd-nbd-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:04:59.556 INFO:teuthology.orchestra.run.smithi043.stdout: Running scriptlet: rbd-nbd-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:05:00.321 INFO:teuthology.orchestra.run.smithi043.stdout: Verifying : rbd-nbd-2:18.0.0-7662.g875037c4.el8.x86_64 1/1 2023-12-01T06:05:00.321 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:05:00.321 INFO:teuthology.orchestra.run.smithi043.stdout:Installed: 2023-12-01T06:05:00.321 INFO:teuthology.orchestra.run.smithi043.stdout: rbd-nbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:05:00.321 INFO:teuthology.orchestra.run.smithi043.stdout: 2023-12-01T06:05:00.321 INFO:teuthology.orchestra.run.smithi043.stdout:Complete! 2023-12-01T06:05:00.566 DEBUG:teuthology.parallel:result is None 2023-12-01T06:05:00.567 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:05:00.787 DEBUG:teuthology.orchestra.run.smithi043:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-01T06:05:00.816 INFO:teuthology.orchestra.run.smithi043.stdout:18.0.0-7662.g875037c4.el8 2023-12-01T06:05:00.817 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7662.g875037c4.el8 2023-12-01T06:05:00.817 INFO:teuthology.task.install:The correct ceph version 18.0.0-7662.g875037c4 is installed. 2023-12-01T06:05:00.817 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:05:00.959 DEBUG:teuthology.orchestra.run.smithi099:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2023-12-01T06:05:00.986 INFO:teuthology.orchestra.run.smithi099.stdout:18.0.0-7662.g875037c4.el8 2023-12-01T06:05:00.987 INFO:teuthology.packaging:The installed version of ceph is 18.0.0-7662.g875037c4.el8 2023-12-01T06:05:00.987 INFO:teuthology.task.install:The correct ceph version 18.0.0-7662.g875037c4 is installed. 2023-12-01T06:05:00.987 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2023-12-01T06:05:00.988 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-01T06:05:00.988 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T06:05:01.024 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T06:05:01.024 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2023-12-01T06:05:01.058 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2023-12-01T06:05:01.058 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-01T06:05:01.059 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T06:05:01.100 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T06:05:01.175 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T06:05:01.177 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/daemon-helper 2023-12-01T06:05:01.207 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/daemon-helper 2023-12-01T06:05:01.277 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2023-12-01T06:05:01.277 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-01T06:05:01.277 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T06:05:01.311 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T06:05:01.385 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T06:05:01.385 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/adjust-ulimits 2023-12-01T06:05:01.415 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2023-12-01T06:05:01.484 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2023-12-01T06:05:01.485 DEBUG:teuthology.orchestra.run.smithi043:> set -ex 2023-12-01T06:05:01.485 DEBUG:teuthology.orchestra.run.smithi043:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T06:05:01.519 DEBUG:teuthology.orchestra.run.smithi043:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T06:05:01.593 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2023-12-01T06:05:01.593 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/usr/bin/stdin-killer 2023-12-01T06:05:01.621 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod a=rx -- /usr/bin/stdin-killer 2023-12-01T06:05:01.690 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-01T06:05:01.779 INFO:tasks.cephadm:Config: {'conf': {'mgr': {'debug mgr': 20, 'debug ms': 1}, 'global': {'mon election default strategy': 1, 'ms bind msgr1': False, 'ms bind msgr2': True, 'ms type': 'async'}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20, 'osd shutdown pgref assert': True}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'cephadm_mode': 'cephadm-package'} 2023-12-01T06:05:01.779 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:05:01.780 INFO:tasks.cephadm:Cluster fsid is 9078af76-900f-11ee-95a2-87774f69a715 2023-12-01T06:05:01.780 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-01T06:05:01.780 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.43', 'mon.c': '[v2:172.21.15.43:3301,v1:172.21.15.43:6790]', 'mon.b': '172.21.15.99'} 2023-12-01T06:05:01.780 INFO:tasks.cephadm:First mon is mon.a on smithi043 2023-12-01T06:05:01.780 INFO:tasks.cephadm:First mgr is y 2023-12-01T06:05:01.780 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-01T06:05:01.780 DEBUG:teuthology.orchestra.run.smithi043:> sudo hostname $(hostname -s) 2023-12-01T06:05:01.816 DEBUG:teuthology.orchestra.run.smithi099:> sudo hostname $(hostname -s) 2023-12-01T06:05:01.855 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d on all hosts... 2023-12-01T06:05:01.856 DEBUG:teuthology.orchestra.run.smithi043:> sudo cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:05:01.858 DEBUG:teuthology.orchestra.run.smithi099:> sudo cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull 2023-12-01T06:05:01.938 INFO:teuthology.orchestra.run.smithi043.stderr:Traceback (most recent call last): 2023-12-01T06:05:01.938 INFO:teuthology.orchestra.run.smithi043.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:05:01.938 INFO:teuthology.orchestra.run.smithi043.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:05:01.938 INFO:teuthology.orchestra.run.smithi043.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:05:01.938 INFO:teuthology.orchestra.run.smithi043.stderr: return _get_module_details(main_name) 2023-12-01T06:05:01.938 INFO:teuthology.orchestra.run.smithi043.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: return _find_spec(fullname, None) 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 894, in _find_spec 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 1157, in find_spec 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 1131, in _get_spec 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: File "/sbin/cephadm/__main__.py", line 4341 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr: ^ 2023-12-01T06:05:01.939 INFO:teuthology.orchestra.run.smithi043.stderr:SyntaxError: invalid syntax 2023-12-01T06:05:01.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:01.943 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' 2023-12-01T06:05:01.944 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-01T06:05:01.946 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/lib/ceph/9078af76-900f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981/remote/smithi043/crash 2023-12-01T06:05:01.947 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/lib/ceph/9078af76-900f-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:05:01.958 INFO:teuthology.orchestra.run.smithi099.stderr:Traceback (most recent call last): 2023-12-01T06:05:01.958 INFO:teuthology.orchestra.run.smithi099.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:05:01.958 INFO:teuthology.orchestra.run.smithi099.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:05:01.958 INFO:teuthology.orchestra.run.smithi099.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:05:01.958 INFO:teuthology.orchestra.run.smithi099.stderr: return _get_module_details(main_name) 2023-12-01T06:05:01.958 INFO:teuthology.orchestra.run.smithi099.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:05:01.958 INFO:teuthology.orchestra.run.smithi099.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:05:01.958 INFO:teuthology.orchestra.run.smithi099.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:05:01.958 INFO:teuthology.orchestra.run.smithi099.stderr: return _find_spec(fullname, None) 2023-12-01T06:05:01.958 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 894, in _find_spec 2023-12-01T06:05:01.959 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 1157, in find_spec 2023-12-01T06:05:01.959 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 1131, in _get_spec 2023-12-01T06:05:01.959 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:05:01.959 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:05:01.959 INFO:teuthology.orchestra.run.smithi099.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:05:01.959 INFO:teuthology.orchestra.run.smithi099.stderr: File "/sbin/cephadm/__main__.py", line 4341 2023-12-01T06:05:01.959 INFO:teuthology.orchestra.run.smithi099.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:05:01.959 INFO:teuthology.orchestra.run.smithi099.stderr: ^ 2023-12-01T06:05:01.959 INFO:teuthology.orchestra.run.smithi099.stderr:SyntaxError: invalid syntax 2023-12-01T06:05:01.985 INFO:teuthology.orchestra.run.smithi043.stderr:tar: /var/lib/ceph/9078af76-900f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:05:01.985 INFO:teuthology.orchestra.run.smithi043.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:05:01.988 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/lib/ceph/9078af76-900f-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981/remote/smithi099/crash 2023-12-01T06:05:01.988 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/lib/ceph/9078af76-900f-11ee-95a2-87774f69a715/crash -- . 2023-12-01T06:05:02.027 INFO:teuthology.orchestra.run.smithi099.stderr:tar: /var/lib/ceph/9078af76-900f-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-01T06:05:02.027 INFO:teuthology.orchestra.run.smithi099.stderr:tar: Error is not recoverable: exiting now 2023-12-01T06:05:02.028 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-01T06:05:02.028 DEBUG:teuthology.orchestra.run.smithi043:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/9078af76-900f-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-01T06:05:02.064 INFO:teuthology.orchestra.run.smithi043.stderr:grep: /var/log/ceph/9078af76-900f-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-01T06:05:02.065 INFO:tasks.cephadm:Compressing logs... 2023-12-01T06:05:02.066 DEBUG:teuthology.orchestra.run.smithi043:> 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 -- 2023-12-01T06:05:02.110 DEBUG:teuthology.orchestra.run.smithi099:> 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 -- 2023-12-01T06:05:02.137 INFO:teuthology.orchestra.run.smithi099.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T06:05:02.138 INFO:teuthology.orchestra.run.smithi099.stderr: 2023-12-01T06:05:02.138 INFO:teuthology.orchestra.run.smithi099.stderr:real 0m0.011s 2023-12-01T06:05:02.138 INFO:teuthology.orchestra.run.smithi099.stderr:user 0m0.003s 2023-12-01T06:05:02.138 INFO:teuthology.orchestra.run.smithi099.stderr:sys 0m0.016s 2023-12-01T06:05:02.141 INFO:teuthology.orchestra.run.smithi043.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2023-12-01T06:05:02.143 INFO:teuthology.orchestra.run.smithi043.stderr: 2023-12-01T06:05:02.143 INFO:teuthology.orchestra.run.smithi043.stderr:real 0m0.015s 2023-12-01T06:05:02.143 INFO:teuthology.orchestra.run.smithi043.stderr:user 0m0.013s 2023-12-01T06:05:02.144 INFO:teuthology.orchestra.run.smithi043.stderr:sys 0m0.012s 2023-12-01T06:05:02.144 INFO:tasks.cephadm:Archiving logs... 2023-12-01T06:05:02.144 DEBUG:teuthology.misc:Transferring archived files from smithi043:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981/remote/smithi043/log 2023-12-01T06:05:02.146 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:05:02.218 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/log/ceph to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981/remote/smithi099/log 2023-12-01T06:05:02.219 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-01T06:05:02.245 INFO:tasks.cephadm:Removing cluster... 2023-12-01T06:05:02.246 DEBUG:teuthology.orchestra.run.smithi043:> sudo cephadm rm-cluster --fsid 9078af76-900f-11ee-95a2-87774f69a715 --force 2023-12-01T06:05:02.330 INFO:teuthology.orchestra.run.smithi043.stderr:Traceback (most recent call last): 2023-12-01T06:05:02.330 INFO:teuthology.orchestra.run.smithi043.stderr: File "/usr/lib64/python3.6/runpy.py", line 185, in _run_module_as_main 2023-12-01T06:05:02.330 INFO:teuthology.orchestra.run.smithi043.stderr: mod_name, mod_spec, code = _get_main_module_details(_Error) 2023-12-01T06:05:02.330 INFO:teuthology.orchestra.run.smithi043.stderr: File "/usr/lib64/python3.6/runpy.py", line 219, in _get_main_module_details 2023-12-01T06:05:02.330 INFO:teuthology.orchestra.run.smithi043.stderr: return _get_module_details(main_name) 2023-12-01T06:05:02.330 INFO:teuthology.orchestra.run.smithi043.stderr: File "/usr/lib64/python3.6/runpy.py", line 128, in _get_module_details 2023-12-01T06:05:02.330 INFO:teuthology.orchestra.run.smithi043.stderr: spec = importlib.util.find_spec(mod_name) 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: File "/usr/lib64/python3.6/importlib/util.py", line 91, in find_spec 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: return _find_spec(fullname, None) 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 894, in _find_spec 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 1157, in find_spec 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 1131, in _get_spec 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 1112, in _legacy_get_spec 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 441, in spec_from_loader 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: File "", line 544, in spec_from_file_location 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: File "/sbin/cephadm/__main__.py", line 4341 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: if get_ceph_cluster_count(ctx) == 0: 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr: ^ 2023-12-01T06:05:02.331 INFO:teuthology.orchestra.run.smithi043.stderr:SyntaxError: invalid syntax 2023-12-01T06:05:02.334 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:02.335 INFO:tasks.cephadm:Teardown complete 2023-12-01T06:05:02.335 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): 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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo cephadm rm-cluster --fsid 9078af76-900f-11ee-95a2-87774f69a715 --force' 2023-12-01T06:05:02.416 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=4f7441d94f2b4e649a710c16125b5aa8 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 138, in download_cephadm yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 433, in pull_image run.wait( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 479, in wait proc.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:875037c4c0585d32b171b61f9b83f482e6b73b3d pull' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1720, 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_f2de108beb0a6dde7f3e6c96039071828a1f6269/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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 1635, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 46, in nested if exit(*exc): 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-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 140, in download_cephadm _rm_cluster(ctx, cluster_name) File "/home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks/cephadm.py", line 259, in _rm_cluster ctx.cluster.run(args=[ File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in run procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/cluster.py", line 85, in procs = [remote.run(**kwargs, wait=_wait) for remote in remotes] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi043 with status 1: 'sudo cephadm rm-cluster --fsid 9078af76-900f-11ee-95a2-87774f69a715 --force' 2023-12-01T06:05:02.421 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-01T06:05:02.430 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T06:05:02.441 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... 2023-12-01T06:05:02.442 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T06:05:02.456 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2023-12-01T06:05:02.534 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T06:05:02.543 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T06:05:02.543 DEBUG:teuthology.orchestra.run.smithi043:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:05:02.547 DEBUG:teuthology.orchestra.run.smithi099:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:05:02.563 INFO:teuthology.orchestra.run.smithi099.stderr:bash: ntpq: command not found 2023-12-01T06:05:02.566 INFO:teuthology.orchestra.run.smithi043.stderr:bash: ntpq: command not found 2023-12-01T06:05:02.567 INFO:teuthology.orchestra.run.smithi099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:05:02.567 INFO:teuthology.orchestra.run.smithi099.stdout:=============================================================================== 2023-12-01T06:05:02.567 INFO:teuthology.orchestra.run.smithi099.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 14 +1538us[+1537us] +/- 82ms 2023-12-01T06:05:02.567 INFO:teuthology.orchestra.run.smithi099.stdout:^* hv02.front.sepia.ceph.com 3 6 377 12 -1500us[-1501us] +/- 59ms 2023-12-01T06:05:02.567 INFO:teuthology.orchestra.run.smithi099.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 +534us[ +534us] +/- 75ms 2023-12-01T06:05:02.568 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:02.572 INFO:teuthology.orchestra.run.smithi043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:05:02.572 INFO:teuthology.orchestra.run.smithi043.stdout:=============================================================================== 2023-12-01T06:05:02.572 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 12 +1543us[+1539us] +/- 82ms 2023-12-01T06:05:02.572 INFO:teuthology.orchestra.run.smithi043.stdout:^* hv02.front.sepia.ceph.com 3 6 377 12 -1498us[-1502us] +/- 59ms 2023-12-01T06:05:02.572 INFO:teuthology.orchestra.run.smithi043.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 13 +529us[ +525us] +/- 75ms 2023-12-01T06:05:02.573 INFO:teuthology.orchestra.run.smithi043.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:02.573 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T06:05:02.597 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T06:05:02.598 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T06:05:02.648 DEBUG:teuthology.orchestra.run.smithi043:> 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 2023-12-01T06:05:02.751 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T06:05:02.836 DEBUG:teuthology.orchestra.run.smithi043:> 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 2023-12-01T06:05:02.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:02.875 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T06:05:02.906 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:02.907 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T06:05:02.916 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T06:05:02.932 INFO:teuthology.task.internal:Duration was 797.627077 seconds 2023-12-01T06:05:02.932 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T06:05:02.947 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T06:05:02.948 DEBUG:teuthology.orchestra.run.smithi043:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:05:02.951 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:05:02.997 INFO:teuthology.orchestra.run.smithi099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:05:03.006 INFO:teuthology.orchestra.run.smithi043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:05:03.294 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T06:05:03.295 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi043.front.sepia.ceph.com 2023-12-01T06:05:03.295 DEBUG:teuthology.orchestra.run.smithi043:> 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 2023-12-01T06:05:03.325 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi099.front.sepia.ceph.com 2023-12-01T06:05:03.325 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T06:05:03.347 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T06:05:03.347 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:05:03.368 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:05:03.425 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T06:05:03.425 DEBUG:teuthology.orchestra.run.smithi043:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:05:03.454 DEBUG:teuthology.orchestra.run.smithi099:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:05:03.529 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T06:05:03.541 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T06:05:03.542 DEBUG:teuthology.orchestra.run.smithi043:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:05:03.574 DEBUG:teuthology.orchestra.run.smithi099:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:05:03.601 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T06:05:03.611 DEBUG:teuthology.orchestra.run.smithi043:> 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 2023-12-01T06:05:03.617 DEBUG:teuthology.orchestra.run.smithi099:> 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 2023-12-01T06:05:03.648 INFO:teuthology.orchestra.run.smithi043.stdout:kernel.core_pattern = core 2023-12-01T06:05:03.667 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = core 2023-12-01T06:05:03.689 DEBUG:teuthology.orchestra.run.smithi043:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:05:03.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:03.744 DEBUG:teuthology.orchestra.run.smithi099:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:05:03.761 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:05:03.762 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T06:05:03.772 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T06:05:03.773 DEBUG:teuthology.misc:Transferring archived files from smithi043:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981/remote/smithi043 2023-12-01T06:05:03.773 DEBUG:teuthology.orchestra.run.smithi043:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:05:03.830 DEBUG:teuthology.misc:Transferring archived files from smithi099:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981/remote/smithi099 2023-12-01T06:05:03.830 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:05:03.869 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T06:05:03.869 DEBUG:teuthology.orchestra.run.smithi043:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:05:03.871 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:05:03.919 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T06:05:03.931 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T06:05:03.931 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T06:05:04.004 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T06:05:04.004 DEBUG:teuthology.orchestra.run.smithi043:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:05:04.007 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:05:04.024 INFO:teuthology.orchestra.run.smithi099.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:05 /home/ubuntu/cephtest 2023-12-01T06:05:04.026 INFO:teuthology.orchestra.run.smithi043.stdout: 393224 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:05 /home/ubuntu/cephtest 2023-12-01T06:05:04.028 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T06:05:04.042 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T06:05:04.074 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T06:05:04.101 DEBUG:teuthology.nuke:shortname: smithi043 2023-12-01T06:05:04.102 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:05:04.126 DEBUG:teuthology.nuke:shortname: smithi099 2023-12-01T06:05:04.126 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:05:04.130 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi043.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:43:10.913115', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCnijryNFlpcqYYDH83I83KnFFFvHBLlaDBW2QDyN/ZCcR3GI8vzaassI0W+1rLrwQcSgdpGqkeWpAyZZNnD+mk='} 2023-12-01T06:05:04.154 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472981', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:43:10.914581', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGutPfSMZEX1uipUHr7c1AhZ27GnT+jEZ+sMth3v69OoIfVfoei053eIVsDw+doHpT1r3lSzoXJGZluNoFcjOsQ='} 2023-12-01T06:05:04.188 INFO:teuthology.orchestra.console.smithi043:Power off 2023-12-01T06:05:04.188 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:05:04.219 DEBUG:teuthology.orchestra.console.smithi043:power off output: Chassis Power Control: Down/Off 2023-12-01T06:05:04.219 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:04.251 INFO:teuthology.orchestra.console.smithi099:Power off 2023-12-01T06:05:04.251 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:05:04.267 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2023-12-01T06:05:04.281 DEBUG:teuthology.orchestra.console.smithi099:power off output: Chassis Power Control: Down/Off 2023-12-01T06:05:04.281 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:04.309 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-01T06:05:08.268 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:08.310 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:08.379 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is on 2023-12-01T06:05:08.424 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2023-12-01T06:05:12.382 DEBUG:teuthology.orchestra.console.smithi043:pexpect command: ipmitool -H smithi043.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:12.425 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:05:12.494 DEBUG:teuthology.orchestra.console.smithi043:check power output: Chassis Power is off 2023-12-01T06:05:12.535 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is off 2023-12-01T06:05:12.596 INFO:teuthology.orchestra.console.smithi043:Power off completed 2023-12-01T06:05:12.636 INFO:teuthology.orchestra.console.smithi099:Power off completed 2023-12-01T06:05:12.740 INFO:teuthology.run:Summary data: description: orch:cephadm/with-work/{0-distro/centos_8.stream_container_tools fixed-2 mode/packaged mon_election/classic msgr/async-v2only start tasks/rotate-keys} duration: 797.6270773410797 failure_reason: 'Command failed on smithi043 with status 1: ''sudo cephadm rm-cluster --fsid 9078af76-900f-11ee-95a2-87774f69a715 --force''' flavor: default owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=4f7441d94f2b4e649a710c16125b5aa8 status: fail success: false 2023-12-01T06:05:12.741 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T06:05:12.828 INFO:teuthology.run:FAIL