2023-12-01T05:34:22.833 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:34:22.833 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_phlogistonjohn@teuthology --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --verbose --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472958 --description orch:cephadm/with-work/{0-distro/rhel_8.6_container_tools_3.0 fixed-2 mode/root mon_election/connectivity msgr/async-v2only start tasks/rotate-keys} -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472958/orig.config.yaml 2023-12-01T05:34:22.864 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:34:22.939 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/7472958 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/with-work/{0-distro/rhel_8.6_container_tools_3.0 fixed-2 mode/root mon_election/connectivity msgr/async-v2only start tasks/rotate-keys} email: jmulligan@redhat.com first_in_suite: false job_id: '7472958' 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: smithi029.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi156.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:3.0 --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:34:22.939 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:34:22.941 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:34:22.941 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:34:22.943 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:34:22.975 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:34:22.976 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:34:22.976 INFO:teuthology.packaging:ref: None 2023-12-01T05:34:22.976 INFO:teuthology.packaging:tag: None 2023-12-01T05:34:22.976 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:34:22.976 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:34:22.976 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:34:23.287 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:34:23.287 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:34:23.294 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:34:23.294 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:34:23.315 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:34:23.327 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:34:23.334 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:34:23.361 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.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/7472958', '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:28:40.644660', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:34:23.385 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.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/7472958', '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:28:40.642959', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:34:23.385 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:34:23.391 INFO:teuthology.task.internal:roles: ubuntu@smithi029.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:34:23.391 INFO:teuthology.task.internal:roles: ubuntu@smithi156.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:34:23.392 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:34:23.468 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1375cbfee0>, signals=[15]) 2023-12-01T05:34:23.469 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:34:23.476 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:34:23.476 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi029.front.sepia.ceph.com 2023-12-01T05:34:23.478 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:34:23.546 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi156.front.sepia.ceph.com 2023-12-01T05:34:23.547 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:34:23.614 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:34:23.620 DEBUG:teuthology.orchestra.run.smithi029:> uname -m 2023-12-01T05:34:23.641 INFO:teuthology.orchestra.run.smithi029.stdout:x86_64 2023-12-01T05:34:23.642 DEBUG:teuthology.orchestra.run.smithi029:> cat /etc/os-release 2023-12-01T05:34:23.701 INFO:teuthology.orchestra.run.smithi029.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:ID="rhel" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:ID_LIKE="fedora" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:VERSION_ID="8.6" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:ANSI_COLOR="0;31" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:34:23.702 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:34:23.703 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:34:23.703 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:34:23.703 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:34:23.703 INFO:teuthology.orchestra.run.smithi029.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:34:23.703 INFO:teuthology.lock.ops:Updating smithi029.front.sepia.ceph.com on lock server 2023-12-01T05:34:23.727 DEBUG:teuthology.orchestra.run.smithi156:> uname -m 2023-12-01T05:34:23.748 INFO:teuthology.orchestra.run.smithi156.stdout:x86_64 2023-12-01T05:34:23.748 DEBUG:teuthology.orchestra.run.smithi156:> cat /etc/os-release 2023-12-01T05:34:23.808 INFO:teuthology.orchestra.run.smithi156.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:34:23.808 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:34:23.808 INFO:teuthology.orchestra.run.smithi156.stdout:ID="rhel" 2023-12-01T05:34:23.808 INFO:teuthology.orchestra.run.smithi156.stdout:ID_LIKE="fedora" 2023-12-01T05:34:23.808 INFO:teuthology.orchestra.run.smithi156.stdout:VERSION_ID="8.6" 2023-12-01T05:34:23.808 INFO:teuthology.orchestra.run.smithi156.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout:ANSI_COLOR="0;31" 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:34:23.809 INFO:teuthology.orchestra.run.smithi156.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:34:23.810 INFO:teuthology.lock.ops:Updating smithi156.front.sepia.ceph.com on lock server 2023-12-01T05:34:23.827 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:34:23.836 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:34:23.842 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:34:23.842 DEBUG:teuthology.orchestra.run.smithi029:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:34:23.844 DEBUG:teuthology.orchestra.run.smithi156:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:34:23.867 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:34:23.873 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:34:23.873 DEBUG:teuthology.orchestra.run.smithi029:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:34:23.904 DEBUG:teuthology.orchestra.run.smithi156:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:34:23.938 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:34:23.995 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:34:24.009 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:34:24.010 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T05:34:24.010 DEBUG:teuthology.orchestra.run.smithi029:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:34:24.010 DEBUG:teuthology.orchestra.run.smithi156:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:34:24.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:34:24.030 DEBUG:teuthology.orchestra.run.smithi156:> uname -r 2023-12-01T05:34:24.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:34:24.032 DEBUG:teuthology.orchestra.run.smithi029:> uname -r 2023-12-01T05:34:24.089 INFO:teuthology.orchestra.run.smithi156.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:34:24.089 INFO:teuthology.task.kernel:Running kernel on smithi156: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:34:24.090 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum install -y kernel 2023-12-01T05:34:24.092 INFO:teuthology.orchestra.run.smithi029.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:34:24.092 INFO:teuthology.task.kernel:Running kernel on smithi029: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:34:24.092 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum install -y kernel 2023-12-01T05:34:25.326 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-12-01T05:34:25.326 INFO:teuthology.orchestra.run.smithi156.stdout:Unable to read consumer identity 2023-12-01T05:34:25.711 INFO:teuthology.orchestra.run.smithi029.stdout:Updating Subscription Management repositories. 2023-12-01T05:34:25.712 INFO:teuthology.orchestra.run.smithi029.stdout:Unable to read consumer identity 2023-12-01T05:34:26.896 INFO:teuthology.orchestra.run.smithi156.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-01T05:34:28.880 INFO:teuthology.orchestra.run.smithi156.stdout:Extra Packages for Enterprise Linux 8.1 MB/s | 16 MB 00:01 2023-12-01T05:34:28.882 INFO:teuthology.orchestra.run.smithi029.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T05:34:32.381 INFO:teuthology.orchestra.run.smithi156.stdout:lab-extras 361 kB/s | 24 kB 00:00 2023-12-01T05:34:33.075 INFO:teuthology.orchestra.run.smithi156.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:34:33.121 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-12-01T05:34:33.122 INFO:teuthology.orchestra.run.smithi156.stdout:Nothing to do. 2023-12-01T05:34:33.123 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-12-01T05:34:33.235 DEBUG:teuthology.orchestra.run.smithi156:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:34:33.570 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-12-01T05:34:33.570 INFO:teuthology.orchestra.run.smithi156.stdout:Unable to read consumer identity 2023-12-01T05:34:33.835 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 05:34:32 AM UTC. 2023-12-01T05:34:33.876 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 3.2 MB/s | 16 MB 00:04 2023-12-01T05:34:33.879 INFO:teuthology.orchestra.run.smithi156.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:34:33.947 INFO:teuthology.orchestra.run.smithi156.stderr:Error: No packages marked for reinstall. 2023-12-01T05:34:33.994 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum reinstall -y kernel || true 2023-12-01T05:34:34.325 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-12-01T05:34:34.326 INFO:teuthology.orchestra.run.smithi156.stdout:Unable to read consumer identity 2023-12-01T05:34:34.582 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:34:32 AM UTC. 2023-12-01T05:34:34.623 INFO:teuthology.orchestra.run.smithi156.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:34:34.662 INFO:teuthology.orchestra.run.smithi156.stderr:Error: No packages marked for reinstall. 2023-12-01T05:34:34.709 DEBUG:teuthology.orchestra.run.smithi156:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:34:34.790 INFO:teuthology.orchestra.run.smithi156.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:34:34.790 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:34:34.790 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:34:34.790 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2023-12-01T05:34:34.790 DEBUG:teuthology.orchestra.run.smithi156:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:34:34.823 INFO:teuthology.orchestra.run.smithi156.stdout:ttyS1 2023-12-01T05:34:34.836 DEBUG:teuthology.parallel:result is None 2023-12-01T05:34:39.110 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 15 kB/s | 24 kB 00:01 2023-12-01T05:34:40.557 INFO:teuthology.orchestra.run.smithi029.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:34:40.658 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2023-12-01T05:34:40.659 INFO:teuthology.orchestra.run.smithi029.stdout:Nothing to do. 2023-12-01T05:34:40.659 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2023-12-01T05:34:40.794 DEBUG:teuthology.orchestra.run.smithi029:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:34:41.151 INFO:teuthology.orchestra.run.smithi029.stdout:Updating Subscription Management repositories. 2023-12-01T05:34:41.151 INFO:teuthology.orchestra.run.smithi029.stdout:Unable to read consumer identity 2023-12-01T05:34:41.426 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:00:04 ago on Fri 01 Dec 2023 05:34:37 AM UTC. 2023-12-01T05:34:41.481 INFO:teuthology.orchestra.run.smithi029.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:34:41.528 INFO:teuthology.orchestra.run.smithi029.stderr:Error: No packages marked for reinstall. 2023-12-01T05:34:41.576 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum reinstall -y kernel || true 2023-12-01T05:34:41.927 INFO:teuthology.orchestra.run.smithi029.stdout:Updating Subscription Management repositories. 2023-12-01T05:34:41.927 INFO:teuthology.orchestra.run.smithi029.stdout:Unable to read consumer identity 2023-12-01T05:34:42.198 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:00:05 ago on Fri 01 Dec 2023 05:34:37 AM UTC. 2023-12-01T05:34:42.242 INFO:teuthology.orchestra.run.smithi029.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:34:42.275 INFO:teuthology.orchestra.run.smithi029.stderr:Error: No packages marked for reinstall. 2023-12-01T05:34:42.321 DEBUG:teuthology.orchestra.run.smithi029:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:34:42.404 INFO:teuthology.orchestra.run.smithi029.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:34:42.404 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:34:42.405 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:34:42.405 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2023-12-01T05:34:42.405 DEBUG:teuthology.orchestra.run.smithi029:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:34:42.436 INFO:teuthology.orchestra.run.smithi029.stdout:ttyS1 2023-12-01T05:34:42.452 DEBUG:teuthology.parallel:result is None 2023-12-01T05:34:42.453 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:34:42.460 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:34:42.460 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:34:42.495 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:34:42.515 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:34:42.523 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:34:42.529 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:34:42.529 DEBUG:teuthology.orchestra.run.smithi029:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:34:42.552 DEBUG:teuthology.orchestra.run.smithi156:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:34:42.583 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:34:42.592 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:34:42.592 DEBUG:teuthology.orchestra.run.smithi029:> 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:34:42.610 DEBUG:teuthology.orchestra.run.smithi156:> 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:34:42.656 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:34:42.663 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:34:42.667 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:34:42.675 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:34:42.677 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:34:42.684 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:34:42.684 DEBUG:teuthology.orchestra.run.smithi029:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:34:42.687 DEBUG:teuthology.orchestra.run.smithi156:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:34:42.716 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:34:42.724 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:34:42.725 DEBUG:teuthology.orchestra.run.smithi029:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:34:42.754 DEBUG:teuthology.orchestra.run.smithi156:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:34:42.774 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:34:42.856 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:34:42.913 DEBUG:teuthology.orchestra.run.smithi029:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:34:42.958 DEBUG:teuthology.orchestra.run.smithi029:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:34:42.999 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-01T05:34:42.999 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:34:43.072 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:34:43.119 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:34:43.174 DEBUG:teuthology.orchestra.run.smithi156:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:34:43.259 DEBUG:teuthology.orchestra.run.smithi156:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:34:43.304 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-01T05:34:43.304 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:34:43.375 DEBUG:teuthology.orchestra.run.smithi029:> sudo service rsyslog restart 2023-12-01T05:34:43.377 DEBUG:teuthology.orchestra.run.smithi156:> sudo service rsyslog restart 2023-12-01T05:34:43.470 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:34:43.482 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:34:43.819 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:34:43.827 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:34:43.827 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:34:43.846 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:34:43.857 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:34:43.857 DEBUG:teuthology.orchestra.run.smithi029:> sudo service auditd rotate 2023-12-01T05:34:43.918 INFO:teuthology.orchestra.run.smithi029.stdout:Rotating logs: 2023-12-01T05:34:43.920 DEBUG:teuthology.orchestra.run.smithi156:> sudo service auditd rotate 2023-12-01T05:34:43.968 INFO:teuthology.orchestra.run.smithi156.stdout:Rotating logs: 2023-12-01T05:34:43.970 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:34:43.970 DEBUG:teuthology.orchestra.run.smithi029:> /usr/sbin/getenforce 2023-12-01T05:34:43.995 INFO:teuthology.orchestra.run.smithi029.stdout:Permissive 2023-12-01T05:34:43.996 DEBUG:teuthology.orchestra.run.smithi156:> /usr/sbin/getenforce 2023-12-01T05:34:44.018 INFO:teuthology.orchestra.run.smithi156.stdout:Permissive 2023-12-01T05:34:44.018 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi029.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi156.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:34:44.019 DEBUG:teuthology.orchestra.run.smithi029:> 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:34:44.064 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:34:44.065 DEBUG:teuthology.orchestra.run.smithi156:> 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:34:44.091 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:34:44.091 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:34:44.091 DEBUG:teuthology.orchestra.run.smithi029:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:34:44.135 DEBUG:teuthology.orchestra.run.smithi156:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:34:44.161 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:34:44.171 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T05:34:44.178 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-01T05:34:44.309 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:34:44.324 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:34:44.325 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi029.front.sepia.ceph.com,smithi156.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T05:45:01.755 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi029.front.sepia.ceph.com'), Remote(name='ubuntu@smithi156.front.sepia.ceph.com')] 2023-12-01T05:45:01.756 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-12-01T05:45:01.757 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi029.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:45:01.828 DEBUG:teuthology.orchestra.run.smithi029:> true 2023-12-01T05:45:01.897 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi029.front.sepia.ceph.com' 2023-12-01T05:45:01.898 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-01T05:45:01.898 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi156.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:45:01.966 DEBUG:teuthology.orchestra.run.smithi156:> true 2023-12-01T05:45:02.037 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi156.front.sepia.ceph.com' 2023-12-01T05:45:02.038 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T05:45:02.049 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T05:45:02.050 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:45:02.050 DEBUG:teuthology.orchestra.run.smithi029:> 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-01T05:45:02.053 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:45:02.053 DEBUG:teuthology.orchestra.run.smithi156:> 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-01T05:45:02.088 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:45:02.105 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:45:02.110 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:45:02.125 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:45:02.168 INFO:teuthology.orchestra.run.smithi029.stderr:sudo: ntpd: command not found 2023-12-01T05:45:02.181 INFO:teuthology.orchestra.run.smithi029.stdout:506 Cannot talk to daemon 2023-12-01T05:45:02.197 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:45:02.199 INFO:teuthology.orchestra.run.smithi156.stderr:sudo: ntpd: command not found 2023-12-01T05:45:02.211 INFO:teuthology.orchestra.run.smithi156.stdout:506 Cannot talk to daemon 2023-12-01T05:45:02.212 INFO:teuthology.orchestra.run.smithi029.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:45:02.226 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:45:02.240 INFO:teuthology.orchestra.run.smithi156.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:45:02.288 INFO:teuthology.orchestra.run.smithi029.stderr:bash: ntpq: command not found 2023-12-01T05:45:02.291 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:45:02.291 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2023-12-01T05:45:02.291 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:02.291 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:02.291 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:02.291 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:02.314 INFO:teuthology.orchestra.run.smithi156.stderr:bash: ntpq: command not found 2023-12-01T05:45:02.317 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:45:02.318 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2023-12-01T05:45:02.318 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:02.318 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:02.318 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:02.318 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:45:02.319 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T05:45:02.329 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T05:45:02.330 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi029.front.sepia.ceph.com 2023-12-01T05:45:02.330 DEBUG:teuthology.orchestra.run.smithi029:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:45:02.330 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi156.front.sepia.ceph.com 2023-12-01T05:45:02.330 DEBUG:teuthology.orchestra.run.smithi156:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:45:02.726 INFO:teuthology.orchestra.run.smithi029.stdout:Updating Subscription Management repositories. 2023-12-01T05:45:02.735 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-12-01T05:45:04.292 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:44 ago on Fri 01 Dec 2023 05:43:19 AM UTC. 2023-12-01T05:45:04.294 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:06 ago on Fri 01 Dec 2023 05:42:57 AM UTC. 2023-12-01T05:45:06.027 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-12-01T05:45:06.028 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-12-01T05:45:06.028 INFO:teuthology.orchestra.run.smithi156.stdout: Package Architecture Version Repository Size 2023-12-01T05:45:06.028 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-12-01T05:45:06.028 INFO:teuthology.orchestra.run.smithi156.stdout:Resetting modules: 2023-12-01T05:45:06.029 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools 2023-12-01T05:45:06.029 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:45:06.029 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-12-01T05:45:06.029 INFO:teuthology.orchestra.run.smithi156.stdout:================================================================================ 2023-12-01T05:45:06.029 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:45:06.301 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2023-12-01T05:45:06.302 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-12-01T05:45:06.302 INFO:teuthology.orchestra.run.smithi029.stdout: Package Architecture Version Repository Size 2023-12-01T05:45:06.302 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-12-01T05:45:06.302 INFO:teuthology.orchestra.run.smithi029.stdout:Resetting modules: 2023-12-01T05:45:06.302 INFO:teuthology.orchestra.run.smithi029.stdout: container-tools 2023-12-01T05:45:06.302 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:45:06.302 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2023-12-01T05:45:06.302 INFO:teuthology.orchestra.run.smithi029.stdout:================================================================================ 2023-12-01T05:45:06.303 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:45:07.011 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:09 ago on Fri 01 Dec 2023 05:42:57 AM UTC. 2023-12-01T05:45:07.313 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:47 ago on Fri 01 Dec 2023 05:43:19 AM UTC. 2023-12-01T05:45:10.569 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-12-01T05:45:10.804 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2023-12-01T05:45:11.027 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-12-01T05:45:11.288 INFO:teuthology.orchestra.run.smithi029.stdout:Updating Subscription Management repositories. 2023-12-01T05:45:11.896 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:14 ago on Fri 01 Dec 2023 05:42:57 AM UTC. 2023-12-01T05:45:12.210 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:52 ago on Fri 01 Dec 2023 05:43:19 AM UTC. 2023-12-01T05:45:13.747 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-12-01T05:45:13.842 INFO:teuthology.orchestra.run.smithi156.stdout:========================================================================================================================== 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout:========================================================================================================================== 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout:Installing group/module packages: 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:45:13.843 INFO:teuthology.orchestra.run.smithi156.stdout:Downgrading: 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-01T05:45:13.844 INFO:teuthology.orchestra.run.smithi156.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:45:13.845 INFO:teuthology.orchestra.run.smithi156.stdout:Installing module profiles: 2023-12-01T05:45:13.845 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools/common 2023-12-01T05:45:13.845 INFO:teuthology.orchestra.run.smithi156.stdout:Enabling module streams: 2023-12-01T05:45:13.845 INFO:teuthology.orchestra.run.smithi156.stdout: container-tools 3.0 2023-12-01T05:45:13.845 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:45:13.845 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-12-01T05:45:13.845 INFO:teuthology.orchestra.run.smithi156.stdout:========================================================================================================================== 2023-12-01T05:45:13.845 INFO:teuthology.orchestra.run.smithi156.stdout:Install 7 Packages 2023-12-01T05:45:13.845 INFO:teuthology.orchestra.run.smithi156.stdout:Downgrade 12 Packages 2023-12-01T05:45:13.845 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:45:13.846 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 51 M 2023-12-01T05:45:13.846 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2023-12-01T05:45:13.991 INFO:teuthology.orchestra.run.smithi156.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 628 kB/s | 91 kB 00:00 2023-12-01T05:45:14.018 INFO:teuthology.orchestra.run.smithi156.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 299 kB/s | 51 kB 00:00 2023-12-01T05:45:14.060 INFO:teuthology.orchestra.run.smithi156.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 248 kB/s | 53 kB 00:00 2023-12-01T05:45:14.127 INFO:teuthology.orchestra.run.smithi156.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.7 MB/s | 511 kB 00:00 2023-12-01T05:45:14.152 INFO:teuthology.orchestra.run.smithi156.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 517 kB/s | 69 kB 00:00 2023-12-01T05:45:14.168 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2023-12-01T05:45:14.261 INFO:teuthology.orchestra.run.smithi156.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-12-01T05:45:14.273 INFO:teuthology.orchestra.run.smithi029.stdout:========================================================================================================================== 2023-12-01T05:45:14.273 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2023-12-01T05:45:14.273 INFO:teuthology.orchestra.run.smithi029.stdout:========================================================================================================================== 2023-12-01T05:45:14.273 INFO:teuthology.orchestra.run.smithi029.stdout:Installing group/module packages: 2023-12-01T05:45:14.273 INFO:teuthology.orchestra.run.smithi029.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-01T05:45:14.273 INFO:teuthology.orchestra.run.smithi029.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout:Downgrading: 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T05:45:14.274 INFO:teuthology.orchestra.run.smithi029.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout:Installing module profiles: 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout: container-tools/common 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout:Enabling module streams: 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout: container-tools 3.0 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout:========================================================================================================================== 2023-12-01T05:45:14.275 INFO:teuthology.orchestra.run.smithi029.stdout:Install 7 Packages 2023-12-01T05:45:14.276 INFO:teuthology.orchestra.run.smithi029.stdout:Downgrade 12 Packages 2023-12-01T05:45:14.276 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:45:14.276 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 51 M 2023-12-01T05:45:14.276 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2023-12-01T05:45:14.286 INFO:teuthology.orchestra.run.smithi156.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 453 kB/s | 72 kB 00:00 2023-12-01T05:45:14.378 INFO:teuthology.orchestra.run.smithi156.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 479 kB/s | 56 kB 00:00 2023-12-01T05:45:14.420 INFO:teuthology.orchestra.run.smithi156.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 381 kB/s | 51 kB 00:00 2023-12-01T05:45:14.464 INFO:teuthology.orchestra.run.smithi029.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 284 kB/s | 53 kB 00:00 2023-12-01T05:45:14.497 INFO:teuthology.orchestra.run.smithi029.stdout:(2/19): containers-common-1.2.4-1.module+el8.6. 414 kB/s | 91 kB 00:00 2023-12-01T05:45:14.540 INFO:teuthology.orchestra.run.smithi029.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 196 kB/s | 51 kB 00:00 2023-12-01T05:45:14.570 INFO:teuthology.orchestra.run.smithi156.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 26 MB/s | 11 MB 00:00 2023-12-01T05:45:14.604 INFO:teuthology.orchestra.run.smithi156.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.7 MB/s | 322 kB 00:00 2023-12-01T05:45:14.657 INFO:teuthology.orchestra.run.smithi029.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 434 kB/s | 69 kB 00:00 2023-12-01T05:45:14.699 INFO:teuthology.orchestra.run.smithi029.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 2.1 MB/s | 511 kB 00:00 2023-12-01T05:45:14.704 INFO:teuthology.orchestra.run.smithi156.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 306 kB/s | 41 kB 00:00 2023-12-01T05:45:14.816 INFO:teuthology.orchestra.run.smithi029.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 10 MB/s | 2.9 MB 00:00 2023-12-01T05:45:14.841 INFO:teuthology.orchestra.run.smithi029.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 390 kB/s | 72 kB 00:00 2023-12-01T05:45:14.846 INFO:teuthology.orchestra.run.smithi156.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 9.1 MB/s | 2.2 MB 00:00 2023-12-01T05:45:14.975 INFO:teuthology.orchestra.run.smithi029.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 352 kB/s | 56 kB 00:00 2023-12-01T05:45:15.009 INFO:teuthology.orchestra.run.smithi029.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 304 kB/s | 51 kB 00:00 2023-12-01T05:45:15.063 INFO:teuthology.orchestra.run.smithi156.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 28 MB/s | 19 MB 00:00 2023-12-01T05:45:15.171 INFO:teuthology.orchestra.run.smithi156.stdout:(15/19): cockpit-podman-29-2.module+el8.6.0+148 9.9 MB/s | 1.1 MB 00:00 2023-12-01T05:45:15.255 INFO:teuthology.orchestra.run.smithi156.stdout:(16/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 12 MB/s | 6.4 MB 00:00 2023-12-01T05:45:15.288 INFO:teuthology.orchestra.run.smithi029.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 19 MB/s | 11 MB 00:00 2023-12-01T05:45:15.327 INFO:teuthology.orchestra.run.smithi029.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.0 MB/s | 322 kB 00:00 2023-12-01T05:45:15.339 INFO:teuthology.orchestra.run.smithi156.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 14 MB/s | 6.8 MB 00:00 2023-12-01T05:45:15.368 INFO:teuthology.orchestra.run.smithi156.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 964 kB/s | 185 kB 00:00 2023-12-01T05:45:15.389 INFO:teuthology.orchestra.run.smithi156.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 379 kB/s | 51 kB 00:00 2023-12-01T05:45:15.389 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:45:15.389 INFO:teuthology.orchestra.run.smithi156.stdout:Total 33 MB/s | 51 MB 00:01 2023-12-01T05:45:15.404 INFO:teuthology.orchestra.run.smithi029.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 353 kB/s | 41 kB 00:00 2023-12-01T05:45:15.530 INFO:teuthology.orchestra.run.smithi029.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-01T05:45:15.739 INFO:teuthology.orchestra.run.smithi029.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 19 MB/s | 6.4 MB 00:00 2023-12-01T05:45:15.868 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2023-12-01T05:45:15.910 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2023-12-01T05:45:15.910 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2023-12-01T05:45:16.064 INFO:teuthology.orchestra.run.smithi029.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 17 MB/s | 19 MB 00:01 2023-12-01T05:45:16.115 INFO:teuthology.orchestra.run.smithi029.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 2.8 MB/s | 1.1 MB 00:00 2023-12-01T05:45:16.165 INFO:teuthology.orchestra.run.smithi029.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.8 MB/s | 185 kB 00:00 2023-12-01T05:45:16.299 INFO:teuthology.orchestra.run.smithi029.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 8.8 MB/s | 6.8 MB 00:00 2023-12-01T05:45:16.324 INFO:teuthology.orchestra.run.smithi029.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 242 kB/s | 51 kB 00:00 2023-12-01T05:45:16.325 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:45:16.325 INFO:teuthology.orchestra.run.smithi029.stdout:Total 25 MB/s | 51 MB 00:02 2023-12-01T05:45:16.341 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2023-12-01T05:45:16.345 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2023-12-01T05:45:16.822 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2023-12-01T05:45:16.868 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2023-12-01T05:45:16.868 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2023-12-01T05:45:17.328 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2023-12-01T05:45:17.332 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2023-12-01T05:45:17.533 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2023-12-01T05:45:17.583 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:45:17.745 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:45:17.754 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:45:17.770 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:45:17.953 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:45:18.497 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2023-12-01T05:45:18.548 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:45:18.779 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:45:18.789 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:45:18.808 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:45:19.003 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:45:35.119 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:45:36.914 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:45:37.152 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:45:37.220 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:45:37.347 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:45:37.523 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:45:37.733 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:45:37.733 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:45:37.733 INFO:teuthology.orchestra.run.smithi156.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:45:37.733 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:45:38.582 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:45:38.819 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:45:39.112 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:45:39.365 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:45:39.589 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:45:39.758 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:45:40.009 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:45:40.009 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:45:40.009 INFO:teuthology.orchestra.run.smithi029.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:45:40.009 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:45:40.315 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:45:40.687 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:45:40.903 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:45:41.058 INFO:teuthology.orchestra.run.smithi156.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:45:41.186 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:45:41.377 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:45:42.095 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:45:42.827 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:45:43.004 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:45:43.065 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:45:43.292 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:45:43.310 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:45:43.483 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:45:43.605 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:45:43.606 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:45:43.726 INFO:teuthology.orchestra.run.smithi029.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:45:43.905 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:45:44.031 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:45:44.087 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:45:44.087 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:45:44.292 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:45:44.424 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:45:44.558 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:45:44.716 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:45:44.799 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:45:44.870 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:45:45.016 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:45:45.183 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:45:45.340 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:45:45.340 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:45:45.491 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:45:45.579 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:45:45.838 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:45:46.022 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:45:46.065 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:45:46.284 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:45:46.393 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:45:46.393 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:45:46.393 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:45:46.394 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:45:46.395 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:45:46.396 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:45:46.433 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:45:46.434 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:45:46.729 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:45:46.902 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:45:46.902 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:45:47.119 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:45:47.260 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:45:47.456 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:45:47.618 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:45:47.809 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:45:47.809 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:02:50 ago on Fri 01 Dec 2023 05:42:57 AM UTC. 2023-12-01T05:45:47.821 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:45:47.959 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:45:48.109 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:45:48.309 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:45:48.309 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:45:48.475 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:45:49.032 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:45:49.441 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:45:49.441 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:45:49.441 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:45:49.441 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:45:49.441 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:45:49.441 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:45:49.441 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:45:49.441 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:45:49.442 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:45:49.442 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:45:49.442 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:45:49.442 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:45:49.442 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:45:49.442 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:45:49.442 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:45:49.442 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:45:49.442 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:45:49.442 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:45:49.443 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:45:49.444 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:45:50.915 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:45:50.915 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:02:31 ago on Fri 01 Dec 2023 05:43:19 AM UTC. 2023-12-01T05:45:55.121 INFO:teuthology.orchestra.run.smithi156.stdout:Installed products updated. 2023-12-01T05:45:55.318 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout:Downgraded: 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2023-12-01T05:45:55.319 INFO:teuthology.orchestra.run.smithi156.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.320 INFO:teuthology.orchestra.run.smithi156.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:45:55.320 INFO:teuthology.orchestra.run.smithi156.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.320 INFO:teuthology.orchestra.run.smithi156.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.320 INFO:teuthology.orchestra.run.smithi156.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:55.320 INFO:teuthology.orchestra.run.smithi156.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:45:55.320 INFO:teuthology.orchestra.run.smithi156.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:45:55.320 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:45:55.320 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-12-01T05:45:55.506 DEBUG:teuthology.parallel:result is None 2023-12-01T05:45:56.156 INFO:teuthology.orchestra.run.smithi029.stdout:Installed products updated. 2023-12-01T05:45:56.367 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:45:56.367 INFO:teuthology.orchestra.run.smithi029.stdout:Downgraded: 2023-12-01T05:45:56.367 INFO:teuthology.orchestra.run.smithi029.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.367 INFO:teuthology.orchestra.run.smithi029.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:45:56.367 INFO:teuthology.orchestra.run.smithi029.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.367 INFO:teuthology.orchestra.run.smithi029.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.368 INFO:teuthology.orchestra.run.smithi029.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.369 INFO:teuthology.orchestra.run.smithi029.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:45:56.369 INFO:teuthology.orchestra.run.smithi029.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:45:56.369 INFO:teuthology.orchestra.run.smithi029.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:45:56.369 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:45:56.369 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2023-12-01T05:45:56.558 DEBUG:teuthology.parallel:result is None 2023-12-01T05:45:56.558 INFO:teuthology.run_tasks:Running task install... 2023-12-01T05:45:56.570 DEBUG:teuthology.task.install:project ceph 2023-12-01T05:45:56.570 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'}} 2023-12-01T05:45:56.570 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T05:45:56.571 INFO:teuthology.task.install:Using flavor: default 2023-12-01T05:45:56.581 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-01T05:45:56.582 INFO:teuthology.task.install:extra packages: [] 2023-12-01T05:45:56.582 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-01T05:45:56.583 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-01T05:45:56.585 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-01T05:45:56.585 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-01T05:45:56.731 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-01T05:45:56.731 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T05:45:56.743 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-01T05:45:56.744 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T05:45:56.845 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-01T05:45:56.845 DEBUG:teuthology.orchestra.run.smithi029:> set -ex 2023-12-01T05:45:56.845 DEBUG:teuthology.orchestra.run.smithi029:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T05:45:56.875 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-01T05:45:56.876 DEBUG:teuthology.orchestra.run.smithi029:> 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-01T05:45:56.911 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-01T05:45:56.911 DEBUG:teuthology.orchestra.run.smithi156:> set -ex 2023-12-01T05:45:56.911 DEBUG:teuthology.orchestra.run.smithi156:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T05:45:56.944 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-01T05:45:56.944 DEBUG:teuthology.orchestra.run.smithi156:> 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-01T05:45:56.945 DEBUG:teuthology.orchestra.run.smithi029:> 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-01T05:45:57.015 DEBUG:teuthology.orchestra.run.smithi156:> 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-01T05:45:57.025 DEBUG:teuthology.orchestra.run.smithi029:> 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-01T05:45:57.093 INFO:teuthology.orchestra.run.smithi029.stdout:check_obsoletes = 1 2023-12-01T05:45:57.094 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum clean all 2023-12-01T05:45:57.098 DEBUG:teuthology.orchestra.run.smithi156:> 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-01T05:45:57.166 INFO:teuthology.orchestra.run.smithi156.stdout:check_obsoletes = 1 2023-12-01T05:45:57.167 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum clean all 2023-12-01T05:45:57.486 INFO:teuthology.orchestra.run.smithi029.stdout:Updating Subscription Management repositories. 2023-12-01T05:45:57.541 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-12-01T05:45:58.570 INFO:teuthology.orchestra.run.smithi029.stdout:44 files removed 2023-12-01T05:45:58.625 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-radosgw 2023-12-01T05:45:58.736 INFO:teuthology.orchestra.run.smithi156.stdout:44 files removed 2023-12-01T05:45:58.791 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-radosgw 2023-12-01T05:45:58.978 INFO:teuthology.orchestra.run.smithi029.stdout:Updating Subscription Management repositories. 2023-12-01T05:45:59.125 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-12-01T05:46:01.012 INFO:teuthology.orchestra.run.smithi029.stdout:ceph packages for x86_64 108 kB/s | 81 kB 00:00 2023-12-01T05:46:01.057 INFO:teuthology.orchestra.run.smithi156.stdout:ceph packages for x86_64 97 kB/s | 81 kB 00:00 2023-12-01T05:46:01.514 INFO:teuthology.orchestra.run.smithi029.stdout:ceph noarch packages 20 kB/s | 9.5 kB 00:00 2023-12-01T05:46:01.626 INFO:teuthology.orchestra.run.smithi156.stdout:ceph noarch packages 18 kB/s | 9.5 kB 00:00 2023-12-01T05:46:01.848 INFO:teuthology.orchestra.run.smithi029.stdout:ceph source packages 4.8 kB/s | 1.5 kB 00:00 2023-12-01T05:46:01.983 INFO:teuthology.orchestra.run.smithi156.stdout:ceph source packages 4.5 kB/s | 1.5 kB 00:00 2023-12-01T05:46:02.057 INFO:teuthology.orchestra.run.smithi029.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-01T05:46:02.192 INFO:teuthology.orchestra.run.smithi156.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-01T05:46:03.259 INFO:teuthology.orchestra.run.smithi156.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-01T05:46:04.844 INFO:teuthology.orchestra.run.smithi029.stdout:Extra Packages for Enterprise Linux 5.8 MB/s | 16 MB 00:02 2023-12-01T05:46:06.743 INFO:teuthology.orchestra.run.smithi156.stdout:lab-extras 531 kB/s | 24 kB 00:00 2023-12-01T05:46:07.936 INFO:teuthology.orchestra.run.smithi156.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 MB/s | 53 MB 00:01 2023-12-01T05:46:08.520 INFO:teuthology.orchestra.run.smithi029.stdout:lab-extras 389 kB/s | 24 kB 00:00 2023-12-01T05:46:10.173 INFO:teuthology.orchestra.run.smithi029.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 MB/s | 47 MB 00:01 2023-12-01T05:46:16.872 INFO:teuthology.orchestra.run.smithi156.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 MB/s | 47 MB 00:01 2023-12-01T05:46:19.870 INFO:teuthology.orchestra.run.smithi029.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 MB/s | 53 MB 00:02 2023-12-01T05:46:27.904 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-12-01T05:46:27.907 INFO:teuthology.orchestra.run.smithi156.stdout:==================================================================================================== 2023-12-01T05:46:27.907 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2023-12-01T05:46:27.907 INFO:teuthology.orchestra.run.smithi156.stdout:==================================================================================================== 2023-12-01T05:46:27.907 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2023-12-01T05:46:27.907 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T05:46:27.907 INFO:teuthology.orchestra.run.smithi156.stdout:Upgrading: 2023-12-01T05:46:27.907 INFO:teuthology.orchestra.run.smithi156.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T05:46:27.907 INFO:teuthology.orchestra.run.smithi156.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T05:46:27.907 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T05:46:27.908 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout:==================================================================================================== 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout:Install 21 Packages 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout:Upgrade 2 Packages 2023-12-01T05:46:27.909 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:46:27.910 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 62 M 2023-12-01T05:46:27.910 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2023-12-01T05:46:28.813 INFO:teuthology.orchestra.run.smithi156.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 6.8 MB/s | 5.4 MB 00:00 2023-12-01T05:46:28.855 INFO:teuthology.orchestra.run.smithi156.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 586 kB/s | 24 kB 00:00 2023-12-01T05:46:28.955 INFO:teuthology.orchestra.run.smithi156.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 8.2 MB/s | 838 kB 00:00 2023-12-01T05:46:29.030 INFO:teuthology.orchestra.run.smithi156.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 6.7 MB/s | 517 kB 00:00 2023-12-01T05:46:29.539 INFO:teuthology.orchestra.run.smithi156.stdout:(5/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 14 MB/s | 6.9 MB 00:00 2023-12-01T05:46:29.614 INFO:teuthology.orchestra.run.smithi156.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 598 kB/s | 45 kB 00:00 2023-12-01T05:46:29.681 INFO:teuthology.orchestra.run.smithi156.stdout:(7/23): python3-ceph-common-18.0.0-7662.g875037 1.9 MB/s | 128 kB 00:00 2023-12-01T05:46:29.740 INFO:teuthology.orchestra.run.smithi156.stdout:(8/23): python3-cephfs-18.0.0-7662.g875037c4.el 3.3 MB/s | 196 kB 00:00 2023-12-01T05:46:29.815 INFO:teuthology.orchestra.run.smithi156.stdout:(9/23): python3-rados-18.0.0-7662.g875037c4.el8 4.8 MB/s | 370 kB 00:00 2023-12-01T05:46:29.874 INFO:teuthology.orchestra.run.smithi156.stdout:(10/23): python3-rbd-18.0.0-7662.g875037c4.el8. 6.1 MB/s | 364 kB 00:00 2023-12-01T05:46:29.941 INFO:teuthology.orchestra.run.smithi156.stdout:(11/23): python3-rgw-18.0.0-7662.g875037c4.el8. 1.6 MB/s | 107 kB 00:00 2023-12-01T05:46:30.124 INFO:teuthology.orchestra.run.smithi156.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.6 MB/s | 306 kB 00:00 2023-12-01T05:46:30.175 INFO:teuthology.orchestra.run.smithi156.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.1 MB/s | 59 kB 00:00 2023-12-01T05:46:30.234 INFO:teuthology.orchestra.run.smithi156.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-12-01T05:46:30.442 INFO:teuthology.orchestra.run.smithi156.stdout:(15/23): ceph-radosgw-18.0.0-7662.g875037c4.el8 5.8 MB/s | 14 MB 00:02 2023-12-01T05:46:30.598 INFO:teuthology.orchestra.run.smithi156.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 4.8 MB/s | 1.7 MB 00:00 2023-12-01T05:46:30.626 INFO:teuthology.orchestra.run.smithi156.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 255 kB/s | 47 kB 00:00 2023-12-01T05:46:30.885 INFO:teuthology.orchestra.run.smithi156.stdout:(18/23): ceph-common-18.0.0-7662.g875037c4.el8. 7.9 MB/s | 23 MB 00:02 2023-12-01T05:46:30.910 INFO:teuthology.orchestra.run.smithi156.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 158 kB/s | 44 kB 00:00 2023-12-01T05:46:30.943 INFO:teuthology.orchestra.run.smithi156.stdout:(20/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 750 kB/s | 259 kB 00:00 2023-12-01T05:46:31.109 INFO:teuthology.orchestra.run.smithi156.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.5 MB/s | 354 kB 00:00 2023-12-01T05:46:31.236 INFO:teuthology.orchestra.run.smithi156.stdout:(22/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 13 MB/s | 3.7 MB 00:00 2023-12-01T05:46:31.311 INFO:teuthology.orchestra.run.smithi156.stdout:(23/23): librados2-18.0.0-7662.g875037c4.el8.x8 9.5 MB/s | 3.8 MB 00:00 2023-12-01T05:46:31.313 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:46:31.313 INFO:teuthology.orchestra.run.smithi156.stdout:Total 18 MB/s | 62 MB 00:03 2023-12-01T05:46:31.357 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2023-12-01T05:46:31.402 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2023-12-01T05:46:31.402 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2023-12-01T05:46:31.748 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2023-12-01T05:46:31.751 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2023-12-01T05:46:31.842 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout:==================================================================================================== 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout:==================================================================================================== 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout:Upgrading: 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T05:46:31.845 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T05:46:31.846 INFO:teuthology.orchestra.run.smithi029.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T05:46:31.847 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T05:46:31.847 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T05:46:31.847 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T05:46:31.847 INFO:teuthology.orchestra.run.smithi029.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T05:46:31.847 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:46:31.847 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2023-12-01T05:46:31.847 INFO:teuthology.orchestra.run.smithi029.stdout:==================================================================================================== 2023-12-01T05:46:31.847 INFO:teuthology.orchestra.run.smithi029.stdout:Install 21 Packages 2023-12-01T05:46:31.847 INFO:teuthology.orchestra.run.smithi029.stdout:Upgrade 2 Packages 2023-12-01T05:46:31.847 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:46:31.848 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 62 M 2023-12-01T05:46:31.848 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2023-12-01T05:46:32.558 INFO:teuthology.orchestra.run.smithi029.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 8.1 MB/s | 5.4 MB 00:00 2023-12-01T05:46:32.608 INFO:teuthology.orchestra.run.smithi029.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 487 kB/s | 24 kB 00:00 2023-12-01T05:46:32.726 INFO:teuthology.orchestra.run.smithi029.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 7.0 MB/s | 838 kB 00:00 2023-12-01T05:46:32.818 INFO:teuthology.orchestra.run.smithi029.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 5.5 MB/s | 517 kB 00:00 2023-12-01T05:46:32.959 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2023-12-01T05:46:33.160 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T05:46:33.349 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:46:33.427 INFO:teuthology.orchestra.run.smithi029.stdout:(5/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 11 MB/s | 6.9 MB 00:00 2023-12-01T05:46:33.750 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:46:33.869 INFO:teuthology.orchestra.run.smithi029.stdout:(6/23): ceph-common-18.0.0-7662.g875037c4.el8.x 11 MB/s | 23 MB 00:01 2023-12-01T05:46:33.894 INFO:teuthology.orchestra.run.smithi029.stdout:(7/23): python3-ceph-argparse-18.0.0-7662.g8750 96 kB/s | 45 kB 00:00 2023-12-01T05:46:33.907 INFO:teuthology.orchestra.run.smithi156.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:46:33.928 INFO:teuthology.orchestra.run.smithi029.stdout:(8/23): python3-ceph-common-18.0.0-7662.g875037 2.1 MB/s | 128 kB 00:00 2023-12-01T05:46:33.954 INFO:teuthology.orchestra.run.smithi029.stdout:(9/23): python3-cephfs-18.0.0-7662.g875037c4.el 3.2 MB/s | 196 kB 00:00 2023-12-01T05:46:33.996 INFO:teuthology.orchestra.run.smithi029.stdout:(10/23): python3-rados-18.0.0-7662.g875037c4.el 5.4 MB/s | 370 kB 00:00 2023-12-01T05:46:34.007 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:46:34.029 INFO:teuthology.orchestra.run.smithi029.stdout:(11/23): python3-rbd-18.0.0-7662.g875037c4.el8. 4.7 MB/s | 364 kB 00:00 2023-12-01T05:46:34.055 INFO:teuthology.orchestra.run.smithi029.stdout:(12/23): python3-rgw-18.0.0-7662.g875037c4.el8. 1.8 MB/s | 107 kB 00:00 2023-12-01T05:46:34.213 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:46:34.390 INFO:teuthology.orchestra.run.smithi029.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 176 kB/s | 59 kB 00:00 2023-12-01T05:46:34.443 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T05:46:34.515 INFO:teuthology.orchestra.run.smithi029.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 631 kB/s | 306 kB 00:00 2023-12-01T05:46:34.574 INFO:teuthology.orchestra.run.smithi029.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 408 kB/s | 75 kB 00:00 2023-12-01T05:46:34.674 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:46:34.851 INFO:teuthology.orchestra.run.smithi029.stdout:(16/23): ceph-radosgw-18.0.0-7662.g875037c4.el8 4.7 MB/s | 14 MB 00:02 2023-12-01T05:46:34.885 INFO:teuthology.orchestra.run.smithi029.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 834 kB/s | 259 kB 00:00 2023-12-01T05:46:34.969 INFO:teuthology.orchestra.run.smithi029.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 375 kB/s | 44 kB 00:00 2023-12-01T05:46:35.011 INFO:teuthology.orchestra.run.smithi029.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.9 MB/s | 354 kB 00:00 2023-12-01T05:46:35.037 INFO:teuthology.orchestra.run.smithi029.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 695 kB/s | 47 kB 00:00 2023-12-01T05:46:35.084 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:46:35.315 INFO:teuthology.orchestra.run.smithi156.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:46:35.320 INFO:teuthology.orchestra.run.smithi029.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 2.2 MB/s | 1.7 MB 00:00 2023-12-01T05:46:35.404 INFO:teuthology.orchestra.run.smithi029.stdout:(22/23): librados2-18.0.0-7662.g875037c4.el8.x8 9.6 MB/s | 3.8 MB 00:00 2023-12-01T05:46:35.411 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:46:35.530 INFO:teuthology.orchestra.run.smithi029.stdout:(23/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 7.5 MB/s | 3.7 MB 00:00 2023-12-01T05:46:35.532 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:46:35.532 INFO:teuthology.orchestra.run.smithi029.stdout:Total 17 MB/s | 62 MB 00:03 2023-12-01T05:46:35.581 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2023-12-01T05:46:35.615 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:46:35.630 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2023-12-01T05:46:35.630 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2023-12-01T05:46:35.669 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:46:35.980 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2023-12-01T05:46:35.984 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2023-12-01T05:46:36.444 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T05:46:36.632 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:46:36.697 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:46:36.834 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T05:46:36.985 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:46:37.171 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2023-12-01T05:46:37.208 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:46:37.396 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T05:46:37.421 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T05:46:37.594 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:46:37.865 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:46:37.920 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:46:38.024 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:46:38.058 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T05:46:38.219 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:46:38.265 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T05:46:38.304 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:46:38.494 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T05:46:38.499 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:46:38.707 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T05:46:38.742 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T05:46:38.952 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:46:39.390 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:46:39.944 INFO:teuthology.orchestra.run.smithi029.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:46:40.012 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:46:40.223 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T05:46:40.394 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T05:46:41.150 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T05:46:41.310 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:46:41.381 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:46:41.505 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T05:46:41.684 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:46:41.920 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:46:42.122 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T05:46:42.294 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:46:42.363 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:46:42.439 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:46:42.510 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T05:46:42.707 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:46:42.730 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T05:46:42.995 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T05:46:43.169 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T05:46:43.287 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:46:43.552 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:46:43.635 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:46:43.772 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:46:47.289 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:46:47.544 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:46:48.155 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:46:48.436 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:46:48.522 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:46:48.675 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:47:02.492 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:47:02.493 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /sys 2023-12-01T05:47:02.493 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /proc 2023-12-01T05:47:02.493 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /dev 2023-12-01T05:47:02.493 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /run 2023-12-01T05:47:02.493 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /mnt 2023-12-01T05:47:02.493 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /var/tmp 2023-12-01T05:47:02.493 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /home 2023-12-01T05:47:02.493 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /tmp 2023-12-01T05:47:02.493 INFO:teuthology.orchestra.run.smithi156.stdout:skipping the directory /dev 2023-12-01T05:47:02.493 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:47:03.924 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:47:03.944 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:47:03.944 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:47:04.196 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:47:04.196 INFO:teuthology.orchestra.run.smithi156.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:47:04.832 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:47:04.832 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T05:47:04.832 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T05:47:04.832 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:47:04.832 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T05:47:04.833 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T05:47:04.834 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T05:47:04.834 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:47:04.834 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T05:47:04.834 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T05:47:06.223 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:47:06.223 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:51 ago on Fri 01 Dec 2023 05:46:15 AM UTC. 2023-12-01T05:47:08.888 INFO:teuthology.orchestra.run.smithi156.stdout:Installed products updated. 2023-12-01T05:47:09.076 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout:Upgraded: 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.077 INFO:teuthology.orchestra.run.smithi156.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:47:09.078 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-12-01T05:47:09.271 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph-test 2023-12-01T05:47:09.619 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-12-01T05:47:10.336 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:47:10.336 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /sys 2023-12-01T05:47:10.337 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /proc 2023-12-01T05:47:10.337 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /dev 2023-12-01T05:47:10.337 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /run 2023-12-01T05:47:10.337 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /mnt 2023-12-01T05:47:10.337 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /var/tmp 2023-12-01T05:47:10.337 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /home 2023-12-01T05:47:10.337 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /tmp 2023-12-01T05:47:10.337 INFO:teuthology.orchestra.run.smithi029.stdout:skipping the directory /dev 2023-12-01T05:47:10.337 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:47:10.535 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:00:55 ago on Fri 01 Dec 2023 05:46:15 AM UTC. 2023-12-01T05:47:11.866 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:47:11.888 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:47:11.889 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:47:11.893 INFO:teuthology.orchestra.run.smithi156.stdout:Dependencies resolved. 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================================ 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout: Package Arch Version Repository Size 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================================ 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout:Installing: 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout:Installing dependencies: 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T05:47:11.894 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:47:11.895 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction Summary 2023-12-01T05:47:11.895 INFO:teuthology.orchestra.run.smithi156.stdout:============================================================================================ 2023-12-01T05:47:11.895 INFO:teuthology.orchestra.run.smithi156.stdout:Install 6 Packages 2023-12-01T05:47:11.895 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:47:11.895 INFO:teuthology.orchestra.run.smithi156.stdout:Total download size: 50 M 2023-12-01T05:47:11.895 INFO:teuthology.orchestra.run.smithi156.stdout:Installed size: 223 M 2023-12-01T05:47:11.895 INFO:teuthology.orchestra.run.smithi156.stdout:Downloading Packages: 2023-12-01T05:47:11.935 INFO:teuthology.orchestra.run.smithi156.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-01T05:47:12.019 INFO:teuthology.orchestra.run.smithi156.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-01T05:47:12.060 INFO:teuthology.orchestra.run.smithi156.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-01T05:47:12.094 INFO:teuthology.orchestra.run.smithi156.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 5.9 MB/s | 202 kB 00:00 2023-12-01T05:47:12.117 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:47:12.117 INFO:teuthology.orchestra.run.smithi029.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:47:12.119 INFO:teuthology.orchestra.run.smithi156.stdout:(5/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 819 kB/s | 183 kB 00:00 2023-12-01T05:47:12.774 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:47:12.774 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T05:47:12.774 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T05:47:12.774 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:47:12.774 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:47:12.774 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T05:47:12.774 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T05:47:12.774 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:47:12.774 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T05:47:12.775 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T05:47:14.219 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:47:14.220 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:00:55 ago on Fri 01 Dec 2023 05:46:19 AM UTC. 2023-12-01T05:47:14.678 INFO:teuthology.orchestra.run.smithi156.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 18 MB/s | 49 MB 00:02 2023-12-01T05:47:14.680 INFO:teuthology.orchestra.run.smithi156.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:47:14.680 INFO:teuthology.orchestra.run.smithi156.stdout:Total 18 MB/s | 50 MB 00:02 2023-12-01T05:47:14.718 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction check 2023-12-01T05:47:14.740 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction check succeeded. 2023-12-01T05:47:14.740 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction test 2023-12-01T05:47:15.004 INFO:teuthology.orchestra.run.smithi156.stdout:Transaction test succeeded. 2023-12-01T05:47:15.008 INFO:teuthology.orchestra.run.smithi156.stdout:Running transaction 2023-12-01T05:47:15.486 INFO:teuthology.orchestra.run.smithi156.stdout: Preparing : 1/1 2023-12-01T05:47:15.667 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:47:15.741 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:47:15.954 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T05:47:16.118 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T05:47:16.325 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T05:47:16.467 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:47:20.713 INFO:teuthology.orchestra.run.smithi029.stdout:Installed products updated. 2023-12-01T05:47:20.918 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout:Upgraded: 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout:Installed: 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T05:47:20.919 INFO:teuthology.orchestra.run.smithi029.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:47:20.920 INFO:teuthology.orchestra.run.smithi029.stdout:Complete! 2023-12-01T05:47:21.115 DEBUG:teuthology.orchestra.run.smithi029:> sudo yum -y install ceph-test 2023-12-01T05:47:21.166 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:47:21.413 INFO:teuthology.orchestra.run.smithi156.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:47:21.484 INFO:teuthology.orchestra.run.smithi029.stdout:Updating Subscription Management repositories. 2023-12-01T05:47:21.644 INFO:teuthology.orchestra.run.smithi156.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:47:21.644 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T05:47:21.644 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T05:47:21.644 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T05:47:21.644 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T05:47:21.644 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T05:47:22.791 INFO:teuthology.orchestra.run.smithi156.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T05:47:22.791 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:07 ago on Fri 01 Dec 2023 05:46:15 AM UTC. 2023-12-01T05:47:23.157 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:04 ago on Fri 01 Dec 2023 05:46:19 AM UTC. 2023-12-01T05:47:24.689 INFO:teuthology.orchestra.run.smithi029.stdout:Dependencies resolved. 2023-12-01T05:47:24.690 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================================ 2023-12-01T05:47:24.690 INFO:teuthology.orchestra.run.smithi029.stdout: Package Arch Version Repository Size 2023-12-01T05:47:24.690 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================================ 2023-12-01T05:47:24.690 INFO:teuthology.orchestra.run.smithi029.stdout:Installing: 2023-12-01T05:47:24.690 INFO:teuthology.orchestra.run.smithi029.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T05:47:24.690 INFO:teuthology.orchestra.run.smithi029.stdout:Installing dependencies: 2023-12-01T05:47:24.690 INFO:teuthology.orchestra.run.smithi029.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T05:47:24.691 INFO:teuthology.orchestra.run.smithi029.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T05:47:24.691 INFO:teuthology.orchestra.run.smithi029.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T05:47:24.691 INFO:teuthology.orchestra.run.smithi029.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T05:47:24.691 INFO:teuthology.orchestra.run.smithi029.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T05:47:24.691 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:47:24.691 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction Summary 2023-12-01T05:47:24.691 INFO:teuthology.orchestra.run.smithi029.stdout:============================================================================================ 2023-12-01T05:47:24.691 INFO:teuthology.orchestra.run.smithi029.stdout:Install 6 Packages 2023-12-01T05:47:24.691 INFO:teuthology.orchestra.run.smithi029.stdout: 2023-12-01T05:47:24.692 INFO:teuthology.orchestra.run.smithi029.stdout:Total download size: 50 M 2023-12-01T05:47:24.692 INFO:teuthology.orchestra.run.smithi029.stdout:Installed size: 223 M 2023-12-01T05:47:24.692 INFO:teuthology.orchestra.run.smithi029.stdout:Downloading Packages: 2023-12-01T05:47:24.733 INFO:teuthology.orchestra.run.smithi029.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-01T05:47:24.900 INFO:teuthology.orchestra.run.smithi029.stdout:(2/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 882 kB/s | 183 kB 00:00 2023-12-01T05:47:24.934 INFO:teuthology.orchestra.run.smithi029.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.6 MB/s | 323 kB 00:00 2023-12-01T05:47:25.101 INFO:teuthology.orchestra.run.smithi029.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-01T05:47:25.136 INFO:teuthology.orchestra.run.smithi029.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 794 kB/s | 187 kB 00:00 2023-12-01T05:47:27.495 INFO:teuthology.orchestra.run.smithi029.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 18 MB/s | 49 MB 00:02 2023-12-01T05:47:27.497 INFO:teuthology.orchestra.run.smithi029.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:47:27.497 INFO:teuthology.orchestra.run.smithi029.stdout:Total 18 MB/s | 50 MB 00:02 2023-12-01T05:47:27.535 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction check 2023-12-01T05:47:27.558 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction check succeeded. 2023-12-01T05:47:27.559 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction test 2023-12-01T05:47:27.839 INFO:teuthology.orchestra.run.smithi029.stdout:Transaction test succeeded. 2023-12-01T05:47:27.842 INFO:teuthology.orchestra.run.smithi029.stdout:Running transaction 2023-12-01T05:47:28.305 INFO:teuthology.orchestra.run.smithi029.stdout: Preparing : 1/1 2023-12-01T05:47:28.463 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:47:28.552 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:47:28.761 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T05:47:28.930 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T05:47:29.118 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T05:47:29.337 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:47:30.671 INFO:teuthology.orchestra.run.smithi156.stdout:Installed products updated. 2023-12-01T05:47:30.855 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:47:30.855 INFO:teuthology.orchestra.run.smithi156.stdout:Installed: 2023-12-01T05:47:30.855 INFO:teuthology.orchestra.run.smithi156.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:30.855 INFO:teuthology.orchestra.run.smithi156.stdout: jq-1.6-3.el8.x86_64 2023-12-01T05:47:30.855 INFO:teuthology.orchestra.run.smithi156.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:30.855 INFO:teuthology.orchestra.run.smithi156.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T05:47:30.855 INFO:teuthology.orchestra.run.smithi156.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T05:47:30.855 INFO:teuthology.orchestra.run.smithi156.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T05:47:30.856 INFO:teuthology.orchestra.run.smithi156.stdout: 2023-12-01T05:47:30.856 INFO:teuthology.orchestra.run.smithi156.stdout:Complete! 2023-12-01T05:47:30.997 DEBUG:teuthology.orchestra.run.smithi156:> sudo yum -y install ceph 2023-12-01T05:47:31.337 INFO:teuthology.orchestra.run.smithi156.stdout:Updating Subscription Management repositories. 2023-12-01T05:47:32.863 INFO:teuthology.orchestra.run.smithi156.stdout:Last metadata expiration check: 0:01:17 ago on Fri 01 Dec 2023 05:46:15 AM UTC. 2023-12-01T05:47:34.269 INFO:teuthology.orchestra.run.smithi156.stderr:Error: 2023-12-01T05:47:34.269 INFO:teuthology.orchestra.run.smithi156.stderr: Problem: conflicting requests 2023-12-01T05:47:34.269 INFO:teuthology.orchestra.run.smithi156.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:47:34.269 INFO:teuthology.orchestra.run.smithi156.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T05:47:34.354 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:47:34.355 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 smithi156 with status 1: 'sudo yum -y install ceph' 2023-12-01T05:47:34.357 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 smithi156 with status 1: 'sudo yum -y install ceph' 2023-12-01T05:47:34.431 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e858a0e2851141fc951a0a07a1d8653e 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 smithi156 with status 1: 'sudo yum -y install ceph' 2023-12-01T05:47:34.435 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T05:47:34.446 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T05:47:34.469 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T05:47:34.470 DEBUG:teuthology.orchestra.run.smithi029:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:47:34.476 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:47:34.485 DEBUG:teuthology.orchestra.run.smithi156:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:47:34.491 INFO:teuthology.orchestra.run.smithi029.stderr:bash: ntpq: command not found 2023-12-01T05:47:34.496 INFO:teuthology.orchestra.run.smithi029.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:47:34.496 INFO:teuthology.orchestra.run.smithi029.stdout:=============================================================================== 2023-12-01T05:47:34.496 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 17 +1396us[+1369us] +/- 92ms 2023-12-01T05:47:34.496 INFO:teuthology.orchestra.run.smithi029.stdout:^+ hv02.front.sepia.ceph.com 3 6 77 17 -1485us[-1513us] +/- 75ms 2023-12-01T05:47:34.496 INFO:teuthology.orchestra.run.smithi029.stdout:^* hv03.front.sepia.ceph.com 3 6 77 16 +340us[ +313us] +/- 75ms 2023-12-01T05:47:34.497 INFO:teuthology.orchestra.run.smithi029.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:47:34.502 INFO:teuthology.orchestra.run.smithi156.stderr:bash: ntpq: command not found 2023-12-01T05:47:34.506 INFO:teuthology.orchestra.run.smithi156.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:47:34.506 INFO:teuthology.orchestra.run.smithi156.stdout:=============================================================================== 2023-12-01T05:47:34.506 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 17 +1386us[+1384us] +/- 92ms 2023-12-01T05:47:34.506 INFO:teuthology.orchestra.run.smithi156.stdout:^* hv02.front.sepia.ceph.com 3 6 77 16 -1494us[-1496us] +/- 75ms 2023-12-01T05:47:34.506 INFO:teuthology.orchestra.run.smithi156.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 15 +340us[ +340us] +/- 75ms 2023-12-01T05:47:34.507 INFO:teuthology.orchestra.run.smithi156.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:47:34.507 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T05:47:34.516 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T05:47:34.517 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T05:47:34.524 DEBUG:teuthology.orchestra.run.smithi029:> 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-01T05:47:34.635 INFO:teuthology.orchestra.run.smithi029.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:47:34.636 DEBUG:teuthology.orchestra.run.smithi156:> 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-01T05:47:34.736 DEBUG:teuthology.orchestra.run.smithi029:> 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:47:34.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:47:34.772 DEBUG:teuthology.orchestra.run.smithi156:> 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:47:34.805 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:47:34.806 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T05:47:34.815 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T05:47:34.824 INFO:teuthology.task.internal:Duration was 770.997064 seconds 2023-12-01T05:47:34.824 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T05:47:34.833 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T05:47:34.833 DEBUG:teuthology.orchestra.run.smithi029:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:47:34.836 DEBUG:teuthology.orchestra.run.smithi156:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:47:34.885 INFO:teuthology.orchestra.run.smithi029.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:47:34.889 INFO:teuthology.orchestra.run.smithi029.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:47:34.890 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T05:47:34.890 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T05:47:34.890 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T05:47:34.890 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T05:47:34.890 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T05:47:34.892 INFO:teuthology.orchestra.run.smithi156.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:47:35.230 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T05:47:35.230 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi029.front.sepia.ceph.com 2023-12-01T05:47:35.230 DEBUG:teuthology.orchestra.run.smithi029:> 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-01T05:47:35.259 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi156.front.sepia.ceph.com 2023-12-01T05:47:35.259 DEBUG:teuthology.orchestra.run.smithi156:> 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-01T05:47:35.280 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T05:47:35.281 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:47:35.301 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:47:35.360 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T05:47:35.361 DEBUG:teuthology.orchestra.run.smithi029:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:47:35.383 DEBUG:teuthology.orchestra.run.smithi156:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:47:35.470 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T05:47:35.480 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T05:47:35.480 DEBUG:teuthology.orchestra.run.smithi029:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:47:35.546 DEBUG:teuthology.orchestra.run.smithi156:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:47:35.588 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T05:47:35.598 DEBUG:teuthology.orchestra.run.smithi029:> 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-01T05:47:35.600 DEBUG:teuthology.orchestra.run.smithi156:> 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-01T05:47:35.625 INFO:teuthology.orchestra.run.smithi029.stdout:kernel.core_pattern = core 2023-12-01T05:47:35.654 INFO:teuthology.orchestra.run.smithi156.stdout:kernel.core_pattern = core 2023-12-01T05:47:35.684 DEBUG:teuthology.orchestra.run.smithi029:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:47:35.720 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:47:35.720 DEBUG:teuthology.orchestra.run.smithi156:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:47:35.740 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:47:35.740 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T05:47:35.751 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T05:47:35.753 DEBUG:teuthology.misc:Transferring archived files from smithi029:/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/7472958/remote/smithi029 2023-12-01T05:47:35.753 DEBUG:teuthology.orchestra.run.smithi029:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:47:35.845 DEBUG:teuthology.misc:Transferring archived files from smithi156:/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/7472958/remote/smithi156 2023-12-01T05:47:35.846 DEBUG:teuthology.orchestra.run.smithi156:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:47:35.895 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T05:47:35.895 DEBUG:teuthology.orchestra.run.smithi029:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:47:35.898 DEBUG:teuthology.orchestra.run.smithi156:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:47:35.946 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T05:47:35.957 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T05:47:35.958 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T05:47:35.966 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T05:47:35.967 DEBUG:teuthology.orchestra.run.smithi029:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:47:35.969 DEBUG:teuthology.orchestra.run.smithi156:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:47:35.983 INFO:teuthology.orchestra.run.smithi029.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:47 /home/ubuntu/cephtest 2023-12-01T05:47:36.002 INFO:teuthology.orchestra.run.smithi156.stdout: 262170 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:47 /home/ubuntu/cephtest 2023-12-01T05:47:36.004 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T05:47:36.014 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T05:47:36.033 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T05:47:36.057 INFO:teuthology.orchestra.run.smithi029.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T05:47:36.057 INFO:teuthology.orchestra.run.smithi029.stdout:Last metadata expiration check: 0:01:17 ago on Fri 01 Dec 2023 05:46:19 AM UTC. 2023-12-01T05:47:36.061 DEBUG:teuthology.nuke:shortname: smithi029 2023-12-01T05:47:36.061 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:47:36.085 DEBUG:teuthology.nuke:shortname: smithi156 2023-12-01T05:47:36.086 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:47:36.089 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi029.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/7472958', '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:28:40.644660', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:47:36.114 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi156.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/7472958', '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:28:40.642959', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:47:36.148 INFO:teuthology.orchestra.console.smithi029:Power off 2023-12-01T05:47:36.149 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:47:36.171 DEBUG:teuthology.orchestra.console.smithi029:power off output: Chassis Power Control: Down/Off 2023-12-01T05:47:36.172 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:47:36.187 INFO:teuthology.orchestra.console.smithi156:Power off 2023-12-01T05:47:36.188 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:47:36.200 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2023-12-01T05:47:36.212 DEBUG:teuthology.orchestra.console.smithi156:power off output: Chassis Power Control: Down/Off 2023-12-01T05:47:36.212 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:47:36.237 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-12-01T05:47:39.725 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T05:47:40.201 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:47:40.238 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:47:40.312 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is on 2023-12-01T05:47:40.348 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is on 2023-12-01T05:47:44.315 DEBUG:teuthology.orchestra.console.smithi029:pexpect command: ipmitool -H smithi029.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:47:44.348 DEBUG:teuthology.orchestra.console.smithi156:pexpect command: ipmitool -H smithi156.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:47:44.425 DEBUG:teuthology.orchestra.console.smithi029:check power output: Chassis Power is off 2023-12-01T05:47:44.458 DEBUG:teuthology.orchestra.console.smithi156:check power output: Chassis Power is off 2023-12-01T05:47:44.527 INFO:teuthology.orchestra.console.smithi029:Power off completed 2023-12-01T05:47:44.560 INFO:teuthology.orchestra.console.smithi156:Power off completed 2023-12-01T05:47:44.664 INFO:teuthology.run:Summary data: description: orch:cephadm/with-work/{0-distro/rhel_8.6_container_tools_3.0 fixed-2 mode/root mon_election/connectivity msgr/async-v2only start tasks/rotate-keys} duration: 770.9970643520355 failure_reason: 'Command failed on smithi156 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e858a0e2851141fc951a0a07a1d8653e status: fail success: false 2023-12-01T05:47:44.664 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:47:44.753 INFO:teuthology.run:FAIL