2023-12-01T17:23:21.937 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T17:23:21.937 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} --name yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473903 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473903/orig.config.yaml 2023-12-01T17:23:21.982 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T17:23:22.071 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473903 branch: wip-neorados-learning-from-experience description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} email: yweinste@redhat.com first_in_suite: false job_id: '7473903' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-neorados-learning-from-experience ceph: conf: global: mon election default strategy: 3 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: d710c09d2ffe0f0858468330fd3d69f1f4506222 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-neorados-learning-from-experience sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 seed: 5183 sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-neorados-learning-from-experience suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d710c09d2ffe0f0858468330fd3d69f1f4506222/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 targets: smithi063.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi169.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-01_15:09:25 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T17:23:22.072 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_d710c09d2ffe0f0858468330fd3d69f1f4506222/qa; will attempt to use it 2023-12-01T17:23:22.072 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_d710c09d2ffe0f0858468330fd3d69f1f4506222/qa/tasks 2023-12-01T17:23:22.072 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T17:23:22.074 INFO:teuthology.task.internal:Checking packages... 2023-12-01T17:23:22.107 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'd710c09d2ffe0f0858468330fd3d69f1f4506222' 2023-12-01T17:23:22.108 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T17:23:22.108 INFO:teuthology.packaging:ref: None 2023-12-01T17:23:22.108 INFO:teuthology.packaging:tag: None 2023-12-01T17:23:22.108 INFO:teuthology.packaging:branch: wip-neorados-learning-from-experience 2023-12-01T17:23:22.108 INFO:teuthology.packaging:sha1: d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T17:23:22.109 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-neorados-learning-from-experience 2023-12-01T17:23:22.253 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7570.gd710c09d 2023-12-01T17:23:22.254 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T17:23:22.261 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T17:23:22.261 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T17:23:22.273 INFO:teuthology.task.internal:Saving configuration 2023-12-01T17:23:22.289 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T17:23:22.295 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:23:22.320 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473903', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 17:18:05.262568', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T17:23:22.345 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473903', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 17:18:05.264299', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T17:23:22.345 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T17:23:22.351 INFO:teuthology.task.internal:roles: ubuntu@smithi063.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-01T17:23:22.351 INFO:teuthology.task.internal:roles: ubuntu@smithi169.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-01T17:23:22.351 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T17:23:22.429 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f238f351ee0>, signals=[15]) 2023-12-01T17:23:22.430 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T17:23:22.436 INFO:teuthology.task.internal:Opening connections... 2023-12-01T17:23:22.436 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi063.front.sepia.ceph.com 2023-12-01T17:23:22.438 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:23:22.505 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi169.front.sepia.ceph.com 2023-12-01T17:23:22.506 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:23:22.574 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T17:23:22.581 DEBUG:teuthology.orchestra.run.smithi063:> uname -m 2023-12-01T17:23:22.603 INFO:teuthology.orchestra.run.smithi063.stdout:x86_64 2023-12-01T17:23:22.603 DEBUG:teuthology.orchestra.run.smithi063:> cat /etc/os-release 2023-12-01T17:23:22.663 INFO:teuthology.orchestra.run.smithi063.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T17:23:22.663 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T17:23:22.663 INFO:teuthology.orchestra.run.smithi063.stdout:ID="rhel" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:ID_LIKE="fedora" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:VERSION_ID="8.6" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:PLATFORM_ID="platform:el8" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:ANSI_COLOR="0;31" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T17:23:22.664 INFO:teuthology.orchestra.run.smithi063.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T17:23:22.665 INFO:teuthology.lock.ops:Updating smithi063.front.sepia.ceph.com on lock server 2023-12-01T17:23:22.686 DEBUG:teuthology.orchestra.run.smithi169:> uname -m 2023-12-01T17:23:22.708 INFO:teuthology.orchestra.run.smithi169.stdout:x86_64 2023-12-01T17:23:22.708 DEBUG:teuthology.orchestra.run.smithi169:> cat /etc/os-release 2023-12-01T17:23:22.767 INFO:teuthology.orchestra.run.smithi169.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:ID="rhel" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:ID_LIKE="fedora" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:VERSION_ID="8.6" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:PLATFORM_ID="platform:el8" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:ANSI_COLOR="0;31" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:23:22.768 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T17:23:22.769 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T17:23:22.769 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T17:23:22.769 INFO:teuthology.orchestra.run.smithi169.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T17:23:22.769 INFO:teuthology.lock.ops:Updating smithi169.front.sepia.ceph.com on lock server 2023-12-01T17:23:22.786 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T17:23:22.795 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T17:23:22.801 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T17:23:22.801 DEBUG:teuthology.orchestra.run.smithi063:> test '!' -e /home/ubuntu/cephtest 2023-12-01T17:23:22.805 DEBUG:teuthology.orchestra.run.smithi169:> test '!' -e /home/ubuntu/cephtest 2023-12-01T17:23:22.825 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T17:23:22.831 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T17:23:22.831 DEBUG:teuthology.orchestra.run.smithi063:> test -z $(ls -A /var/lib/ceph) 2023-12-01T17:23:22.865 DEBUG:teuthology.orchestra.run.smithi169:> test -z $(ls -A /var/lib/ceph) 2023-12-01T17:23:22.902 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T17:23:22.962 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T17:23:22.977 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T17:23:22.977 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-01T17:23:22.978 DEBUG:teuthology.orchestra.run.smithi063:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T17:23:22.978 DEBUG:teuthology.orchestra.run.smithi169:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T17:23:22.996 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:23:22.996 DEBUG:teuthology.orchestra.run.smithi169:> uname -r 2023-12-01T17:23:22.997 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:23:22.998 DEBUG:teuthology.orchestra.run.smithi063:> uname -r 2023-12-01T17:23:23.055 INFO:teuthology.orchestra.run.smithi169.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T17:23:23.055 INFO:teuthology.task.kernel:Running kernel on smithi169: 4.18.0-372.9.1.el8.x86_64 2023-12-01T17:23:23.055 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum install -y kernel 2023-12-01T17:23:23.058 INFO:teuthology.orchestra.run.smithi063.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T17:23:23.058 INFO:teuthology.task.kernel:Running kernel on smithi063: 4.18.0-372.9.1.el8.x86_64 2023-12-01T17:23:23.058 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum install -y kernel 2023-12-01T17:23:24.238 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-01T17:23:24.239 INFO:teuthology.orchestra.run.smithi169.stdout:Unable to read consumer identity 2023-12-01T17:23:24.256 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-01T17:23:24.257 INFO:teuthology.orchestra.run.smithi063.stdout:Unable to read consumer identity 2023-12-01T17:23:25.656 INFO:teuthology.orchestra.run.smithi063.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-01T17:23:25.683 INFO:teuthology.orchestra.run.smithi169.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-01T17:23:26.591 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-01T17:23:26.725 INFO:teuthology.orchestra.run.smithi169.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-12-01T17:23:30.242 INFO:teuthology.orchestra.run.smithi169.stdout:lab-extras 463 kB/s | 24 kB 00:00 2023-12-01T17:23:30.416 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 410 kB/s | 24 kB 00:00 2023-12-01T17:23:30.919 INFO:teuthology.orchestra.run.smithi169.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T17:23:30.979 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2023-12-01T17:23:30.980 INFO:teuthology.orchestra.run.smithi169.stdout:Nothing to do. 2023-12-01T17:23:30.980 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2023-12-01T17:23:31.120 DEBUG:teuthology.orchestra.run.smithi169:> echo no | sudo yum reinstall kernel || true 2023-12-01T17:23:31.138 INFO:teuthology.orchestra.run.smithi063.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T17:23:31.182 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-01T17:23:31.183 INFO:teuthology.orchestra.run.smithi063.stdout:Nothing to do. 2023-12-01T17:23:31.183 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-01T17:23:31.302 DEBUG:teuthology.orchestra.run.smithi063:> echo no | sudo yum reinstall kernel || true 2023-12-01T17:23:31.451 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-01T17:23:31.452 INFO:teuthology.orchestra.run.smithi169.stdout:Unable to read consumer identity 2023-12-01T17:23:31.651 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-01T17:23:31.651 INFO:teuthology.orchestra.run.smithi063.stdout:Unable to read consumer identity 2023-12-01T17:23:31.715 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 05:23:30 PM UTC. 2023-12-01T17:23:31.757 INFO:teuthology.orchestra.run.smithi169.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T17:23:31.796 INFO:teuthology.orchestra.run.smithi169.stderr:Error: No packages marked for reinstall. 2023-12-01T17:23:31.843 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum reinstall -y kernel || true 2023-12-01T17:23:31.935 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 05:23:30 PM UTC. 2023-12-01T17:23:31.981 INFO:teuthology.orchestra.run.smithi063.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T17:23:32.018 INFO:teuthology.orchestra.run.smithi063.stderr:Error: No packages marked for reinstall. 2023-12-01T17:23:32.065 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum reinstall -y kernel || true 2023-12-01T17:23:32.172 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-01T17:23:32.172 INFO:teuthology.orchestra.run.smithi169.stdout:Unable to read consumer identity 2023-12-01T17:23:32.415 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-01T17:23:32.415 INFO:teuthology.orchestra.run.smithi063.stdout:Unable to read consumer identity 2023-12-01T17:23:32.430 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:23:30 PM UTC. 2023-12-01T17:23:32.471 INFO:teuthology.orchestra.run.smithi169.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T17:23:32.491 INFO:teuthology.orchestra.run.smithi169.stderr:Error: No packages marked for reinstall. 2023-12-01T17:23:32.541 DEBUG:teuthology.orchestra.run.smithi169:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T17:23:32.623 INFO:teuthology.orchestra.run.smithi169.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T17:23:32.624 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T17:23:32.624 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T17:23:32.624 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T17:23:32.624 DEBUG:teuthology.orchestra.run.smithi169:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T17:23:32.650 INFO:teuthology.orchestra.run.smithi169.stdout:ttyS1 2023-12-01T17:23:32.667 DEBUG:teuthology.parallel:result is None 2023-12-01T17:23:32.689 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:23:30 PM UTC. 2023-12-01T17:23:32.734 INFO:teuthology.orchestra.run.smithi063.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T17:23:32.765 INFO:teuthology.orchestra.run.smithi063.stderr:Error: No packages marked for reinstall. 2023-12-01T17:23:32.813 DEBUG:teuthology.orchestra.run.smithi063:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T17:23:32.895 INFO:teuthology.orchestra.run.smithi063.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T17:23:32.896 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T17:23:32.896 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T17:23:32.896 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T17:23:32.896 DEBUG:teuthology.orchestra.run.smithi063:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T17:23:32.934 INFO:teuthology.orchestra.run.smithi063.stdout:ttyS1 2023-12-01T17:23:32.949 DEBUG:teuthology.parallel:result is None 2023-12-01T17:23:32.950 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T17:23:32.957 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T17:23:32.958 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T17:23:32.993 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T17:23:33.010 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T17:23:33.019 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T17:23:33.028 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T17:23:33.029 DEBUG:teuthology.orchestra.run.smithi063:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T17:23:33.049 DEBUG:teuthology.orchestra.run.smithi169:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T17:23:33.071 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T17:23:33.079 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T17:23:33.079 DEBUG:teuthology.orchestra.run.smithi063:> 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-01T17:23:33.107 DEBUG:teuthology.orchestra.run.smithi169:> 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-01T17:23:33.137 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T17:23:33.146 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T17:23:33.147 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T17:23:33.157 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T17:23:33.158 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T17:23:33.165 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T17:23:33.165 DEBUG:teuthology.orchestra.run.smithi063:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T17:23:33.200 DEBUG:teuthology.orchestra.run.smithi169:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T17:23:33.228 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T17:23:33.238 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T17:23:33.238 DEBUG:teuthology.orchestra.run.smithi063:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T17:23:33.270 DEBUG:teuthology.orchestra.run.smithi169:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T17:23:33.287 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T17:23:33.362 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T17:23:33.426 DEBUG:teuthology.orchestra.run.smithi063:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T17:23:33.511 DEBUG:teuthology.orchestra.run.smithi063:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T17:23:33.553 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-01T17:23:33.553 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T17:23:33.624 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T17:23:33.667 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T17:23:33.718 DEBUG:teuthology.orchestra.run.smithi169:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T17:23:33.803 DEBUG:teuthology.orchestra.run.smithi169:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T17:23:33.844 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2023-12-01T17:23:33.844 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T17:23:33.915 DEBUG:teuthology.orchestra.run.smithi063:> sudo service rsyslog restart 2023-12-01T17:23:33.917 DEBUG:teuthology.orchestra.run.smithi169:> sudo service rsyslog restart 2023-12-01T17:23:33.998 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:23:34.009 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:23:34.410 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T17:23:34.418 INFO:teuthology.task.internal:Starting timer... 2023-12-01T17:23:34.419 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T17:23:34.465 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T17:23:34.475 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T17:23:34.475 DEBUG:teuthology.orchestra.run.smithi063:> sudo service auditd rotate 2023-12-01T17:23:34.541 INFO:teuthology.orchestra.run.smithi063.stdout:Rotating logs: 2023-12-01T17:23:34.543 DEBUG:teuthology.orchestra.run.smithi169:> sudo service auditd rotate 2023-12-01T17:23:34.610 INFO:teuthology.orchestra.run.smithi169.stdout:Rotating logs: 2023-12-01T17:23:34.612 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T17:23:34.612 DEBUG:teuthology.orchestra.run.smithi063:> /usr/sbin/getenforce 2023-12-01T17:23:34.640 INFO:teuthology.orchestra.run.smithi063.stdout:Permissive 2023-12-01T17:23:34.640 DEBUG:teuthology.orchestra.run.smithi169:> /usr/sbin/getenforce 2023-12-01T17:23:34.661 INFO:teuthology.orchestra.run.smithi169.stdout:Permissive 2023-12-01T17:23:34.661 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi063.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi169.front.sepia.ceph.com': 'permissive'} 2023-12-01T17:23:34.662 DEBUG:teuthology.orchestra.run.smithi063:> 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-01T17:23:34.709 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:23:34.709 DEBUG:teuthology.orchestra.run.smithi169:> 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-01T17:23:34.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:23:34.739 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T17:23:34.739 DEBUG:teuthology.orchestra.run.smithi063:> sudo /usr/sbin/setenforce permissive 2023-12-01T17:23:34.780 DEBUG:teuthology.orchestra.run.smithi169:> sudo /usr/sbin/setenforce permissive 2023-12-01T17:23:34.811 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T17:23:34.820 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-01T17:23:34.826 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-01T17:23:34.958 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T17:23:34.978 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-01T17:23:34.979 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi063.front.sepia.ceph.com,smithi169.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T17:33:39.980 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi063.front.sepia.ceph.com'), Remote(name='ubuntu@smithi169.front.sepia.ceph.com')] 2023-12-01T17:33:39.981 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-01T17:33:39.982 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi063.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:33:40.053 DEBUG:teuthology.orchestra.run.smithi063:> true 2023-12-01T17:33:40.119 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi063.front.sepia.ceph.com' 2023-12-01T17:33:40.120 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-01T17:33:40.120 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi169.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:33:40.190 DEBUG:teuthology.orchestra.run.smithi169:> true 2023-12-01T17:33:40.260 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi169.front.sepia.ceph.com' 2023-12-01T17:33:40.261 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T17:33:40.287 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T17:33:40.287 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T17:33:40.287 DEBUG:teuthology.orchestra.run.smithi063:> 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-01T17:33:40.289 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T17:33:40.290 DEBUG:teuthology.orchestra.run.smithi169:> 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-01T17:33:40.319 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T17:33:40.334 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T17:33:40.335 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T17:33:40.350 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T17:33:40.401 INFO:teuthology.orchestra.run.smithi063.stderr:sudo: ntpd: command not found 2023-12-01T17:33:40.413 INFO:teuthology.orchestra.run.smithi063.stdout:506 Cannot talk to daemon 2023-12-01T17:33:40.419 INFO:teuthology.orchestra.run.smithi169.stderr:sudo: ntpd: command not found 2023-12-01T17:33:40.427 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T17:33:40.431 INFO:teuthology.orchestra.run.smithi169.stdout:506 Cannot talk to daemon 2023-12-01T17:33:40.442 INFO:teuthology.orchestra.run.smithi063.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T17:33:40.446 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T17:33:40.460 INFO:teuthology.orchestra.run.smithi169.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T17:33:40.528 INFO:teuthology.orchestra.run.smithi169.stderr:bash: ntpq: command not found 2023-12-01T17:33:40.529 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2023-12-01T17:33:40.531 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:33:40.531 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2023-12-01T17:33:40.531 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:33:40.531 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:33:40.531 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:33:40.531 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:33:40.533 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:33:40.533 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2023-12-01T17:33:40.533 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:33:40.533 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:33:40.533 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:33:40.533 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:33:40.534 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T17:33:40.544 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T17:33:40.544 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi063.front.sepia.ceph.com 2023-12-01T17:33:40.544 DEBUG:teuthology.orchestra.run.smithi063:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T17:33:40.545 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi169.front.sepia.ceph.com 2023-12-01T17:33:40.545 DEBUG:teuthology.orchestra.run.smithi169:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T17:33:40.946 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-01T17:33:40.965 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-01T17:33:41.766 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:22 ago on Fri 01 Dec 2023 05:32:19 PM UTC. 2023-12-01T17:33:41.808 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:02:17 ago on Fri 01 Dec 2023 05:31:24 PM UTC. 2023-12-01T17:33:43.494 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2023-12-01T17:33:43.495 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-01T17:33:43.495 INFO:teuthology.orchestra.run.smithi169.stdout: Package Architecture Version Repository Size 2023-12-01T17:33:43.496 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-01T17:33:43.496 INFO:teuthology.orchestra.run.smithi169.stdout:Resetting modules: 2023-12-01T17:33:43.496 INFO:teuthology.orchestra.run.smithi169.stdout: container-tools 2023-12-01T17:33:43.496 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:33:43.496 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2023-12-01T17:33:43.496 INFO:teuthology.orchestra.run.smithi169.stdout:================================================================================ 2023-12-01T17:33:43.496 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:33:43.816 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-01T17:33:43.817 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-01T17:33:43.817 INFO:teuthology.orchestra.run.smithi063.stdout: Package Architecture Version Repository Size 2023-12-01T17:33:43.817 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-01T17:33:43.817 INFO:teuthology.orchestra.run.smithi063.stdout:Resetting modules: 2023-12-01T17:33:43.817 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools 2023-12-01T17:33:43.818 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:33:43.818 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-01T17:33:43.818 INFO:teuthology.orchestra.run.smithi063.stdout:================================================================================ 2023-12-01T17:33:43.818 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:33:44.462 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:25 ago on Fri 01 Dec 2023 05:32:19 PM UTC. 2023-12-01T17:33:44.862 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:02:20 ago on Fri 01 Dec 2023 05:31:24 PM UTC. 2023-12-01T17:33:46.707 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2023-12-01T17:33:47.153 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-01T17:33:47.368 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-01T17:33:47.871 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-01T17:33:47.974 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:28 ago on Fri 01 Dec 2023 05:32:19 PM UTC. 2023-12-01T17:33:48.701 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:02:24 ago on Fri 01 Dec 2023 05:31:24 PM UTC. 2023-12-01T17:33:49.839 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2023-12-01T17:33:49.932 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================================================ 2023-12-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2023-12-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================================================ 2023-12-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.stdout:Installing group/module packages: 2023-12-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.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-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.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-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.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-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.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-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2023-12-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T17:33:49.933 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout:Installing module profiles: 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout: container-tools/common 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout:Enabling module streams: 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout: container-tools rhel8 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================================================ 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout:Install 10 Packages 2023-12-01T17:33:49.934 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:33:49.935 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 18 M 2023-12-01T17:33:49.935 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 65 M 2023-12-01T17:33:49.935 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2023-12-01T17:33:50.005 INFO:teuthology.orchestra.run.smithi169.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.3 MB/s | 94 kB 00:00 2023-12-01T17:33:50.021 INFO:teuthology.orchestra.run.smithi169.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 288 kB/s | 25 kB 00:00 2023-12-01T17:33:50.039 INFO:teuthology.orchestra.run.smithi169.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 395 kB/s | 41 kB 00:00 2023-12-01T17:33:50.056 INFO:teuthology.orchestra.run.smithi169.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 976 kB/s | 49 kB 00:00 2023-12-01T17:33:50.089 INFO:teuthology.orchestra.run.smithi169.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 7.6 MB/s | 524 kB 00:00 2023-12-01T17:33:50.114 INFO:teuthology.orchestra.run.smithi169.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-01T17:33:50.140 INFO:teuthology.orchestra.run.smithi169.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-12-01T17:33:50.232 INFO:teuthology.orchestra.run.smithi169.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 24 MB/s | 2.2 MB 00:00 2023-12-01T17:33:50.399 INFO:teuthology.orchestra.run.smithi169.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 25 MB/s | 7.0 MB 00:00 2023-12-01T17:33:50.482 INFO:teuthology.orchestra.run.smithi169.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-12-01T17:33:50.483 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:33:50.483 INFO:teuthology.orchestra.run.smithi169.stdout:Total 33 MB/s | 18 MB 00:00 2023-12-01T17:33:50.685 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-01T17:33:50.686 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2023-12-01T17:33:50.705 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2023-12-01T17:33:50.705 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2023-12-01T17:33:50.786 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================================ 2023-12-01T17:33:50.786 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================================ 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout:Installing group/module packages: 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.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-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.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-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.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-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.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-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout:Installing module profiles: 2023-12-01T17:33:50.787 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools/common 2023-12-01T17:33:50.788 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:33:50.788 INFO:teuthology.orchestra.run.smithi063.stdout:Enabling module streams: 2023-12-01T17:33:50.788 INFO:teuthology.orchestra.run.smithi063.stdout: container-tools rhel8 2023-12-01T17:33:50.788 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:33:50.788 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-01T17:33:50.788 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================================ 2023-12-01T17:33:50.788 INFO:teuthology.orchestra.run.smithi063.stdout:Install 10 Packages 2023-12-01T17:33:50.788 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:33:50.788 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 18 M 2023-12-01T17:33:50.789 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 65 M 2023-12-01T17:33:50.789 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-01T17:33:50.858 INFO:teuthology.orchestra.run.smithi063.stdout:(1/10): python3-pytoml-0.1.14-5.git7dea353.el8. 363 kB/s | 25 kB 00:00 2023-12-01T17:33:50.883 INFO:teuthology.orchestra.run.smithi063.stdout:(2/10): yajl-2.1.0-10.el8.x86_64.rpm 435 kB/s | 41 kB 00:00 2023-12-01T17:33:50.887 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2023-12-01T17:33:50.891 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2023-12-01T17:33:50.908 INFO:teuthology.orchestra.run.smithi063.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 788 kB/s | 94 kB 00:00 2023-12-01T17:33:50.934 INFO:teuthology.orchestra.run.smithi063.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 654 kB/s | 49 kB 00:00 2023-12-01T17:33:50.967 INFO:teuthology.orchestra.run.smithi063.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-01T17:33:50.992 INFO:teuthology.orchestra.run.smithi063.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-01T17:33:51.018 INFO:teuthology.orchestra.run.smithi063.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-12-01T17:33:51.118 INFO:teuthology.orchestra.run.smithi063.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-12-01T17:33:51.243 INFO:teuthology.orchestra.run.smithi063.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 28 MB/s | 7.0 MB 00:00 2023-12-01T17:33:51.327 INFO:teuthology.orchestra.run.smithi063.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-12-01T17:33:51.327 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:33:51.327 INFO:teuthology.orchestra.run.smithi063.stdout:Total 34 MB/s | 18 MB 00:00 2023-12-01T17:33:51.418 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2023-12-01T17:33:51.534 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-01T17:33:51.555 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-01T17:33:51.555 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-01T17:33:51.609 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T17:33:51.748 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-01T17:33:51.752 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-01T17:33:51.764 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T17:33:51.958 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T17:33:52.194 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T17:33:52.304 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-01T17:33:52.559 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T17:33:52.634 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-01T17:33:52.803 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T17:33:53.043 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-01T17:33:53.248 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-01T17:33:53.347 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T17:33:53.634 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-01T17:33:54.258 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T17:33:54.456 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-01T17:33:54.518 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T17:33:54.712 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T17:33:54.864 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T17:33:55.140 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T17:33:55.140 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T17:33:55.140 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T17:33:55.140 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T17:33:55.140 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T17:33:55.140 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T17:33:55.140 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T17:33:55.141 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T17:33:55.141 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T17:33:55.141 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T17:33:55.396 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-01T17:33:55.634 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-01T17:33:55.809 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-01T17:33:56.010 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T17:33:56.273 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-01T17:33:56.273 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-01T17:33:56.273 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-01T17:33:56.273 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-01T17:33:56.273 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-01T17:33:56.273 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-01T17:33:56.273 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-01T17:33:56.273 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-01T17:33:56.273 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-01T17:33:56.273 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-01T17:33:56.297 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T17:33:56.297 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:36 ago on Fri 01 Dec 2023 05:32:19 PM UTC. 2023-12-01T17:33:57.514 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-01T17:33:57.515 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:02:33 ago on Fri 01 Dec 2023 05:31:24 PM UTC. 2023-12-01T17:33:58.853 INFO:teuthology.orchestra.run.smithi169.stdout:Installed products updated. 2023-12-01T17:33:59.049 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:33:59.049 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2023-12-01T17:33:59.049 INFO:teuthology.orchestra.run.smithi169.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:33:59.049 INFO:teuthology.orchestra.run.smithi169.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T17:33:59.049 INFO:teuthology.orchestra.run.smithi169.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:33:59.049 INFO:teuthology.orchestra.run.smithi169.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T17:33:59.049 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T17:33:59.049 INFO:teuthology.orchestra.run.smithi169.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T17:33:59.049 INFO:teuthology.orchestra.run.smithi169.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:33:59.050 INFO:teuthology.orchestra.run.smithi169.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:33:59.050 INFO:teuthology.orchestra.run.smithi169.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T17:33:59.050 INFO:teuthology.orchestra.run.smithi169.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T17:33:59.050 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:33:59.050 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2023-12-01T17:33:59.190 DEBUG:teuthology.parallel:result is None 2023-12-01T17:34:00.144 INFO:teuthology.orchestra.run.smithi063.stdout:Installed products updated. 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T17:34:00.361 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:34:00.362 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-01T17:34:00.509 DEBUG:teuthology.parallel:result is None 2023-12-01T17:34:00.509 INFO:teuthology.run_tasks:Running task install... 2023-12-01T17:34:00.517 DEBUG:teuthology.task.install:project ceph 2023-12-01T17:34:00.517 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'd710c09d2ffe0f0858468330fd3d69f1f4506222'}} 2023-12-01T17:34:00.517 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'd710c09d2ffe0f0858468330fd3d69f1f4506222'} 2023-12-01T17:34:00.517 INFO:teuthology.task.install:Using flavor: default 2023-12-01T17:34:00.523 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-01T17:34:00.523 INFO:teuthology.task.install:extra packages: [] 2023-12-01T17:34:00.523 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T17:34:00.523 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T17:34:00.525 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': 'd710c09d2ffe0f0858468330fd3d69f1f4506222', 'tag': None, 'wait_for_package': False} 2023-12-01T17:34:00.525 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=d710c09d2ffe0f0858468330fd3d69f1f4506222 2023-12-01T17:34:00.666 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T17:34:00.666 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T17:34:00.766 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/ 2023-12-01T17:34:00.766 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7570.gd710c09d 2023-12-01T17:34:00.799 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/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-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/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-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T17:34:00.800 DEBUG:teuthology.orchestra.run.smithi169:> set -ex 2023-12-01T17:34:00.800 DEBUG:teuthology.orchestra.run.smithi169:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T17:34:00.832 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-01T17:34:00.833 DEBUG:teuthology.orchestra.run.smithi169:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T17:34:00.873 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/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-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/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-neorados-learning-from-experience/d710c09d2ffe0f0858468330fd3d69f1f4506222/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T17:34:00.874 DEBUG:teuthology.orchestra.run.smithi063:> set -ex 2023-12-01T17:34:00.874 DEBUG:teuthology.orchestra.run.smithi063:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T17:34:00.904 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-01T17:34:00.904 DEBUG:teuthology.orchestra.run.smithi063:> 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/d710c09d2ffe0f0858468330fd3d69f1f4506222/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T17:34:00.906 DEBUG:teuthology.orchestra.run.smithi169:> 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-01T17:34:00.973 DEBUG:teuthology.orchestra.run.smithi063:> 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-01T17:34:00.987 DEBUG:teuthology.orchestra.run.smithi169:> 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-01T17:34:01.052 DEBUG:teuthology.orchestra.run.smithi063:> 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-01T17:34:01.055 INFO:teuthology.orchestra.run.smithi169.stdout:check_obsoletes = 1 2023-12-01T17:34:01.057 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum clean all 2023-12-01T17:34:01.120 INFO:teuthology.orchestra.run.smithi063.stdout:check_obsoletes = 1 2023-12-01T17:34:01.122 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum clean all 2023-12-01T17:34:01.430 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-01T17:34:01.514 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-01T17:34:01.686 INFO:teuthology.orchestra.run.smithi169.stdout:44 files removed 2023-12-01T17:34:01.733 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-radosgw 2023-12-01T17:34:01.771 INFO:teuthology.orchestra.run.smithi063.stdout:44 files removed 2023-12-01T17:34:01.819 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-radosgw 2023-12-01T17:34:02.065 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-01T17:34:02.171 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-01T17:34:02.893 INFO:teuthology.orchestra.run.smithi169.stdout:ceph packages for x86_64 181 kB/s | 82 kB 00:00 2023-12-01T17:34:02.937 INFO:teuthology.orchestra.run.smithi063.stdout:ceph packages for x86_64 218 kB/s | 82 kB 00:00 2023-12-01T17:34:03.203 INFO:teuthology.orchestra.run.smithi063.stdout:ceph noarch packages 41 kB/s | 9.5 kB 00:00 2023-12-01T17:34:03.293 INFO:teuthology.orchestra.run.smithi169.stdout:ceph noarch packages 26 kB/s | 9.5 kB 00:00 2023-12-01T17:34:03.611 INFO:teuthology.orchestra.run.smithi169.stdout:ceph source packages 5.0 kB/s | 1.5 kB 00:00 2023-12-01T17:34:03.654 INFO:teuthology.orchestra.run.smithi063.stdout:ceph source packages 3.5 kB/s | 1.5 kB 00:00 2023-12-01T17:34:03.820 INFO:teuthology.orchestra.run.smithi169.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-01T17:34:03.830 INFO:teuthology.orchestra.run.smithi063.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T17:34:08.536 INFO:teuthology.orchestra.run.smithi169.stdout:Extra Packages for Enterprise Linux 3.4 MB/s | 16 MB 00:04 2023-12-01T17:34:08.772 INFO:teuthology.orchestra.run.smithi063.stdout:Extra Packages for Enterprise Linux 3.2 MB/s | 16 MB 00:04 2023-12-01T17:34:12.003 INFO:teuthology.orchestra.run.smithi169.stdout:lab-extras 542 kB/s | 24 kB 00:00 2023-12-01T17:34:12.464 INFO:teuthology.orchestra.run.smithi063.stdout:lab-extras 580 kB/s | 24 kB 00:00 2023-12-01T17:34:12.955 INFO:teuthology.orchestra.run.smithi169.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 54 MB/s | 47 MB 00:00 2023-12-01T17:34:13.391 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 MB/s | 47 MB 00:00 2023-12-01T17:34:20.848 INFO:teuthology.orchestra.run.smithi169.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-12-01T17:34:21.758 INFO:teuthology.orchestra.run.smithi063.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 59 MB/s | 53 MB 00:00 2023-12-01T17:34:31.992 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2023-12-01T17:34:31.995 INFO:teuthology.orchestra.run.smithi169.stdout:==================================================================================================== 2023-12-01T17:34:31.995 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2023-12-01T17:34:31.995 INFO:teuthology.orchestra.run.smithi169.stdout:==================================================================================================== 2023-12-01T17:34:31.995 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2023-12-01T17:34:31.995 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T17:34:31.995 INFO:teuthology.orchestra.run.smithi169.stdout:Upgrading: 2023-12-01T17:34:31.995 INFO:teuthology.orchestra.run.smithi169.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T17:34:31.995 INFO:teuthology.orchestra.run.smithi169.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T17:34:31.995 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T17:34:31.996 INFO:teuthology.orchestra.run.smithi169.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout:==================================================================================================== 2023-12-01T17:34:31.997 INFO:teuthology.orchestra.run.smithi169.stdout:Install 21 Packages 2023-12-01T17:34:31.998 INFO:teuthology.orchestra.run.smithi169.stdout:Upgrade 2 Packages 2023-12-01T17:34:31.998 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:34:31.998 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 62 M 2023-12-01T17:34:31.998 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2023-12-01T17:34:33.056 INFO:teuthology.orchestra.run.smithi169.stdout:(1/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 6.0 MB/s | 5.4 MB 00:00 2023-12-01T17:34:33.090 INFO:teuthology.orchestra.run.smithi169.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 740 kB/s | 24 kB 00:00 2023-12-01T17:34:33.182 INFO:teuthology.orchestra.run.smithi169.stdout:(3/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 9.2 MB/s | 863 kB 00:00 2023-12-01T17:34:33.257 INFO:teuthology.orchestra.run.smithi169.stdout:(4/23): libradosstriper1-18.0.0-7570.gd710c09d. 7.1 MB/s | 545 kB 00:00 2023-12-01T17:34:33.732 INFO:teuthology.orchestra.run.smithi169.stdout:(5/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_6 15 MB/s | 6.9 MB 00:00 2023-12-01T17:34:33.816 INFO:teuthology.orchestra.run.smithi169.stdout:(6/23): python3-ceph-argparse-18.0.0-7570.gd710 537 kB/s | 45 kB 00:00 2023-12-01T17:34:33.862 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout:==================================================================================================== 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout:==================================================================================================== 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 14 M 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrading: 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout: librados2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 3.8 M 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 5.4 M 2023-12-01T17:34:33.865 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 23 M 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 24 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 863 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 545 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2 x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 6.9 M 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 45 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 128 k 2023-12-01T17:34:33.866 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 196 k 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 372 k 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 364 k 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 107 k 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout:==================================================================================================== 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout:Install 21 Packages 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout:Upgrade 2 Packages 2023-12-01T17:34:33.867 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:34:33.868 INFO:teuthology.orchestra.run.smithi169.stdout:(7/23): python3-ceph-common-18.0.0-7570.gd710c0 2.5 MB/s | 128 kB 00:00 2023-12-01T17:34:33.868 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 62 M 2023-12-01T17:34:33.868 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-01T17:34:33.916 INFO:teuthology.orchestra.run.smithi169.stdout:(8/23): python3-cephfs-18.0.0-7570.gd710c09d.el 3.9 MB/s | 196 kB 00:00 2023-12-01T17:34:33.975 INFO:teuthology.orchestra.run.smithi169.stdout:(9/23): python3-rados-18.0.0-7570.gd710c09d.el8 6.2 MB/s | 372 kB 00:00 2023-12-01T17:34:34.075 INFO:teuthology.orchestra.run.smithi169.stdout:(10/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 3.6 MB/s | 364 kB 00:00 2023-12-01T17:34:34.126 INFO:teuthology.orchestra.run.smithi169.stdout:(11/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 2.1 MB/s | 107 kB 00:00 2023-12-01T17:34:34.326 INFO:teuthology.orchestra.run.smithi169.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.5 MB/s | 306 kB 00:00 2023-12-01T17:34:34.385 INFO:teuthology.orchestra.run.smithi169.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.0 MB/s | 59 kB 00:00 2023-12-01T17:34:34.427 INFO:teuthology.orchestra.run.smithi169.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.8 MB/s | 75 kB 00:00 2023-12-01T17:34:34.810 INFO:teuthology.orchestra.run.smithi169.stdout:(15/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8 5.2 MB/s | 14 MB 00:02 2023-12-01T17:34:34.869 INFO:teuthology.orchestra.run.smithi169.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-12-01T17:34:34.911 INFO:teuthology.orchestra.run.smithi169.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-01T17:34:34.961 INFO:teuthology.orchestra.run.smithi169.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-01T17:34:35.003 INFO:teuthology.orchestra.run.smithi169.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2023-12-01T17:34:35.079 INFO:teuthology.orchestra.run.smithi169.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 2.7 MB/s | 1.7 MB 00:00 2023-12-01T17:34:35.404 INFO:teuthology.orchestra.run.smithi169.stdout:(21/23): ceph-common-18.0.0-7570.gd710c09d.el8. 7.0 MB/s | 23 MB 00:03 2023-12-01T17:34:35.738 INFO:teuthology.orchestra.run.smithi169.stdout:(22/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 5.7 MB/s | 3.8 MB 00:00 2023-12-01T17:34:35.871 INFO:teuthology.orchestra.run.smithi169.stdout:(23/23): librados2-18.0.0-7570.gd710c09d.el8.x8 4.4 MB/s | 3.8 MB 00:00 2023-12-01T17:34:35.874 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:34:35.874 INFO:teuthology.orchestra.run.smithi169.stdout:Total 16 MB/s | 62 MB 00:03 2023-12-01T17:34:35.919 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2023-12-01T17:34:35.964 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2023-12-01T17:34:35.965 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2023-12-01T17:34:36.134 INFO:teuthology.orchestra.run.smithi063.stdout:(1/23): ceph-base-18.0.0-7570.gd710c09d.el8.x86 2.6 MB/s | 5.4 MB 00:02 2023-12-01T17:34:36.217 INFO:teuthology.orchestra.run.smithi063.stdout:(2/23): ceph-selinux-18.0.0-7570.gd710c09d.el8. 292 kB/s | 24 kB 00:00 2023-12-01T17:34:36.306 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2023-12-01T17:34:36.310 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2023-12-01T17:34:36.601 INFO:teuthology.orchestra.run.smithi063.stdout:(3/23): ceph-common-18.0.0-7570.gd710c09d.el8.x 8.9 MB/s | 23 MB 00:02 2023-12-01T17:34:36.643 INFO:teuthology.orchestra.run.smithi063.stdout:(4/23): libcephfs2-18.0.0-7570.gd710c09d.el8.x8 2.0 MB/s | 863 kB 00:00 2023-12-01T17:34:36.685 INFO:teuthology.orchestra.run.smithi063.stdout:(5/23): libradosstriper1-18.0.0-7570.gd710c09d. 6.4 MB/s | 545 kB 00:00 2023-12-01T17:34:36.735 INFO:teuthology.orchestra.run.smithi063.stdout:(6/23): python3-ceph-argparse-18.0.0-7570.gd710 897 kB/s | 45 kB 00:00 2023-12-01T17:34:36.802 INFO:teuthology.orchestra.run.smithi063.stdout:(7/23): python3-ceph-common-18.0.0-7570.gd710c0 1.9 MB/s | 128 kB 00:00 2023-12-01T17:34:36.869 INFO:teuthology.orchestra.run.smithi063.stdout:(8/23): python3-cephfs-18.0.0-7570.gd710c09d.el 2.9 MB/s | 196 kB 00:00 2023-12-01T17:34:36.953 INFO:teuthology.orchestra.run.smithi063.stdout:(9/23): python3-rados-18.0.0-7570.gd710c09d.el8 4.4 MB/s | 372 kB 00:00 2023-12-01T17:34:37.036 INFO:teuthology.orchestra.run.smithi063.stdout:(10/23): python3-rbd-18.0.0-7570.gd710c09d.el8. 4.3 MB/s | 364 kB 00:00 2023-12-01T17:34:37.178 INFO:teuthology.orchestra.run.smithi063.stdout:(11/23): ceph-radosgw-18.0.0-7570.gd710c09d.el8 4.5 MB/s | 14 MB 00:03 2023-12-01T17:34:37.204 INFO:teuthology.orchestra.run.smithi063.stdout:(12/23): python3-rgw-18.0.0-7570.gd710c09d.el8. 639 kB/s | 107 kB 00:00 2023-12-01T17:34:37.487 INFO:teuthology.orchestra.run.smithi063.stdout:(13/23): librgw2-18.0.0-7570.gd710c09d.el8.x86_ 8.2 MB/s | 6.9 MB 00:00 2023-12-01T17:34:37.502 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2023-12-01T17:34:37.717 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T17:34:37.771 INFO:teuthology.orchestra.run.smithi063.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 104 kB/s | 59 kB 00:00 2023-12-01T17:34:37.935 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:34:37.954 INFO:teuthology.orchestra.run.smithi063.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 395 kB/s | 306 kB 00:00 2023-12-01T17:34:38.013 INFO:teuthology.orchestra.run.smithi063.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.4 MB/s | 259 kB 00:00 2023-12-01T17:34:38.055 INFO:teuthology.orchestra.run.smithi063.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-01T17:34:38.080 INFO:teuthology.orchestra.run.smithi063.stdout:(18/23): libunwind-1.3.1-3.el8.x86_64.rpm 127 kB/s | 75 kB 00:00 2023-12-01T17:34:38.114 INFO:teuthology.orchestra.run.smithi063.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-12-01T17:34:38.164 INFO:teuthology.orchestra.run.smithi063.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 562 kB/s | 47 kB 00:00 2023-12-01T17:34:38.298 INFO:teuthology.orchestra.run.smithi063.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.3 MB/s | 1.7 MB 00:00 2023-12-01T17:34:38.338 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:34:38.448 INFO:teuthology.orchestra.run.smithi063.stdout:(22/23): librbd1-18.0.0-7570.gd710c09d.el8.x86_ 13 MB/s | 3.8 MB 00:00 2023-12-01T17:34:38.535 INFO:teuthology.orchestra.run.smithi169.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:34:38.629 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:34:38.807 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T17:34:39.032 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T17:34:39.277 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T17:34:39.565 INFO:teuthology.orchestra.run.smithi063.stdout:(23/23): librados2-18.0.0-7570.gd710c09d.el8.x8 2.6 MB/s | 3.8 MB 00:01 2023-12-01T17:34:39.570 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:34:39.570 INFO:teuthology.orchestra.run.smithi063.stdout:Total 11 MB/s | 62 MB 00:05 2023-12-01T17:34:39.622 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-01T17:34:39.671 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-01T17:34:39.671 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-01T17:34:39.702 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T17:34:39.918 INFO:teuthology.orchestra.run.smithi169.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:34:39.986 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:34:40.033 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-01T17:34:40.037 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-01T17:34:40.175 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T17:34:40.343 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T17:34:41.009 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T17:34:41.151 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:34:41.207 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:34:41.263 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-01T17:34:41.360 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T17:34:41.471 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T17:34:41.512 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T17:34:41.673 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:34:41.719 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T17:34:41.900 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T17:34:42.060 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T17:34:42.112 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:34:42.128 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T17:34:42.269 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T17:34:42.415 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:34:42.452 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T17:34:42.550 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:34:42.702 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T17:34:42.730 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T17:34:42.860 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T17:34:42.999 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T17:34:43.215 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T17:34:43.662 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 6/25 2023-12-01T17:34:43.865 INFO:teuthology.orchestra.run.smithi063.stdout: Upgrading : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:34:43.913 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:34:44.107 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T17:34:44.315 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T17:34:45.033 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T17:34:45.181 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:34:45.235 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:34:45.369 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 11/25 2023-12-01T17:34:45.543 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T17:34:45.740 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T17:34:45.966 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 14/25 2023-12-01T17:34:46.115 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T17:34:46.181 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 15/25 2023-12-01T17:34:46.350 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T17:34:46.526 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T17:34:46.736 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T17:34:46.790 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:34:46.890 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 19/25 2023-12-01T17:34:46.993 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:34:47.575 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:34:47.837 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T17:34:47.919 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T17:34:48.042 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:34:50.889 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:34:51.123 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:34:51.747 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 20/25 2023-12-01T17:34:52.012 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T17:34:52.079 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 21/25 2023-12-01T17:34:52.264 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:35:06.483 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:35:06.483 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /sys 2023-12-01T17:35:06.484 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /proc 2023-12-01T17:35:06.484 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /dev 2023-12-01T17:35:06.484 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /run 2023-12-01T17:35:06.484 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /mnt 2023-12-01T17:35:06.484 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /var/tmp 2023-12-01T17:35:06.484 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /home 2023-12-01T17:35:06.484 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /tmp 2023-12-01T17:35:06.484 INFO:teuthology.orchestra.run.smithi169.stdout:skipping the directory /dev 2023-12-01T17:35:06.484 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:35:07.883 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T17:35:07.904 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T17:35:07.904 INFO:teuthology.orchestra.run.smithi169.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:35:08.099 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:35:08.099 INFO:teuthology.orchestra.run.smithi169.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:35:08.724 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:35:08.724 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T17:35:08.725 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T17:35:08.726 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T17:35:08.726 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T17:35:08.726 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T17:35:08.726 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T17:35:08.726 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T17:35:08.726 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T17:35:08.726 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T17:35:08.726 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:35:08.727 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T17:35:08.727 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T17:35:10.113 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:35:10.114 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:50 ago on Fri 01 Dec 2023 05:34:20 PM UTC. 2023-12-01T17:35:11.666 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:35:11.667 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /sys 2023-12-01T17:35:11.667 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /proc 2023-12-01T17:35:11.667 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /dev 2023-12-01T17:35:11.667 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /run 2023-12-01T17:35:11.667 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /mnt 2023-12-01T17:35:11.667 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /var/tmp 2023-12-01T17:35:11.667 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /home 2023-12-01T17:35:11.667 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /tmp 2023-12-01T17:35:11.667 INFO:teuthology.orchestra.run.smithi063.stdout:skipping the directory /dev 2023-12-01T17:35:11.667 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:35:12.449 INFO:teuthology.orchestra.run.smithi169.stdout:Installed products updated. 2023-12-01T17:35:12.639 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout:Upgraded: 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T17:35:12.640 INFO:teuthology.orchestra.run.smithi169.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T17:35:12.641 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:35:12.642 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2023-12-01T17:35:12.811 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph-test 2023-12-01T17:35:13.159 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T17:35:13.161 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-01T17:35:13.181 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 23/25 2023-12-01T17:35:13.181 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:35:13.355 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:35:13.355 INFO:teuthology.orchestra.run.smithi063.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:35:13.972 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:00:53 ago on Fri 01 Dec 2023 05:34:20 PM UTC. 2023-12-01T17:35:14.003 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 1/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 3/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 4/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 5/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_6 6/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 7/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8. 8/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x8 9/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 10/25 2023-12-01T17:35:14.004 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 11/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 12/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 13/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T17:35:14.005 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 22/25 2023-12-01T17:35:14.006 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T17:35:14.006 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 24/25 2023-12-01T17:35:15.349 INFO:teuthology.orchestra.run.smithi169.stdout:Dependencies resolved. 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================================ 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout: Package Arch Version Repository Size 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================================ 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout:Installing: 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout:Installing dependencies: 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T17:35:15.350 INFO:teuthology.orchestra.run.smithi169.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T17:35:15.351 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:35:15.351 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction Summary 2023-12-01T17:35:15.351 INFO:teuthology.orchestra.run.smithi169.stdout:============================================================================================ 2023-12-01T17:35:15.351 INFO:teuthology.orchestra.run.smithi169.stdout:Install 6 Packages 2023-12-01T17:35:15.351 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:35:15.351 INFO:teuthology.orchestra.run.smithi169.stdout:Total download size: 53 M 2023-12-01T17:35:15.351 INFO:teuthology.orchestra.run.smithi169.stdout:Installed size: 255 M 2023-12-01T17:35:15.352 INFO:teuthology.orchestra.run.smithi169.stdout:Downloading Packages: 2023-12-01T17:35:15.388 INFO:teuthology.orchestra.run.smithi169.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-01T17:35:15.423 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:35:15.424 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:54 ago on Fri 01 Dec 2023 05:34:21 PM UTC. 2023-12-01T17:35:15.447 INFO:teuthology.orchestra.run.smithi169.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.9 MB/s | 323 kB 00:00 2023-12-01T17:35:15.489 INFO:teuthology.orchestra.run.smithi169.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-01T17:35:15.530 INFO:teuthology.orchestra.run.smithi169.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-01T17:35:15.573 INFO:teuthology.orchestra.run.smithi169.stdout:(5/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 829 kB/s | 182 kB 00:00 2023-12-01T17:35:17.968 INFO:teuthology.orchestra.run.smithi063.stdout:Installed products updated. 2023-12-01T17:35:18.175 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:35:18.175 INFO:teuthology.orchestra.run.smithi063.stdout:Upgraded: 2023-12-01T17:35:18.175 INFO:teuthology.orchestra.run.smithi063.stdout: librados2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.175 INFO:teuthology.orchestra.run.smithi063.stdout: librbd1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.175 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-01T17:35:18.175 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-base-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-radosgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-selinux-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: libcephfs2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: libradosstriper1-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: librgw2-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-argparse-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.176 INFO:teuthology.orchestra.run.smithi063.stdout: python3-ceph-common-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.177 INFO:teuthology.orchestra.run.smithi063.stdout: python3-cephfs-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.177 INFO:teuthology.orchestra.run.smithi063.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T17:35:18.177 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rados-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.177 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rbd-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.177 INFO:teuthology.orchestra.run.smithi063.stdout: python3-rgw-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:18.177 INFO:teuthology.orchestra.run.smithi063.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T17:35:18.177 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:35:18.177 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-01T17:35:18.378 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph-test 2023-12-01T17:35:18.746 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-01T17:35:18.806 INFO:teuthology.orchestra.run.smithi169.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 15 MB/s | 53 MB 00:03 2023-12-01T17:35:18.808 INFO:teuthology.orchestra.run.smithi169.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:35:18.808 INFO:teuthology.orchestra.run.smithi169.stdout:Total 15 MB/s | 53 MB 00:03 2023-12-01T17:35:18.845 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction check 2023-12-01T17:35:18.866 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction check succeeded. 2023-12-01T17:35:18.866 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction test 2023-12-01T17:35:19.146 INFO:teuthology.orchestra.run.smithi169.stdout:Transaction test succeeded. 2023-12-01T17:35:19.149 INFO:teuthology.orchestra.run.smithi169.stdout:Running transaction 2023-12-01T17:35:19.611 INFO:teuthology.orchestra.run.smithi169.stdout: Preparing : 1/1 2023-12-01T17:35:19.626 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:00:58 ago on Fri 01 Dec 2023 05:34:21 PM UTC. 2023-12-01T17:35:19.745 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:35:19.830 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:35:20.030 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T17:35:20.179 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T17:35:20.335 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T17:35:20.478 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T17:35:21.215 INFO:teuthology.orchestra.run.smithi063.stdout:Dependencies resolved. 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================ 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout: Package Arch Version Repository Size 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================ 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout:Installing: 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 53 M 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout:Installing dependencies: 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite x86_64 2:18.0.0-7570.gd710c09d.el8 ceph 182 k 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:35:21.216 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction Summary 2023-12-01T17:35:21.217 INFO:teuthology.orchestra.run.smithi063.stdout:============================================================================================ 2023-12-01T17:35:21.217 INFO:teuthology.orchestra.run.smithi063.stdout:Install 6 Packages 2023-12-01T17:35:21.217 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:35:21.217 INFO:teuthology.orchestra.run.smithi063.stdout:Total download size: 53 M 2023-12-01T17:35:21.217 INFO:teuthology.orchestra.run.smithi063.stdout:Installed size: 255 M 2023-12-01T17:35:21.217 INFO:teuthology.orchestra.run.smithi063.stdout:Downloading Packages: 2023-12-01T17:35:21.254 INFO:teuthology.orchestra.run.smithi063.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-01T17:35:21.320 INFO:teuthology.orchestra.run.smithi063.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-01T17:35:21.362 INFO:teuthology.orchestra.run.smithi063.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-01T17:35:21.404 INFO:teuthology.orchestra.run.smithi063.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-01T17:35:21.504 INFO:teuthology.orchestra.run.smithi063.stdout:(5/6): libcephsqlite-18.0.0-7570.gd710c09d.el8. 637 kB/s | 182 kB 00:00 2023-12-01T17:35:23.880 INFO:teuthology.orchestra.run.smithi063.stdout:(6/6): ceph-test-18.0.0-7570.gd710c09d.el8.x86_ 20 MB/s | 53 MB 00:02 2023-12-01T17:35:23.882 INFO:teuthology.orchestra.run.smithi063.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:35:23.882 INFO:teuthology.orchestra.run.smithi063.stdout:Total 20 MB/s | 53 MB 00:02 2023-12-01T17:35:23.921 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction check 2023-12-01T17:35:23.944 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction check succeeded. 2023-12-01T17:35:23.944 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction test 2023-12-01T17:35:24.237 INFO:teuthology.orchestra.run.smithi063.stdout:Transaction test succeeded. 2023-12-01T17:35:24.241 INFO:teuthology.orchestra.run.smithi063.stdout:Running transaction 2023-12-01T17:35:24.746 INFO:teuthology.orchestra.run.smithi063.stdout: Preparing : 1/1 2023-12-01T17:35:24.910 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:35:25.001 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:35:25.192 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T17:35:25.353 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T17:35:25.476 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T17:35:25.651 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T17:35:25.652 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T17:35:25.882 INFO:teuthology.orchestra.run.smithi169.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T17:35:26.114 INFO:teuthology.orchestra.run.smithi169.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T17:35:26.115 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T17:35:26.115 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T17:35:26.115 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T17:35:26.115 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T17:35:26.115 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T17:35:27.208 INFO:teuthology.orchestra.run.smithi169.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T17:35:27.208 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:07 ago on Fri 01 Dec 2023 05:34:20 PM UTC. 2023-12-01T17:35:29.508 INFO:teuthology.orchestra.run.smithi169.stdout:Installed products updated. 2023-12-01T17:35:29.693 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:35:29.693 INFO:teuthology.orchestra.run.smithi169.stdout:Installed: 2023-12-01T17:35:29.693 INFO:teuthology.orchestra.run.smithi169.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:29.693 INFO:teuthology.orchestra.run.smithi169.stdout: jq-1.6-3.el8.x86_64 2023-12-01T17:35:29.693 INFO:teuthology.orchestra.run.smithi169.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:29.693 INFO:teuthology.orchestra.run.smithi169.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T17:35:29.693 INFO:teuthology.orchestra.run.smithi169.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T17:35:29.693 INFO:teuthology.orchestra.run.smithi169.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T17:35:29.693 INFO:teuthology.orchestra.run.smithi169.stdout: 2023-12-01T17:35:29.693 INFO:teuthology.orchestra.run.smithi169.stdout:Complete! 2023-12-01T17:35:29.829 DEBUG:teuthology.orchestra.run.smithi169:> sudo yum -y install ceph 2023-12-01T17:35:30.168 INFO:teuthology.orchestra.run.smithi169.stdout:Updating Subscription Management repositories. 2023-12-01T17:35:31.011 INFO:teuthology.orchestra.run.smithi169.stdout:Last metadata expiration check: 0:01:11 ago on Fri 01 Dec 2023 05:34:20 PM UTC. 2023-12-01T17:35:31.152 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 5/6 2023-12-01T17:35:31.340 INFO:teuthology.orchestra.run.smithi063.stdout: Installing : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T17:35:31.574 INFO:teuthology.orchestra.run.smithi063.stdout: Running scriptlet: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 6/6 2023-12-01T17:35:31.574 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 1/6 2023-12-01T17:35:31.574 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2/6 2023-12-01T17:35:31.575 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T17:35:31.575 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T17:35:31.575 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T17:35:32.418 INFO:teuthology.orchestra.run.smithi169.stderr:Error: 2023-12-01T17:35:32.418 INFO:teuthology.orchestra.run.smithi169.stderr: Problem: conflicting requests 2023-12-01T17:35:32.418 INFO:teuthology.orchestra.run.smithi169.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:32.419 INFO:teuthology.orchestra.run.smithi169.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T17:35:32.498 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:35:32.499 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 smithi169 with status 1: 'sudo yum -y install ceph' 2023-12-01T17:35:32.501 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 smithi169 with status 1: 'sudo yum -y install ceph' 2023-12-01T17:35:32.604 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=75fff5ee9f84466789ac1f02fc90bd4f 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 smithi169 with status 1: 'sudo yum -y install ceph' 2023-12-01T17:35:32.607 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T17:35:32.618 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T17:35:32.638 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T17:35:32.638 DEBUG:teuthology.orchestra.run.smithi063:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T17:35:32.663 DEBUG:teuthology.orchestra.run.smithi169:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T17:35:32.670 INFO:teuthology.orchestra.run.smithi063.stderr:bash: ntpq: command not found 2023-12-01T17:35:32.675 INFO:teuthology.orchestra.run.smithi063.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:35:32.675 INFO:teuthology.orchestra.run.smithi063.stdout:=============================================================================== 2023-12-01T17:35:32.675 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 40 +2005us[+2005us] +/- 68ms 2023-12-01T17:35:32.675 INFO:teuthology.orchestra.run.smithi063.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 41 -142us[ -141us] +/- 53ms 2023-12-01T17:35:32.675 INFO:teuthology.orchestra.run.smithi063.stdout:^* hv03.front.sepia.ceph.com 3 6 37 41 -1337us[-1336us] +/- 67ms 2023-12-01T17:35:32.675 INFO:teuthology.orchestra.run.smithi063.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:35:32.680 INFO:teuthology.orchestra.run.smithi169.stderr:bash: ntpq: command not found 2023-12-01T17:35:32.683 INFO:teuthology.orchestra.run.smithi169.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:35:32.683 INFO:teuthology.orchestra.run.smithi169.stdout:=============================================================================== 2023-12-01T17:35:32.683 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 41 +1937us[+1937us] +/- 68ms 2023-12-01T17:35:32.684 INFO:teuthology.orchestra.run.smithi169.stdout:^+ hv02.front.sepia.ceph.com 3 6 37 40 -209us[ -209us] +/- 53ms 2023-12-01T17:35:32.684 INFO:teuthology.orchestra.run.smithi169.stdout:^* hv03.front.sepia.ceph.com 3 6 37 41 -1439us[-1369us] +/- 67ms 2023-12-01T17:35:32.684 INFO:teuthology.orchestra.run.smithi169.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:35:32.685 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T17:35:32.694 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T17:35:32.695 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T17:35:32.707 DEBUG:teuthology.orchestra.run.smithi063:> 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-01T17:35:32.776 INFO:teuthology.orchestra.run.smithi063.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T17:35:32.777 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:11 ago on Fri 01 Dec 2023 05:34:21 PM UTC. 2023-12-01T17:35:32.842 DEBUG:teuthology.orchestra.run.smithi169:> 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-01T17:35:32.950 DEBUG:teuthology.orchestra.run.smithi063:> 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-01T17:35:32.983 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:35:32.984 DEBUG:teuthology.orchestra.run.smithi169:> 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-01T17:35:33.016 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:35:33.017 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T17:35:33.030 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T17:35:33.050 INFO:teuthology.task.internal:Duration was 718.631744 seconds 2023-12-01T17:35:33.051 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T17:35:33.063 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T17:35:33.064 DEBUG:teuthology.orchestra.run.smithi063:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T17:35:33.067 DEBUG:teuthology.orchestra.run.smithi169:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T17:35:33.113 INFO:teuthology.orchestra.run.smithi063.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:35:33.115 INFO:teuthology.orchestra.run.smithi169.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:35:33.491 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T17:35:33.491 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi063.front.sepia.ceph.com 2023-12-01T17:35:33.491 DEBUG:teuthology.orchestra.run.smithi063:> 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-01T17:35:33.513 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi169.front.sepia.ceph.com 2023-12-01T17:35:33.513 DEBUG:teuthology.orchestra.run.smithi169:> 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-01T17:35:33.536 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T17:35:33.536 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T17:35:33.556 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T17:35:33.616 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T17:35:33.617 DEBUG:teuthology.orchestra.run.smithi063:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T17:35:33.637 DEBUG:teuthology.orchestra.run.smithi169:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T17:35:33.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T17:35:33.740 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T17:35:33.740 DEBUG:teuthology.orchestra.run.smithi063:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T17:35:33.783 DEBUG:teuthology.orchestra.run.smithi169:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T17:35:33.833 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T17:35:33.844 DEBUG:teuthology.orchestra.run.smithi063:> 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-01T17:35:33.846 DEBUG:teuthology.orchestra.run.smithi169:> 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-01T17:35:33.871 INFO:teuthology.orchestra.run.smithi063.stdout:kernel.core_pattern = core 2023-12-01T17:35:33.872 INFO:teuthology.orchestra.run.smithi169.stdout:kernel.core_pattern = core 2023-12-01T17:35:33.914 DEBUG:teuthology.orchestra.run.smithi063:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T17:35:33.970 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:35:33.970 DEBUG:teuthology.orchestra.run.smithi169:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T17:35:33.986 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:35:33.987 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T17:35:34.001 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T17:35:34.003 DEBUG:teuthology.misc:Transferring archived files from smithi063:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473903/remote/smithi063 2023-12-01T17:35:34.004 DEBUG:teuthology.orchestra.run.smithi063:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T17:35:34.059 DEBUG:teuthology.misc:Transferring archived files from smithi169:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473903/remote/smithi169 2023-12-01T17:35:34.060 DEBUG:teuthology.orchestra.run.smithi169:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T17:35:34.127 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T17:35:34.128 DEBUG:teuthology.orchestra.run.smithi063:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T17:35:34.130 DEBUG:teuthology.orchestra.run.smithi169:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T17:35:34.146 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T17:35:34.159 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T17:35:34.159 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T17:35:34.175 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T17:35:34.175 DEBUG:teuthology.orchestra.run.smithi063:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T17:35:34.187 DEBUG:teuthology.orchestra.run.smithi169:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T17:35:34.202 INFO:teuthology.orchestra.run.smithi063.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 17:35 /home/ubuntu/cephtest 2023-12-01T17:35:34.204 INFO:teuthology.orchestra.run.smithi169.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 17:35 /home/ubuntu/cephtest 2023-12-01T17:35:34.206 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T17:35:34.221 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T17:35:34.247 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T17:35:34.276 DEBUG:teuthology.nuke:shortname: smithi063 2023-12-01T17:35:34.276 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:35:34.301 DEBUG:teuthology.nuke:shortname: smithi169 2023-12-01T17:35:34.301 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:35:34.305 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi063.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473903', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 17:18:05.262568', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T17:35:34.326 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi169.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-01_15:09:25-rados-wip-neorados-learning-from-experience-distro-default-smithi/7473903', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-01 17:18:05.264299', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T17:35:34.358 INFO:teuthology.orchestra.console.smithi063:Power off 2023-12-01T17:35:34.359 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T17:35:34.383 DEBUG:teuthology.orchestra.console.smithi063:power off output: Chassis Power Control: Down/Off 2023-12-01T17:35:34.383 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:35:34.405 INFO:teuthology.orchestra.console.smithi169:Power off 2023-12-01T17:35:34.405 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T17:35:34.417 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-12-01T17:35:34.431 DEBUG:teuthology.orchestra.console.smithi169:power off output: Chassis Power Control: Down/Off 2023-12-01T17:35:34.431 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:35:34.457 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2023-12-01T17:35:35.404 INFO:teuthology.orchestra.run.smithi063.stdout:Installed products updated. 2023-12-01T17:35:35.607 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:35:35.607 INFO:teuthology.orchestra.run.smithi063.stdout:Installed: 2023-12-01T17:35:35.607 INFO:teuthology.orchestra.run.smithi063.stdout: ceph-test-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:35.607 INFO:teuthology.orchestra.run.smithi063.stdout: jq-1.6-3.el8.x86_64 2023-12-01T17:35:35.607 INFO:teuthology.orchestra.run.smithi063.stdout: libcephsqlite-2:18.0.0-7570.gd710c09d.el8.x86_64 2023-12-01T17:35:35.608 INFO:teuthology.orchestra.run.smithi063.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T17:35:35.608 INFO:teuthology.orchestra.run.smithi063.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T17:35:35.608 INFO:teuthology.orchestra.run.smithi063.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T17:35:35.608 INFO:teuthology.orchestra.run.smithi063.stdout: 2023-12-01T17:35:35.608 INFO:teuthology.orchestra.run.smithi063.stdout:Complete! 2023-12-01T17:35:35.784 DEBUG:teuthology.orchestra.run.smithi063:> sudo yum -y install ceph 2023-12-01T17:35:36.137 INFO:teuthology.orchestra.run.smithi063.stdout:Updating Subscription Management repositories. 2023-12-01T17:35:36.997 INFO:teuthology.orchestra.run.smithi063.stdout:Last metadata expiration check: 0:01:15 ago on Fri 01 Dec 2023 05:34:21 PM UTC. 2023-12-01T17:35:37.658 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:35:38.418 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:35:38.458 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:35:38.531 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-12-01T17:35:38.569 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2023-12-01T17:35:42.535 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:35:42.570 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:35:42.645 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is on 2023-12-01T17:35:42.681 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is on 2023-12-01T17:35:46.650 DEBUG:teuthology.orchestra.console.smithi063:pexpect command: ipmitool -H smithi063.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:35:46.682 DEBUG:teuthology.orchestra.console.smithi169:pexpect command: ipmitool -H smithi169.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:35:46.761 DEBUG:teuthology.orchestra.console.smithi063:check power output: Chassis Power is off 2023-12-01T17:35:46.792 DEBUG:teuthology.orchestra.console.smithi169:check power output: Chassis Power is off 2023-12-01T17:35:46.863 INFO:teuthology.orchestra.console.smithi063:Power off completed 2023-12-01T17:35:46.894 INFO:teuthology.orchestra.console.smithi169:Power off completed 2023-12-01T17:35:46.998 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} duration: 718.6317436695099 failure_reason: 'Command failed on smithi169 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=75fff5ee9f84466789ac1f02fc90bd4f status: fail success: false 2023-12-01T17:35:46.998 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T17:35:47.091 INFO:teuthology.run:FAIL