2023-12-01T05:55:59.480 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:55:59.480 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 --owner scheduled_phlogistonjohn@teuthology --verbose --description orch:cephadm/with-work/{0-distro/rhel_8.6_container_tools_rhel8 fixed-2 mode/root mon_election/connectivity msgr/async-v2only start tasks/rotate-keys} --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473001 -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7473001/orig.config.yaml 2023-12-01T05:55:59.509 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:55:59.589 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/7473001 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/with-work/{0-distro/rhel_8.6_container_tools_rhel8 fixed-2 mode/root mon_election/connectivity msgr/async-v2only start tasks/rotate-keys} email: jmulligan@redhat.com first_in_suite: false job_id: '7473001' 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: rhel os_version: '8.6' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 ceph: conf: global: mon election default strategy: 3 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: root install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 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: smithi096.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi176.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= 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:rhel8 --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:55:59.589 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:55:59.590 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:55:59.590 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:55:59.591 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:55:59.616 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:55:59.616 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:55:59.616 INFO:teuthology.packaging:ref: None 2023-12-01T05:55:59.616 INFO:teuthology.packaging:tag: None 2023-12-01T05:55:59.616 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:55:59.616 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:55:59.616 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:55:59.847 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:55:59.848 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:55:59.854 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:55:59.854 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:55:59.912 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:55:59.928 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:55:59.934 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:55:59.961 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.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/7473001', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:50:59.645900', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:55:59.986 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.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/7473001', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:50:59.644055', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:55:59.986 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:55:59.992 INFO:teuthology.task.internal:roles: ubuntu@smithi096.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:55:59.992 INFO:teuthology.task.internal:roles: ubuntu@smithi176.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:55:59.992 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:56:00.060 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa7ad55fee0>, signals=[15]) 2023-12-01T05:56:00.061 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:56:00.069 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:56:00.069 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi096.front.sepia.ceph.com 2023-12-01T05:56:00.071 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:00.140 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi176.front.sepia.ceph.com 2023-12-01T05:56:00.141 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:56:00.208 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:56:00.214 DEBUG:teuthology.orchestra.run.smithi096:> uname -m 2023-12-01T05:56:00.235 INFO:teuthology.orchestra.run.smithi096.stdout:x86_64 2023-12-01T05:56:00.235 DEBUG:teuthology.orchestra.run.smithi096:> cat /etc/os-release 2023-12-01T05:56:00.295 INFO:teuthology.orchestra.run.smithi096.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:56:00.295 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:56:00.295 INFO:teuthology.orchestra.run.smithi096.stdout:ID="rhel" 2023-12-01T05:56:00.295 INFO:teuthology.orchestra.run.smithi096.stdout:ID_LIKE="fedora" 2023-12-01T05:56:00.295 INFO:teuthology.orchestra.run.smithi096.stdout:VERSION_ID="8.6" 2023-12-01T05:56:00.295 INFO:teuthology.orchestra.run.smithi096.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:56:00.295 INFO:teuthology.orchestra.run.smithi096.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:56:00.295 INFO:teuthology.orchestra.run.smithi096.stdout:ANSI_COLOR="0;31" 2023-12-01T05:56:00.295 INFO:teuthology.orchestra.run.smithi096.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:56:00.296 INFO:teuthology.orchestra.run.smithi096.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:56:00.296 INFO:teuthology.orchestra.run.smithi096.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:56:00.296 INFO:teuthology.orchestra.run.smithi096.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:56:00.296 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T05:56:00.296 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:56:00.296 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:56:00.296 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:56:00.296 INFO:teuthology.orchestra.run.smithi096.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:56:00.297 INFO:teuthology.lock.ops:Updating smithi096.front.sepia.ceph.com on lock server 2023-12-01T05:56:00.325 DEBUG:teuthology.orchestra.run.smithi176:> uname -m 2023-12-01T05:56:00.346 INFO:teuthology.orchestra.run.smithi176.stdout:x86_64 2023-12-01T05:56:00.347 DEBUG:teuthology.orchestra.run.smithi176:> cat /etc/os-release 2023-12-01T05:56:00.405 INFO:teuthology.orchestra.run.smithi176.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:56:00.405 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:56:00.405 INFO:teuthology.orchestra.run.smithi176.stdout:ID="rhel" 2023-12-01T05:56:00.405 INFO:teuthology.orchestra.run.smithi176.stdout:ID_LIKE="fedora" 2023-12-01T05:56:00.405 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION_ID="8.6" 2023-12-01T05:56:00.405 INFO:teuthology.orchestra.run.smithi176.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:56:00.405 INFO:teuthology.orchestra.run.smithi176.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:56:00.405 INFO:teuthology.orchestra.run.smithi176.stdout:ANSI_COLOR="0;31" 2023-12-01T05:56:00.405 INFO:teuthology.orchestra.run.smithi176.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:56:00.406 INFO:teuthology.orchestra.run.smithi176.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:56:00.406 INFO:teuthology.orchestra.run.smithi176.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:56:00.406 INFO:teuthology.orchestra.run.smithi176.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:56:00.406 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T05:56:00.406 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:56:00.406 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:56:00.406 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:56:00.406 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:56:00.406 INFO:teuthology.lock.ops:Updating smithi176.front.sepia.ceph.com on lock server 2023-12-01T05:56:00.424 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:56:00.433 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:56:00.439 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:56:00.439 DEBUG:teuthology.orchestra.run.smithi096:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:56:00.443 DEBUG:teuthology.orchestra.run.smithi176:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:56:00.463 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:56:00.469 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:56:00.469 DEBUG:teuthology.orchestra.run.smithi096:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:56:00.501 DEBUG:teuthology.orchestra.run.smithi176:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:56:00.542 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:56:00.599 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:56:00.616 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:56:00.617 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T05:56:00.617 DEBUG:teuthology.orchestra.run.smithi096:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:56:00.617 DEBUG:teuthology.orchestra.run.smithi176:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:56:00.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:56:00.634 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2023-12-01T05:56:00.635 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:56:00.636 DEBUG:teuthology.orchestra.run.smithi096:> uname -r 2023-12-01T05:56:00.692 INFO:teuthology.orchestra.run.smithi176.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:56:00.692 INFO:teuthology.task.kernel:Running kernel on smithi176: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:56:00.693 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum install -y kernel 2023-12-01T05:56:00.695 INFO:teuthology.orchestra.run.smithi096.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:56:00.696 INFO:teuthology.task.kernel:Running kernel on smithi096: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:56:00.696 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum install -y kernel 2023-12-01T05:56:01.849 INFO:teuthology.orchestra.run.smithi176.stdout:Updating Subscription Management repositories. 2023-12-01T05:56:01.849 INFO:teuthology.orchestra.run.smithi176.stdout:Unable to read consumer identity 2023-12-01T05:56:01.910 INFO:teuthology.orchestra.run.smithi096.stdout:Updating Subscription Management repositories. 2023-12-01T05:56:01.911 INFO:teuthology.orchestra.run.smithi096.stdout:Unable to read consumer identity 2023-12-01T05:56:03.184 INFO:teuthology.orchestra.run.smithi176.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-01T05:56:03.478 INFO:teuthology.orchestra.run.smithi096.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-01T05:56:04.359 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-01T05:56:04.628 INFO:teuthology.orchestra.run.smithi096.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-01T05:56:07.951 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 433 kB/s | 24 kB 00:00 2023-12-01T05:56:08.070 INFO:teuthology.orchestra.run.smithi096.stdout:lab-extras 513 kB/s | 24 kB 00:00 2023-12-01T05:56:08.645 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:56:08.686 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-01T05:56:08.687 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2023-12-01T05:56:08.687 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-12-01T05:56:08.749 INFO:teuthology.orchestra.run.smithi096.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:56:08.793 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2023-12-01T05:56:08.794 INFO:teuthology.orchestra.run.smithi096.stdout:Nothing to do. 2023-12-01T05:56:08.795 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2023-12-01T05:56:08.802 DEBUG:teuthology.orchestra.run.smithi176:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:56:08.919 DEBUG:teuthology.orchestra.run.smithi096:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:56:09.137 INFO:teuthology.orchestra.run.smithi176.stdout:Updating Subscription Management repositories. 2023-12-01T05:56:09.138 INFO:teuthology.orchestra.run.smithi176.stdout:Unable to read consumer identity 2023-12-01T05:56:09.252 INFO:teuthology.orchestra.run.smithi096.stdout:Updating Subscription Management repositories. 2023-12-01T05:56:09.252 INFO:teuthology.orchestra.run.smithi096.stdout:Unable to read consumer identity 2023-12-01T05:56:09.406 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:56:07 AM UTC. 2023-12-01T05:56:09.447 INFO:teuthology.orchestra.run.smithi176.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:56:09.485 INFO:teuthology.orchestra.run.smithi176.stderr:Error: No packages marked for reinstall. 2023-12-01T05:56:09.522 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 05:56:08 AM UTC. 2023-12-01T05:56:09.531 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum reinstall -y kernel || true 2023-12-01T05:56:09.563 INFO:teuthology.orchestra.run.smithi096.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:56:09.601 INFO:teuthology.orchestra.run.smithi096.stderr:Error: No packages marked for reinstall. 2023-12-01T05:56:09.646 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum reinstall -y kernel || true 2023-12-01T05:56:09.859 INFO:teuthology.orchestra.run.smithi176.stdout:Updating Subscription Management repositories. 2023-12-01T05:56:09.859 INFO:teuthology.orchestra.run.smithi176.stdout:Unable to read consumer identity 2023-12-01T05:56:10.014 INFO:teuthology.orchestra.run.smithi096.stdout:Updating Subscription Management repositories. 2023-12-01T05:56:10.014 INFO:teuthology.orchestra.run.smithi096.stdout:Unable to read consumer identity 2023-12-01T05:56:10.129 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 05:56:07 AM UTC. 2023-12-01T05:56:10.171 INFO:teuthology.orchestra.run.smithi176.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:56:10.206 INFO:teuthology.orchestra.run.smithi176.stderr:Error: No packages marked for reinstall. 2023-12-01T05:56:10.257 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:56:10.277 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:56:08 AM UTC. 2023-12-01T05:56:10.318 INFO:teuthology.orchestra.run.smithi096.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:56:10.338 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:56:10.339 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:56:10.339 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:56:10.339 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-01T05:56:10.339 DEBUG:teuthology.orchestra.run.smithi176:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:56:10.347 INFO:teuthology.orchestra.run.smithi096.stderr:Error: No packages marked for reinstall. 2023-12-01T05:56:10.372 INFO:teuthology.orchestra.run.smithi176.stdout:ttyS1 2023-12-01T05:56:10.386 DEBUG:teuthology.parallel:result is None 2023-12-01T05:56:10.398 DEBUG:teuthology.orchestra.run.smithi096:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:56:10.479 INFO:teuthology.orchestra.run.smithi096.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:56:10.479 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:56:10.480 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:56:10.480 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-01T05:56:10.480 DEBUG:teuthology.orchestra.run.smithi096:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:56:10.507 INFO:teuthology.orchestra.run.smithi096.stdout:ttyS1 2023-12-01T05:56:10.530 DEBUG:teuthology.parallel:result is None 2023-12-01T05:56:10.531 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:56:10.538 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:56:10.538 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:56:10.573 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:56:10.590 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:56:10.597 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:56:10.607 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:56:10.607 DEBUG:teuthology.orchestra.run.smithi096:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:56:10.631 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:56:10.655 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:56:10.662 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:56:10.662 DEBUG:teuthology.orchestra.run.smithi096:> 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:56:10.691 DEBUG:teuthology.orchestra.run.smithi176:> 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:56:10.723 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:56:10.736 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:56:10.737 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:56:10.743 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:56:10.744 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:56:10.753 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:56:10.753 DEBUG:teuthology.orchestra.run.smithi096:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:56:10.787 DEBUG:teuthology.orchestra.run.smithi176:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:56:10.814 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:56:10.823 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:56:10.823 DEBUG:teuthology.orchestra.run.smithi096:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:56:10.854 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:56:10.871 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:56:10.953 DEBUG:teuthology.orchestra.run.smithi096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:56:11.001 DEBUG:teuthology.orchestra.run.smithi096:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:56:11.084 DEBUG:teuthology.orchestra.run.smithi096:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:56:11.124 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-12-01T05:56:11.125 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:56:11.191 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:56:11.236 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:56:11.282 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:56:11.368 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:56:11.408 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-01T05:56:11.408 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:56:11.474 DEBUG:teuthology.orchestra.run.smithi096:> sudo service rsyslog restart 2023-12-01T05:56:11.477 DEBUG:teuthology.orchestra.run.smithi176:> sudo service rsyslog restart 2023-12-01T05:56:11.534 INFO:teuthology.orchestra.run.smithi096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:56:11.568 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:56:11.935 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:56:11.944 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:56:11.944 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:56:11.972 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:56:11.982 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:56:11.982 DEBUG:teuthology.orchestra.run.smithi096:> sudo service auditd rotate 2023-12-01T05:56:12.046 INFO:teuthology.orchestra.run.smithi096.stdout:Rotating logs: 2023-12-01T05:56:12.047 DEBUG:teuthology.orchestra.run.smithi176:> sudo service auditd rotate 2023-12-01T05:56:12.109 INFO:teuthology.orchestra.run.smithi176.stdout:Rotating logs: 2023-12-01T05:56:12.112 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:56:12.112 DEBUG:teuthology.orchestra.run.smithi096:> /usr/sbin/getenforce 2023-12-01T05:56:12.136 INFO:teuthology.orchestra.run.smithi096.stdout:Permissive 2023-12-01T05:56:12.136 DEBUG:teuthology.orchestra.run.smithi176:> /usr/sbin/getenforce 2023-12-01T05:56:12.160 INFO:teuthology.orchestra.run.smithi176.stdout:Permissive 2023-12-01T05:56:12.160 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi096.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi176.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:56:12.161 DEBUG:teuthology.orchestra.run.smithi096:> 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:56:12.203 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:56:12.204 DEBUG:teuthology.orchestra.run.smithi176:> 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:56:12.231 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:56:12.232 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:56:12.232 DEBUG:teuthology.orchestra.run.smithi096:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:56:12.271 DEBUG:teuthology.orchestra.run.smithi176:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:56:12.299 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:56:12.310 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T05:56:12.317 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-01T05:56:12.448 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:56:12.465 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:56:12.467 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi096.front.sepia.ceph.com,smithi176.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T06:05:48.427 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi096.front.sepia.ceph.com'), Remote(name='ubuntu@smithi176.front.sepia.ceph.com')] 2023-12-01T06:05:48.429 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi096.front.sepia.ceph.com' 2023-12-01T06:05:48.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi096.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:05:48.499 DEBUG:teuthology.orchestra.run.smithi096:> true 2023-12-01T06:05:48.567 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi096.front.sepia.ceph.com' 2023-12-01T06:05:48.567 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-01T06:05:48.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:05:48.635 DEBUG:teuthology.orchestra.run.smithi176:> true 2023-12-01T06:05:48.703 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2023-12-01T06:05:48.703 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T06:05:48.714 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T06:05:48.715 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:05:48.715 DEBUG:teuthology.orchestra.run.smithi096:> 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:05:48.717 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:05:48.717 DEBUG:teuthology.orchestra.run.smithi176:> 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:05:48.747 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T06:05:48.761 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T06:05:48.775 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T06:05:48.789 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T06:05:48.841 INFO:teuthology.orchestra.run.smithi096.stderr:sudo: ntpd: command not found 2023-12-01T06:05:48.849 INFO:teuthology.orchestra.run.smithi096.stdout:506 Cannot talk to daemon 2023-12-01T06:05:48.864 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T06:05:48.865 INFO:teuthology.orchestra.run.smithi176.stderr:sudo: ntpd: command not found 2023-12-01T06:05:48.878 INFO:teuthology.orchestra.run.smithi096.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T06:05:48.879 INFO:teuthology.orchestra.run.smithi176.stdout:506 Cannot talk to daemon 2023-12-01T06:05:48.891 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T06:05:48.905 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T06:05:48.945 INFO:teuthology.orchestra.run.smithi096.stderr:bash: ntpq: command not found 2023-12-01T06:05:48.949 INFO:teuthology.orchestra.run.smithi096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:05:48.949 INFO:teuthology.orchestra.run.smithi096.stdout:=============================================================================== 2023-12-01T06:05:48.949 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:48.950 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:48.950 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:48.950 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:48.986 INFO:teuthology.orchestra.run.smithi176.stderr:bash: ntpq: command not found 2023-12-01T06:05:48.989 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:05:48.990 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2023-12-01T06:05:48.990 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:48.990 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:48.990 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:48.990 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:05:48.990 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T06:05:49.001 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T06:05:49.001 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi096.front.sepia.ceph.com 2023-12-01T06:05:49.004 DEBUG:teuthology.orchestra.run.smithi096:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T06:05:49.005 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi176.front.sepia.ceph.com 2023-12-01T06:05:49.005 DEBUG:teuthology.orchestra.run.smithi176:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T06:05:49.378 INFO:teuthology.orchestra.run.smithi096.stdout:Updating Subscription Management repositories. 2023-12-01T06:05:49.402 INFO:teuthology.orchestra.run.smithi176.stdout:Updating Subscription Management repositories. 2023-12-01T06:05:50.182 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:27 ago on Fri 01 Dec 2023 06:04:22 AM UTC. 2023-12-01T06:05:50.203 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:27 ago on Fri 01 Dec 2023 06:04:22 AM UTC. 2023-12-01T06:05:51.901 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2023-12-01T06:05:51.902 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2023-12-01T06:05:51.902 INFO:teuthology.orchestra.run.smithi096.stdout: Package Architecture Version Repository Size 2023-12-01T06:05:51.903 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2023-12-01T06:05:51.903 INFO:teuthology.orchestra.run.smithi096.stdout:Resetting modules: 2023-12-01T06:05:51.903 INFO:teuthology.orchestra.run.smithi096.stdout: container-tools 2023-12-01T06:05:51.903 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:05:51.903 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2023-12-01T06:05:51.903 INFO:teuthology.orchestra.run.smithi096.stdout:================================================================================ 2023-12-01T06:05:51.903 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:05:52.083 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-01T06:05:52.084 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-01T06:05:52.084 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2023-12-01T06:05:52.085 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-01T06:05:52.085 INFO:teuthology.orchestra.run.smithi176.stdout:Resetting modules: 2023-12-01T06:05:52.085 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools 2023-12-01T06:05:52.085 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:05:52.085 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-12-01T06:05:52.085 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2023-12-01T06:05:52.085 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:05:52.878 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:30 ago on Fri 01 Dec 2023 06:04:22 AM UTC. 2023-12-01T06:05:53.044 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:30 ago on Fri 01 Dec 2023 06:04:22 AM UTC. 2023-12-01T06:05:55.642 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2023-12-01T06:05:55.870 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-12-01T06:05:56.098 INFO:teuthology.orchestra.run.smithi096.stdout:Updating Subscription Management repositories. 2023-12-01T06:05:56.321 INFO:teuthology.orchestra.run.smithi176.stdout:Updating Subscription Management repositories. 2023-12-01T06:05:56.917 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:34 ago on Fri 01 Dec 2023 06:04:22 AM UTC. 2023-12-01T06:05:57.127 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:34 ago on Fri 01 Dec 2023 06:04:22 AM UTC. 2023-12-01T06:05:58.618 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2023-12-01T06:05:58.712 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================================================ 2023-12-01T06:05:58.712 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2023-12-01T06:05:58.712 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================================================ 2023-12-01T06:05:58.712 INFO:teuthology.orchestra.run.smithi096.stdout:Installing group/module packages: 2023-12-01T06:05:58.712 INFO:teuthology.orchestra.run.smithi096.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-01T06:05:58.712 INFO:teuthology.orchestra.run.smithi096.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout:Installing module profiles: 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: container-tools/common 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout:Enabling module streams: 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: container-tools rhel8 2023-12-01T06:05:58.713 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:05:58.714 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2023-12-01T06:05:58.714 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================================================ 2023-12-01T06:05:58.714 INFO:teuthology.orchestra.run.smithi096.stdout:Install 10 Packages 2023-12-01T06:05:58.714 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:05:58.714 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 18 M 2023-12-01T06:05:58.715 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 65 M 2023-12-01T06:05:58.715 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2023-12-01T06:05:58.782 INFO:teuthology.orchestra.run.smithi096.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-12-01T06:05:58.807 INFO:teuthology.orchestra.run.smithi096.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 269 kB/s | 25 kB 00:00 2023-12-01T06:05:58.832 INFO:teuthology.orchestra.run.smithi096.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 347 kB/s | 41 kB 00:00 2023-12-01T06:05:58.858 INFO:teuthology.orchestra.run.smithi096.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 653 kB/s | 49 kB 00:00 2023-12-01T06:05:58.891 INFO:teuthology.orchestra.run.smithi096.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-01T06:05:58.916 INFO:teuthology.orchestra.run.smithi096.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-01T06:05:58.966 INFO:teuthology.orchestra.run.smithi096.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 2.8 MB/s | 213 kB 00:00 2023-12-01T06:05:58.990 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-01T06:05:59.067 INFO:teuthology.orchestra.run.smithi096.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-12-01T06:05:59.083 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================================================ 2023-12-01T06:05:59.083 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2023-12-01T06:05:59.083 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================================================ 2023-12-01T06:05:59.083 INFO:teuthology.orchestra.run.smithi176.stdout:Installing group/module packages: 2023-12-01T06:05:59.083 INFO:teuthology.orchestra.run.smithi176.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-01T06:05:59.083 INFO:teuthology.orchestra.run.smithi176.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T06:05:59.083 INFO:teuthology.orchestra.run.smithi176.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout:Installing module profiles: 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools/common 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout:Enabling module streams: 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: container-tools rhel8 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:05:59.084 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-12-01T06:05:59.085 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================================================ 2023-12-01T06:05:59.085 INFO:teuthology.orchestra.run.smithi176.stdout:Install 10 Packages 2023-12-01T06:05:59.085 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:05:59.085 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 18 M 2023-12-01T06:05:59.085 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 65 M 2023-12-01T06:05:59.085 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2023-12-01T06:05:59.161 INFO:teuthology.orchestra.run.smithi176.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-12-01T06:05:59.175 INFO:teuthology.orchestra.run.smithi096.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 27 MB/s | 7.0 MB 00:00 2023-12-01T06:05:59.186 INFO:teuthology.orchestra.run.smithi176.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 247 kB/s | 25 kB 00:00 2023-12-01T06:05:59.211 INFO:teuthology.orchestra.run.smithi176.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 325 kB/s | 41 kB 00:00 2023-12-01T06:05:59.237 INFO:teuthology.orchestra.run.smithi176.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 653 kB/s | 49 kB 00:00 2023-12-01T06:05:59.267 INFO:teuthology.orchestra.run.smithi096.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-12-01T06:05:59.268 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:05:59.268 INFO:teuthology.orchestra.run.smithi096.stdout:Total 33 MB/s | 18 MB 00:00 2023-12-01T06:05:59.270 INFO:teuthology.orchestra.run.smithi176.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-01T06:05:59.295 INFO:teuthology.orchestra.run.smithi176.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-01T06:05:59.320 INFO:teuthology.orchestra.run.smithi176.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-12-01T06:05:59.421 INFO:teuthology.orchestra.run.smithi176.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-12-01T06:05:59.467 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2023-12-01T06:05:59.485 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2023-12-01T06:05:59.486 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2023-12-01T06:05:59.546 INFO:teuthology.orchestra.run.smithi176.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 28 MB/s | 7.0 MB 00:00 2023-12-01T06:05:59.638 INFO:teuthology.orchestra.run.smithi176.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-12-01T06:05:59.638 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:05:59.639 INFO:teuthology.orchestra.run.smithi176.stdout:Total 33 MB/s | 18 MB 00:00 2023-12-01T06:05:59.668 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2023-12-01T06:05:59.672 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2023-12-01T06:05:59.838 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2023-12-01T06:05:59.856 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2023-12-01T06:05:59.857 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2023-12-01T06:06:00.038 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2023-12-01T06:06:00.042 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2023-12-01T06:06:00.209 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2023-12-01T06:06:00.389 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T06:06:00.544 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2023-12-01T06:06:00.584 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T06:06:00.713 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T06:06:00.770 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T06:06:00.921 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T06:06:01.002 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T06:06:01.132 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T06:06:01.343 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T06:06:01.354 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T06:06:01.692 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T06:06:02.133 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T06:06:02.438 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T06:06:03.006 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T06:06:03.223 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T06:06:03.312 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T06:06:03.399 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T06:06:03.513 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T06:06:03.593 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T06:06:03.678 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T06:06:03.830 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T06:06:03.859 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T06:06:03.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T06:06:03.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T06:06:03.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T06:06:03.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T06:06:03.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T06:06:03.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T06:06:03.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T06:06:03.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T06:06:03.859 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T06:06:04.085 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T06:06:04.086 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T06:06:04.086 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T06:06:04.086 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T06:06:04.086 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T06:06:04.086 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T06:06:04.086 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T06:06:04.086 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T06:06:04.086 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T06:06:04.086 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T06:06:05.016 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T06:06:05.017 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:42 ago on Fri 01 Dec 2023 06:04:22 AM UTC. 2023-12-01T06:06:05.231 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T06:06:05.231 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:42 ago on Fri 01 Dec 2023 06:04:22 AM UTC. 2023-12-01T06:06:07.652 INFO:teuthology.orchestra.run.smithi096.stdout:Installed products updated. 2023-12-01T06:06:07.846 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T06:06:07.847 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:06:07.848 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2023-12-01T06:06:07.945 INFO:teuthology.orchestra.run.smithi176.stdout:Installed products updated. 2023-12-01T06:06:07.985 DEBUG:teuthology.parallel:result is None 2023-12-01T06:06:08.141 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:06:08.141 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2023-12-01T06:06:08.141 INFO:teuthology.orchestra.run.smithi176.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:06:08.141 INFO:teuthology.orchestra.run.smithi176.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T06:06:08.141 INFO:teuthology.orchestra.run.smithi176.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:06:08.141 INFO:teuthology.orchestra.run.smithi176.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T06:06:08.141 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T06:06:08.141 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T06:06:08.142 INFO:teuthology.orchestra.run.smithi176.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:06:08.142 INFO:teuthology.orchestra.run.smithi176.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:06:08.142 INFO:teuthology.orchestra.run.smithi176.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T06:06:08.142 INFO:teuthology.orchestra.run.smithi176.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T06:06:08.142 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:06:08.142 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-12-01T06:06:08.276 DEBUG:teuthology.parallel:result is None 2023-12-01T06:06:08.276 INFO:teuthology.run_tasks:Running task install... 2023-12-01T06:06:08.285 DEBUG:teuthology.task.install:project ceph 2023-12-01T06:06:08.285 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'}} 2023-12-01T06:06:08.286 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T06:06:08.286 INFO:teuthology.task.install:Using flavor: default 2023-12-01T06:06:08.292 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:06:08.292 INFO:teuthology.task.install:extra packages: [] 2023-12-01T06:06:08.292 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:06:08.293 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:06:08.295 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:06:08.295 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:06:08.439 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:06:08.440 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T06:06:08.522 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:06:08.522 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T06:06:08.611 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:06:08.612 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2023-12-01T06:06:08.612 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T06:06:08.628 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:06:08.629 DEBUG:teuthology.orchestra.run.smithi096:> set -ex 2023-12-01T06:06:08.629 DEBUG:teuthology.orchestra.run.smithi096:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T06:06:08.639 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:06:08.640 DEBUG:teuthology.orchestra.run.smithi176:> 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:06:08.660 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:06:08.660 DEBUG:teuthology.orchestra.run.smithi096:> 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:06:08.707 DEBUG:teuthology.orchestra.run.smithi176:> 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:06:08.731 DEBUG:teuthology.orchestra.run.smithi096:> 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:06:08.785 DEBUG:teuthology.orchestra.run.smithi176:> 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:06:08.811 DEBUG:teuthology.orchestra.run.smithi096:> 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:06:08.851 INFO:teuthology.orchestra.run.smithi176.stdout:check_obsoletes = 1 2023-12-01T06:06:08.852 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum clean all 2023-12-01T06:06:08.878 INFO:teuthology.orchestra.run.smithi096.stdout:check_obsoletes = 1 2023-12-01T06:06:08.880 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum clean all 2023-12-01T06:06:09.225 INFO:teuthology.orchestra.run.smithi176.stdout:Updating Subscription Management repositories. 2023-12-01T06:06:09.251 INFO:teuthology.orchestra.run.smithi096.stdout:Updating Subscription Management repositories. 2023-12-01T06:06:09.497 INFO:teuthology.orchestra.run.smithi176.stdout:44 files removed 2023-12-01T06:06:09.506 INFO:teuthology.orchestra.run.smithi096.stdout:44 files removed 2023-12-01T06:06:09.543 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-radosgw 2023-12-01T06:06:09.551 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-radosgw 2023-12-01T06:06:09.875 INFO:teuthology.orchestra.run.smithi176.stdout:Updating Subscription Management repositories. 2023-12-01T06:06:09.881 INFO:teuthology.orchestra.run.smithi096.stdout:Updating Subscription Management repositories. 2023-12-01T06:06:10.660 INFO:teuthology.orchestra.run.smithi096.stdout:ceph packages for x86_64 220 kB/s | 81 kB 00:00 2023-12-01T06:06:10.697 INFO:teuthology.orchestra.run.smithi176.stdout:ceph packages for x86_64 191 kB/s | 81 kB 00:00 2023-12-01T06:06:11.035 INFO:teuthology.orchestra.run.smithi096.stdout:ceph noarch packages 28 kB/s | 9.5 kB 00:00 2023-12-01T06:06:11.130 INFO:teuthology.orchestra.run.smithi176.stdout:ceph noarch packages 24 kB/s | 9.5 kB 00:00 2023-12-01T06:06:11.403 INFO:teuthology.orchestra.run.smithi096.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2023-12-01T06:06:11.539 INFO:teuthology.orchestra.run.smithi176.stdout:ceph source packages 3.9 kB/s | 1.5 kB 00:00 2023-12-01T06:06:11.611 INFO:teuthology.orchestra.run.smithi096.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-01T06:06:11.690 INFO:teuthology.orchestra.run.smithi176.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-01T06:06:13.887 INFO:teuthology.orchestra.run.smithi096.stdout:Extra Packages for Enterprise Linux 7.1 MB/s | 16 MB 00:02 2023-12-01T06:06:17.395 INFO:teuthology.orchestra.run.smithi096.stdout:lab-extras 439 kB/s | 24 kB 00:00 2023-12-01T06:06:18.255 INFO:teuthology.orchestra.run.smithi096.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 60 MB/s | 47 MB 00:00 2023-12-01T06:06:26.180 INFO:teuthology.orchestra.run.smithi096.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 62 MB/s | 53 MB 00:00 2023-12-01T06:06:27.872 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 16 MB 00:16 2023-12-01T06:06:31.589 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 172 kB/s | 24 kB 00:00 2023-12-01T06:06:32.432 INFO:teuthology.orchestra.run.smithi176.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 62 MB/s | 47 MB 00:00 2023-12-01T06:06:37.366 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2023-12-01T06:06:37.368 INFO:teuthology.orchestra.run.smithi096.stdout:==================================================================================================== 2023-12-01T06:06:37.368 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout:==================================================================================================== 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout:Upgrading: 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T06:06:37.369 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T06:06:37.370 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T06:06:37.371 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T06:06:37.371 INFO:teuthology.orchestra.run.smithi096.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T06:06:37.371 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:06:37.371 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2023-12-01T06:06:37.371 INFO:teuthology.orchestra.run.smithi096.stdout:==================================================================================================== 2023-12-01T06:06:37.371 INFO:teuthology.orchestra.run.smithi096.stdout:Install 21 Packages 2023-12-01T06:06:37.371 INFO:teuthology.orchestra.run.smithi096.stdout:Upgrade 2 Packages 2023-12-01T06:06:37.371 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:06:37.371 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 62 M 2023-12-01T06:06:37.372 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2023-12-01T06:06:38.072 INFO:teuthology.orchestra.run.smithi096.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 8.5 MB/s | 5.4 MB 00:00 2023-12-01T06:06:38.139 INFO:teuthology.orchestra.run.smithi096.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 366 kB/s | 24 kB 00:00 2023-12-01T06:06:38.272 INFO:teuthology.orchestra.run.smithi096.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 6.2 MB/s | 838 kB 00:00 2023-12-01T06:06:38.365 INFO:teuthology.orchestra.run.smithi096.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 5.5 MB/s | 517 kB 00:00 2023-12-01T06:06:39.173 INFO:teuthology.orchestra.run.smithi096.stdout:(5/23): ceph-common-18.0.0-7662.g875037c4.el8.x 13 MB/s | 23 MB 00:01 2023-12-01T06:06:39.265 INFO:teuthology.orchestra.run.smithi096.stdout:(6/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 7.7 MB/s | 6.9 MB 00:00 2023-12-01T06:06:39.290 INFO:teuthology.orchestra.run.smithi096.stdout:(7/23): python3-ceph-argparse-18.0.0-7662.g8750 383 kB/s | 45 kB 00:00 2023-12-01T06:06:39.339 INFO:teuthology.orchestra.run.smithi096.stdout:(8/23): python3-ceph-common-18.0.0-7662.g875037 1.7 MB/s | 128 kB 00:00 2023-12-01T06:06:39.374 INFO:teuthology.orchestra.run.smithi096.stdout:(9/23): python3-cephfs-18.0.0-7662.g875037c4.el 2.3 MB/s | 196 kB 00:00 2023-12-01T06:06:39.399 INFO:teuthology.orchestra.run.smithi096.stdout:(10/23): python3-rados-18.0.0-7662.g875037c4.el 6.0 MB/s | 370 kB 00:00 2023-12-01T06:06:39.425 INFO:teuthology.orchestra.run.smithi096.stdout:(11/23): python3-rbd-18.0.0-7662.g875037c4.el8. 7.1 MB/s | 364 kB 00:00 2023-12-01T06:06:39.450 INFO:teuthology.orchestra.run.smithi096.stdout:(12/23): python3-rgw-18.0.0-7662.g875037c4.el8. 2.1 MB/s | 107 kB 00:00 2023-12-01T06:06:39.867 INFO:teuthology.orchestra.run.smithi096.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 141 kB/s | 59 kB 00:00 2023-12-01T06:06:40.092 INFO:teuthology.orchestra.run.smithi096.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 334 kB/s | 75 kB 00:00 2023-12-01T06:06:40.267 INFO:teuthology.orchestra.run.smithi176.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 MB/s | 53 MB 00:00 2023-12-01T06:06:40.367 INFO:teuthology.orchestra.run.smithi096.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 325 kB/s | 306 kB 00:00 2023-12-01T06:06:40.434 INFO:teuthology.orchestra.run.smithi096.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-12-01T06:06:40.476 INFO:teuthology.orchestra.run.smithi096.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-01T06:06:40.518 INFO:teuthology.orchestra.run.smithi096.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-01T06:06:40.577 INFO:teuthology.orchestra.run.smithi096.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 799 kB/s | 47 kB 00:00 2023-12-01T06:06:40.877 INFO:teuthology.orchestra.run.smithi096.stdout:(20/23): librados2-18.0.0-7662.g875037c4.el8.x8 13 MB/s | 3.8 MB 00:00 2023-12-01T06:06:41.103 INFO:teuthology.orchestra.run.smithi096.stdout:(21/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 17 MB/s | 3.7 MB 00:00 2023-12-01T06:06:41.578 INFO:teuthology.orchestra.run.smithi096.stdout:(22/23): ceph-radosgw-18.0.0-7662.g875037c4.el8 3.4 MB/s | 14 MB 00:04 2023-12-01T06:06:43.146 INFO:teuthology.orchestra.run.smithi096.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 582 kB/s | 1.7 MB 00:03 2023-12-01T06:06:43.148 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:06:43.148 INFO:teuthology.orchestra.run.smithi096.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-01T06:06:43.196 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2023-12-01T06:06:43.242 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2023-12-01T06:06:43.243 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2023-12-01T06:06:43.580 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2023-12-01T06:06:43.583 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2023-12-01T06:06:44.754 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2023-12-01T06:06:44.984 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T06:06:45.178 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T06:06:45.586 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T06:06:45.828 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:06:45.927 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:06:46.117 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:06:46.355 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T06:06:46.553 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:06:46.957 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:06:47.178 INFO:teuthology.orchestra.run.smithi096.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:06:47.243 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:06:47.460 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T06:06:47.636 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T06:06:48.325 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T06:06:48.594 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:06:48.665 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:06:48.827 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T06:06:49.055 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:06:49.298 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:06:49.516 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T06:06:49.694 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:06:49.761 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:06:49.929 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T06:06:50.110 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T06:06:50.366 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T06:06:50.536 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T06:06:51.499 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-01T06:06:51.501 INFO:teuthology.orchestra.run.smithi176.stdout:==================================================================================================== 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout:==================================================================================================== 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout:Upgrading: 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T06:06:51.502 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T06:06:51.503 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T06:06:51.504 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T06:06:51.504 INFO:teuthology.orchestra.run.smithi176.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T06:06:51.504 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:06:51.504 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-12-01T06:06:51.504 INFO:teuthology.orchestra.run.smithi176.stdout:==================================================================================================== 2023-12-01T06:06:51.504 INFO:teuthology.orchestra.run.smithi176.stdout:Install 21 Packages 2023-12-01T06:06:51.504 INFO:teuthology.orchestra.run.smithi176.stdout:Upgrade 2 Packages 2023-12-01T06:06:51.504 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:06:51.504 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 62 M 2023-12-01T06:06:51.505 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2023-12-01T06:06:53.049 INFO:teuthology.orchestra.run.smithi176.stdout:(1/23): ceph-common-18.0.0-7662.g875037c4.el8.x 16 MB/s | 23 MB 00:01 2023-12-01T06:06:53.108 INFO:teuthology.orchestra.run.smithi176.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 420 kB/s | 24 kB 00:00 2023-12-01T06:06:53.241 INFO:teuthology.orchestra.run.smithi176.stdout:(3/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 3.3 MB/s | 5.4 MB 00:01 2023-12-01T06:06:53.275 INFO:teuthology.orchestra.run.smithi176.stdout:(4/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 4.9 MB/s | 838 kB 00:00 2023-12-01T06:06:53.384 INFO:teuthology.orchestra.run.smithi176.stdout:(5/23): libradosstriper1-18.0.0-7662.g875037c4. 3.5 MB/s | 517 kB 00:00 2023-12-01T06:06:53.492 INFO:teuthology.orchestra.run.smithi176.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 413 kB/s | 45 kB 00:00 2023-12-01T06:06:53.617 INFO:teuthology.orchestra.run.smithi176.stdout:(7/23): python3-ceph-common-18.0.0-7662.g875037 1.0 MB/s | 128 kB 00:00 2023-12-01T06:06:53.709 INFO:teuthology.orchestra.run.smithi176.stdout:(8/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 16 MB/s | 6.9 MB 00:00 2023-12-01T06:06:53.735 INFO:teuthology.orchestra.run.smithi176.stdout:(9/23): python3-cephfs-18.0.0-7662.g875037c4.el 1.6 MB/s | 196 kB 00:00 2023-12-01T06:06:53.785 INFO:teuthology.orchestra.run.smithi176.stdout:(10/23): python3-rados-18.0.0-7662.g875037c4.el 4.8 MB/s | 370 kB 00:00 2023-12-01T06:06:53.811 INFO:teuthology.orchestra.run.smithi176.stdout:(11/23): python3-rbd-18.0.0-7662.g875037c4.el8. 4.7 MB/s | 364 kB 00:00 2023-12-01T06:06:53.836 INFO:teuthology.orchestra.run.smithi176.stdout:(12/23): python3-rgw-18.0.0-7662.g875037c4.el8. 2.1 MB/s | 107 kB 00:00 2023-12-01T06:06:53.936 INFO:teuthology.orchestra.run.smithi176.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 588 kB/s | 59 kB 00:00 2023-12-01T06:06:54.086 INFO:teuthology.orchestra.run.smithi176.stdout:(14/23): ceph-radosgw-18.0.0-7662.g875037c4.el8 5.7 MB/s | 14 MB 00:02 2023-12-01T06:06:54.112 INFO:teuthology.orchestra.run.smithi176.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.0 MB/s | 306 kB 00:00 2023-12-01T06:06:54.129 INFO:teuthology.orchestra.run.smithi176.stdout:(16/23): libunwind-1.3.1-3.el8.x86_64.rpm 390 kB/s | 75 kB 00:00 2023-12-01T06:06:54.187 INFO:teuthology.orchestra.run.smithi176.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.4 MB/s | 259 kB 00:00 2023-12-01T06:06:54.213 INFO:teuthology.orchestra.run.smithi176.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 525 kB/s | 44 kB 00:00 2023-12-01T06:06:54.219 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:06:54.246 INFO:teuthology.orchestra.run.smithi176.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-12-01T06:06:54.271 INFO:teuthology.orchestra.run.smithi176.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 801 kB/s | 47 kB 00:00 2023-12-01T06:06:54.322 INFO:teuthology.orchestra.run.smithi176.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 7.4 MB/s | 1.7 MB 00:00 2023-12-01T06:06:54.460 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:06:54.597 INFO:teuthology.orchestra.run.smithi176.stdout:(22/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 11 MB/s | 3.7 MB 00:00 2023-12-01T06:06:54.689 INFO:teuthology.orchestra.run.smithi176.stdout:(23/23): librados2-18.0.0-7662.g875037c4.el8.x8 8.5 MB/s | 3.8 MB 00:00 2023-12-01T06:06:54.691 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:06:54.691 INFO:teuthology.orchestra.run.smithi176.stdout:Total 19 MB/s | 62 MB 00:03 2023-12-01T06:06:54.738 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2023-12-01T06:06:54.784 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2023-12-01T06:06:54.784 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2023-12-01T06:06:55.059 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:06:55.120 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2023-12-01T06:06:55.124 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2023-12-01T06:06:55.355 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:06:55.429 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:06:55.584 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:06:56.255 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2023-12-01T06:06:56.478 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T06:06:56.674 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T06:06:57.074 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T06:06:57.274 INFO:teuthology.orchestra.run.smithi176.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:06:57.371 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:06:57.555 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:06:57.793 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T06:06:57.982 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:06:58.385 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:06:58.591 INFO:teuthology.orchestra.run.smithi176.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:06:58.661 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:06:58.872 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T06:06:59.065 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T06:06:59.743 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T06:06:59.890 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:06:59.950 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:07:00.084 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T06:07:00.218 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:07:00.426 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:07:00.607 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T06:07:00.757 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:07:00.829 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:07:00.999 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T06:07:01.186 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T06:07:01.407 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T06:07:01.566 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T06:07:05.286 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:07:05.482 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:07:06.070 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:07:06.297 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:07:06.376 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:07:06.506 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /sys 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /proc 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /dev 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /run 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /mnt 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /var/tmp 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /home 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /tmp 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout:skipping the directory /dev 2023-12-01T06:07:14.217 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:07:15.617 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:07:15.638 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:07:15.638 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:07:15.824 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:07:15.824 INFO:teuthology.orchestra.run.smithi096.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:07:16.455 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:07:16.455 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T06:07:16.455 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T06:07:16.456 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T06:07:16.457 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T06:07:16.457 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T06:07:16.457 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T06:07:16.457 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T06:07:16.457 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T06:07:16.457 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:07:16.457 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T06:07:16.457 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T06:07:17.773 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:07:17.773 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:52 ago on Fri 01 Dec 2023 06:06:25 AM UTC. 2023-12-01T06:07:20.167 INFO:teuthology.orchestra.run.smithi096.stdout:Installed products updated. 2023-12-01T06:07:20.358 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:07:20.358 INFO:teuthology.orchestra.run.smithi096.stdout:Upgraded: 2023-12-01T06:07:20.358 INFO:teuthology.orchestra.run.smithi096.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.359 INFO:teuthology.orchestra.run.smithi096.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.359 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2023-12-01T06:07:20.359 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.359 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.359 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.359 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.361 INFO:teuthology.orchestra.run.smithi096.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T06:07:20.362 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.362 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.362 INFO:teuthology.orchestra.run.smithi096.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:20.362 INFO:teuthology.orchestra.run.smithi096.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T06:07:20.362 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:07:20.362 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2023-12-01T06:07:20.558 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph-test 2023-12-01T06:07:20.907 INFO:teuthology.orchestra.run.smithi096.stdout:Updating Subscription Management repositories. 2023-12-01T06:07:21.751 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:00:56 ago on Fri 01 Dec 2023 06:06:25 AM UTC. 2023-12-01T06:07:23.133 INFO:teuthology.orchestra.run.smithi096.stdout:Dependencies resolved. 2023-12-01T06:07:23.134 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================================ 2023-12-01T06:07:23.134 INFO:teuthology.orchestra.run.smithi096.stdout: Package Arch Version Repository Size 2023-12-01T06:07:23.134 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================================ 2023-12-01T06:07:23.134 INFO:teuthology.orchestra.run.smithi096.stdout:Installing: 2023-12-01T06:07:23.134 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T06:07:23.134 INFO:teuthology.orchestra.run.smithi096.stdout:Installing dependencies: 2023-12-01T06:07:23.134 INFO:teuthology.orchestra.run.smithi096.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T06:07:23.134 INFO:teuthology.orchestra.run.smithi096.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T06:07:23.134 INFO:teuthology.orchestra.run.smithi096.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T06:07:23.134 INFO:teuthology.orchestra.run.smithi096.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T06:07:23.135 INFO:teuthology.orchestra.run.smithi096.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T06:07:23.135 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:07:23.135 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction Summary 2023-12-01T06:07:23.135 INFO:teuthology.orchestra.run.smithi096.stdout:============================================================================================ 2023-12-01T06:07:23.135 INFO:teuthology.orchestra.run.smithi096.stdout:Install 6 Packages 2023-12-01T06:07:23.135 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:07:23.135 INFO:teuthology.orchestra.run.smithi096.stdout:Total download size: 50 M 2023-12-01T06:07:23.135 INFO:teuthology.orchestra.run.smithi096.stdout:Installed size: 223 M 2023-12-01T06:07:23.136 INFO:teuthology.orchestra.run.smithi096.stdout:Downloading Packages: 2023-12-01T06:07:23.172 INFO:teuthology.orchestra.run.smithi096.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-01T06:07:23.248 INFO:teuthology.orchestra.run.smithi096.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-01T06:07:23.290 INFO:teuthology.orchestra.run.smithi096.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-01T06:07:23.332 INFO:teuthology.orchestra.run.smithi096.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-01T06:07:23.453 INFO:teuthology.orchestra.run.smithi096.stdout:(5/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 576 kB/s | 183 kB 00:00 2023-12-01T06:07:24.914 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:07:24.914 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /sys 2023-12-01T06:07:24.914 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /proc 2023-12-01T06:07:24.914 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /dev 2023-12-01T06:07:24.914 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /run 2023-12-01T06:07:24.914 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /mnt 2023-12-01T06:07:24.914 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /var/tmp 2023-12-01T06:07:24.914 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /home 2023-12-01T06:07:24.915 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /tmp 2023-12-01T06:07:24.915 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /dev 2023-12-01T06:07:24.915 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:07:26.007 INFO:teuthology.orchestra.run.smithi096.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 17 MB/s | 49 MB 00:02 2023-12-01T06:07:26.009 INFO:teuthology.orchestra.run.smithi096.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:07:26.009 INFO:teuthology.orchestra.run.smithi096.stdout:Total 18 MB/s | 50 MB 00:02 2023-12-01T06:07:26.046 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction check 2023-12-01T06:07:26.067 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction check succeeded. 2023-12-01T06:07:26.067 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction test 2023-12-01T06:07:26.328 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:07:26.334 INFO:teuthology.orchestra.run.smithi096.stdout:Transaction test succeeded. 2023-12-01T06:07:26.337 INFO:teuthology.orchestra.run.smithi096.stdout:Running transaction 2023-12-01T06:07:26.348 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:07:26.348 INFO:teuthology.orchestra.run.smithi176.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:07:26.538 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:07:26.538 INFO:teuthology.orchestra.run.smithi176.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:07:26.819 INFO:teuthology.orchestra.run.smithi096.stdout: Preparing : 1/1 2023-12-01T06:07:26.952 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T06:07:27.053 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T06:07:27.102 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:07:27.102 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T06:07:27.102 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T06:07:27.102 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:07:27.102 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:07:27.102 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T06:07:27.102 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T06:07:27.102 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T06:07:27.103 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T06:07:27.104 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:07:27.104 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T06:07:27.104 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T06:07:27.248 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T06:07:27.403 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T06:07:27.592 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T06:07:27.744 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:07:28.427 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:07:28.428 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:49 ago on Fri 01 Dec 2023 06:06:39 AM UTC. 2023-12-01T06:07:31.077 INFO:teuthology.orchestra.run.smithi176.stdout:Installed products updated. 2023-12-01T06:07:31.265 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:07:31.265 INFO:teuthology.orchestra.run.smithi176.stdout:Upgraded: 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T06:07:31.266 INFO:teuthology.orchestra.run.smithi176.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.267 INFO:teuthology.orchestra.run.smithi176.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T06:07:31.267 INFO:teuthology.orchestra.run.smithi176.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.267 INFO:teuthology.orchestra.run.smithi176.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T06:07:31.267 INFO:teuthology.orchestra.run.smithi176.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T06:07:31.267 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.267 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.267 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.267 INFO:teuthology.orchestra.run.smithi176.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T06:07:31.267 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.267 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.268 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:31.268 INFO:teuthology.orchestra.run.smithi176.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T06:07:31.268 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:07:31.268 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2023-12-01T06:07:31.460 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-test 2023-12-01T06:07:31.809 INFO:teuthology.orchestra.run.smithi176.stdout:Updating Subscription Management repositories. 2023-12-01T06:07:32.446 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:07:32.672 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:53 ago on Fri 01 Dec 2023 06:06:39 AM UTC. 2023-12-01T06:07:32.690 INFO:teuthology.orchestra.run.smithi096.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:07:32.918 INFO:teuthology.orchestra.run.smithi096.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:07:32.918 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T06:07:32.918 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T06:07:32.918 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T06:07:32.918 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T06:07:32.919 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T06:07:34.025 INFO:teuthology.orchestra.run.smithi096.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T06:07:34.025 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:09 ago on Fri 01 Dec 2023 06:06:25 AM UTC. 2023-12-01T06:07:34.043 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2023-12-01T06:07:34.044 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================================ 2023-12-01T06:07:34.044 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================================ 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2023-12-01T06:07:34.045 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================================ 2023-12-01T06:07:34.046 INFO:teuthology.orchestra.run.smithi176.stdout:Install 6 Packages 2023-12-01T06:07:34.046 INFO:teuthology.orchestra.run.smithi176.stdout: 2023-12-01T06:07:34.046 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 50 M 2023-12-01T06:07:34.046 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 223 M 2023-12-01T06:07:34.046 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2023-12-01T06:07:34.082 INFO:teuthology.orchestra.run.smithi176.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-01T06:07:34.157 INFO:teuthology.orchestra.run.smithi176.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-01T06:07:34.224 INFO:teuthology.orchestra.run.smithi176.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.7 MB/s | 187 kB 00:00 2023-12-01T06:07:34.266 INFO:teuthology.orchestra.run.smithi176.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-01T06:07:34.350 INFO:teuthology.orchestra.run.smithi176.stdout:(5/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 603 kB/s | 183 kB 00:00 2023-12-01T06:07:36.457 INFO:teuthology.orchestra.run.smithi096.stdout:Installed products updated. 2023-12-01T06:07:36.533 INFO:teuthology.orchestra.run.smithi176.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 20 MB/s | 49 MB 00:02 2023-12-01T06:07:36.536 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:07:36.536 INFO:teuthology.orchestra.run.smithi176.stdout:Total 20 MB/s | 50 MB 00:02 2023-12-01T06:07:36.573 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2023-12-01T06:07:36.594 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2023-12-01T06:07:36.595 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2023-12-01T06:07:36.643 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:07:36.643 INFO:teuthology.orchestra.run.smithi096.stdout:Installed: 2023-12-01T06:07:36.644 INFO:teuthology.orchestra.run.smithi096.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:36.644 INFO:teuthology.orchestra.run.smithi096.stdout: jq-1.6-3.el8.x86_64 2023-12-01T06:07:36.644 INFO:teuthology.orchestra.run.smithi096.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:36.644 INFO:teuthology.orchestra.run.smithi096.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T06:07:36.644 INFO:teuthology.orchestra.run.smithi096.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T06:07:36.644 INFO:teuthology.orchestra.run.smithi096.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T06:07:36.644 INFO:teuthology.orchestra.run.smithi096.stdout: 2023-12-01T06:07:36.644 INFO:teuthology.orchestra.run.smithi096.stdout:Complete! 2023-12-01T06:07:36.775 DEBUG:teuthology.orchestra.run.smithi096:> sudo yum -y install ceph 2023-12-01T06:07:36.860 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2023-12-01T06:07:36.864 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2023-12-01T06:07:37.109 INFO:teuthology.orchestra.run.smithi096.stdout:Updating Subscription Management repositories. 2023-12-01T06:07:37.314 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2023-12-01T06:07:37.442 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T06:07:37.524 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T06:07:37.713 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T06:07:37.851 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T06:07:37.957 INFO:teuthology.orchestra.run.smithi096.stdout:Last metadata expiration check: 0:01:12 ago on Fri 01 Dec 2023 06:06:25 AM UTC. 2023-12-01T06:07:37.983 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T06:07:38.150 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:07:39.378 INFO:teuthology.orchestra.run.smithi096.stderr:Error: 2023-12-01T06:07:39.379 INFO:teuthology.orchestra.run.smithi096.stderr: Problem: conflicting requests 2023-12-01T06:07:39.379 INFO:teuthology.orchestra.run.smithi096.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:07:39.379 INFO:teuthology.orchestra.run.smithi096.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T06:07:39.461 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:07:39.462 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_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_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 smithi096 with status 1: 'sudo yum -y install ceph' 2023-12-01T06:07:39.463 ERROR:teuthology.run_tasks:Saw exception from tasks. 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_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] 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_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_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 smithi096 with status 1: 'sudo yum -y install ceph' 2023-12-01T06:07:39.549 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=57ca63bcf3e34e0f88a60b86f0af87a7 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_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] 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_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_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 smithi096 with status 1: 'sudo yum -y install ceph' 2023-12-01T06:07:39.553 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T06:07:39.562 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T06:07:39.588 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T06:07:39.588 DEBUG:teuthology.orchestra.run.smithi096:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:07:39.602 DEBUG:teuthology.orchestra.run.smithi176:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:07:39.609 INFO:teuthology.orchestra.run.smithi096.stderr:bash: ntpq: command not found 2023-12-01T06:07:39.612 INFO:teuthology.orchestra.run.smithi096.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:07:39.613 INFO:teuthology.orchestra.run.smithi096.stdout:=============================================================================== 2023-12-01T06:07:39.613 INFO:teuthology.orchestra.run.smithi096.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 39 +1548us[+1548us] +/- 84ms 2023-12-01T06:07:39.613 INFO:teuthology.orchestra.run.smithi096.stdout:^* hv02.front.sepia.ceph.com 3 6 37 40 -1521us[-1533us] +/- 61ms 2023-12-01T06:07:39.613 INFO:teuthology.orchestra.run.smithi096.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 38 +546us[ +546us] +/- 77ms 2023-12-01T06:07:39.613 INFO:teuthology.orchestra.run.smithi096.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:07:39.618 INFO:teuthology.orchestra.run.smithi176.stderr:bash: ntpq: command not found 2023-12-01T06:07:39.623 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:07:39.623 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2023-12-01T06:07:39.623 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 40 +1545us[+1540us] +/- 84ms 2023-12-01T06:07:39.623 INFO:teuthology.orchestra.run.smithi176.stdout:^* hv02.front.sepia.ceph.com 3 6 37 38 -1540us[-1544us] +/- 61ms 2023-12-01T06:07:39.623 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 40 +543us[ +538us] +/- 77ms 2023-12-01T06:07:39.623 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:07:39.624 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T06:07:39.635 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T06:07:39.636 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T06:07:39.653 DEBUG:teuthology.orchestra.run.smithi096:> 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:07:39.750 DEBUG:teuthology.orchestra.run.smithi176:> 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:07:39.847 DEBUG:teuthology.orchestra.run.smithi096:> 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:07:39.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:07:39.879 DEBUG:teuthology.orchestra.run.smithi176:> 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:07:39.910 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:07:39.911 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T06:07:39.922 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T06:07:39.937 INFO:teuthology.task.internal:Duration was 687.993444 seconds 2023-12-01T06:07:39.938 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T06:07:39.952 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T06:07:39.953 DEBUG:teuthology.orchestra.run.smithi096:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:07:39.956 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:07:39.999 INFO:teuthology.orchestra.run.smithi096.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:07:40.000 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:07:40.282 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T06:07:40.282 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi096.front.sepia.ceph.com 2023-12-01T06:07:40.282 DEBUG:teuthology.orchestra.run.smithi096:> 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:07:40.304 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi176.front.sepia.ceph.com 2023-12-01T06:07:40.304 DEBUG:teuthology.orchestra.run.smithi176:> 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:07:40.327 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T06:07:40.328 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:07:40.347 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:07:40.406 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T06:07:40.407 DEBUG:teuthology.orchestra.run.smithi096:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:07:40.426 DEBUG:teuthology.orchestra.run.smithi176:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:07:40.529 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T06:07:40.539 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T06:07:40.540 DEBUG:teuthology.orchestra.run.smithi096:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:07:40.594 DEBUG:teuthology.orchestra.run.smithi176:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:07:40.632 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T06:07:40.644 DEBUG:teuthology.orchestra.run.smithi096:> 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:07:40.647 DEBUG:teuthology.orchestra.run.smithi176:> 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:07:40.671 INFO:teuthology.orchestra.run.smithi096.stdout:kernel.core_pattern = core 2023-12-01T06:07:40.700 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = core 2023-12-01T06:07:40.721 DEBUG:teuthology.orchestra.run.smithi096:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:07:40.755 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:07:40.755 DEBUG:teuthology.orchestra.run.smithi176:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:07:40.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:07:40.779 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T06:07:40.789 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T06:07:40.791 DEBUG:teuthology.misc:Transferring archived files from smithi096:/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/7473001/remote/smithi096 2023-12-01T06:07:40.792 DEBUG:teuthology.orchestra.run.smithi096:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:07:40.844 DEBUG:teuthology.misc:Transferring archived files from smithi176:/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/7473001/remote/smithi176 2023-12-01T06:07:40.845 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:07:40.901 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T06:07:40.901 DEBUG:teuthology.orchestra.run.smithi096:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:07:40.903 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:07:40.920 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T06:07:40.935 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T06:07:40.935 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T06:07:40.957 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T06:07:40.957 DEBUG:teuthology.orchestra.run.smithi096:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:07:40.960 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:07:40.974 INFO:teuthology.orchestra.run.smithi096.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:07 /home/ubuntu/cephtest 2023-12-01T06:07:40.976 INFO:teuthology.orchestra.run.smithi176.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:07 /home/ubuntu/cephtest 2023-12-01T06:07:40.978 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T06:07:41.009 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T06:07:41.037 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T06:07:41.065 DEBUG:teuthology.nuke:shortname: smithi096 2023-12-01T06:07:41.066 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:07:41.089 DEBUG:teuthology.nuke:shortname: smithi176 2023-12-01T06:07:41.089 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:07:41.093 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi096.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/7473001', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:50:59.645900', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T06:07:41.117 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.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/7473001', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 05:50:59.644055', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T06:07:41.161 INFO:teuthology.orchestra.console.smithi096:Power off 2023-12-01T06:07:41.161 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:07:41.193 DEBUG:teuthology.orchestra.console.smithi096:power off output: Chassis Power Control: Down/Off 2023-12-01T06:07:41.193 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:07:41.225 INFO:teuthology.orchestra.console.smithi176:Power off 2023-12-01T06:07:41.226 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:07:41.242 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2023-12-01T06:07:41.256 DEBUG:teuthology.orchestra.console.smithi176:power off output: Chassis Power Control: Down/Off 2023-12-01T06:07:41.256 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:07:41.290 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-12-01T06:07:42.936 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:07:43.122 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:07:43.365 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:07:43.365 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T06:07:43.365 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T06:07:43.365 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T06:07:43.365 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T06:07:43.366 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T06:07:44.427 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T06:07:44.428 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:05 ago on Fri 01 Dec 2023 06:06:39 AM UTC. 2023-12-01T06:07:45.018 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T06:07:45.243 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:07:45.291 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:07:45.353 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is on 2023-12-01T06:07:45.401 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-12-01T06:07:49.358 DEBUG:teuthology.orchestra.console.smithi096:pexpect command: ipmitool -H smithi096.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:07:49.402 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:07:49.468 DEBUG:teuthology.orchestra.console.smithi096:check power output: Chassis Power is off 2023-12-01T06:07:49.515 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2023-12-01T06:07:49.569 INFO:teuthology.orchestra.console.smithi096:Power off completed 2023-12-01T06:07:53.518 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:07:53.631 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is off 2023-12-01T06:07:53.732 INFO:teuthology.orchestra.console.smithi176:Power off completed 2023-12-01T06:07:53.836 INFO:teuthology.run:Summary data: description: orch:cephadm/with-work/{0-distro/rhel_8.6_container_tools_rhel8 fixed-2 mode/root mon_election/connectivity msgr/async-v2only start tasks/rotate-keys} duration: 687.9934442043304 failure_reason: 'Command failed on smithi096 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=57ca63bcf3e34e0f88a60b86f0af87a7 status: fail success: false 2023-12-01T06:07:53.836 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T06:07:53.927 INFO:teuthology.run:FAIL