2023-12-03T14:52:20.446 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-03T14:52:20.446 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476433 --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_extra_daemon_features} --name adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476433/orig.config.yaml 2023-12-03T14:52:20.486 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-03T14:52:20.560 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476433 branch: wip-adk-testing-2023-11-30-1735 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/classic task/test_extra_daemon_features} email: adking@redhat.com first_in_suite: false job_id: '7476433' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk-testing-2023-11-30-1735 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: b5f2d3894d094aabe62070fbfb31ffe158591885 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-30-1735 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 owner: scheduled_adking@teuthology priority: 50 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: 6799 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-30-1735 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 targets: smithi174.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi177.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-12-03_14:46:03 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-03T14:52:20.560 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa; will attempt to use it 2023-12-03T14:52:20.561 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks 2023-12-03T14:52:20.561 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-03T14:52:20.562 INFO:teuthology.task.internal:Checking packages... 2023-12-03T14:52:20.585 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'b5f2d3894d094aabe62070fbfb31ffe158591885' 2023-12-03T14:52:20.585 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-03T14:52:20.585 INFO:teuthology.packaging:ref: None 2023-12-03T14:52:20.585 INFO:teuthology.packaging:tag: None 2023-12-03T14:52:20.585 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-30-1735 2023-12-03T14:52:20.585 INFO:teuthology.packaging:sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T14:52:20.585 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-30-1735 2023-12-03T14:52:20.799 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7673.gb5f2d389 2023-12-03T14:52:20.799 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-03T14:52:20.806 INFO:teuthology.task.internal:no buildpackages task found 2023-12-03T14:52:20.806 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-03T14:52:20.825 INFO:teuthology.task.internal:Saving configuration 2023-12-03T14:52:20.840 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-03T14:52:20.846 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-03T14:52:20.874 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476433', '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-03 14:47:13.197617', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-03T14:52:20.897 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476433', '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-03 14:47:13.199623', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-03T14:52:20.897 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-03T14:52:20.903 INFO:teuthology.task.internal:roles: ubuntu@smithi174.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-03T14:52:20.903 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-03T14:52:20.903 INFO:teuthology.run_tasks:Running task console_log... 2023-12-03T14:52:20.975 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff7eec55ee0>, signals=[15]) 2023-12-03T14:52:20.975 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-03T14:52:20.982 INFO:teuthology.task.internal:Opening connections... 2023-12-03T14:52:20.982 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi174.front.sepia.ceph.com 2023-12-03T14:52:20.983 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:52:21.048 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2023-12-03T14:52:21.049 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:52:21.115 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-03T14:52:21.122 DEBUG:teuthology.orchestra.run.smithi174:> uname -m 2023-12-03T14:52:21.142 INFO:teuthology.orchestra.run.smithi174.stdout:x86_64 2023-12-03T14:52:21.143 DEBUG:teuthology.orchestra.run.smithi174:> cat /etc/os-release 2023-12-03T14:52:21.201 INFO:teuthology.orchestra.run.smithi174.stdout:NAME="Red Hat Enterprise Linux" 2023-12-03T14:52:21.201 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION="8.6 (Ootpa)" 2023-12-03T14:52:21.201 INFO:teuthology.orchestra.run.smithi174.stdout:ID="rhel" 2023-12-03T14:52:21.201 INFO:teuthology.orchestra.run.smithi174.stdout:ID_LIKE="fedora" 2023-12-03T14:52:21.201 INFO:teuthology.orchestra.run.smithi174.stdout:VERSION_ID="8.6" 2023-12-03T14:52:21.201 INFO:teuthology.orchestra.run.smithi174.stdout:PLATFORM_ID="platform:el8" 2023-12-03T14:52:21.201 INFO:teuthology.orchestra.run.smithi174.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-03T14:52:21.202 INFO:teuthology.orchestra.run.smithi174.stdout:ANSI_COLOR="0;31" 2023-12-03T14:52:21.202 INFO:teuthology.orchestra.run.smithi174.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-03T14:52:21.202 INFO:teuthology.orchestra.run.smithi174.stdout:HOME_URL="https://www.redhat.com/" 2023-12-03T14:52:21.202 INFO:teuthology.orchestra.run.smithi174.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-03T14:52:21.202 INFO:teuthology.orchestra.run.smithi174.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-03T14:52:21.202 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T14:52:21.202 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-03T14:52:21.202 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-03T14:52:21.202 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-03T14:52:21.202 INFO:teuthology.orchestra.run.smithi174.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-03T14:52:21.203 INFO:teuthology.lock.ops:Updating smithi174.front.sepia.ceph.com on lock server 2023-12-03T14:52:21.234 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2023-12-03T14:52:21.255 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2023-12-03T14:52:21.255 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2023-12-03T14:52:21.313 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="Red Hat Enterprise Linux" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="8.6 (Ootpa)" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:ID="rhel" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="fedora" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="8.6" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el8" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://www.redhat.com/" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-03T14:52:21.314 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T14:52:21.315 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-03T14:52:21.315 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-03T14:52:21.315 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-03T14:52:21.315 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-03T14:52:21.315 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2023-12-03T14:52:21.342 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-03T14:52:21.351 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-03T14:52:21.356 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-03T14:52:21.356 DEBUG:teuthology.orchestra.run.smithi174:> test '!' -e /home/ubuntu/cephtest 2023-12-03T14:52:21.359 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2023-12-03T14:52:21.376 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-03T14:52:21.383 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-03T14:52:21.383 DEBUG:teuthology.orchestra.run.smithi174:> test -z $(ls -A /var/lib/ceph) 2023-12-03T14:52:21.417 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2023-12-03T14:52:21.443 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-03T14:52:21.497 INFO:teuthology.run_tasks:Running task kernel... 2023-12-03T14:52:21.514 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-03T14:52:21.514 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-03T14:52:21.514 DEBUG:teuthology.orchestra.run.smithi174:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-03T14:52:21.515 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-03T14:52:21.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:52:21.532 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2023-12-03T14:52:21.533 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:52:21.534 DEBUG:teuthology.orchestra.run.smithi174:> uname -r 2023-12-03T14:52:21.591 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-03T14:52:21.591 INFO:teuthology.task.kernel:Running kernel on smithi177: 4.18.0-372.9.1.el8.x86_64 2023-12-03T14:52:21.591 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2023-12-03T14:52:21.592 INFO:teuthology.orchestra.run.smithi174.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-03T14:52:21.592 INFO:teuthology.task.kernel:Running kernel on smithi174: 4.18.0-372.9.1.el8.x86_64 2023-12-03T14:52:21.592 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum install -y kernel 2023-12-03T14:52:22.789 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-03T14:52:22.789 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-12-03T14:52:22.834 INFO:teuthology.orchestra.run.smithi174.stdout:Updating Subscription Management repositories. 2023-12-03T14:52:22.835 INFO:teuthology.orchestra.run.smithi174.stdout:Unable to read consumer identity 2023-12-03T14:52:24.199 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-03T14:52:24.310 INFO:teuthology.orchestra.run.smithi174.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-03T14:52:27.525 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 4.8 MB/s | 16 MB 00:03 2023-12-03T14:52:29.693 INFO:teuthology.orchestra.run.smithi174.stdout:Extra Packages for Enterprise Linux 3.0 MB/s | 16 MB 00:05 2023-12-03T14:52:31.033 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 384 kB/s | 24 kB 00:00 2023-12-03T14:52:31.694 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-03T14:52:31.745 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-03T14:52:31.746 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-12-03T14:52:31.746 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-03T14:52:31.877 DEBUG:teuthology.orchestra.run.smithi177:> echo no | sudo yum reinstall kernel || true 2023-12-03T14:52:32.249 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-03T14:52:32.250 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-12-03T14:52:32.507 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:02 ago on Sun 03 Dec 2023 02:52:30 PM UTC. 2023-12-03T14:52:32.548 INFO:teuthology.orchestra.run.smithi177.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-03T14:52:32.606 INFO:teuthology.orchestra.run.smithi177.stderr:Error: No packages marked for reinstall. 2023-12-03T14:52:32.652 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum reinstall -y kernel || true 2023-12-03T14:52:32.979 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-03T14:52:32.980 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-12-03T14:52:33.232 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:03 ago on Sun 03 Dec 2023 02:52:30 PM UTC. 2023-12-03T14:52:33.243 INFO:teuthology.orchestra.run.smithi174.stdout:lab-extras 461 kB/s | 24 kB 00:00 2023-12-03T14:52:33.271 INFO:teuthology.orchestra.run.smithi177.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-03T14:52:33.305 INFO:teuthology.orchestra.run.smithi177.stderr:Error: No packages marked for reinstall. 2023-12-03T14:52:33.351 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2023-12-03T14:52:33.431 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-03T14:52:33.431 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-03T14:52:33.431 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-03T14:52:33.431 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-03T14:52:33.432 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-03T14:52:33.460 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2023-12-03T14:52:33.476 DEBUG:teuthology.parallel:result is None 2023-12-03T14:52:33.914 INFO:teuthology.orchestra.run.smithi174.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-03T14:52:33.974 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2023-12-03T14:52:33.975 INFO:teuthology.orchestra.run.smithi174.stdout:Nothing to do. 2023-12-03T14:52:33.975 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2023-12-03T14:52:34.105 DEBUG:teuthology.orchestra.run.smithi174:> echo no | sudo yum reinstall kernel || true 2023-12-03T14:52:34.435 INFO:teuthology.orchestra.run.smithi174.stdout:Updating Subscription Management repositories. 2023-12-03T14:52:34.435 INFO:teuthology.orchestra.run.smithi174.stdout:Unable to read consumer identity 2023-12-03T14:52:34.693 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:00:01 ago on Sun 03 Dec 2023 02:52:33 PM UTC. 2023-12-03T14:52:34.736 INFO:teuthology.orchestra.run.smithi174.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-03T14:52:34.774 INFO:teuthology.orchestra.run.smithi174.stderr:Error: No packages marked for reinstall. 2023-12-03T14:52:34.820 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum reinstall -y kernel || true 2023-12-03T14:52:35.155 INFO:teuthology.orchestra.run.smithi174.stdout:Updating Subscription Management repositories. 2023-12-03T14:52:35.155 INFO:teuthology.orchestra.run.smithi174.stdout:Unable to read consumer identity 2023-12-03T14:52:35.413 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:00:02 ago on Sun 03 Dec 2023 02:52:33 PM UTC. 2023-12-03T14:52:35.455 INFO:teuthology.orchestra.run.smithi174.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-03T14:52:35.485 INFO:teuthology.orchestra.run.smithi174.stderr:Error: No packages marked for reinstall. 2023-12-03T14:52:35.531 DEBUG:teuthology.orchestra.run.smithi174:> rpm -q kernel | sort -rV | head -n 1 2023-12-03T14:52:35.611 INFO:teuthology.orchestra.run.smithi174.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-03T14:52:35.612 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-03T14:52:35.612 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-03T14:52:35.612 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-03T14:52:35.612 DEBUG:teuthology.orchestra.run.smithi174:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-03T14:52:35.645 INFO:teuthology.orchestra.run.smithi174.stdout:ttyS1 2023-12-03T14:52:35.666 DEBUG:teuthology.parallel:result is None 2023-12-03T14:52:35.666 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-03T14:52:35.673 INFO:teuthology.task.internal:Creating test directory... 2023-12-03T14:52:35.673 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-03T14:52:35.709 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-03T14:52:35.729 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-03T14:52:35.736 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-03T14:52:35.744 INFO:teuthology.task.internal:Creating archive directory... 2023-12-03T14:52:35.744 DEBUG:teuthology.orchestra.run.smithi174:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-03T14:52:35.765 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-03T14:52:35.793 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-03T14:52:35.800 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-03T14:52:35.800 DEBUG:teuthology.orchestra.run.smithi174:> 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-03T14:52:35.823 DEBUG:teuthology.orchestra.run.smithi177:> 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-03T14:52:35.848 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:52:35.858 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:52:35.885 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:52:35.898 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:52:35.899 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-03T14:52:35.907 INFO:teuthology.task.internal:Configuring sudo... 2023-12-03T14:52:35.907 DEBUG:teuthology.orchestra.run.smithi174:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-03T14:52:35.909 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-03T14:52:35.939 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-03T14:52:35.948 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-03T14:52:35.948 DEBUG:teuthology.orchestra.run.smithi174:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-03T14:52:35.977 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-03T14:52:35.997 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:52:36.076 DEBUG:teuthology.orchestra.run.smithi174:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:52:36.131 DEBUG:teuthology.orchestra.run.smithi174:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:52:36.213 DEBUG:teuthology.orchestra.run.smithi174:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:52:36.255 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2023-12-03T14:52:36.255 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-03T14:52:36.323 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:52:36.369 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:52:36.421 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:52:36.508 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:52:36.551 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-03T14:52:36.552 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-03T14:52:36.621 DEBUG:teuthology.orchestra.run.smithi174:> sudo service rsyslog restart 2023-12-03T14:52:36.624 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2023-12-03T14:52:36.687 INFO:teuthology.orchestra.run.smithi174.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T14:52:36.716 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T14:52:37.131 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-03T14:52:37.140 INFO:teuthology.task.internal:Starting timer... 2023-12-03T14:52:37.140 INFO:teuthology.run_tasks:Running task pcp... 2023-12-03T14:52:37.149 INFO:teuthology.run_tasks:Running task selinux... 2023-12-03T14:52:37.158 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-03T14:52:37.158 DEBUG:teuthology.orchestra.run.smithi174:> sudo service auditd rotate 2023-12-03T14:52:37.214 INFO:teuthology.orchestra.run.smithi174.stdout:Rotating logs: 2023-12-03T14:52:37.216 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2023-12-03T14:52:37.281 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2023-12-03T14:52:37.283 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-03T14:52:37.283 DEBUG:teuthology.orchestra.run.smithi174:> /usr/sbin/getenforce 2023-12-03T14:52:37.307 INFO:teuthology.orchestra.run.smithi174.stdout:Permissive 2023-12-03T14:52:37.307 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2023-12-03T14:52:37.334 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2023-12-03T14:52:37.334 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi174.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2023-12-03T14:52:37.334 DEBUG:teuthology.orchestra.run.smithi174:> 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-03T14:52:37.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:52:37.376 DEBUG:teuthology.orchestra.run.smithi177:> 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-03T14:52:37.405 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:52:37.406 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-03T14:52:37.406 DEBUG:teuthology.orchestra.run.smithi174:> sudo /usr/sbin/setenforce permissive 2023-12-03T14:52:37.442 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2023-12-03T14:52:37.475 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-03T14:52:37.484 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-03T14:52:37.484 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-03T14:52:37.505 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-03T14:52:37.506 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi174.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-03T15:01:46.826 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi174.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2023-12-03T15:01:46.827 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi174.front.sepia.ceph.com' 2023-12-03T15:01:46.828 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi174.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T15:01:46.896 DEBUG:teuthology.orchestra.run.smithi174:> true 2023-12-03T15:01:46.963 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi174.front.sepia.ceph.com' 2023-12-03T15:01:46.964 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-03T15:01:46.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T15:01:47.033 DEBUG:teuthology.orchestra.run.smithi177:> true 2023-12-03T15:01:47.105 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-03T15:01:47.105 INFO:teuthology.run_tasks:Running task clock... 2023-12-03T15:01:47.116 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-03T15:01:47.116 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-03T15:01:47.116 DEBUG:teuthology.orchestra.run.smithi174:> 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-03T15:01:47.118 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-03T15:01:47.118 DEBUG:teuthology.orchestra.run.smithi177:> 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-03T15:01:47.149 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-03T15:01:47.165 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-03T15:01:47.179 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-03T15:01:47.195 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-03T15:01:47.232 INFO:teuthology.orchestra.run.smithi174.stderr:sudo: ntpd: command not found 2023-12-03T15:01:47.246 INFO:teuthology.orchestra.run.smithi174.stdout:506 Cannot talk to daemon 2023-12-03T15:01:47.257 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-03T15:01:47.258 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2023-12-03T15:01:47.270 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2023-12-03T15:01:47.271 INFO:teuthology.orchestra.run.smithi174.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-03T15:01:47.285 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-03T15:01:47.299 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-03T15:01:47.353 INFO:teuthology.orchestra.run.smithi174.stderr:bash: ntpq: command not found 2023-12-03T15:01:47.358 INFO:teuthology.orchestra.run.smithi174.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:01:47.358 INFO:teuthology.orchestra.run.smithi174.stdout:=============================================================================== 2023-12-03T15:01:47.358 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:01:47.358 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:01:47.358 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:01:47.358 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:01:47.371 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2023-12-03T15:01:47.374 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:01:47.374 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2023-12-03T15:01:47.374 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:01:47.375 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:01:47.375 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:01:47.375 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:01:47.376 INFO:teuthology.run_tasks:Running task pexec... 2023-12-03T15:01:47.385 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-03T15:01:47.385 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi174.front.sepia.ceph.com 2023-12-03T15:01:47.386 DEBUG:teuthology.orchestra.run.smithi174:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-03T15:01:47.386 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2023-12-03T15:01:47.386 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-03T15:01:47.767 INFO:teuthology.orchestra.run.smithi174.stdout:Updating Subscription Management repositories. 2023-12-03T15:01:47.787 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-03T15:01:49.330 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:37 ago on Sun 03 Dec 2023 03:00:11 PM UTC. 2023-12-03T15:01:49.379 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:28 ago on Sun 03 Dec 2023 03:00:20 PM UTC. 2023-12-03T15:01:51.058 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-03T15:01:51.059 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-03T15:01:51.059 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2023-12-03T15:01:51.059 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-03T15:01:51.059 INFO:teuthology.orchestra.run.smithi177.stdout:Resetting modules: 2023-12-03T15:01:51.059 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 2023-12-03T15:01:51.059 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:01:51.059 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-03T15:01:51.060 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-03T15:01:51.060 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:01:51.105 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2023-12-03T15:01:51.105 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-12-03T15:01:51.105 INFO:teuthology.orchestra.run.smithi174.stdout: Package Architecture Version Repository Size 2023-12-03T15:01:51.106 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-12-03T15:01:51.106 INFO:teuthology.orchestra.run.smithi174.stdout:Resetting modules: 2023-12-03T15:01:51.106 INFO:teuthology.orchestra.run.smithi174.stdout: container-tools 2023-12-03T15:01:51.106 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:01:51.106 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2023-12-03T15:01:51.106 INFO:teuthology.orchestra.run.smithi174.stdout:================================================================================ 2023-12-03T15:01:51.107 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:01:52.025 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:40 ago on Sun 03 Dec 2023 03:00:11 PM UTC. 2023-12-03T15:01:52.055 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:31 ago on Sun 03 Dec 2023 03:00:20 PM UTC. 2023-12-03T15:02:01.514 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2023-12-03T15:02:01.979 INFO:teuthology.orchestra.run.smithi174.stdout:Updating Subscription Management repositories. 2023-12-03T15:02:02.989 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-03T15:02:03.445 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-03T15:02:03.735 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:43 ago on Sun 03 Dec 2023 03:00:20 PM UTC. 2023-12-03T15:02:05.072 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:53 ago on Sun 03 Dec 2023 03:00:11 PM UTC. 2023-12-03T15:02:05.603 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2023-12-03T15:02:05.695 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================================================ 2023-12-03T15:02:05.695 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2023-12-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================================================ 2023-12-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.stdout:Installing group/module packages: 2023-12-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.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-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.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-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.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-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.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-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2023-12-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-03T15:02:05.696 INFO:teuthology.orchestra.run.smithi174.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-03T15:02:05.697 INFO:teuthology.orchestra.run.smithi174.stdout:Installing module profiles: 2023-12-03T15:02:05.697 INFO:teuthology.orchestra.run.smithi174.stdout: container-tools/common 2023-12-03T15:02:05.697 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:02:05.697 INFO:teuthology.orchestra.run.smithi174.stdout:Enabling module streams: 2023-12-03T15:02:05.697 INFO:teuthology.orchestra.run.smithi174.stdout: container-tools rhel8 2023-12-03T15:02:05.697 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:02:05.697 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2023-12-03T15:02:05.697 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================================================ 2023-12-03T15:02:05.697 INFO:teuthology.orchestra.run.smithi174.stdout:Install 10 Packages 2023-12-03T15:02:05.697 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:02:05.698 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 18 M 2023-12-03T15:02:05.698 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 65 M 2023-12-03T15:02:05.698 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2023-12-03T15:02:05.853 INFO:teuthology.orchestra.run.smithi174.stdout:(1/10): python3-pytoml-0.1.14-5.git7dea353.el8. 160 kB/s | 25 kB 00:00 2023-12-03T15:02:05.878 INFO:teuthology.orchestra.run.smithi174.stdout:(2/10): python3-pyxdg-0.25-16.el8.noarch.rpm 521 kB/s | 94 kB 00:00 2023-12-03T15:02:05.937 INFO:teuthology.orchestra.run.smithi174.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 171 kB/s | 41 kB 00:00 2023-12-03T15:02:05.979 INFO:teuthology.orchestra.run.smithi174.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 393 kB/s | 49 kB 00:00 2023-12-03T15:02:06.021 INFO:teuthology.orchestra.run.smithi174.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 3.6 MB/s | 524 kB 00:00 2023-12-03T15:02:06.113 INFO:teuthology.orchestra.run.smithi174.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.1 MB/s | 149 kB 00:00 2023-12-03T15:02:06.138 INFO:teuthology.orchestra.run.smithi174.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 1.8 MB/s | 213 kB 00:00 2023-12-03T15:02:06.272 INFO:teuthology.orchestra.run.smithi174.stdout:(8/10): buildah-1.26.2-1.module+el8.6.0+16771+2 24 MB/s | 8.0 MB 00:00 2023-12-03T15:02:06.405 INFO:teuthology.orchestra.run.smithi174.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 8.2 MB/s | 2.2 MB 00:00 2023-12-03T15:02:06.497 INFO:teuthology.orchestra.run.smithi174.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 18 MB/s | 7.0 MB 00:00 2023-12-03T15:02:06.498 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:02:06.498 INFO:teuthology.orchestra.run.smithi174.stdout:Total 23 MB/s | 18 MB 00:00 2023-12-03T15:02:06.700 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2023-12-03T15:02:06.718 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2023-12-03T15:02:06.719 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2023-12-03T15:02:06.900 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2023-12-03T15:02:06.904 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2023-12-03T15:02:06.919 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-03T15:02:07.012 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================================ 2023-12-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-12-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================================ 2023-12-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.stdout:Installing group/module packages: 2023-12-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.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-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.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-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.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-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.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-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-03T15:02:07.013 INFO:teuthology.orchestra.run.smithi177.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-03T15:02:07.014 INFO:teuthology.orchestra.run.smithi177.stdout:Installing module profiles: 2023-12-03T15:02:07.014 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools/common 2023-12-03T15:02:07.014 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:02:07.014 INFO:teuthology.orchestra.run.smithi177.stdout:Enabling module streams: 2023-12-03T15:02:07.014 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools rhel8 2023-12-03T15:02:07.014 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:02:07.014 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-03T15:02:07.014 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================================ 2023-12-03T15:02:07.014 INFO:teuthology.orchestra.run.smithi177.stdout:Install 10 Packages 2023-12-03T15:02:07.014 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:02:07.015 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 18 M 2023-12-03T15:02:07.015 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 65 M 2023-12-03T15:02:07.015 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-03T15:02:07.146 INFO:teuthology.orchestra.run.smithi177.stdout:(1/10): python3-pytoml-0.1.14-5.git7dea353.el8. 190 kB/s | 25 kB 00:00 2023-12-03T15:02:07.171 INFO:teuthology.orchestra.run.smithi177.stdout:(2/10): python3-pyxdg-0.25-16.el8.noarch.rpm 602 kB/s | 94 kB 00:00 2023-12-03T15:02:07.221 INFO:teuthology.orchestra.run.smithi177.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 198 kB/s | 41 kB 00:00 2023-12-03T15:02:07.338 INFO:teuthology.orchestra.run.smithi177.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 257 kB/s | 49 kB 00:00 2023-12-03T15:02:07.388 INFO:teuthology.orchestra.run.smithi177.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 2.4 MB/s | 524 kB 00:00 2023-12-03T15:02:07.422 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2023-12-03T15:02:07.539 INFO:teuthology.orchestra.run.smithi177.stdout:(6/10): buildah-1.26.2-1.module+el8.6.0+16771+2 25 MB/s | 8.0 MB 00:00 2023-12-03T15:02:07.564 INFO:teuthology.orchestra.run.smithi177.stdout:(7/10): python3-podman-4.0.1-1.module+el8.6.0+1 663 kB/s | 149 kB 00:00 2023-12-03T15:02:07.616 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-03T15:02:07.620 INFO:teuthology.orchestra.run.smithi177.stdout:(8/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 922 kB/s | 213 kB 00:00 2023-12-03T15:02:07.731 INFO:teuthology.orchestra.run.smithi177.stdout:(9/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 13 MB/s | 2.2 MB 00:00 2023-12-03T15:02:07.829 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-03T15:02:07.890 INFO:teuthology.orchestra.run.smithi177.stdout:(10/10): skopeo-1.9.1-1.module+el8.6.0+16771+28 20 MB/s | 7.0 MB 00:00 2023-12-03T15:02:07.890 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:02:07.890 INFO:teuthology.orchestra.run.smithi177.stdout:Total 21 MB/s | 18 MB 00:00 2023-12-03T15:02:08.039 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-03T15:02:08.090 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-03T15:02:08.108 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-03T15:02:08.109 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-03T15:02:08.276 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-03T15:02:08.290 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-03T15:02:08.294 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-03T15:02:08.650 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-03T15:02:08.823 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-03T15:02:09.048 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-03T15:02:09.220 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-03T15:02:09.423 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-03T15:02:09.453 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-03T15:02:09.617 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-03T15:02:09.990 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-03T15:02:10.364 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-03T15:02:10.625 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-03T15:02:10.752 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-03T15:02:10.795 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-03T15:02:11.005 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-03T15:02:11.258 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-03T15:02:11.258 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-03T15:02:11.258 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-03T15:02:11.258 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-03T15:02:11.258 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-03T15:02:11.258 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-03T15:02:11.258 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-03T15:02:11.258 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-03T15:02:11.258 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-03T15:02:11.259 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-03T15:02:11.652 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-03T15:02:11.881 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-03T15:02:12.077 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-03T15:02:12.254 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-03T15:02:12.419 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-03T15:02:12.419 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:51 ago on Sun 03 Dec 2023 03:00:20 PM UTC. 2023-12-03T15:02:12.514 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-03T15:02:12.514 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-03T15:02:12.514 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-03T15:02:12.514 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-03T15:02:12.514 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-03T15:02:12.515 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-03T15:02:12.515 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-03T15:02:12.515 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-03T15:02:12.515 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-03T15:02:12.515 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-03T15:02:13.662 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-03T15:02:13.662 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:02 ago on Sun 03 Dec 2023 03:00:11 PM UTC. 2023-12-03T15:02:24.045 INFO:teuthology.orchestra.run.smithi174.stdout:Installed products updated. 2023-12-03T15:02:24.242 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:02:24.242 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2023-12-03T15:02:24.242 INFO:teuthology.orchestra.run.smithi174.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-03T15:02:24.242 INFO:teuthology.orchestra.run.smithi174.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-03T15:02:24.242 INFO:teuthology.orchestra.run.smithi174.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-03T15:02:24.242 INFO:teuthology.orchestra.run.smithi174.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-03T15:02:24.243 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-03T15:02:24.243 INFO:teuthology.orchestra.run.smithi174.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-03T15:02:24.243 INFO:teuthology.orchestra.run.smithi174.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-03T15:02:24.243 INFO:teuthology.orchestra.run.smithi174.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-03T15:02:24.243 INFO:teuthology.orchestra.run.smithi174.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-03T15:02:24.243 INFO:teuthology.orchestra.run.smithi174.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-03T15:02:24.243 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:02:24.243 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2023-12-03T15:02:24.393 DEBUG:teuthology.parallel:result is None 2023-12-03T15:02:25.413 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-12-03T15:02:25.606 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:02:25.606 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-12-03T15:02:25.606 INFO:teuthology.orchestra.run.smithi177.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:02:25.607 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-03T15:02:25.741 DEBUG:teuthology.parallel:result is None 2023-12-03T15:02:25.741 INFO:teuthology.run_tasks:Running task install... 2023-12-03T15:02:25.750 DEBUG:teuthology.task.install:project ceph 2023-12-03T15:02:25.750 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885'}} 2023-12-03T15:02:25.750 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885'} 2023-12-03T15:02:25.750 INFO:teuthology.task.install:Using flavor: default 2023-12-03T15:02:25.756 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-03T15:02:25.756 INFO:teuthology.task.install:extra packages: [] 2023-12-03T15:02:25.756 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': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-03T15:02:25.757 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T15:02:25.758 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': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-03T15:02:25.759 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T15:02:25.900 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-03T15:02:25.900 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-03T15:02:25.914 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-03T15:02:25.914 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-03T15:02:26.019 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-03T15:02:26.019 DEBUG:teuthology.orchestra.run.smithi174:> set -ex 2023-12-03T15:02:26.019 DEBUG:teuthology.orchestra.run.smithi174:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-03T15:02:26.052 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-03T15:02:26.052 DEBUG:teuthology.orchestra.run.smithi174:> 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/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-03T15:02:26.125 DEBUG:teuthology.orchestra.run.smithi174:> 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-03T15:02:26.173 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-03T15:02:26.173 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-03T15:02:26.173 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-03T15:02:26.201 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-03T15:02:26.201 DEBUG:teuthology.orchestra.run.smithi177:> 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/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-03T15:02:26.206 DEBUG:teuthology.orchestra.run.smithi174:> 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-03T15:02:26.269 DEBUG:teuthology.orchestra.run.smithi177:> 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-03T15:02:26.274 INFO:teuthology.orchestra.run.smithi174.stdout:check_obsoletes = 1 2023-12-03T15:02:26.275 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum clean all 2023-12-03T15:02:26.345 DEBUG:teuthology.orchestra.run.smithi177:> 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-03T15:02:26.412 INFO:teuthology.orchestra.run.smithi177.stdout:check_obsoletes = 1 2023-12-03T15:02:26.413 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum clean all 2023-12-03T15:02:26.646 INFO:teuthology.orchestra.run.smithi174.stdout:Updating Subscription Management repositories. 2023-12-03T15:02:26.784 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-03T15:02:27.842 INFO:teuthology.orchestra.run.smithi174.stdout:44 files removed 2023-12-03T15:02:27.897 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-radosgw 2023-12-03T15:02:28.141 INFO:teuthology.orchestra.run.smithi177.stdout:44 files removed 2023-12-03T15:02:28.194 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-radosgw 2023-12-03T15:02:28.229 INFO:teuthology.orchestra.run.smithi174.stdout:Updating Subscription Management repositories. 2023-12-03T15:02:28.525 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-03T15:02:29.921 INFO:teuthology.orchestra.run.smithi174.stdout:ceph packages for x86_64 187 kB/s | 81 kB 00:00 2023-12-03T15:02:30.280 INFO:teuthology.orchestra.run.smithi174.stdout:ceph noarch packages 29 kB/s | 9.5 kB 00:00 2023-12-03T15:02:30.397 INFO:teuthology.orchestra.run.smithi177.stdout:ceph packages for x86_64 166 kB/s | 81 kB 00:00 2023-12-03T15:02:30.581 INFO:teuthology.orchestra.run.smithi174.stdout:ceph source packages 5.3 kB/s | 1.5 kB 00:00 2023-12-03T15:02:30.714 INFO:teuthology.orchestra.run.smithi177.stdout:ceph noarch packages 33 kB/s | 9.5 kB 00:00 2023-12-03T15:02:30.756 INFO:teuthology.orchestra.run.smithi174.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-03T15:02:31.073 INFO:teuthology.orchestra.run.smithi177.stdout:ceph source packages 4.4 kB/s | 1.5 kB 00:00 2023-12-03T15:02:31.224 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-03T15:02:31.985 INFO:teuthology.orchestra.run.smithi174.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-03T15:02:33.160 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 8.3 MB/s | 16 MB 00:01 2023-12-03T15:02:35.549 INFO:teuthology.orchestra.run.smithi174.stdout:lab-extras 388 kB/s | 24 kB 00:00 2023-12-03T15:02:36.675 INFO:teuthology.orchestra.run.smithi174.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 MB/s | 53 MB 00:01 2023-12-03T15:02:36.700 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 379 kB/s | 24 kB 00:00 2023-12-03T15:02:37.835 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 MB/s | 47 MB 00:01 2023-12-03T15:02:45.152 INFO:teuthology.orchestra.run.smithi174.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 45 MB/s | 47 MB 00:01 2023-12-03T15:02:45.944 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 MB/s | 53 MB 00:01 2023-12-03T15:02:56.117 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2023-12-03T15:02:56.120 INFO:teuthology.orchestra.run.smithi174.stdout:==================================================================================================== 2023-12-03T15:02:56.120 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2023-12-03T15:02:56.120 INFO:teuthology.orchestra.run.smithi174.stdout:==================================================================================================== 2023-12-03T15:02:56.120 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2023-12-03T15:02:56.120 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-03T15:02:56.120 INFO:teuthology.orchestra.run.smithi174.stdout:Upgrading: 2023-12-03T15:02:56.120 INFO:teuthology.orchestra.run.smithi174.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-03T15:02:56.120 INFO:teuthology.orchestra.run.smithi174.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-03T15:02:56.120 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2023-12-03T15:02:56.120 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-03T15:02:56.121 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout:==================================================================================================== 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout:Install 21 Packages 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout:Upgrade 2 Packages 2023-12-03T15:02:56.122 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:02:56.123 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 62 M 2023-12-03T15:02:56.123 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2023-12-03T15:02:57.126 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-03T15:02:57.128 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-12-03T15:02:57.128 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-12-03T15:02:57.128 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-12-03T15:02:57.128 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-12-03T15:02:57.128 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrading: 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-03T15:02:57.129 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-12-03T15:02:57.130 INFO:teuthology.orchestra.run.smithi177.stdout:Install 21 Packages 2023-12-03T15:02:57.131 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrade 2 Packages 2023-12-03T15:02:57.131 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:02:57.131 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 62 M 2023-12-03T15:02:57.131 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-03T15:03:04.343 INFO:teuthology.orchestra.run.smithi174.stdout:(1/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x86 672 kB/s | 5.4 MB 00:08 2023-12-03T15:03:04.443 INFO:teuthology.orchestra.run.smithi174.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 245 kB/s | 24 kB 00:00 2023-12-03T15:03:04.676 INFO:teuthology.orchestra.run.smithi174.stdout:(3/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 3.5 MB/s | 838 kB 00:00 2023-12-03T15:03:04.943 INFO:teuthology.orchestra.run.smithi174.stdout:(4/23): libradosstriper1-18.0.0-7673.gb5f2d389. 1.9 MB/s | 517 kB 00:00 2023-12-03T15:03:06.451 INFO:teuthology.orchestra.run.smithi177.stdout:(1/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x86 612 kB/s | 5.4 MB 00:08 2023-12-03T15:03:06.527 INFO:teuthology.orchestra.run.smithi174.stdout:(5/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8. 1.3 MB/s | 14 MB 00:10 2023-12-03T15:03:06.535 INFO:teuthology.orchestra.run.smithi177.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 292 kB/s | 24 kB 00:00 2023-12-03T15:03:06.644 INFO:teuthology.orchestra.run.smithi174.stdout:(6/23): python3-ceph-argparse-18.0.0-7673.gb5f2 384 kB/s | 45 kB 00:00 2023-12-03T15:03:06.760 INFO:teuthology.orchestra.run.smithi174.stdout:(7/23): python3-ceph-common-18.0.0-7673.gb5f2d3 1.1 MB/s | 130 kB 00:00 2023-12-03T15:03:06.878 INFO:teuthology.orchestra.run.smithi174.stdout:(8/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 1.6 MB/s | 197 kB 00:00 2023-12-03T15:03:06.952 INFO:teuthology.orchestra.run.smithi177.stdout:(3/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 2.0 MB/s | 838 kB 00:00 2023-12-03T15:03:07.033 INFO:teuthology.orchestra.run.smithi174.stdout:(9/23): python3-rados-18.0.0-7673.gb5f2d389.el8 2.3 MB/s | 371 kB 00:00 2023-12-03T15:03:07.203 INFO:teuthology.orchestra.run.smithi174.stdout:(10/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 2.1 MB/s | 365 kB 00:00 2023-12-03T15:03:07.235 INFO:teuthology.orchestra.run.smithi177.stdout:(4/23): libradosstriper1-18.0.0-7673.gb5f2d389. 1.8 MB/s | 517 kB 00:00 2023-12-03T15:03:07.320 INFO:teuthology.orchestra.run.smithi174.stdout:(11/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 914 kB/s | 107 kB 00:00 2023-12-03T15:03:07.503 INFO:teuthology.orchestra.run.smithi174.stdout:(12/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_ 2.7 MB/s | 6.9 MB 00:02 2023-12-03T15:03:07.721 INFO:teuthology.orchestra.run.smithi174.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 272 kB/s | 59 kB 00:00 2023-12-03T15:03:07.746 INFO:teuthology.orchestra.run.smithi174.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 720 kB/s | 306 kB 00:00 2023-12-03T15:03:07.813 INFO:teuthology.orchestra.run.smithi174.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 817 kB/s | 75 kB 00:00 2023-12-03T15:03:08.038 INFO:teuthology.orchestra.run.smithi174.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 208 kB/s | 47 kB 00:00 2023-12-03T15:03:08.163 INFO:teuthology.orchestra.run.smithi174.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.0 MB/s | 259 kB 00:00 2023-12-03T15:03:08.314 INFO:teuthology.orchestra.run.smithi174.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 293 kB/s | 44 kB 00:00 2023-12-03T15:03:08.497 INFO:teuthology.orchestra.run.smithi174.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.9 MB/s | 354 kB 00:00 2023-12-03T15:03:08.923 INFO:teuthology.orchestra.run.smithi174.stdout:(20/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 8.9 MB/s | 3.8 MB 00:00 2023-12-03T15:03:08.948 INFO:teuthology.orchestra.run.smithi177.stdout:(5/23): ceph-common-18.0.0-7673.gb5f2d389.el8.x 2.0 MB/s | 23 MB 00:11 2023-12-03T15:03:09.019 INFO:teuthology.orchestra.run.smithi177.stdout:(6/23): python3-ceph-argparse-18.0.0-7673.gb5f2 631 kB/s | 45 kB 00:00 2023-12-03T15:03:09.086 INFO:teuthology.orchestra.run.smithi177.stdout:(7/23): python3-ceph-common-18.0.0-7673.gb5f2d3 1.9 MB/s | 130 kB 00:00 2023-12-03T15:03:09.136 INFO:teuthology.orchestra.run.smithi177.stdout:(8/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 3.9 MB/s | 197 kB 00:00 2023-12-03T15:03:09.220 INFO:teuthology.orchestra.run.smithi177.stdout:(9/23): python3-rados-18.0.0-7673.gb5f2d389.el8 4.3 MB/s | 371 kB 00:00 2023-12-03T15:03:09.303 INFO:teuthology.orchestra.run.smithi177.stdout:(10/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 4.3 MB/s | 365 kB 00:00 2023-12-03T15:03:09.353 INFO:teuthology.orchestra.run.smithi177.stdout:(11/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 2.1 MB/s | 107 kB 00:00 2023-12-03T15:03:09.431 INFO:teuthology.orchestra.run.smithi174.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 1.0 MB/s | 1.7 MB 00:01 2023-12-03T15:03:09.482 INFO:teuthology.orchestra.run.smithi174.stdout:(22/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 6.6 MB/s | 3.7 MB 00:00 2023-12-03T15:03:09.487 INFO:teuthology.orchestra.run.smithi177.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 2.2 MB/s | 306 kB 00:00 2023-12-03T15:03:09.551 INFO:teuthology.orchestra.run.smithi177.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 931 kB/s | 59 kB 00:00 2023-12-03T15:03:09.596 INFO:teuthology.orchestra.run.smithi177.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.6 MB/s | 75 kB 00:00 2023-12-03T15:03:09.672 INFO:teuthology.orchestra.run.smithi177.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 23 MB/s | 1.7 MB 00:00 2023-12-03T15:03:09.830 INFO:teuthology.orchestra.run.smithi177.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.6 MB/s | 259 kB 00:00 2023-12-03T15:03:09.972 INFO:teuthology.orchestra.run.smithi177.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 310 kB/s | 44 kB 00:00 2023-12-03T15:03:10.047 INFO:teuthology.orchestra.run.smithi177.stdout:(18/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_ 2.5 MB/s | 6.9 MB 00:02 2023-12-03T15:03:10.098 INFO:teuthology.orchestra.run.smithi177.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.8 MB/s | 354 kB 00:00 2023-12-03T15:03:10.164 INFO:teuthology.orchestra.run.smithi177.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 400 kB/s | 47 kB 00:00 2023-12-03T15:03:10.598 INFO:teuthology.orchestra.run.smithi177.stdout:(21/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 8.6 MB/s | 3.7 MB 00:00 2023-12-03T15:03:10.798 INFO:teuthology.orchestra.run.smithi177.stdout:(22/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8 1.0 MB/s | 14 MB 00:13 2023-12-03T15:03:10.983 INFO:teuthology.orchestra.run.smithi174.stdout:(23/23): ceph-common-18.0.0-7673.gb5f2d389.el8. 1.5 MB/s | 23 MB 00:14 2023-12-03T15:03:10.987 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:03:10.987 INFO:teuthology.orchestra.run.smithi174.stdout:Total 4.1 MB/s | 62 MB 00:14 2023-12-03T15:03:11.035 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2023-12-03T15:03:11.079 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2023-12-03T15:03:11.079 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2023-12-03T15:03:11.420 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2023-12-03T15:03:11.424 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2023-12-03T15:03:11.815 INFO:teuthology.orchestra.run.smithi177.stdout:(23/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 2.2 MB/s | 3.8 MB 00:01 2023-12-03T15:03:11.817 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:03:11.817 INFO:teuthology.orchestra.run.smithi177.stdout:Total 4.2 MB/s | 62 MB 00:14 2023-12-03T15:03:11.865 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-03T15:03:11.910 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-03T15:03:11.911 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-03T15:03:12.249 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-03T15:03:12.253 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-03T15:03:12.613 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2023-12-03T15:03:12.831 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-03T15:03:13.056 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-03T15:03:13.436 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-03T15:03:13.477 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-03T15:03:13.648 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-03T15:03:13.673 INFO:teuthology.orchestra.run.smithi174.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:03:13.772 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:03:13.871 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-03T15:03:14.029 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-03T15:03:14.283 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-03T15:03:14.334 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-03T15:03:14.773 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-03T15:03:14.788 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:03:14.874 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:03:15.086 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-03T15:03:15.172 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-03T15:03:15.333 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-03T15:03:15.431 INFO:teuthology.orchestra.run.smithi174.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:03:15.506 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:03:15.513 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-03T15:03:15.723 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-03T15:03:15.789 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-03T15:03:15.921 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-03T15:03:16.129 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:03:16.196 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:03:16.419 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-03T15:03:16.580 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-03T15:03:16.654 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-03T15:03:16.756 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:03:16.826 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:03:16.953 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-03T15:03:17.192 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-03T15:03:17.335 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-03T15:03:17.417 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-03T15:03:17.512 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:03:17.584 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:03:17.668 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-03T15:03:17.718 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-03T15:03:17.822 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-03T15:03:17.882 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-03T15:03:17.905 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-03T15:03:18.107 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-03T15:03:18.148 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-03T15:03:18.306 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-03T15:03:18.350 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-03T15:03:18.512 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-03T15:03:18.572 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-03T15:03:18.581 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-03T15:03:18.748 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-03T15:03:18.755 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-03T15:03:18.956 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-03T15:03:19.184 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-03T15:03:19.338 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-03T15:03:22.527 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:03:22.714 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:03:23.104 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:03:23.295 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:03:23.304 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:03:23.597 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-03T15:03:23.681 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-03T15:03:23.863 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:03:23.881 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:03:24.126 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-03T15:03:24.202 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-03T15:03:24.386 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:03:42.569 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:03:42.569 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /sys 2023-12-03T15:03:42.569 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /proc 2023-12-03T15:03:42.569 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /dev 2023-12-03T15:03:42.569 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /run 2023-12-03T15:03:42.569 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /mnt 2023-12-03T15:03:42.569 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /var/tmp 2023-12-03T15:03:42.569 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /home 2023-12-03T15:03:42.569 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /tmp 2023-12-03T15:03:42.569 INFO:teuthology.orchestra.run.smithi174.stdout:skipping the directory /dev 2023-12-03T15:03:42.570 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:03:43.128 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:03:43.128 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /sys 2023-12-03T15:03:43.128 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /proc 2023-12-03T15:03:43.128 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /dev 2023-12-03T15:03:43.128 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /run 2023-12-03T15:03:43.128 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /mnt 2023-12-03T15:03:43.128 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /var/tmp 2023-12-03T15:03:43.128 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /home 2023-12-03T15:03:43.129 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /tmp 2023-12-03T15:03:43.129 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /dev 2023-12-03T15:03:43.129 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:03:43.994 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-03T15:03:44.014 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-03T15:03:44.015 INFO:teuthology.orchestra.run.smithi174.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-03T15:03:44.212 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-03T15:03:44.212 INFO:teuthology.orchestra.run.smithi174.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:03:44.522 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-03T15:03:44.543 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-03T15:03:44.543 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-03T15:03:44.743 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-03T15:03:44.743 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:03:44.829 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:03:44.830 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-03T15:03:44.831 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-03T15:03:45.350 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-03T15:03:45.351 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-03T15:03:45.352 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-03T15:03:45.352 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-03T15:03:45.352 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-03T15:03:45.352 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-03T15:03:45.352 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-03T15:03:45.352 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-03T15:03:45.352 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-03T15:03:45.352 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:03:45.352 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-03T15:03:45.352 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-03T15:03:46.146 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:03:46.146 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:02 ago on Sun 03 Dec 2023 03:02:44 PM UTC. 2023-12-03T15:03:46.705 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:03:46.706 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:01 ago on Sun 03 Dec 2023 03:02:45 PM UTC. 2023-12-03T15:03:55.535 INFO:teuthology.orchestra.run.smithi174.stdout:Installed products updated. 2023-12-03T15:03:55.722 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout:Upgraded: 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-03T15:03:55.723 INFO:teuthology.orchestra.run.smithi174.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-03T15:03:55.724 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:03:55.725 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2023-12-03T15:03:55.904 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph-test 2023-12-03T15:03:56.214 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-12-03T15:03:56.250 INFO:teuthology.orchestra.run.smithi174.stdout:Updating Subscription Management repositories. 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout:Upgraded: 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-03T15:03:56.404 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.405 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:03:56.406 INFO:teuthology.orchestra.run.smithi177.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-03T15:03:56.406 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:03:56.406 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-03T15:03:56.582 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-test 2023-12-03T15:03:56.930 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-03T15:03:57.834 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:13 ago on Sun 03 Dec 2023 03:02:44 PM UTC. 2023-12-03T15:03:58.563 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:13 ago on Sun 03 Dec 2023 03:02:45 PM UTC. 2023-12-03T15:03:59.311 INFO:teuthology.orchestra.run.smithi174.stdout:Dependencies resolved. 2023-12-03T15:03:59.312 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================================ 2023-12-03T15:03:59.312 INFO:teuthology.orchestra.run.smithi174.stdout: Package Arch Version Repository Size 2023-12-03T15:03:59.312 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================================ 2023-12-03T15:03:59.312 INFO:teuthology.orchestra.run.smithi174.stdout:Installing: 2023-12-03T15:03:59.312 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-03T15:03:59.312 INFO:teuthology.orchestra.run.smithi174.stdout:Installing dependencies: 2023-12-03T15:03:59.312 INFO:teuthology.orchestra.run.smithi174.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-03T15:03:59.312 INFO:teuthology.orchestra.run.smithi174.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-03T15:03:59.312 INFO:teuthology.orchestra.run.smithi174.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-03T15:03:59.312 INFO:teuthology.orchestra.run.smithi174.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-03T15:03:59.313 INFO:teuthology.orchestra.run.smithi174.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-03T15:03:59.313 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:03:59.313 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction Summary 2023-12-03T15:03:59.313 INFO:teuthology.orchestra.run.smithi174.stdout:============================================================================================ 2023-12-03T15:03:59.313 INFO:teuthology.orchestra.run.smithi174.stdout:Install 6 Packages 2023-12-03T15:03:59.313 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:03:59.313 INFO:teuthology.orchestra.run.smithi174.stdout:Total download size: 50 M 2023-12-03T15:03:59.314 INFO:teuthology.orchestra.run.smithi174.stdout:Installed size: 223 M 2023-12-03T15:03:59.314 INFO:teuthology.orchestra.run.smithi174.stdout:Downloading Packages: 2023-12-03T15:03:59.353 INFO:teuthology.orchestra.run.smithi174.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-03T15:03:59.519 INFO:teuthology.orchestra.run.smithi174.stdout:(2/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 891 kB/s | 183 kB 00:00 2023-12-03T15:03:59.570 INFO:teuthology.orchestra.run.smithi174.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-03T15:03:59.703 INFO:teuthology.orchestra.run.smithi174.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2023-12-03T15:03:59.728 INFO:teuthology.orchestra.run.smithi174.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-03T15:03:59.958 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-03T15:03:59.959 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-12-03T15:03:59.960 INFO:teuthology.orchestra.run.smithi177.stdout:Install 6 Packages 2023-12-03T15:03:59.960 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-03T15:03:59.960 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 50 M 2023-12-03T15:03:59.960 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 223 M 2023-12-03T15:03:59.960 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-03T15:03:59.991 INFO:teuthology.orchestra.run.smithi177.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.3 MB/s | 70 kB 00:00 2023-12-03T15:04:00.217 INFO:teuthology.orchestra.run.smithi177.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.4 MB/s | 323 kB 00:00 2023-12-03T15:04:00.325 INFO:teuthology.orchestra.run.smithi177.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.7 MB/s | 187 kB 00:00 2023-12-03T15:04:00.485 INFO:teuthology.orchestra.run.smithi177.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-03T15:04:00.651 INFO:teuthology.orchestra.run.smithi177.stdout:(5/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 265 kB/s | 183 kB 00:00 2023-12-03T15:04:03.229 INFO:teuthology.orchestra.run.smithi174.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 13 MB/s | 49 MB 00:03 2023-12-03T15:04:03.231 INFO:teuthology.orchestra.run.smithi174.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:04:03.232 INFO:teuthology.orchestra.run.smithi174.stdout:Total 13 MB/s | 50 MB 00:03 2023-12-03T15:04:03.269 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction check 2023-12-03T15:04:03.291 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction check succeeded. 2023-12-03T15:04:03.291 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction test 2023-12-03T15:04:03.556 INFO:teuthology.orchestra.run.smithi174.stdout:Transaction test succeeded. 2023-12-03T15:04:03.559 INFO:teuthology.orchestra.run.smithi174.stdout:Running transaction 2023-12-03T15:04:04.029 INFO:teuthology.orchestra.run.smithi174.stdout: Preparing : 1/1 2023-12-03T15:04:04.190 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-03T15:04:04.268 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-03T15:04:04.449 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-03T15:04:04.607 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-03T15:04:04.764 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-03T15:04:04.907 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-03T15:04:09.647 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-03T15:04:09.862 INFO:teuthology.orchestra.run.smithi174.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-03T15:04:10.074 INFO:teuthology.orchestra.run.smithi174.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-03T15:04:10.074 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-03T15:04:10.074 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-03T15:04:10.074 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-03T15:04:10.074 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-03T15:04:10.074 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-03T15:04:11.191 INFO:teuthology.orchestra.run.smithi174.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-03T15:04:11.191 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:27 ago on Sun 03 Dec 2023 03:02:44 PM UTC. 2023-12-03T15:04:18.865 INFO:teuthology.orchestra.run.smithi177.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 2.6 MB/s | 49 MB 00:18 2023-12-03T15:04:18.867 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:04:18.867 INFO:teuthology.orchestra.run.smithi177.stdout:Total 2.7 MB/s | 50 MB 00:18 2023-12-03T15:04:18.904 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-03T15:04:18.925 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-03T15:04:18.925 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-03T15:04:19.190 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-03T15:04:19.194 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-03T15:04:19.635 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-03T15:04:19.776 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-03T15:04:19.857 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-03T15:04:20.059 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-03T15:04:20.243 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-03T15:04:20.391 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-03T15:04:20.438 INFO:teuthology.orchestra.run.smithi174.stdout:Installed products updated. 2023-12-03T15:04:20.526 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-03T15:04:20.623 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:04:20.623 INFO:teuthology.orchestra.run.smithi174.stdout:Installed: 2023-12-03T15:04:20.623 INFO:teuthology.orchestra.run.smithi174.stdout: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:04:20.623 INFO:teuthology.orchestra.run.smithi174.stdout: jq-1.6-3.el8.x86_64 2023-12-03T15:04:20.623 INFO:teuthology.orchestra.run.smithi174.stdout: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:04:20.623 INFO:teuthology.orchestra.run.smithi174.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-03T15:04:20.623 INFO:teuthology.orchestra.run.smithi174.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-03T15:04:20.623 INFO:teuthology.orchestra.run.smithi174.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-03T15:04:20.623 INFO:teuthology.orchestra.run.smithi174.stdout: 2023-12-03T15:04:20.623 INFO:teuthology.orchestra.run.smithi174.stdout:Complete! 2023-12-03T15:04:20.762 DEBUG:teuthology.orchestra.run.smithi174:> sudo yum -y install ceph 2023-12-03T15:04:21.097 INFO:teuthology.orchestra.run.smithi174.stdout:Updating Subscription Management repositories. 2023-12-03T15:04:22.639 INFO:teuthology.orchestra.run.smithi174.stdout:Last metadata expiration check: 0:01:38 ago on Sun 03 Dec 2023 03:02:44 PM UTC. 2023-12-03T15:04:24.019 INFO:teuthology.orchestra.run.smithi174.stderr:Error: 2023-12-03T15:04:24.019 INFO:teuthology.orchestra.run.smithi174.stderr: Problem: conflicting requests 2023-12-03T15:04:24.019 INFO:teuthology.orchestra.run.smithi174.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:04:24.019 INFO:teuthology.orchestra.run.smithi174.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-03T15:04:24.099 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:04:24.100 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 smithi174 with status 1: 'sudo yum -y install ceph' 2023-12-03T15:04:24.102 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 smithi174 with status 1: 'sudo yum -y install ceph' 2023-12-03T15:04:24.178 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=55c43b86afc74f8f961e0788fa44958d 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 smithi174 with status 1: 'sudo yum -y install ceph' 2023-12-03T15:04:24.181 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-03T15:04:24.191 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-03T15:04:24.209 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-03T15:04:24.209 DEBUG:teuthology.orchestra.run.smithi174:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-03T15:04:24.222 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-03T15:04:24.229 INFO:teuthology.orchestra.run.smithi174.stderr:bash: ntpq: command not found 2023-12-03T15:04:24.233 INFO:teuthology.orchestra.run.smithi174.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:04:24.234 INFO:teuthology.orchestra.run.smithi174.stdout:=============================================================================== 2023-12-03T15:04:24.234 INFO:teuthology.orchestra.run.smithi174.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 20 +716us[ +716us] +/- 85ms 2023-12-03T15:04:24.234 INFO:teuthology.orchestra.run.smithi174.stdout:^* hv02.front.sepia.ceph.com 3 6 77 22 -1308us[-1251us] +/- 64ms 2023-12-03T15:04:24.234 INFO:teuthology.orchestra.run.smithi174.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 22 +865us[ +865us] +/- 74ms 2023-12-03T15:04:24.234 INFO:teuthology.orchestra.run.smithi174.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:04:24.237 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2023-12-03T15:04:24.241 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:04:24.241 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2023-12-03T15:04:24.241 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 21 +729us[ +729us] +/- 85ms 2023-12-03T15:04:24.241 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv02.front.sepia.ceph.com 3 6 77 22 -1300us[-1301us] +/- 64ms 2023-12-03T15:04:24.242 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 22 +876us[ +875us] +/- 74ms 2023-12-03T15:04:24.242 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:04:24.243 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-03T15:04:24.252 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-03T15:04:24.253 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-03T15:04:24.278 DEBUG:teuthology.orchestra.run.smithi174:> 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-03T15:04:24.375 DEBUG:teuthology.orchestra.run.smithi177:> 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-03T15:04:24.471 DEBUG:teuthology.orchestra.run.smithi174:> 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-03T15:04:24.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:04:24.503 DEBUG:teuthology.orchestra.run.smithi177:> 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-03T15:04:24.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:04:24.533 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-03T15:04:24.543 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-03T15:04:24.578 INFO:teuthology.task.internal:Duration was 707.437833 seconds 2023-12-03T15:04:24.578 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-03T15:04:24.587 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-03T15:04:24.587 DEBUG:teuthology.orchestra.run.smithi174:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-03T15:04:24.590 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-03T15:04:24.633 INFO:teuthology.orchestra.run.smithi174.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T15:04:24.635 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T15:04:24.881 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-03T15:04:24.881 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi174.front.sepia.ceph.com 2023-12-03T15:04:24.881 DEBUG:teuthology.orchestra.run.smithi174:> 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-03T15:04:24.942 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2023-12-03T15:04:24.945 DEBUG:teuthology.orchestra.run.smithi177:> 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-03T15:04:24.966 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-03T15:04:24.966 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-03T15:04:24.984 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-03T15:04:25.044 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-03T15:04:25.044 DEBUG:teuthology.orchestra.run.smithi174:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-03T15:04:25.063 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-03T15:04:25.153 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-03T15:04:25.163 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-03T15:04:25.163 DEBUG:teuthology.orchestra.run.smithi174:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-03T15:04:25.200 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-03T15:04:25.240 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-03T15:04:25.249 DEBUG:teuthology.orchestra.run.smithi174:> 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-03T15:04:25.252 DEBUG:teuthology.orchestra.run.smithi177:> 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-03T15:04:25.275 INFO:teuthology.orchestra.run.smithi174.stdout:kernel.core_pattern = core 2023-12-03T15:04:25.306 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2023-12-03T15:04:25.322 DEBUG:teuthology.orchestra.run.smithi174:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-03T15:04:25.365 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-03T15:04:25.377 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:04:25.377 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-03T15:04:25.394 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:04:25.394 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-03T15:04:25.404 INFO:teuthology.task.internal:Transferring archived files... 2023-12-03T15:04:25.406 DEBUG:teuthology.misc:Transferring archived files from smithi174:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476433/remote/smithi174 2023-12-03T15:04:25.407 DEBUG:teuthology.orchestra.run.smithi174:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-03T15:04:25.471 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476433/remote/smithi177 2023-12-03T15:04:25.472 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-03T15:04:25.556 INFO:teuthology.task.internal:Removing archive directory... 2023-12-03T15:04:25.556 DEBUG:teuthology.orchestra.run.smithi174:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-03T15:04:25.559 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-03T15:04:25.575 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-03T15:04:25.587 INFO:teuthology.task.internal:Not uploading archives. 2023-12-03T15:04:25.587 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-03T15:04:25.600 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-03T15:04:25.600 DEBUG:teuthology.orchestra.run.smithi174:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-03T15:04:25.601 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-03T15:04:25.615 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-03T15:04:25.630 INFO:teuthology.orchestra.run.smithi174.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 3 15:04 /home/ubuntu/cephtest 2023-12-03T15:04:25.632 INFO:teuthology.orchestra.run.smithi177.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 3 15:04 /home/ubuntu/cephtest 2023-12-03T15:04:25.633 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-03T15:04:25.656 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-03T15:04:25.769 INFO:teuthology.nuke:Checking targets against current locks 2023-12-03T15:04:25.797 DEBUG:teuthology.nuke:shortname: smithi174 2023-12-03T15:04:25.798 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-03T15:04:25.815 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-03T15:04:25.815 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-03T15:04:25.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-03T15:04:25.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-03T15:04:25.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-03T15:04:25.816 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-03T15:04:25.822 DEBUG:teuthology.nuke:shortname: smithi177 2023-12-03T15:04:25.823 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-03T15:04:25.828 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi174.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476433', '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-03 14:47:13.197617', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-03T15:04:25.850 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476433', '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-03 14:47:13.199623', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-03T15:04:25.876 INFO:teuthology.orchestra.console.smithi174:Power off 2023-12-03T15:04:25.876 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-03T15:04:25.899 DEBUG:teuthology.orchestra.console.smithi174:power off output: Chassis Power Control: Down/Off 2023-12-03T15:04:25.900 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:04:25.915 INFO:teuthology.orchestra.console.smithi177:Power off 2023-12-03T15:04:25.915 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-03T15:04:25.924 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2023-12-03T15:04:25.938 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2023-12-03T15:04:25.938 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:04:25.964 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-03T15:04:26.880 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-03T15:04:26.880 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:41 ago on Sun 03 Dec 2023 03:02:45 PM UTC. 2023-12-03T15:04:29.126 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:04:29.926 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:04:29.965 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:04:30.036 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is on 2023-12-03T15:04:30.075 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-03T15:04:34.038 DEBUG:teuthology.orchestra.console.smithi174:pexpect command: ipmitool -H smithi174.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:04:34.076 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:04:34.148 DEBUG:teuthology.orchestra.console.smithi174:check power output: Chassis Power is off 2023-12-03T15:04:34.185 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2023-12-03T15:04:34.249 INFO:teuthology.orchestra.console.smithi174:Power off completed 2023-12-03T15:04:34.286 INFO:teuthology.orchestra.console.smithi177:Power off completed 2023-12-03T15:04:34.390 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: 707.4378325939178 failure_reason: 'Command failed on smithi174 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=55c43b86afc74f8f961e0788fa44958d status: fail success: false 2023-12-03T15:04:34.391 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-03T15:04:34.467 INFO:teuthology.run:FAIL