2023-12-01T05:51:38.186 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:51:38.186 DEBUG:teuthology.run:Teuthology command: teuthology --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472989 --verbose --owner scheduled_phlogistonjohn@teuthology --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_extra_daemon_features} -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472989/orig.config.yaml 2023-12-01T05:51:38.227 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:51:38.321 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/7472989 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_extra_daemon_features} email: jmulligan@redhat.com first_in_suite: false job_id: '7472989' 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 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: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} 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: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 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: smithi098.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi161.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:rhel8 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - exec: all-hosts: - mkdir /etc/cephadm_testing - cephadm.apply: specs: - extra_container_args: - --cpus=2 extra_entrypoint_args: - --debug_ms 10 placement: host_pattern: '*' service_type: mon - custom_configs: - content: "while getopts \"o:c:\" opt; do\n case ${opt} in\n o )\n OUT_FILE=${OPTARG}\n\ \ ;;\n c )\n CONTENT=${OPTARG}\n esac\ndone\necho $CONTENT > $OUT_FILE\n\ sleep infinity\n" mount_path: /root/write_thing_to_file.sh extra_container_args: - -v - /etc/cephadm_testing:/root/cephadm_testing extra_entrypoint_args: - /root/write_thing_to_file.sh - -c - testing_custom_containers - -o - /root/cephadm_testing/testing.txt placement: host_pattern: '*' service_id: foo service_type: container spec: entrypoint: bash image: quay.io/fedora/fedora:latest - custom_configs: - content: 'set -e test -f /var/cache/bar/from.txt test -f /var/cache/bar/presized.dat echo ok > /var/cache/bar/primary.txt sleep infinity ' mount_path: /root/init_check.sh extra_entrypoint_args: - /root/init_check.sh placement: host_pattern: '*' service_id: bar service_type: container spec: dirs: - data entrypoint: bash image: quay.io/fedora/fedora:latest init_containers: - entrypoint: bash entrypoint_args: - argument: -c - argument: . /etc/os-release && echo from=$ID > /var/cache/bar/from.txt image: quay.io/centos/centos:latest volume_mounts: data: /var/cache/bar:z - entrypoint: bash entrypoint_args: - argument: -c - argument: test -f /var/cache/bar/from.txt && truncate -s 102400 /var/cache/bar/presized.dat volume_mounts: data: /var/cache/bar:z volume_mounts: data: /var/cache/bar:z - cephadm.wait_for_service: service: mon - cephadm.wait_for_service: service: container.foo - cephadm.wait_for_service: service: container.bar - exec: host.a: - 'set -ex FSID=$(/home/ubuntu/cephtest/cephadm shell -- ceph fsid) sleep 60 # check extra container and entrypoint args written to mon unit run file grep "\-\-cpus=2" /var/lib/ceph/$FSID/mon.*/unit.run grep "\-\-debug_ms 10" /var/lib/ceph/$FSID/mon.*/unit.run # check that custom container properly wrote content to file. # This requires the custom config, extra container args, and # entrypoint args to all be working in order for this to have # been written. The container entrypoint was set up with custom_configs, # the content and where to write to with the entrypoint args, and the mounting # of the /etc/cephadm_testing dir with extra container args grep "testing_custom_containers" /etc/cephadm_testing/testing.txt # Verify that container bar''s init containers and primary container # ran successfully dir=$(find /var/lib/ceph/$FSID -maxdepth 1 -type d -name ''container.bar.*'') test -n "$dir" grep ok ${dir}/data/primary.txt grep from=centos ${dir}/data/from.txt test -s ${dir}/data/presized.dat ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 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:51:38.321 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:51:38.322 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:51:38.322 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:51:38.323 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:51:38.353 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:51:38.353 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:51:38.353 INFO:teuthology.packaging:ref: None 2023-12-01T05:51:38.353 INFO:teuthology.packaging:tag: None 2023-12-01T05:51:38.353 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:51:38.353 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:51:38.353 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:51:38.497 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:51:38.497 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:51:38.504 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:51:38.504 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:51:38.511 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:51:38.530 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:51:38.536 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:51:38.559 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.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/7472989', '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:46:24.502415', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:51:38.583 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.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/7472989', '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:46:24.504133', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:51:38.584 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:51:38.589 INFO:teuthology.task.internal:roles: ubuntu@smithi098.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-01T05:51:38.590 INFO:teuthology.task.internal:roles: ubuntu@smithi161.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-01T05:51:38.590 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:51:38.668 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa60d7b29d0>, signals=[15]) 2023-12-01T05:51:38.668 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:51:38.675 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:51:38.675 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi098.front.sepia.ceph.com 2023-12-01T05:51:38.677 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:51:38.744 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi161.front.sepia.ceph.com 2023-12-01T05:51:38.744 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:51:38.810 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:51:38.817 DEBUG:teuthology.orchestra.run.smithi098:> uname -m 2023-12-01T05:51:38.838 INFO:teuthology.orchestra.run.smithi098.stdout:x86_64 2023-12-01T05:51:38.838 DEBUG:teuthology.orchestra.run.smithi098:> cat /etc/os-release 2023-12-01T05:51:38.897 INFO:teuthology.orchestra.run.smithi098.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:51:38.897 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:51:38.897 INFO:teuthology.orchestra.run.smithi098.stdout:ID="rhel" 2023-12-01T05:51:38.897 INFO:teuthology.orchestra.run.smithi098.stdout:ID_LIKE="fedora" 2023-12-01T05:51:38.897 INFO:teuthology.orchestra.run.smithi098.stdout:VERSION_ID="8.6" 2023-12-01T05:51:38.898 INFO:teuthology.orchestra.run.smithi098.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:51:38.898 INFO:teuthology.orchestra.run.smithi098.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:51:38.898 INFO:teuthology.orchestra.run.smithi098.stdout:ANSI_COLOR="0;31" 2023-12-01T05:51:38.898 INFO:teuthology.orchestra.run.smithi098.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:51:38.898 INFO:teuthology.orchestra.run.smithi098.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:51:38.898 INFO:teuthology.orchestra.run.smithi098.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:51:38.898 INFO:teuthology.orchestra.run.smithi098.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:51:38.898 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T05:51:38.899 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:51:38.899 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:51:38.899 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:51:38.899 INFO:teuthology.orchestra.run.smithi098.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:51:38.900 INFO:teuthology.lock.ops:Updating smithi098.front.sepia.ceph.com on lock server 2023-12-01T05:51:38.923 DEBUG:teuthology.orchestra.run.smithi161:> uname -m 2023-12-01T05:51:38.943 INFO:teuthology.orchestra.run.smithi161.stdout:x86_64 2023-12-01T05:51:38.943 DEBUG:teuthology.orchestra.run.smithi161:> cat /etc/os-release 2023-12-01T05:51:39.001 INFO:teuthology.orchestra.run.smithi161.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:51:39.001 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:51:39.001 INFO:teuthology.orchestra.run.smithi161.stdout:ID="rhel" 2023-12-01T05:51:39.001 INFO:teuthology.orchestra.run.smithi161.stdout:ID_LIKE="fedora" 2023-12-01T05:51:39.001 INFO:teuthology.orchestra.run.smithi161.stdout:VERSION_ID="8.6" 2023-12-01T05:51:39.001 INFO:teuthology.orchestra.run.smithi161.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:51:39.001 INFO:teuthology.orchestra.run.smithi161.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:51:39.001 INFO:teuthology.orchestra.run.smithi161.stdout:ANSI_COLOR="0;31" 2023-12-01T05:51:39.001 INFO:teuthology.orchestra.run.smithi161.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:51:39.002 INFO:teuthology.orchestra.run.smithi161.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:51:39.002 INFO:teuthology.orchestra.run.smithi161.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:51:39.002 INFO:teuthology.orchestra.run.smithi161.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:51:39.002 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T05:51:39.002 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:51:39.002 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:51:39.002 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:51:39.002 INFO:teuthology.orchestra.run.smithi161.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:51:39.002 INFO:teuthology.lock.ops:Updating smithi161.front.sepia.ceph.com on lock server 2023-12-01T05:51:39.022 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:51:39.031 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:51:39.036 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:51:39.037 DEBUG:teuthology.orchestra.run.smithi098:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:51:39.039 DEBUG:teuthology.orchestra.run.smithi161:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:51:39.058 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:51:39.064 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:51:39.065 DEBUG:teuthology.orchestra.run.smithi098:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:51:39.098 DEBUG:teuthology.orchestra.run.smithi161:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:51:39.139 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:51:39.196 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:51:39.211 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:51:39.211 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T05:51:39.212 DEBUG:teuthology.orchestra.run.smithi098:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:51:39.212 DEBUG:teuthology.orchestra.run.smithi161:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:51:39.229 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:51:39.229 DEBUG:teuthology.orchestra.run.smithi161:> uname -r 2023-12-01T05:51:39.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:51:39.230 DEBUG:teuthology.orchestra.run.smithi098:> uname -r 2023-12-01T05:51:39.287 INFO:teuthology.orchestra.run.smithi161.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:51:39.288 INFO:teuthology.task.kernel:Running kernel on smithi161: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:51:39.288 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum install -y kernel 2023-12-01T05:51:39.290 INFO:teuthology.orchestra.run.smithi098.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:51:39.290 INFO:teuthology.task.kernel:Running kernel on smithi098: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:51:39.290 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum install -y kernel 2023-12-01T05:51:40.427 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-01T05:51:40.427 INFO:teuthology.orchestra.run.smithi161.stdout:Unable to read consumer identity 2023-12-01T05:51:40.594 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T05:51:40.595 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-12-01T05:51:41.855 INFO:teuthology.orchestra.run.smithi161.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-01T05:51:42.129 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 19 kB/s | 3.5 kB 00:00 2023-12-01T05:51:42.530 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 24 MB/s | 16 MB 00:00 2023-12-01T05:51:44.027 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 8.5 MB/s | 16 MB 00:01 2023-12-01T05:51:46.014 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 586 kB/s | 24 kB 00:00 2023-12-01T05:51:46.683 INFO:teuthology.orchestra.run.smithi161.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:51:46.728 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-01T05:51:46.729 INFO:teuthology.orchestra.run.smithi161.stdout:Nothing to do. 2023-12-01T05:51:46.729 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-01T05:51:46.841 DEBUG:teuthology.orchestra.run.smithi161:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:51:47.171 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-01T05:51:47.171 INFO:teuthology.orchestra.run.smithi161.stdout:Unable to read consumer identity 2023-12-01T05:51:47.447 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:51:45 AM UTC. 2023-12-01T05:51:47.491 INFO:teuthology.orchestra.run.smithi161.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:51:47.541 INFO:teuthology.orchestra.run.smithi161.stderr:Error: No packages marked for reinstall. 2023-12-01T05:51:47.569 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 483 kB/s | 24 kB 00:00 2023-12-01T05:51:47.588 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum reinstall -y kernel || true 2023-12-01T05:51:47.918 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-01T05:51:47.918 INFO:teuthology.orchestra.run.smithi161.stdout:Unable to read consumer identity 2023-12-01T05:51:48.182 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 05:51:45 AM UTC. 2023-12-01T05:51:48.224 INFO:teuthology.orchestra.run.smithi161.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:51:48.238 INFO:teuthology.orchestra.run.smithi098.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:51:48.246 INFO:teuthology.orchestra.run.smithi161.stderr:Error: No packages marked for reinstall. 2023-12-01T05:51:48.293 DEBUG:teuthology.orchestra.run.smithi161:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:51:48.294 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-01T05:51:48.296 INFO:teuthology.orchestra.run.smithi098.stdout:Nothing to do. 2023-12-01T05:51:48.297 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-01T05:51:48.373 INFO:teuthology.orchestra.run.smithi161.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:51:48.373 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:51:48.373 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:51:48.374 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:51:48.374 DEBUG:teuthology.orchestra.run.smithi161:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:51:48.403 INFO:teuthology.orchestra.run.smithi161.stdout:ttyS1 2023-12-01T05:51:48.417 DEBUG:teuthology.parallel:result is None 2023-12-01T05:51:48.444 DEBUG:teuthology.orchestra.run.smithi098:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:51:48.816 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T05:51:48.816 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-12-01T05:51:49.086 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:51:47 AM UTC. 2023-12-01T05:51:49.136 INFO:teuthology.orchestra.run.smithi098.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:51:49.208 INFO:teuthology.orchestra.run.smithi098.stderr:Error: No packages marked for reinstall. 2023-12-01T05:51:49.254 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum reinstall -y kernel || true 2023-12-01T05:51:49.582 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T05:51:49.582 INFO:teuthology.orchestra.run.smithi098.stdout:Unable to read consumer identity 2023-12-01T05:51:49.853 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:51:47 AM UTC. 2023-12-01T05:51:49.895 INFO:teuthology.orchestra.run.smithi098.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:51:49.929 INFO:teuthology.orchestra.run.smithi098.stderr:Error: No packages marked for reinstall. 2023-12-01T05:51:49.980 DEBUG:teuthology.orchestra.run.smithi098:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:51:50.059 INFO:teuthology.orchestra.run.smithi098.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:51:50.060 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:51:50.060 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:51:50.060 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:51:50.060 DEBUG:teuthology.orchestra.run.smithi098:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:51:50.085 INFO:teuthology.orchestra.run.smithi098.stdout:ttyS1 2023-12-01T05:51:50.102 DEBUG:teuthology.parallel:result is None 2023-12-01T05:51:50.103 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:51:50.110 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:51:50.111 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:51:50.148 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:51:50.168 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:51:50.175 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:51:50.186 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:51:50.186 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:51:50.203 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:51:50.231 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:51:50.238 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:51:50.239 DEBUG:teuthology.orchestra.run.smithi098:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-01T05:51:50.261 DEBUG:teuthology.orchestra.run.smithi161:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-12-01T05:51:50.300 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:51:50.310 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:51:50.312 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:51:50.324 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:51:50.326 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:51:50.333 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:51:50.333 DEBUG:teuthology.orchestra.run.smithi098:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:51:50.353 DEBUG:teuthology.orchestra.run.smithi161:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:51:50.396 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:51:50.405 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:51:50.405 DEBUG:teuthology.orchestra.run.smithi098:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:51:50.420 DEBUG:teuthology.orchestra.run.smithi161:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:51:50.455 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:51:50.515 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:51:50.565 DEBUG:teuthology.orchestra.run.smithi098:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:51:50.648 DEBUG:teuthology.orchestra.run.smithi098:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:51:50.690 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-01T05:51:50.690 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:51:50.758 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:51:50.805 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:51:50.864 DEBUG:teuthology.orchestra.run.smithi161:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:51:50.950 DEBUG:teuthology.orchestra.run.smithi161:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:51:50.995 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-01T05:51:50.996 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:51:51.067 DEBUG:teuthology.orchestra.run.smithi098:> sudo service rsyslog restart 2023-12-01T05:51:51.069 DEBUG:teuthology.orchestra.run.smithi161:> sudo service rsyslog restart 2023-12-01T05:51:51.137 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:51:51.173 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:51:51.625 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:51:51.633 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:51:51.633 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:51:51.652 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:51:51.692 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:51:51.694 DEBUG:teuthology.orchestra.run.smithi098:> sudo service auditd rotate 2023-12-01T05:51:51.763 INFO:teuthology.orchestra.run.smithi098.stdout:Rotating logs: 2023-12-01T05:51:51.765 DEBUG:teuthology.orchestra.run.smithi161:> sudo service auditd rotate 2023-12-01T05:51:51.829 INFO:teuthology.orchestra.run.smithi161.stdout:Rotating logs: 2023-12-01T05:51:51.831 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:51:51.831 DEBUG:teuthology.orchestra.run.smithi098:> /usr/sbin/getenforce 2023-12-01T05:51:51.853 INFO:teuthology.orchestra.run.smithi098.stdout:Permissive 2023-12-01T05:51:51.854 DEBUG:teuthology.orchestra.run.smithi161:> /usr/sbin/getenforce 2023-12-01T05:51:51.880 INFO:teuthology.orchestra.run.smithi161.stdout:Permissive 2023-12-01T05:51:51.880 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi098.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi161.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:51:51.880 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T05:51:51.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:51:51.920 DEBUG:teuthology.orchestra.run.smithi161:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T05:51:51.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:51:51.948 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:51:51.949 DEBUG:teuthology.orchestra.run.smithi098:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:51:51.988 DEBUG:teuthology.orchestra.run.smithi161:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:51:52.056 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:51:52.070 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-01T05:51:52.070 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:51:52.093 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-12-01T05:51:52.094 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi098.front.sepia.ceph.com,smithi161.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T06:01:14.768 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi098.front.sepia.ceph.com'), Remote(name='ubuntu@smithi161.front.sepia.ceph.com')] 2023-12-01T06:01:14.769 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-01T06:01:14.770 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi098.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:01:14.838 DEBUG:teuthology.orchestra.run.smithi098:> true 2023-12-01T06:01:14.903 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi098.front.sepia.ceph.com' 2023-12-01T06:01:14.904 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi161.front.sepia.ceph.com' 2023-12-01T06:01:14.904 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi161.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T06:01:14.973 DEBUG:teuthology.orchestra.run.smithi161:> true 2023-12-01T06:01:15.040 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi161.front.sepia.ceph.com' 2023-12-01T06:01:15.041 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T06:01:15.054 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T06:01:15.054 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:01:15.055 DEBUG:teuthology.orchestra.run.smithi098:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:01:15.059 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T06:01:15.059 DEBUG:teuthology.orchestra.run.smithi161:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:01:15.088 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T06:01:15.102 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T06:01:15.116 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T06:01:15.131 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T06:01:15.172 INFO:teuthology.orchestra.run.smithi098.stderr:sudo: ntpd: command not found 2023-12-01T06:01:15.184 INFO:teuthology.orchestra.run.smithi098.stdout:506 Cannot talk to daemon 2023-12-01T06:01:15.198 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T06:01:15.200 INFO:teuthology.orchestra.run.smithi161.stderr:sudo: ntpd: command not found 2023-12-01T06:01:15.212 INFO:teuthology.orchestra.run.smithi098.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T06:01:15.212 INFO:teuthology.orchestra.run.smithi161.stdout:506 Cannot talk to daemon 2023-12-01T06:01:15.227 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T06:01:15.241 INFO:teuthology.orchestra.run.smithi161.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T06:01:15.290 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-12-01T06:01:15.294 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:01:15.294 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-12-01T06:01:15.294 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:01:15.294 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:01:15.294 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:01:15.294 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:01:15.317 INFO:teuthology.orchestra.run.smithi161.stderr:bash: ntpq: command not found 2023-12-01T06:01:15.320 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:01:15.320 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2023-12-01T06:01:15.320 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:01:15.320 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:01:15.320 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:01:15.321 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:01:15.321 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T06:01:15.331 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T06:01:15.331 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi098.front.sepia.ceph.com 2023-12-01T06:01:15.331 DEBUG:teuthology.orchestra.run.smithi098:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T06:01:15.332 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi161.front.sepia.ceph.com 2023-12-01T06:01:15.332 DEBUG:teuthology.orchestra.run.smithi161:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T06:01:15.705 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T06:01:15.736 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-01T06:01:16.571 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:40 ago on Fri 01 Dec 2023 05:59:36 AM UTC. 2023-12-01T06:01:16.585 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:37 ago on Fri 01 Dec 2023 05:59:39 AM UTC. 2023-12-01T06:01:18.323 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-01T06:01:18.324 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-01T06:01:18.324 INFO:teuthology.orchestra.run.smithi161.stdout: Package Architecture Version Repository Size 2023-12-01T06:01:18.324 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-01T06:01:18.324 INFO:teuthology.orchestra.run.smithi161.stdout:Resetting modules: 2023-12-01T06:01:18.324 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools 2023-12-01T06:01:18.324 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:01:18.325 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-01T06:01:18.325 INFO:teuthology.orchestra.run.smithi161.stdout:================================================================================ 2023-12-01T06:01:18.325 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:01:18.450 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-01T06:01:18.451 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-01T06:01:18.451 INFO:teuthology.orchestra.run.smithi098.stdout: Package Architecture Version Repository Size 2023-12-01T06:01:18.451 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-01T06:01:18.451 INFO:teuthology.orchestra.run.smithi098.stdout:Resetting modules: 2023-12-01T06:01:18.451 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools 2023-12-01T06:01:18.452 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:01:18.452 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-01T06:01:18.452 INFO:teuthology.orchestra.run.smithi098.stdout:================================================================================ 2023-12-01T06:01:18.452 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:01:19.274 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:39 ago on Fri 01 Dec 2023 05:59:39 AM UTC. 2023-12-01T06:01:19.425 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:42 ago on Fri 01 Dec 2023 05:59:36 AM UTC. 2023-12-01T06:01:22.181 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-01T06:01:22.353 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-01T06:01:22.633 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-01T06:01:22.840 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T06:01:23.504 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:44 ago on Fri 01 Dec 2023 05:59:39 AM UTC. 2023-12-01T06:01:23.879 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:47 ago on Fri 01 Dec 2023 05:59:36 AM UTC. 2023-12-01T06:01:25.297 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-01T06:01:25.390 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================================ 2023-12-01T06:01:25.391 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-01T06:01:25.391 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================================ 2023-12-01T06:01:25.391 INFO:teuthology.orchestra.run.smithi161.stdout:Installing group/module packages: 2023-12-01T06:01:25.391 INFO:teuthology.orchestra.run.smithi161.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-01T06:01:25.391 INFO:teuthology.orchestra.run.smithi161.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T06:01:25.391 INFO:teuthology.orchestra.run.smithi161.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T06:01:25.392 INFO:teuthology.orchestra.run.smithi161.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-01T06:01:25.392 INFO:teuthology.orchestra.run.smithi161.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-01T06:01:25.392 INFO:teuthology.orchestra.run.smithi161.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T06:01:25.392 INFO:teuthology.orchestra.run.smithi161.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T06:01:25.392 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-01T06:01:25.392 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T06:01:25.393 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T06:01:25.393 INFO:teuthology.orchestra.run.smithi161.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T06:01:25.393 INFO:teuthology.orchestra.run.smithi161.stdout:Installing module profiles: 2023-12-01T06:01:25.393 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools/common 2023-12-01T06:01:25.393 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:01:25.393 INFO:teuthology.orchestra.run.smithi161.stdout:Enabling module streams: 2023-12-01T06:01:25.393 INFO:teuthology.orchestra.run.smithi161.stdout: container-tools rhel8 2023-12-01T06:01:25.393 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:01:25.394 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-01T06:01:25.394 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================================ 2023-12-01T06:01:25.394 INFO:teuthology.orchestra.run.smithi161.stdout:Install 10 Packages 2023-12-01T06:01:25.394 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:01:25.395 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 18 M 2023-12-01T06:01:25.395 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 65 M 2023-12-01T06:01:25.395 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-01T06:01:25.476 INFO:teuthology.orchestra.run.smithi161.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.1 MB/s | 94 kB 00:00 2023-12-01T06:01:25.502 INFO:teuthology.orchestra.run.smithi161.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 228 kB/s | 25 kB 00:00 2023-12-01T06:01:25.527 INFO:teuthology.orchestra.run.smithi161.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 304 kB/s | 41 kB 00:00 2023-12-01T06:01:25.553 INFO:teuthology.orchestra.run.smithi161.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 653 kB/s | 49 kB 00:00 2023-12-01T06:01:25.594 INFO:teuthology.orchestra.run.smithi161.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 5.5 MB/s | 524 kB 00:00 2023-12-01T06:01:25.620 INFO:teuthology.orchestra.run.smithi161.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.2 MB/s | 149 kB 00:00 2023-12-01T06:01:25.645 INFO:teuthology.orchestra.run.smithi161.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-12-01T06:01:25.731 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-01T06:01:25.745 INFO:teuthology.orchestra.run.smithi161.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-12-01T06:01:25.824 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================================ 2023-12-01T06:01:25.824 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-12-01T06:01:25.824 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================================ 2023-12-01T06:01:25.824 INFO:teuthology.orchestra.run.smithi098.stdout:Installing group/module packages: 2023-12-01T06:01:25.824 INFO:teuthology.orchestra.run.smithi098.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-12-01T06:01:25.824 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T06:01:25.824 INFO:teuthology.orchestra.run.smithi098.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T06:01:25.824 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-12-01T06:01:25.824 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout:Installing module profiles: 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools/common 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout:Enabling module streams: 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout: container-tools rhel8 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================================ 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout:Install 10 Packages 2023-12-01T06:01:25.825 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:01:25.826 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 18 M 2023-12-01T06:01:25.826 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 65 M 2023-12-01T06:01:25.826 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-12-01T06:01:25.870 INFO:teuthology.orchestra.run.smithi161.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 28 MB/s | 7.0 MB 00:00 2023-12-01T06:01:25.919 INFO:teuthology.orchestra.run.smithi098.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-12-01T06:01:25.962 INFO:teuthology.orchestra.run.smithi161.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-12-01T06:01:25.963 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:01:25.963 INFO:teuthology.orchestra.run.smithi161.stdout:Total 32 MB/s | 18 MB 00:00 2023-12-01T06:01:25.966 INFO:teuthology.orchestra.run.smithi098.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 177 kB/s | 25 kB 00:00 2023-12-01T06:01:25.994 INFO:teuthology.orchestra.run.smithi098.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 243 kB/s | 41 kB 00:00 2023-12-01T06:01:26.019 INFO:teuthology.orchestra.run.smithi098.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 492 kB/s | 49 kB 00:00 2023-12-01T06:01:26.053 INFO:teuthology.orchestra.run.smithi098.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 5.9 MB/s | 524 kB 00:00 2023-12-01T06:01:26.070 INFO:teuthology.orchestra.run.smithi098.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.9 MB/s | 149 kB 00:00 2023-12-01T06:01:26.087 INFO:teuthology.orchestra.run.smithi098.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 6.2 MB/s | 213 kB 00:00 2023-12-01T06:01:26.164 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-01T06:01:26.182 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-01T06:01:26.183 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-01T06:01:26.187 INFO:teuthology.orchestra.run.smithi098.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-12-01T06:01:26.321 INFO:teuthology.orchestra.run.smithi098.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 28 MB/s | 7.0 MB 00:00 2023-12-01T06:01:26.365 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-01T06:01:26.369 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-01T06:01:26.405 INFO:teuthology.orchestra.run.smithi098.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-12-01T06:01:26.405 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:01:26.405 INFO:teuthology.orchestra.run.smithi098.stdout:Total 31 MB/s | 18 MB 00:00 2023-12-01T06:01:26.604 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-12-01T06:01:26.624 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-12-01T06:01:26.624 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-12-01T06:01:26.804 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-12-01T06:01:26.808 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-12-01T06:01:26.894 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-01T06:01:27.104 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T06:01:27.271 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T06:01:27.331 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-12-01T06:01:27.465 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T06:01:27.550 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T06:01:27.700 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T06:01:27.733 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T06:01:27.952 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T06:01:28.057 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T06:01:28.197 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T06:01:28.561 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T06:01:28.846 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T06:01:29.372 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T06:01:29.728 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T06:01:29.975 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T06:01:30.144 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T06:01:30.231 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T06:01:30.338 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T06:01:30.433 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T06:01:30.601 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T06:01:30.601 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T06:01:30.602 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T06:01:30.602 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T06:01:30.602 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T06:01:30.602 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T06:01:30.602 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T06:01:30.602 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T06:01:30.602 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T06:01:30.603 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T06:01:30.623 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T06:01:30.850 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T06:01:31.114 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T06:01:31.114 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T06:01:31.114 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T06:01:31.114 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T06:01:31.115 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T06:01:31.115 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T06:01:31.115 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T06:01:31.115 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T06:01:31.115 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T06:01:31.115 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T06:01:31.696 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T06:01:31.696 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:52 ago on Fri 01 Dec 2023 05:59:39 AM UTC. 2023-12-01T06:01:32.319 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T06:01:32.319 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:55 ago on Fri 01 Dec 2023 05:59:36 AM UTC. 2023-12-01T06:01:39.128 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-12-01T06:01:39.322 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:01:39.322 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:01:39.323 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-01T06:01:39.468 DEBUG:teuthology.parallel:result is None 2023-12-01T06:01:39.614 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-01T06:01:39.828 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:01:39.828 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:01:39.829 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-01T06:01:39.971 DEBUG:teuthology.parallel:result is None 2023-12-01T06:01:39.971 INFO:teuthology.run_tasks:Running task install... 2023-12-01T06:01:39.980 DEBUG:teuthology.task.install:project ceph 2023-12-01T06:01:39.980 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'}} 2023-12-01T06:01:39.980 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T06:01:39.980 INFO:teuthology.task.install:Using flavor: default 2023-12-01T06:01:39.992 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2023-12-01T06:01:39.993 INFO:teuthology.task.install:extra packages: [] 2023-12-01T06:01:39.993 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'tag': None, 'wait_for_package': False} 2023-12-01T06:01:39.993 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:01:39.995 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'tag': None, 'wait_for_package': False} 2023-12-01T06:01:39.995 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T06:01:40.214 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/ 2023-12-01T06:01:40.214 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T06:01:40.230 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/ 2023-12-01T06:01:40.231 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T06:01:40.345 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T06:01:40.345 DEBUG:teuthology.orchestra.run.smithi161:> set -ex 2023-12-01T06:01:40.345 DEBUG:teuthology.orchestra.run.smithi161:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T06:01:40.374 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-01T06:01:40.374 DEBUG:teuthology.orchestra.run.smithi161:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/875037c4c0585d32b171b61f9b83f482e6b73b3d/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T06:01:40.380 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T06:01:40.380 DEBUG:teuthology.orchestra.run.smithi098:> set -ex 2023-12-01T06:01:40.380 DEBUG:teuthology.orchestra.run.smithi098:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T06:01:40.415 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2023-12-01T06:01:40.415 DEBUG:teuthology.orchestra.run.smithi098:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/875037c4c0585d32b171b61f9b83f482e6b73b3d/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T06:01:40.445 DEBUG:teuthology.orchestra.run.smithi161:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-01T06:01:40.487 DEBUG:teuthology.orchestra.run.smithi098:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2023-12-01T06:01:40.522 DEBUG:teuthology.orchestra.run.smithi161:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-01T06:01:40.568 DEBUG:teuthology.orchestra.run.smithi098:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2023-12-01T06:01:40.589 INFO:teuthology.orchestra.run.smithi161.stdout:check_obsoletes = 1 2023-12-01T06:01:40.590 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum clean all 2023-12-01T06:01:40.636 INFO:teuthology.orchestra.run.smithi098.stdout:check_obsoletes = 1 2023-12-01T06:01:40.638 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum clean all 2023-12-01T06:01:40.961 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-01T06:01:41.011 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T06:01:41.836 INFO:teuthology.orchestra.run.smithi161.stdout:44 files removed 2023-12-01T06:01:41.885 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-radosgw 2023-12-01T06:01:42.034 INFO:teuthology.orchestra.run.smithi098.stdout:44 files removed 2023-12-01T06:01:42.086 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-radosgw 2023-12-01T06:01:42.219 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-01T06:01:42.417 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T06:01:43.714 INFO:teuthology.orchestra.run.smithi161.stdout:ceph packages for x86_64 222 kB/s | 81 kB 00:00 2023-12-01T06:01:43.859 INFO:teuthology.orchestra.run.smithi098.stdout:ceph packages for x86_64 311 kB/s | 81 kB 00:00 2023-12-01T06:01:44.049 INFO:teuthology.orchestra.run.smithi161.stdout:ceph noarch packages 31 kB/s | 9.5 kB 00:00 2023-12-01T06:01:44.118 INFO:teuthology.orchestra.run.smithi098.stdout:ceph noarch packages 42 kB/s | 9.5 kB 00:00 2023-12-01T06:01:44.409 INFO:teuthology.orchestra.run.smithi161.stdout:ceph source packages 4.4 kB/s | 1.5 kB 00:00 2023-12-01T06:01:44.477 INFO:teuthology.orchestra.run.smithi098.stdout:ceph source packages 4.4 kB/s | 1.5 kB 00:00 2023-12-01T06:01:44.641 INFO:teuthology.orchestra.run.smithi161.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-01T06:01:44.685 INFO:teuthology.orchestra.run.smithi098.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-01T06:01:48.978 INFO:teuthology.orchestra.run.smithi098.stdout:Extra Packages for Enterprise Linux 3.7 MB/s | 16 MB 00:04 2023-12-01T06:01:49.600 INFO:teuthology.orchestra.run.smithi161.stdout:Extra Packages for Enterprise Linux 3.2 MB/s | 16 MB 00:04 2023-12-01T06:01:52.487 INFO:teuthology.orchestra.run.smithi098.stdout:lab-extras 496 kB/s | 24 kB 00:00 2023-12-01T06:01:53.092 INFO:teuthology.orchestra.run.smithi161.stdout:lab-extras 620 kB/s | 24 kB 00:00 2023-12-01T06:01:53.580 INFO:teuthology.orchestra.run.smithi098.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 46 MB/s | 47 MB 00:01 2023-12-01T06:01:54.302 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 MB/s | 53 MB 00:01 2023-12-01T06:02:01.940 INFO:teuthology.orchestra.run.smithi098.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 MB/s | 53 MB 00:01 2023-12-01T06:02:02.720 INFO:teuthology.orchestra.run.smithi161.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 43 MB/s | 47 MB 00:01 2023-12-01T06:02:13.161 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-01T06:02:13.164 INFO:teuthology.orchestra.run.smithi098.stdout:==================================================================================================== 2023-12-01T06:02:13.164 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-12-01T06:02:13.164 INFO:teuthology.orchestra.run.smithi098.stdout:==================================================================================================== 2023-12-01T06:02:13.164 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-12-01T06:02:13.164 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T06:02:13.164 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrading: 2023-12-01T06:02:13.164 INFO:teuthology.orchestra.run.smithi098.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T06:02:13.164 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T06:02:13.164 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-12-01T06:02:13.164 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T06:02:13.165 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout:==================================================================================================== 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout:Install 21 Packages 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout:Upgrade 2 Packages 2023-12-01T06:02:13.166 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:02:13.167 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 62 M 2023-12-01T06:02:13.167 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-12-01T06:02:13.738 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-01T06:02:13.741 INFO:teuthology.orchestra.run.smithi161.stdout:==================================================================================================== 2023-12-01T06:02:13.741 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-01T06:02:13.741 INFO:teuthology.orchestra.run.smithi161.stdout:==================================================================================================== 2023-12-01T06:02:13.741 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-01T06:02:13.741 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrading: 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T06:02:13.742 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout:==================================================================================================== 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout:Install 21 Packages 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout:Upgrade 2 Packages 2023-12-01T06:02:13.743 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:02:13.744 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 62 M 2023-12-01T06:02:13.744 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-01T06:02:14.182 INFO:teuthology.orchestra.run.smithi098.stdout:(1/23): ceph-radosgw-18.0.0-7662.g875037c4.el8. 15 MB/s | 14 MB 00:00 2023-12-01T06:02:14.266 INFO:teuthology.orchestra.run.smithi098.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 291 kB/s | 24 kB 00:00 2023-12-01T06:02:14.392 INFO:teuthology.orchestra.run.smithi098.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 6.6 MB/s | 838 kB 00:00 2023-12-01T06:02:14.829 INFO:teuthology.orchestra.run.smithi161.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 5.6 MB/s | 5.4 MB 00:00 2023-12-01T06:02:14.878 INFO:teuthology.orchestra.run.smithi161.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 489 kB/s | 24 kB 00:00 2023-12-01T06:02:14.992 INFO:teuthology.orchestra.run.smithi098.stdout:(4/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 3.1 MB/s | 5.4 MB 00:01 2023-12-01T06:02:15.017 INFO:teuthology.orchestra.run.smithi098.stdout:(5/23): libradosstriper1-18.0.0-7662.g875037c4. 828 kB/s | 517 kB 00:00 2023-12-01T06:02:15.020 INFO:teuthology.orchestra.run.smithi161.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 5.8 MB/s | 838 kB 00:00 2023-12-01T06:02:15.051 INFO:teuthology.orchestra.run.smithi098.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 1.3 MB/s | 45 kB 00:00 2023-12-01T06:02:15.113 INFO:teuthology.orchestra.run.smithi161.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 5.5 MB/s | 517 kB 00:00 2023-12-01T06:02:15.143 INFO:teuthology.orchestra.run.smithi098.stdout:(7/23): python3-ceph-common-18.0.0-7662.g875037 1.4 MB/s | 128 kB 00:00 2023-12-01T06:02:15.226 INFO:teuthology.orchestra.run.smithi098.stdout:(8/23): python3-cephfs-18.0.0-7662.g875037c4.el 2.3 MB/s | 196 kB 00:00 2023-12-01T06:02:15.318 INFO:teuthology.orchestra.run.smithi098.stdout:(9/23): python3-rados-18.0.0-7662.g875037c4.el8 3.9 MB/s | 370 kB 00:00 2023-12-01T06:02:15.444 INFO:teuthology.orchestra.run.smithi098.stdout:(10/23): python3-rbd-18.0.0-7662.g875037c4.el8. 2.8 MB/s | 364 kB 00:00 2023-12-01T06:02:15.519 INFO:teuthology.orchestra.run.smithi098.stdout:(11/23): python3-rgw-18.0.0-7662.g875037c4.el8. 1.4 MB/s | 107 kB 00:00 2023-12-01T06:02:15.653 INFO:teuthology.orchestra.run.smithi098.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 2.2 MB/s | 306 kB 00:00 2023-12-01T06:02:15.731 INFO:teuthology.orchestra.run.smithi098.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 754 kB/s | 59 kB 00:00 2023-12-01T06:02:15.787 INFO:teuthology.orchestra.run.smithi098.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.3 MB/s | 75 kB 00:00 2023-12-01T06:02:15.863 INFO:teuthology.orchestra.run.smithi161.stdout:(5/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 9.2 MB/s | 6.9 MB 00:00 2023-12-01T06:02:15.895 INFO:teuthology.orchestra.run.smithi098.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 16 MB/s | 1.7 MB 00:00 2023-12-01T06:02:15.921 INFO:teuthology.orchestra.run.smithi161.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 767 kB/s | 45 kB 00:00 2023-12-01T06:02:16.079 INFO:teuthology.orchestra.run.smithi098.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.4 MB/s | 259 kB 00:00 2023-12-01T06:02:16.080 INFO:teuthology.orchestra.run.smithi161.stdout:(7/23): ceph-radosgw-18.0.0-7662.g875037c4.el8. 6.3 MB/s | 14 MB 00:02 2023-12-01T06:02:16.105 INFO:teuthology.orchestra.run.smithi161.stdout:(8/23): python3-ceph-common-18.0.0-7662.g875037 700 kB/s | 128 kB 00:00 2023-12-01T06:02:16.156 INFO:teuthology.orchestra.run.smithi161.stdout:(9/23): python3-cephfs-18.0.0-7662.g875037c4.el 2.6 MB/s | 196 kB 00:00 2023-12-01T06:02:16.179 INFO:teuthology.orchestra.run.smithi098.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 439 kB/s | 44 kB 00:00 2023-12-01T06:02:16.180 INFO:teuthology.orchestra.run.smithi161.stdout:(10/23): python3-rados-18.0.0-7662.g875037c4.el 4.8 MB/s | 370 kB 00:00 2023-12-01T06:02:16.232 INFO:teuthology.orchestra.run.smithi161.stdout:(11/23): python3-rbd-18.0.0-7662.g875037c4.el8. 4.7 MB/s | 364 kB 00:00 2023-12-01T06:02:16.256 INFO:teuthology.orchestra.run.smithi161.stdout:(12/23): python3-rgw-18.0.0-7662.g875037c4.el8. 1.4 MB/s | 107 kB 00:00 2023-12-01T06:02:16.326 INFO:teuthology.orchestra.run.smithi098.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.4 MB/s | 354 kB 00:00 2023-12-01T06:02:16.522 INFO:teuthology.orchestra.run.smithi098.stdout:(19/23): librgw2-18.0.0-7662.g875037c4.el8.x86_ 4.5 MB/s | 6.9 MB 00:01 2023-12-01T06:02:16.547 INFO:teuthology.orchestra.run.smithi098.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 213 kB/s | 47 kB 00:00 2023-12-01T06:02:16.740 INFO:teuthology.orchestra.run.smithi161.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 122 kB/s | 59 kB 00:00 2023-12-01T06:02:16.926 INFO:teuthology.orchestra.run.smithi098.stdout:(21/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 9.8 MB/s | 3.7 MB 00:00 2023-12-01T06:02:16.949 INFO:teuthology.orchestra.run.smithi161.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 360 kB/s | 75 kB 00:00 2023-12-01T06:02:17.197 INFO:teuthology.orchestra.run.smithi098.stdout:(22/23): librados2-18.0.0-7662.g875037c4.el8.x8 5.6 MB/s | 3.8 MB 00:00 2023-12-01T06:02:17.216 INFO:teuthology.orchestra.run.smithi161.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 311 kB/s | 306 kB 00:00 2023-12-01T06:02:17.391 INFO:teuthology.orchestra.run.smithi161.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 267 kB/s | 47 kB 00:00 2023-12-01T06:02:17.541 INFO:teuthology.orchestra.run.smithi161.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.7 MB/s | 259 kB 00:00 2023-12-01T06:02:17.692 INFO:teuthology.orchestra.run.smithi161.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 293 kB/s | 44 kB 00:00 2023-12-01T06:02:17.842 INFO:teuthology.orchestra.run.smithi161.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.3 MB/s | 354 kB 00:00 2023-12-01T06:02:17.906 INFO:teuthology.orchestra.run.smithi098.stdout:(23/23): ceph-common-18.0.0-7662.g875037c4.el8. 4.9 MB/s | 23 MB 00:04 2023-12-01T06:02:17.908 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:02:17.909 INFO:teuthology.orchestra.run.smithi098.stdout:Total 13 MB/s | 62 MB 00:04 2023-12-01T06:02:17.956 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-12-01T06:02:18.001 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-12-01T06:02:18.002 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-12-01T06:02:18.276 INFO:teuthology.orchestra.run.smithi161.stdout:(20/23): librados2-18.0.0-7662.g875037c4.el8.x8 8.7 MB/s | 3.8 MB 00:00 2023-12-01T06:02:18.352 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-12-01T06:02:18.356 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-12-01T06:02:18.518 INFO:teuthology.orchestra.run.smithi161.stdout:(21/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 15 MB/s | 3.7 MB 00:00 2023-12-01T06:02:19.434 INFO:teuthology.orchestra.run.smithi161.stdout:(22/23): ceph-common-18.0.0-7662.g875037c4.el8. 4.1 MB/s | 23 MB 00:05 2023-12-01T06:02:19.535 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-12-01T06:02:19.831 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T06:02:20.026 INFO:teuthology.orchestra.run.smithi161.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 577 kB/s | 1.7 MB 00:03 2023-12-01T06:02:20.028 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:02:20.029 INFO:teuthology.orchestra.run.smithi161.stdout:Total 9.8 MB/s | 62 MB 00:06 2023-12-01T06:02:20.073 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T06:02:20.077 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-01T06:02:20.123 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-01T06:02:20.124 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-01T06:02:20.463 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-01T06:02:20.467 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-01T06:02:20.482 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T06:02:20.721 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:02:20.823 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:02:21.043 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:02:21.282 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T06:02:21.463 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:02:21.646 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-01T06:02:21.854 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T06:02:21.893 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:02:22.058 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T06:02:22.162 INFO:teuthology.orchestra.run.smithi098.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:02:22.230 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:02:22.479 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T06:02:22.494 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T06:02:22.671 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T06:02:22.725 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:02:22.826 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:02:23.014 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:02:23.278 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T06:02:23.380 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T06:02:23.483 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:02:23.546 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:02:23.644 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:02:23.774 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T06:02:23.890 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T06:02:23.957 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:02:24.108 INFO:teuthology.orchestra.run.smithi161.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:02:24.139 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:02:24.186 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:02:24.333 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T06:02:24.408 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T06:02:24.476 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T06:02:24.528 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:02:24.589 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:02:24.722 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T06:02:25.257 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T06:02:25.261 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T06:02:25.432 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:02:25.484 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T06:02:25.655 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T06:02:25.688 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:02:25.827 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T06:02:25.995 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:02:26.245 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:02:26.458 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T06:02:26.616 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:02:26.693 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T06:02:26.876 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T06:02:27.075 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T06:02:27.313 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T06:02:27.496 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T06:02:29.432 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:02:29.687 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:02:30.283 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:02:30.824 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:02:30.944 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:02:31.078 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:31.210 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:02:31.524 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:02:32.113 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T06:02:32.356 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:02:32.440 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T06:02:32.615 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /sys 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /proc 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /dev 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /run 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /mnt 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /var/tmp 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /home 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /tmp 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout:skipping the directory /dev 2023-12-01T06:02:49.897 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:02:51.322 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:02:51.343 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:02:51.343 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:02:51.369 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:51.369 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /sys 2023-12-01T06:02:51.369 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /proc 2023-12-01T06:02:51.369 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /dev 2023-12-01T06:02:51.369 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /run 2023-12-01T06:02:51.369 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /mnt 2023-12-01T06:02:51.370 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /var/tmp 2023-12-01T06:02:51.370 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /home 2023-12-01T06:02:51.370 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /tmp 2023-12-01T06:02:51.370 INFO:teuthology.orchestra.run.smithi161.stdout:skipping the directory /dev 2023-12-01T06:02:51.370 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:02:51.537 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:02:51.537 INFO:teuthology.orchestra.run.smithi098.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:52.205 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:52.205 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T06:02:52.205 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T06:02:52.205 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:02:52.205 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:02:52.205 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T06:02:52.205 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T06:02:52.206 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T06:02:52.207 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T06:02:52.207 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:52.207 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T06:02:52.207 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T06:02:52.786 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:02:52.807 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T06:02:52.807 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:02:53.039 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T06:02:53.039 INFO:teuthology.orchestra.run.smithi161.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:53.567 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:53.567 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:52 ago on Fri 01 Dec 2023 06:02:01 AM UTC. 2023-12-01T06:02:53.638 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:53.638 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T06:02:53.638 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T06:02:53.638 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T06:02:53.638 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T06:02:53.638 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T06:02:53.639 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T06:02:53.640 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T06:02:53.640 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T06:02:53.640 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T06:02:53.640 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T06:02:53.640 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T06:02:55.013 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T06:02:55.013 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:53 ago on Fri 01 Dec 2023 06:02:02 AM UTC. 2023-12-01T06:02:55.971 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-12-01T06:02:56.157 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:02:56.157 INFO:teuthology.orchestra.run.smithi098.stdout:Upgraded: 2023-12-01T06:02:56.157 INFO:teuthology.orchestra.run.smithi098.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.157 INFO:teuthology.orchestra.run.smithi098.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.157 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T06:02:56.158 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.159 INFO:teuthology.orchestra.run.smithi098.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.159 INFO:teuthology.orchestra.run.smithi098.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.159 INFO:teuthology.orchestra.run.smithi098.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T06:02:56.159 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.159 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.159 INFO:teuthology.orchestra.run.smithi098.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:56.159 INFO:teuthology.orchestra.run.smithi098.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T06:02:56.159 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:02:56.159 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-01T06:02:56.360 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph-test 2023-12-01T06:02:56.710 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T06:02:57.470 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-01T06:02:57.562 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:00:56 ago on Fri 01 Dec 2023 06:02:01 AM UTC. 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout:Upgraded: 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T06:02:57.661 INFO:teuthology.orchestra.run.smithi161.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:02:57.662 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-01T06:02:57.818 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph-test 2023-12-01T06:02:58.169 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-01T06:02:58.981 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:00:56 ago on Fri 01 Dec 2023 06:02:02 AM UTC. 2023-12-01T06:02:59.020 INFO:teuthology.orchestra.run.smithi098.stdout:Dependencies resolved. 2023-12-01T06:02:59.022 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2023-12-01T06:02:59.022 INFO:teuthology.orchestra.run.smithi098.stdout: Package Arch Version Repository Size 2023-12-01T06:02:59.023 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2023-12-01T06:02:59.023 INFO:teuthology.orchestra.run.smithi098.stdout:Installing: 2023-12-01T06:02:59.023 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T06:02:59.023 INFO:teuthology.orchestra.run.smithi098.stdout:Installing dependencies: 2023-12-01T06:02:59.023 INFO:teuthology.orchestra.run.smithi098.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T06:02:59.023 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T06:02:59.024 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T06:02:59.024 INFO:teuthology.orchestra.run.smithi098.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T06:02:59.024 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T06:02:59.024 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:02:59.024 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction Summary 2023-12-01T06:02:59.024 INFO:teuthology.orchestra.run.smithi098.stdout:============================================================================================ 2023-12-01T06:02:59.025 INFO:teuthology.orchestra.run.smithi098.stdout:Install 6 Packages 2023-12-01T06:02:59.025 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:02:59.025 INFO:teuthology.orchestra.run.smithi098.stdout:Total download size: 50 M 2023-12-01T06:02:59.025 INFO:teuthology.orchestra.run.smithi098.stdout:Installed size: 223 M 2023-12-01T06:02:59.025 INFO:teuthology.orchestra.run.smithi098.stdout:Downloading Packages: 2023-12-01T06:02:59.077 INFO:teuthology.orchestra.run.smithi098.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.3 MB/s | 70 kB 00:00 2023-12-01T06:02:59.152 INFO:teuthology.orchestra.run.smithi098.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-01T06:02:59.194 INFO:teuthology.orchestra.run.smithi098.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-01T06:02:59.236 INFO:teuthology.orchestra.run.smithi098.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-01T06:02:59.328 INFO:teuthology.orchestra.run.smithi098.stdout:(5/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 601 kB/s | 183 kB 00:00 2023-12-01T06:03:00.349 INFO:teuthology.orchestra.run.smithi161.stdout:Dependencies resolved. 2023-12-01T06:03:00.350 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================ 2023-12-01T06:03:00.350 INFO:teuthology.orchestra.run.smithi161.stdout: Package Arch Version Repository Size 2023-12-01T06:03:00.350 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================ 2023-12-01T06:03:00.350 INFO:teuthology.orchestra.run.smithi161.stdout:Installing: 2023-12-01T06:03:00.350 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T06:03:00.350 INFO:teuthology.orchestra.run.smithi161.stdout:Installing dependencies: 2023-12-01T06:03:00.350 INFO:teuthology.orchestra.run.smithi161.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T06:03:00.350 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T06:03:00.350 INFO:teuthology.orchestra.run.smithi161.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T06:03:00.350 INFO:teuthology.orchestra.run.smithi161.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T06:03:00.351 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T06:03:00.351 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:03:00.351 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction Summary 2023-12-01T06:03:00.351 INFO:teuthology.orchestra.run.smithi161.stdout:============================================================================================ 2023-12-01T06:03:00.351 INFO:teuthology.orchestra.run.smithi161.stdout:Install 6 Packages 2023-12-01T06:03:00.351 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:03:00.351 INFO:teuthology.orchestra.run.smithi161.stdout:Total download size: 50 M 2023-12-01T06:03:00.351 INFO:teuthology.orchestra.run.smithi161.stdout:Installed size: 223 M 2023-12-01T06:03:00.352 INFO:teuthology.orchestra.run.smithi161.stdout:Downloading Packages: 2023-12-01T06:03:00.391 INFO:teuthology.orchestra.run.smithi161.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-01T06:03:00.467 INFO:teuthology.orchestra.run.smithi161.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-01T06:03:00.508 INFO:teuthology.orchestra.run.smithi161.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-01T06:03:00.550 INFO:teuthology.orchestra.run.smithi161.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-01T06:03:00.942 INFO:teuthology.orchestra.run.smithi161.stdout:(5/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 310 kB/s | 183 kB 00:00 2023-12-01T06:03:01.495 INFO:teuthology.orchestra.run.smithi098.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 20 MB/s | 49 MB 00:02 2023-12-01T06:03:01.497 INFO:teuthology.orchestra.run.smithi098.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:01.497 INFO:teuthology.orchestra.run.smithi098.stdout:Total 20 MB/s | 50 MB 00:02 2023-12-01T06:03:01.534 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction check 2023-12-01T06:03:01.556 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction check succeeded. 2023-12-01T06:03:01.556 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction test 2023-12-01T06:03:01.821 INFO:teuthology.orchestra.run.smithi098.stdout:Transaction test succeeded. 2023-12-01T06:03:01.824 INFO:teuthology.orchestra.run.smithi098.stdout:Running transaction 2023-12-01T06:03:02.277 INFO:teuthology.orchestra.run.smithi098.stdout: Preparing : 1/1 2023-12-01T06:03:02.441 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T06:03:02.513 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T06:03:02.728 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T06:03:02.883 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T06:03:03.047 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T06:03:03.174 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:03:07.903 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:03:08.033 INFO:teuthology.orchestra.run.smithi161.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 6.4 MB/s | 49 MB 00:07 2023-12-01T06:03:08.037 INFO:teuthology.orchestra.run.smithi161.stdout:-------------------------------------------------------------------------------- 2023-12-01T06:03:08.037 INFO:teuthology.orchestra.run.smithi161.stdout:Total 6.6 MB/s | 50 MB 00:07 2023-12-01T06:03:08.072 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction check 2023-12-01T06:03:08.093 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction check succeeded. 2023-12-01T06:03:08.094 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction test 2023-12-01T06:03:08.146 INFO:teuthology.orchestra.run.smithi098.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:03:08.358 INFO:teuthology.orchestra.run.smithi161.stdout:Transaction test succeeded. 2023-12-01T06:03:08.362 INFO:teuthology.orchestra.run.smithi161.stdout:Running transaction 2023-12-01T06:03:08.374 INFO:teuthology.orchestra.run.smithi098.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:03:08.375 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T06:03:08.375 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T06:03:08.375 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T06:03:08.375 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T06:03:08.375 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T06:03:08.813 INFO:teuthology.orchestra.run.smithi161.stdout: Preparing : 1/1 2023-12-01T06:03:08.959 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T06:03:09.050 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T06:03:09.263 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T06:03:09.418 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T06:03:09.546 INFO:teuthology.orchestra.run.smithi098.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T06:03:09.546 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:08 ago on Fri 01 Dec 2023 06:02:01 AM UTC. 2023-12-01T06:03:09.574 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T06:03:09.717 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:03:12.683 INFO:teuthology.orchestra.run.smithi098.stdout:Installed products updated. 2023-12-01T06:03:12.871 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:03:12.872 INFO:teuthology.orchestra.run.smithi098.stdout:Installed: 2023-12-01T06:03:12.872 INFO:teuthology.orchestra.run.smithi098.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:03:12.872 INFO:teuthology.orchestra.run.smithi098.stdout: jq-1.6-3.el8.x86_64 2023-12-01T06:03:12.872 INFO:teuthology.orchestra.run.smithi098.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:03:12.872 INFO:teuthology.orchestra.run.smithi098.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T06:03:12.872 INFO:teuthology.orchestra.run.smithi098.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T06:03:12.872 INFO:teuthology.orchestra.run.smithi098.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T06:03:12.872 INFO:teuthology.orchestra.run.smithi098.stdout: 2023-12-01T06:03:12.872 INFO:teuthology.orchestra.run.smithi098.stdout:Complete! 2023-12-01T06:03:13.058 DEBUG:teuthology.orchestra.run.smithi098:> sudo yum -y install ceph 2023-12-01T06:03:13.394 INFO:teuthology.orchestra.run.smithi098.stdout:Updating Subscription Management repositories. 2023-12-01T06:03:14.265 INFO:teuthology.orchestra.run.smithi098.stdout:Last metadata expiration check: 0:01:13 ago on Fri 01 Dec 2023 06:02:01 AM UTC. 2023-12-01T06:03:14.462 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T06:03:14.688 INFO:teuthology.orchestra.run.smithi161.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:03:14.898 INFO:teuthology.orchestra.run.smithi161.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T06:03:14.898 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T06:03:14.898 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T06:03:14.898 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T06:03:14.899 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T06:03:14.899 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T06:03:15.728 INFO:teuthology.orchestra.run.smithi098.stderr:Error: 2023-12-01T06:03:15.728 INFO:teuthology.orchestra.run.smithi098.stderr: Problem: conflicting requests 2023-12-01T06:03:15.728 INFO:teuthology.orchestra.run.smithi098.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:03:15.728 INFO:teuthology.orchestra.run.smithi098.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T06:03:15.806 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:03:15.806 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 smithi098 with status 1: 'sudo yum -y install ceph' 2023-12-01T06:03:15.808 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 smithi098 with status 1: 'sudo yum -y install ceph' 2023-12-01T06:03:15.890 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f667cb458cf84753947a2a59c47bd2f0 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 smithi098 with status 1: 'sudo yum -y install ceph' 2023-12-01T06:03:15.895 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T06:03:15.903 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T06:03:15.918 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T06:03:15.918 DEBUG:teuthology.orchestra.run.smithi098:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:03:15.933 DEBUG:teuthology.orchestra.run.smithi161:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T06:03:15.938 INFO:teuthology.orchestra.run.smithi098.stderr:bash: ntpq: command not found 2023-12-01T06:03:15.942 INFO:teuthology.orchestra.run.smithi098.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:03:15.942 INFO:teuthology.orchestra.run.smithi098.stdout:=============================================================================== 2023-12-01T06:03:15.942 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 48 +1583us[+1583us] +/- 80ms 2023-12-01T06:03:15.942 INFO:teuthology.orchestra.run.smithi098.stdout:^* hv02.front.sepia.ceph.com 3 6 37 49 -1558us[-1475us] +/- 57ms 2023-12-01T06:03:15.942 INFO:teuthology.orchestra.run.smithi098.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 49 +468us[ +551us] +/- 73ms 2023-12-01T06:03:15.942 INFO:teuthology.orchestra.run.smithi098.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:03:15.949 INFO:teuthology.orchestra.run.smithi161.stderr:bash: ntpq: command not found 2023-12-01T06:03:15.953 INFO:teuthology.orchestra.run.smithi161.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T06:03:15.953 INFO:teuthology.orchestra.run.smithi161.stdout:=============================================================================== 2023-12-01T06:03:15.954 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 49 +1485us[+1485us] +/- 80ms 2023-12-01T06:03:15.954 INFO:teuthology.orchestra.run.smithi161.stdout:^* hv02.front.sepia.ceph.com 3 6 37 49 -1537us[-1488us] +/- 57ms 2023-12-01T06:03:15.954 INFO:teuthology.orchestra.run.smithi161.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 50 +507us[ +556us] +/- 73ms 2023-12-01T06:03:15.954 INFO:teuthology.orchestra.run.smithi161.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T06:03:15.955 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T06:03:15.964 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T06:03:15.965 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T06:03:15.973 DEBUG:teuthology.orchestra.run.smithi098:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-01T06:03:16.016 INFO:teuthology.orchestra.run.smithi161.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T06:03:16.016 INFO:teuthology.orchestra.run.smithi161.stdout:Last metadata expiration check: 0:01:14 ago on Fri 01 Dec 2023 06:02:02 AM UTC. 2023-12-01T06:03:16.087 DEBUG:teuthology.orchestra.run.smithi161:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2023-12-01T06:03:16.183 DEBUG:teuthology.orchestra.run.smithi098:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T06:03:16.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:03:16.215 DEBUG:teuthology.orchestra.run.smithi161:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-12-01T06:03:16.245 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:03:16.246 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T06:03:16.256 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T06:03:16.265 INFO:teuthology.task.internal:Duration was 684.631735 seconds 2023-12-01T06:03:16.265 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T06:03:16.274 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T06:03:16.275 DEBUG:teuthology.orchestra.run.smithi098:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:03:16.277 DEBUG:teuthology.orchestra.run.smithi161:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T06:03:16.320 INFO:teuthology.orchestra.run.smithi098.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:03:16.331 INFO:teuthology.orchestra.run.smithi161.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T06:03:16.623 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T06:03:16.624 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi098.front.sepia.ceph.com 2023-12-01T06:03:16.624 DEBUG:teuthology.orchestra.run.smithi098:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-01T06:03:16.645 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi161.front.sepia.ceph.com 2023-12-01T06:03:16.646 DEBUG:teuthology.orchestra.run.smithi161:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2023-12-01T06:03:16.666 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T06:03:16.667 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:03:16.688 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T06:03:16.744 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T06:03:16.744 DEBUG:teuthology.orchestra.run.smithi098:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:03:16.767 DEBUG:teuthology.orchestra.run.smithi161:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T06:03:16.864 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T06:03:16.873 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T06:03:16.873 DEBUG:teuthology.orchestra.run.smithi098:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:03:16.914 DEBUG:teuthology.orchestra.run.smithi161:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T06:03:16.961 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T06:03:16.971 DEBUG:teuthology.orchestra.run.smithi098:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:03:16.974 DEBUG:teuthology.orchestra.run.smithi161:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:03:16.998 INFO:teuthology.orchestra.run.smithi098.stdout:kernel.core_pattern = core 2023-12-01T06:03:17.000 INFO:teuthology.orchestra.run.smithi161.stdout:kernel.core_pattern = core 2023-12-01T06:03:17.015 DEBUG:teuthology.orchestra.run.smithi098:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:03:17.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:03:17.071 DEBUG:teuthology.orchestra.run.smithi161:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T06:03:17.086 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T06:03:17.087 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T06:03:17.097 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T06:03:17.098 DEBUG:teuthology.misc:Transferring archived files from smithi098:/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/7472989/remote/smithi098 2023-12-01T06:03:17.099 DEBUG:teuthology.orchestra.run.smithi098:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:03:17.162 DEBUG:teuthology.misc:Transferring archived files from smithi161:/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/7472989/remote/smithi161 2023-12-01T06:03:17.163 DEBUG:teuthology.orchestra.run.smithi161:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T06:03:17.212 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T06:03:17.212 DEBUG:teuthology.orchestra.run.smithi098:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:03:17.218 DEBUG:teuthology.orchestra.run.smithi161:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T06:03:17.263 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T06:03:17.277 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T06:03:17.277 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T06:03:17.287 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T06:03:17.287 DEBUG:teuthology.orchestra.run.smithi098:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:03:17.290 DEBUG:teuthology.orchestra.run.smithi161:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T06:03:17.304 INFO:teuthology.orchestra.run.smithi098.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:03 /home/ubuntu/cephtest 2023-12-01T06:03:17.318 INFO:teuthology.orchestra.run.smithi161.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 06:03 /home/ubuntu/cephtest 2023-12-01T06:03:17.319 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T06:03:17.329 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T06:03:17.348 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T06:03:17.384 DEBUG:teuthology.nuke:shortname: smithi098 2023-12-01T06:03:17.384 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:03:17.408 DEBUG:teuthology.nuke:shortname: smithi161 2023-12-01T06:03:17.409 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T06:03:17.412 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi098.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/7472989', '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:46:24.502415', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T06:03:17.438 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi161.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/7472989', '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:46:24.504133', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T06:03:17.471 INFO:teuthology.orchestra.console.smithi098:Power off 2023-12-01T06:03:17.472 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:03:17.526 INFO:teuthology.orchestra.console.smithi161:Power off 2023-12-01T06:03:17.526 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T06:03:17.541 DEBUG:teuthology.orchestra.console.smithi098:power off output: Chassis Power Control: Down/Off 2023-12-01T06:03:17.541 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:03:17.563 DEBUG:teuthology.orchestra.console.smithi161:power off output: Chassis Power Control: Down/Off 2023-12-01T06:03:17.563 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:03:17.579 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-12-01T06:03:17.597 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2023-12-01T06:03:18.902 INFO:teuthology.orchestra.run.smithi161.stdout:Installed products updated. 2023-12-01T06:03:19.089 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:03:19.089 INFO:teuthology.orchestra.run.smithi161.stdout:Installed: 2023-12-01T06:03:19.089 INFO:teuthology.orchestra.run.smithi161.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:03:19.089 INFO:teuthology.orchestra.run.smithi161.stdout: jq-1.6-3.el8.x86_64 2023-12-01T06:03:19.089 INFO:teuthology.orchestra.run.smithi161.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T06:03:19.090 INFO:teuthology.orchestra.run.smithi161.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T06:03:19.090 INFO:teuthology.orchestra.run.smithi161.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T06:03:19.090 INFO:teuthology.orchestra.run.smithi161.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T06:03:19.090 INFO:teuthology.orchestra.run.smithi161.stdout: 2023-12-01T06:03:19.090 INFO:teuthology.orchestra.run.smithi161.stdout:Complete! 2023-12-01T06:03:19.223 DEBUG:teuthology.orchestra.run.smithi161:> sudo yum -y install ceph 2023-12-01T06:03:19.556 INFO:teuthology.orchestra.run.smithi161.stdout:Updating Subscription Management repositories. 2023-12-01T06:03:20.641 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T06:03:21.581 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:03:21.598 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:03:21.693 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is on 2023-12-01T06:03:21.712 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is on 2023-12-01T06:03:25.694 DEBUG:teuthology.orchestra.console.smithi098:pexpect command: ipmitool -H smithi098.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:03:25.713 DEBUG:teuthology.orchestra.console.smithi161:pexpect command: ipmitool -H smithi161.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T06:03:25.809 DEBUG:teuthology.orchestra.console.smithi098:check power output: Chassis Power is off 2023-12-01T06:03:25.832 DEBUG:teuthology.orchestra.console.smithi161:check power output: Chassis Power is off 2023-12-01T06:03:25.911 INFO:teuthology.orchestra.console.smithi098:Power off completed 2023-12-01T06:03:25.934 INFO:teuthology.orchestra.console.smithi161:Power off completed 2023-12-01T06:03:26.038 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_extra_daemon_features} duration: 684.6317353248596 failure_reason: 'Command failed on smithi098 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f667cb458cf84753947a2a59c47bd2f0 status: fail success: false 2023-12-01T06:03:26.039 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T06:03:26.129 INFO:teuthology.run:FAIL