2023-12-07T08:22:43.058 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T08:22:43.058 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481701 --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} --verbose --name yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481701/orig.config.yaml 2023-12-07T08:22:43.097 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T08:22:43.202 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481701 branch: wip-yuri8-testing-2023-12-06-1425 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: '7481701' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri8-testing-2023-12-06-1425 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: e068ebcf7ecc6503f24666fb6b152034d3fe1067 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2023-12-06-1425 sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 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: 4465 sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2023-12-06-1425 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 targets: smithi163.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi183.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-07_01:25:59 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T08:22:43.202 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa; will attempt to use it 2023-12-07T08:22:43.203 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa/tasks 2023-12-07T08:22:43.203 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T08:22:43.205 INFO:teuthology.task.internal:Checking packages... 2023-12-07T08:22:43.231 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'e068ebcf7ecc6503f24666fb6b152034d3fe1067' 2023-12-07T08:22:43.231 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T08:22:43.231 INFO:teuthology.packaging:ref: None 2023-12-07T08:22:43.231 INFO:teuthology.packaging:tag: None 2023-12-07T08:22:43.231 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-12-06-1425 2023-12-07T08:22:43.231 INFO:teuthology.packaging:sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T08:22:43.231 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2023-12-06-1425 2023-12-07T08:22:43.567 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-64.ge068ebcf 2023-12-07T08:22:43.568 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T08:22:43.574 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T08:22:43.574 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T08:22:43.581 INFO:teuthology.task.internal:Saving configuration 2023-12-07T08:22:43.600 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T08:22:43.606 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T08:22:43.639 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481701', '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-07 08:16:52.231833', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T08:22:43.669 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481701', '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-07 08:16:52.229707', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T08:22:43.669 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T08:22:43.676 INFO:teuthology.task.internal:roles: ubuntu@smithi163.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T08:22:43.676 INFO:teuthology.task.internal:roles: ubuntu@smithi183.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T08:22:43.676 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T08:22:43.767 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0ddd28dee0>, signals=[15]) 2023-12-07T08:22:43.767 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T08:22:43.773 INFO:teuthology.task.internal:Opening connections... 2023-12-07T08:22:43.773 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi163.front.sepia.ceph.com 2023-12-07T08:22:43.775 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T08:22:43.865 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi183.front.sepia.ceph.com 2023-12-07T08:22:43.866 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T08:22:43.941 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T08:22:43.948 DEBUG:teuthology.orchestra.run.smithi163:> uname -m 2023-12-07T08:22:43.969 INFO:teuthology.orchestra.run.smithi163.stdout:x86_64 2023-12-07T08:22:43.969 DEBUG:teuthology.orchestra.run.smithi163:> cat /etc/os-release 2023-12-07T08:22:44.028 INFO:teuthology.orchestra.run.smithi163.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T08:22:44.028 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T08:22:44.028 INFO:teuthology.orchestra.run.smithi163.stdout:ID="rhel" 2023-12-07T08:22:44.028 INFO:teuthology.orchestra.run.smithi163.stdout:ID_LIKE="fedora" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:VERSION_ID="8.6" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:PLATFORM_ID="platform:el8" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:ANSI_COLOR="0;31" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T08:22:44.029 INFO:teuthology.orchestra.run.smithi163.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T08:22:44.030 INFO:teuthology.lock.ops:Updating smithi163.front.sepia.ceph.com on lock server 2023-12-07T08:22:44.073 DEBUG:teuthology.orchestra.run.smithi183:> uname -m 2023-12-07T08:22:44.094 INFO:teuthology.orchestra.run.smithi183.stdout:x86_64 2023-12-07T08:22:44.094 DEBUG:teuthology.orchestra.run.smithi183:> cat /etc/os-release 2023-12-07T08:22:44.156 INFO:teuthology.orchestra.run.smithi183.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T08:22:44.156 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T08:22:44.156 INFO:teuthology.orchestra.run.smithi183.stdout:ID="rhel" 2023-12-07T08:22:44.156 INFO:teuthology.orchestra.run.smithi183.stdout:ID_LIKE="fedora" 2023-12-07T08:22:44.156 INFO:teuthology.orchestra.run.smithi183.stdout:VERSION_ID="8.6" 2023-12-07T08:22:44.156 INFO:teuthology.orchestra.run.smithi183.stdout:PLATFORM_ID="platform:el8" 2023-12-07T08:22:44.156 INFO:teuthology.orchestra.run.smithi183.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T08:22:44.156 INFO:teuthology.orchestra.run.smithi183.stdout:ANSI_COLOR="0;31" 2023-12-07T08:22:44.156 INFO:teuthology.orchestra.run.smithi183.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T08:22:44.157 INFO:teuthology.orchestra.run.smithi183.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T08:22:44.157 INFO:teuthology.orchestra.run.smithi183.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T08:22:44.157 INFO:teuthology.orchestra.run.smithi183.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T08:22:44.157 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:22:44.157 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T08:22:44.157 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T08:22:44.157 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T08:22:44.157 INFO:teuthology.orchestra.run.smithi183.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T08:22:44.157 INFO:teuthology.lock.ops:Updating smithi183.front.sepia.ceph.com on lock server 2023-12-07T08:22:44.190 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T08:22:44.204 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T08:22:44.231 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T08:22:44.231 DEBUG:teuthology.orchestra.run.smithi163:> test '!' -e /home/ubuntu/cephtest 2023-12-07T08:22:44.234 DEBUG:teuthology.orchestra.run.smithi183:> test '!' -e /home/ubuntu/cephtest 2023-12-07T08:22:44.253 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T08:22:44.263 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T08:22:44.263 DEBUG:teuthology.orchestra.run.smithi163:> test -z $(ls -A /var/lib/ceph) 2023-12-07T08:22:44.291 DEBUG:teuthology.orchestra.run.smithi183:> test -z $(ls -A /var/lib/ceph) 2023-12-07T08:22:44.327 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T08:22:44.441 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T08:22:44.463 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T08:22:44.464 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-07T08:22:44.464 DEBUG:teuthology.orchestra.run.smithi163:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T08:22:44.464 DEBUG:teuthology.orchestra.run.smithi183:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T08:22:44.483 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T08:22:44.484 DEBUG:teuthology.orchestra.run.smithi163:> uname -r 2023-12-07T08:22:44.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T08:22:44.485 DEBUG:teuthology.orchestra.run.smithi183:> uname -r 2023-12-07T08:22:44.545 INFO:teuthology.orchestra.run.smithi163.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T08:22:44.545 INFO:teuthology.task.kernel:Running kernel on smithi163: 4.18.0-372.9.1.el8.x86_64 2023-12-07T08:22:44.546 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum install -y kernel 2023-12-07T08:22:44.548 INFO:teuthology.orchestra.run.smithi183.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T08:22:44.548 INFO:teuthology.task.kernel:Running kernel on smithi183: 4.18.0-372.9.1.el8.x86_64 2023-12-07T08:22:44.549 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum install -y kernel 2023-12-07T08:22:45.749 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T08:22:45.749 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-07T08:22:45.763 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-07T08:22:45.763 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-07T08:22:47.270 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-07T08:22:47.273 INFO:teuthology.orchestra.run.smithi183.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-07T08:22:48.171 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-07T08:22:48.398 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-07T08:22:51.621 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 531 kB/s | 24 kB 00:00 2023-12-07T08:22:51.890 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 389 kB/s | 24 kB 00:00 2023-12-07T08:22:52.324 INFO:teuthology.orchestra.run.smithi163.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T08:22:52.379 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-07T08:22:52.380 INFO:teuthology.orchestra.run.smithi163.stdout:Nothing to do. 2023-12-07T08:22:52.380 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-07T08:22:52.501 DEBUG:teuthology.orchestra.run.smithi163:> echo no | sudo yum reinstall kernel || true 2023-12-07T08:22:52.610 INFO:teuthology.orchestra.run.smithi183.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T08:22:52.657 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-07T08:22:52.658 INFO:teuthology.orchestra.run.smithi183.stdout:Nothing to do. 2023-12-07T08:22:52.658 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-07T08:22:52.777 DEBUG:teuthology.orchestra.run.smithi183:> echo no | sudo yum reinstall kernel || true 2023-12-07T08:22:52.835 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T08:22:52.836 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-07T08:22:53.104 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 08:22:51 AM UTC. 2023-12-07T08:22:53.147 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-07T08:22:53.147 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-07T08:22:53.147 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T08:22:53.192 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-07T08:22:53.238 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum reinstall -y kernel || true 2023-12-07T08:22:53.415 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 08:22:51 AM UTC. 2023-12-07T08:22:53.455 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T08:22:53.498 INFO:teuthology.orchestra.run.smithi183.stderr:Error: No packages marked for reinstall. 2023-12-07T08:22:53.546 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum reinstall -y kernel || true 2023-12-07T08:22:53.570 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T08:22:53.570 INFO:teuthology.orchestra.run.smithi163.stdout:Unable to read consumer identity 2023-12-07T08:22:53.828 INFO:teuthology.orchestra.run.smithi163.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 08:22:51 AM UTC. 2023-12-07T08:22:53.870 INFO:teuthology.orchestra.run.smithi163.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T08:22:53.872 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-07T08:22:53.872 INFO:teuthology.orchestra.run.smithi183.stdout:Unable to read consumer identity 2023-12-07T08:22:53.903 INFO:teuthology.orchestra.run.smithi163.stderr:Error: No packages marked for reinstall. 2023-12-07T08:22:53.955 DEBUG:teuthology.orchestra.run.smithi163:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T08:22:54.035 INFO:teuthology.orchestra.run.smithi163.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T08:22:54.035 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T08:22:54.035 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T08:22:54.036 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T08:22:54.036 DEBUG:teuthology.orchestra.run.smithi163:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T08:22:54.066 INFO:teuthology.orchestra.run.smithi163.stdout:ttyS1 2023-12-07T08:22:54.086 DEBUG:teuthology.parallel:result is None 2023-12-07T08:22:54.127 INFO:teuthology.orchestra.run.smithi183.stdout:Last metadata expiration check: 0:00:03 ago on Thu 07 Dec 2023 08:22:51 AM UTC. 2023-12-07T08:22:54.169 INFO:teuthology.orchestra.run.smithi183.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T08:22:54.201 INFO:teuthology.orchestra.run.smithi183.stderr:Error: No packages marked for reinstall. 2023-12-07T08:22:54.252 DEBUG:teuthology.orchestra.run.smithi183:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T08:22:54.332 INFO:teuthology.orchestra.run.smithi183.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T08:22:54.333 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T08:22:54.333 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T08:22:54.333 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T08:22:54.334 DEBUG:teuthology.orchestra.run.smithi183:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T08:22:54.364 INFO:teuthology.orchestra.run.smithi183.stdout:ttyS1 2023-12-07T08:22:54.376 DEBUG:teuthology.parallel:result is None 2023-12-07T08:22:54.376 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T08:22:54.383 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T08:22:54.384 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T08:22:54.386 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T08:22:54.432 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T08:22:54.439 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T08:22:54.446 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T08:22:54.447 DEBUG:teuthology.orchestra.run.smithi163:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T08:22:54.449 DEBUG:teuthology.orchestra.run.smithi183:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T08:22:54.493 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T08:22:54.501 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T08:22:54.502 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T08:22:54.507 DEBUG:teuthology.orchestra.run.smithi183:> 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-07T08:22:54.551 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T08:22:54.561 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T08:22:54.565 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T08:22:54.575 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T08:22:54.577 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T08:22:54.585 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T08:22:54.585 DEBUG:teuthology.orchestra.run.smithi163:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T08:22:54.588 DEBUG:teuthology.orchestra.run.smithi183:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T08:22:54.644 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T08:22:54.654 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T08:22:54.654 DEBUG:teuthology.orchestra.run.smithi163:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T08:22:54.657 DEBUG:teuthology.orchestra.run.smithi183:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T08:22:54.702 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T08:22:54.785 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T08:22:54.828 DEBUG:teuthology.orchestra.run.smithi163:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T08:22:54.920 DEBUG:teuthology.orchestra.run.smithi163:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T08:22:54.952 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-07T08:22:54.952 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T08:22:55.019 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T08:22:55.070 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T08:22:55.116 DEBUG:teuthology.orchestra.run.smithi183:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T08:22:55.209 DEBUG:teuthology.orchestra.run.smithi183:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T08:22:55.241 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-07T08:22:55.241 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T08:22:55.308 DEBUG:teuthology.orchestra.run.smithi163:> sudo service rsyslog restart 2023-12-07T08:22:55.310 DEBUG:teuthology.orchestra.run.smithi183:> sudo service rsyslog restart 2023-12-07T08:22:55.374 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T08:22:55.411 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T08:22:55.721 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T08:22:55.728 INFO:teuthology.task.internal:Starting timer... 2023-12-07T08:22:55.728 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T08:22:55.739 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T08:22:55.748 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T08:22:55.748 DEBUG:teuthology.orchestra.run.smithi163:> sudo service auditd rotate 2023-12-07T08:22:55.813 INFO:teuthology.orchestra.run.smithi163.stdout:Rotating logs: 2023-12-07T08:22:55.815 DEBUG:teuthology.orchestra.run.smithi183:> sudo service auditd rotate 2023-12-07T08:22:55.888 INFO:teuthology.orchestra.run.smithi183.stdout:Rotating logs: 2023-12-07T08:22:55.889 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T08:22:55.890 DEBUG:teuthology.orchestra.run.smithi163:> /usr/sbin/getenforce 2023-12-07T08:22:55.917 INFO:teuthology.orchestra.run.smithi163.stdout:Permissive 2023-12-07T08:22:55.918 DEBUG:teuthology.orchestra.run.smithi183:> /usr/sbin/getenforce 2023-12-07T08:22:55.942 INFO:teuthology.orchestra.run.smithi183.stdout:Permissive 2023-12-07T08:22:55.942 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi163.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi183.front.sepia.ceph.com': 'permissive'} 2023-12-07T08:22:55.942 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T08:22:55.984 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T08:22:55.985 DEBUG:teuthology.orchestra.run.smithi183:> 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-07T08:22:56.012 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T08:22:56.012 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T08:22:56.014 DEBUG:teuthology.orchestra.run.smithi163:> sudo /usr/sbin/setenforce permissive 2023-12-07T08:22:56.051 DEBUG:teuthology.orchestra.run.smithi183:> sudo /usr/sbin/setenforce permissive 2023-12-07T08:22:56.086 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T08:22:56.095 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-07T08:22:56.095 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T08:22:56.113 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-07T08:22:56.114 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi163.front.sepia.ceph.com,smithi183.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T08:32:10.127 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi163.front.sepia.ceph.com'), Remote(name='ubuntu@smithi183.front.sepia.ceph.com')] 2023-12-07T08:32:10.150 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-07T08:32:10.151 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi163.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T08:32:10.259 DEBUG:teuthology.orchestra.run.smithi163:> true 2023-12-07T08:32:10.286 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi163.front.sepia.ceph.com' 2023-12-07T08:32:10.287 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-07T08:32:10.288 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi183.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T08:32:10.357 DEBUG:teuthology.orchestra.run.smithi183:> true 2023-12-07T08:32:10.425 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi183.front.sepia.ceph.com' 2023-12-07T08:32:10.425 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T08:32:10.437 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T08:32:10.438 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T08:32:10.438 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T08:32:10.440 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T08:32:10.440 DEBUG:teuthology.orchestra.run.smithi183:> 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-07T08:32:10.469 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T08:32:10.483 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T08:32:10.497 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T08:32:10.511 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T08:32:10.560 INFO:teuthology.orchestra.run.smithi163.stderr:sudo: ntpd: command not found 2023-12-07T08:32:10.572 INFO:teuthology.orchestra.run.smithi163.stdout:506 Cannot talk to daemon 2023-12-07T08:32:10.585 INFO:teuthology.orchestra.run.smithi183.stderr:sudo: ntpd: command not found 2023-12-07T08:32:10.586 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T08:32:10.597 INFO:teuthology.orchestra.run.smithi183.stdout:506 Cannot talk to daemon 2023-12-07T08:32:10.600 INFO:teuthology.orchestra.run.smithi163.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T08:32:10.611 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T08:32:10.625 INFO:teuthology.orchestra.run.smithi183.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T08:32:10.674 INFO:teuthology.orchestra.run.smithi163.stderr:bash: ntpq: command not found 2023-12-07T08:32:10.677 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T08:32:10.677 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2023-12-07T08:32:10.677 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T08:32:10.677 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T08:32:10.678 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T08:32:10.678 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T08:32:10.701 INFO:teuthology.orchestra.run.smithi183.stderr:bash: ntpq: command not found 2023-12-07T08:32:10.704 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T08:32:10.704 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2023-12-07T08:32:10.704 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T08:32:10.704 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T08:32:10.705 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T08:32:10.705 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T08:32:10.706 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T08:32:10.729 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T08:32:10.729 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi163.front.sepia.ceph.com 2023-12-07T08:32:10.730 DEBUG:teuthology.orchestra.run.smithi163:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T08:32:10.730 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi183.front.sepia.ceph.com 2023-12-07T08:32:10.730 DEBUG:teuthology.orchestra.run.smithi183:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T08:32:11.101 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T08:32:11.115 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-07T08:32:11.782 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 143 kB/s | 4.1 kB 00:00 2023-12-07T08:32:11.786 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 148 kB/s | 4.1 kB 00:00 2023-12-07T08:32:11.987 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 142 kB/s | 4.5 kB 00:00 2023-12-07T08:32:11.988 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 147 kB/s | 4.5 kB 00:00 2023-12-07T08:32:13.925 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-07T08:32:14.504 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-07T08:32:14.504 INFO:teuthology.orchestra.run.smithi163.stdout: Package Architecture Version Repository Size 2023-12-07T08:32:14.504 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-07T08:32:14.504 INFO:teuthology.orchestra.run.smithi163.stdout:Resetting modules: 2023-12-07T08:32:14.504 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools 2023-12-07T08:32:14.504 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:32:14.504 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-07T08:32:14.504 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================ 2023-12-07T08:32:14.504 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:32:14.505 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-07T08:32:14.505 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-07T08:32:14.505 INFO:teuthology.orchestra.run.smithi183.stdout: Package Architecture Version Repository Size 2023-12-07T08:32:14.505 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-07T08:32:14.505 INFO:teuthology.orchestra.run.smithi183.stdout:Resetting modules: 2023-12-07T08:32:14.505 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools 2023-12-07T08:32:14.506 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:32:14.506 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-07T08:32:14.506 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================ 2023-12-07T08:32:14.506 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:32:17.649 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-07T08:32:17.807 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-07T08:32:18.110 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T08:32:18.262 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-07T08:32:18.742 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 155 kB/s | 4.1 kB 00:00 2023-12-07T08:32:18.905 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 158 kB/s | 4.1 kB 00:00 2023-12-07T08:32:18.942 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 174 kB/s | 4.5 kB 00:00 2023-12-07T08:32:19.106 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 170 kB/s | 4.5 kB 00:00 2023-12-07T08:32:20.858 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================================ 2023-12-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================================ 2023-12-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.stdout:Installing group/module packages: 2023-12-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.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-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.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-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.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-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.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-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-07T08:32:20.952 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout:Installing module profiles: 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools/common 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout:Enabling module streams: 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout: container-tools rhel8 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout:============================================================================================================ 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout:Install 10 Packages 2023-12-07T08:32:20.953 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:32:20.954 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 18 M 2023-12-07T08:32:20.954 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 65 M 2023-12-07T08:32:20.954 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-07T08:32:21.024 INFO:teuthology.orchestra.run.smithi163.stdout:(1/10): yajl-2.1.0-10.el8.x86_64.rpm 585 kB/s | 41 kB 00:00 2023-12-07T08:32:21.027 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-07T08:32:21.042 INFO:teuthology.orchestra.run.smithi163.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 286 kB/s | 25 kB 00:00 2023-12-07T08:32:21.058 INFO:teuthology.orchestra.run.smithi163.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 904 kB/s | 94 kB 00:00 2023-12-07T08:32:21.084 INFO:teuthology.orchestra.run.smithi163.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 835 kB/s | 49 kB 00:00 2023-12-07T08:32:21.117 INFO:teuthology.orchestra.run.smithi163.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.8 MB/s | 524 kB 00:00 2023-12-07T08:32:21.120 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================================================ 2023-12-07T08:32:21.120 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-07T08:32:21.120 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================================================ 2023-12-07T08:32:21.120 INFO:teuthology.orchestra.run.smithi183.stdout:Installing group/module packages: 2023-12-07T08:32:21.120 INFO:teuthology.orchestra.run.smithi183.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-07T08:32:21.120 INFO:teuthology.orchestra.run.smithi183.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-07T08:32:21.120 INFO:teuthology.orchestra.run.smithi183.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.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-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.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-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.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-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout:Installing module profiles: 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools/common 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout:Enabling module streams: 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout: container-tools rhel8 2023-12-07T08:32:21.121 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:32:21.122 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-07T08:32:21.122 INFO:teuthology.orchestra.run.smithi183.stdout:============================================================================================================ 2023-12-07T08:32:21.122 INFO:teuthology.orchestra.run.smithi183.stdout:Install 10 Packages 2023-12-07T08:32:21.122 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:32:21.122 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 18 M 2023-12-07T08:32:21.122 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 65 M 2023-12-07T08:32:21.122 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-07T08:32:21.143 INFO:teuthology.orchestra.run.smithi163.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-07T08:32:21.168 INFO:teuthology.orchestra.run.smithi163.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-12-07T08:32:21.189 INFO:teuthology.orchestra.run.smithi183.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.4 MB/s | 94 kB 00:00 2023-12-07T08:32:21.213 INFO:teuthology.orchestra.run.smithi183.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 277 kB/s | 25 kB 00:00 2023-12-07T08:32:21.238 INFO:teuthology.orchestra.run.smithi183.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 355 kB/s | 41 kB 00:00 2023-12-07T08:32:21.260 INFO:teuthology.orchestra.run.smithi163.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-07T08:32:21.263 INFO:teuthology.orchestra.run.smithi183.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 653 kB/s | 49 kB 00:00 2023-12-07T08:32:21.297 INFO:teuthology.orchestra.run.smithi183.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-07T08:32:21.355 INFO:teuthology.orchestra.run.smithi183.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 1.6 MB/s | 149 kB 00:00 2023-12-07T08:32:21.381 INFO:teuthology.orchestra.run.smithi183.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 2.5 MB/s | 213 kB 00:00 2023-12-07T08:32:21.385 INFO:teuthology.orchestra.run.smithi163.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 29 MB/s | 7.0 MB 00:00 2023-12-07T08:32:21.464 INFO:teuthology.orchestra.run.smithi183.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 26 MB/s | 2.2 MB 00:00 2023-12-07T08:32:21.478 INFO:teuthology.orchestra.run.smithi163.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-12-07T08:32:21.478 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-07T08:32:21.478 INFO:teuthology.orchestra.run.smithi163.stdout:Total 35 MB/s | 18 MB 00:00 2023-12-07T08:32:21.581 INFO:teuthology.orchestra.run.smithi183.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 31 MB/s | 7.0 MB 00:00 2023-12-07T08:32:21.679 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-07T08:32:21.681 INFO:teuthology.orchestra.run.smithi183.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-12-07T08:32:21.682 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-07T08:32:21.682 INFO:teuthology.orchestra.run.smithi183.stdout:Total 33 MB/s | 18 MB 00:00 2023-12-07T08:32:21.698 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-07T08:32:21.698 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-07T08:32:21.879 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-07T08:32:21.883 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-07T08:32:21.884 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-07T08:32:21.903 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-07T08:32:21.903 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-07T08:32:22.084 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-07T08:32:22.088 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-07T08:32:22.396 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-07T08:32:22.577 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-07T08:32:22.613 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-07T08:32:22.729 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T08:32:22.819 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-07T08:32:22.898 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-07T08:32:22.988 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T08:32:23.090 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-07T08:32:23.174 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-07T08:32:23.408 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-07T08:32:23.474 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-07T08:32:23.750 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-07T08:32:24.253 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-07T08:32:24.537 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-07T08:32:25.137 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-07T08:32:25.369 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-07T08:32:25.405 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-07T08:32:25.561 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-07T08:32:25.670 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-07T08:32:25.771 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T08:32:25.861 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-07T08:32:26.039 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T08:32:26.040 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T08:32:26.040 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-07T08:32:26.040 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T08:32:26.040 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-07T08:32:26.040 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-07T08:32:26.040 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-07T08:32:26.040 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-07T08:32:26.040 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-07T08:32:26.040 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-07T08:32:26.040 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-07T08:32:26.309 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T08:32:26.310 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-07T08:32:26.310 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T08:32:26.310 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-07T08:32:26.310 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-07T08:32:26.310 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-07T08:32:26.310 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-07T08:32:26.310 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-07T08:32:26.310 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-07T08:32:26.310 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-07T08:32:30.560 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-07T08:32:30.560 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-07T08:32:30.677 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-07T08:32:30.677 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-07T08:32:30.755 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:32:30.755 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-07T08:32:30.755 INFO:teuthology.orchestra.run.smithi163.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T08:32:30.755 INFO:teuthology.orchestra.run.smithi163.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T08:32:30.755 INFO:teuthology.orchestra.run.smithi163.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T08:32:30.755 INFO:teuthology.orchestra.run.smithi163.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-07T08:32:30.756 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T08:32:30.756 INFO:teuthology.orchestra.run.smithi163.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T08:32:30.756 INFO:teuthology.orchestra.run.smithi163.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T08:32:30.756 INFO:teuthology.orchestra.run.smithi163.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T08:32:30.756 INFO:teuthology.orchestra.run.smithi163.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T08:32:30.756 INFO:teuthology.orchestra.run.smithi163.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T08:32:30.756 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:32:30.756 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-07T08:32:30.875 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:32:30.875 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-07T08:32:30.875 INFO:teuthology.orchestra.run.smithi183.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T08:32:30.875 INFO:teuthology.orchestra.run.smithi183.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T08:32:30.875 INFO:teuthology.orchestra.run.smithi183.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T08:32:30.875 INFO:teuthology.orchestra.run.smithi183.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-07T08:32:30.875 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T08:32:30.876 INFO:teuthology.orchestra.run.smithi183.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T08:32:30.876 INFO:teuthology.orchestra.run.smithi183.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T08:32:30.876 INFO:teuthology.orchestra.run.smithi183.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T08:32:30.876 INFO:teuthology.orchestra.run.smithi183.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T08:32:30.876 INFO:teuthology.orchestra.run.smithi183.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T08:32:30.876 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:32:30.876 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-07T08:32:30.903 DEBUG:teuthology.parallel:result is None 2023-12-07T08:32:31.036 DEBUG:teuthology.parallel:result is None 2023-12-07T08:32:31.037 INFO:teuthology.run_tasks:Running task install... 2023-12-07T08:32:31.061 DEBUG:teuthology.task.install:project ceph 2023-12-07T08:32:31.061 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'}} 2023-12-07T08:32:31.061 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'} 2023-12-07T08:32:31.062 INFO:teuthology.task.install:Using flavor: default 2023-12-07T08:32:31.071 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-07T08:32:31.071 INFO:teuthology.task.install:extra packages: [] 2023-12-07T08:32:31.072 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': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T08:32:31.072 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T08:32:31.075 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': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T08:32:31.075 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T08:32:31.229 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T08:32:31.229 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T08:32:31.308 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T08:32:31.308 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T08:32:31.415 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T08:32:31.416 DEBUG:teuthology.orchestra.run.smithi163:> set -ex 2023-12-07T08:32:31.416 DEBUG:teuthology.orchestra.run.smithi163:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T08:32:31.450 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-07T08:32:31.450 DEBUG:teuthology.orchestra.run.smithi163:> 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/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T08:32:31.494 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T08:32:31.494 DEBUG:teuthology.orchestra.run.smithi183:> set -ex 2023-12-07T08:32:31.494 DEBUG:teuthology.orchestra.run.smithi183:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T08:32:31.526 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-07T08:32:31.526 DEBUG:teuthology.orchestra.run.smithi183:> 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/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T08:32:31.528 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T08:32:31.612 DEBUG:teuthology.orchestra.run.smithi183:> 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-07T08:32:31.616 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T08:32:31.682 INFO:teuthology.orchestra.run.smithi163.stdout:check_obsoletes = 1 2023-12-07T08:32:31.684 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum clean all 2023-12-07T08:32:31.689 DEBUG:teuthology.orchestra.run.smithi183:> 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-07T08:32:31.760 INFO:teuthology.orchestra.run.smithi183.stdout:check_obsoletes = 1 2023-12-07T08:32:31.761 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum clean all 2023-12-07T08:32:32.063 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T08:32:32.136 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-07T08:32:32.380 INFO:teuthology.orchestra.run.smithi163.stdout:44 files removed 2023-12-07T08:32:32.427 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-radosgw 2023-12-07T08:32:32.453 INFO:teuthology.orchestra.run.smithi183.stdout:44 files removed 2023-12-07T08:32:32.501 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-radosgw 2023-12-07T08:32:32.762 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T08:32:32.832 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-07T08:32:33.566 INFO:teuthology.orchestra.run.smithi163.stdout:ceph packages for x86_64 250 kB/s | 81 kB 00:00 2023-12-07T08:32:33.618 INFO:teuthology.orchestra.run.smithi183.stdout:ceph packages for x86_64 241 kB/s | 81 kB 00:00 2023-12-07T08:32:33.848 INFO:teuthology.orchestra.run.smithi163.stdout:ceph noarch packages 38 kB/s | 9.5 kB 00:00 2023-12-07T08:32:33.995 INFO:teuthology.orchestra.run.smithi183.stdout:ceph noarch packages 28 kB/s | 9.5 kB 00:00 2023-12-07T08:32:34.183 INFO:teuthology.orchestra.run.smithi163.stdout:ceph source packages 4.7 kB/s | 1.5 kB 00:00 2023-12-07T08:32:34.295 INFO:teuthology.orchestra.run.smithi183.stdout:ceph source packages 5.3 kB/s | 1.5 kB 00:00 2023-12-07T08:32:34.333 INFO:teuthology.orchestra.run.smithi163.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-07T08:32:34.461 INFO:teuthology.orchestra.run.smithi183.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-07T08:32:35.380 INFO:teuthology.orchestra.run.smithi183.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-12-07T08:32:36.093 INFO:teuthology.orchestra.run.smithi163.stdout:Extra Packages for Enterprise Linux 9.2 MB/s | 16 MB 00:01 2023-12-07T08:32:38.870 INFO:teuthology.orchestra.run.smithi183.stdout:lab-extras 557 kB/s | 24 kB 00:00 2023-12-07T08:32:39.667 INFO:teuthology.orchestra.run.smithi163.stdout:lab-extras 354 kB/s | 24 kB 00:00 2023-12-07T08:32:39.822 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-12-07T08:32:40.569 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 MB/s | 53 MB 00:00 2023-12-07T08:32:47.907 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 58 MB/s | 47 MB 00:00 2023-12-07T08:32:48.637 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 61 MB/s | 47 MB 00:00 2023-12-07T08:32:58.900 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-07T08:32:58.902 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================================== 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================================== 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout:Upgrading: 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T08:32:58.903 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T08:32:58.904 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T08:32:58.905 INFO:teuthology.orchestra.run.smithi183.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T08:32:58.905 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:32:58.905 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-07T08:32:58.905 INFO:teuthology.orchestra.run.smithi183.stdout:================================================================================================== 2023-12-07T08:32:58.905 INFO:teuthology.orchestra.run.smithi183.stdout:Install 21 Packages 2023-12-07T08:32:58.905 INFO:teuthology.orchestra.run.smithi183.stdout:Upgrade 2 Packages 2023-12-07T08:32:58.905 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:32:58.905 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 63 M 2023-12-07T08:32:58.905 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-07T08:32:59.714 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-07T08:32:59.717 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================== 2023-12-07T08:32:59.717 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-07T08:32:59.717 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================== 2023-12-07T08:32:59.717 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-07T08:32:59.717 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T08:32:59.717 INFO:teuthology.orchestra.run.smithi163.stdout:Upgrading: 2023-12-07T08:32:59.717 INFO:teuthology.orchestra.run.smithi163.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T08:32:59.717 INFO:teuthology.orchestra.run.smithi163.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T08:32:59.718 INFO:teuthology.orchestra.run.smithi163.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-07T08:32:59.719 INFO:teuthology.orchestra.run.smithi163.stdout:================================================================================================== 2023-12-07T08:32:59.720 INFO:teuthology.orchestra.run.smithi163.stdout:Install 21 Packages 2023-12-07T08:32:59.720 INFO:teuthology.orchestra.run.smithi163.stdout:Upgrade 2 Packages 2023-12-07T08:32:59.720 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:32:59.720 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 63 M 2023-12-07T08:32:59.720 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-07T08:33:01.370 INFO:teuthology.orchestra.run.smithi163.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 4.0 MB/s | 5.4 MB 00:01 2023-12-07T08:33:01.445 INFO:teuthology.orchestra.run.smithi163.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 326 kB/s | 24 kB 00:00 2023-12-07T08:33:01.604 INFO:teuthology.orchestra.run.smithi163.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 5.2 MB/s | 842 kB 00:00 2023-12-07T08:33:01.704 INFO:teuthology.orchestra.run.smithi163.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 5.2 MB/s | 527 kB 00:00 2023-12-07T08:33:02.097 INFO:teuthology.orchestra.run.smithi183.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 1.7 MB/s | 5.4 MB 00:03 2023-12-07T08:33:02.198 INFO:teuthology.orchestra.run.smithi183.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 243 kB/s | 24 kB 00:00 2023-12-07T08:33:02.714 INFO:teuthology.orchestra.run.smithi183.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 1.6 MB/s | 842 kB 00:00 2023-12-07T08:33:02.729 INFO:teuthology.orchestra.run.smithi163.stdout:(5/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64. 7.1 MB/s | 7.3 MB 00:01 2023-12-07T08:33:02.796 INFO:teuthology.orchestra.run.smithi163.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 675 kB/s | 45 kB 00:00 2023-12-07T08:33:02.864 INFO:teuthology.orchestra.run.smithi163.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.9 MB/s | 128 kB 00:00 2023-12-07T08:33:02.906 INFO:teuthology.orchestra.run.smithi183.stdout:(4/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x8 3.7 MB/s | 15 MB 00:03 2023-12-07T08:33:02.930 INFO:teuthology.orchestra.run.smithi163.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 2.9 MB/s | 198 kB 00:00 2023-12-07T08:33:02.973 INFO:teuthology.orchestra.run.smithi183.stdout:(5/23): libradosstriper1-19.0.0-64.ge068ebcf.el 2.0 MB/s | 527 kB 00:00 2023-12-07T08:33:03.014 INFO:teuthology.orchestra.run.smithi163.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 4.4 MB/s | 371 kB 00:00 2023-12-07T08:33:03.057 INFO:teuthology.orchestra.run.smithi183.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 538 kB/s | 45 kB 00:00 2023-12-07T08:33:03.097 INFO:teuthology.orchestra.run.smithi163.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 4.3 MB/s | 364 kB 00:00 2023-12-07T08:33:03.149 INFO:teuthology.orchestra.run.smithi183.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.4 MB/s | 128 kB 00:00 2023-12-07T08:33:03.181 INFO:teuthology.orchestra.run.smithi163.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.3 MB/s | 107 kB 00:00 2023-12-07T08:33:03.291 INFO:teuthology.orchestra.run.smithi183.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 1.4 MB/s | 198 kB 00:00 2023-12-07T08:33:03.458 INFO:teuthology.orchestra.run.smithi183.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 2.2 MB/s | 371 kB 00:00 2023-12-07T08:33:03.616 INFO:teuthology.orchestra.run.smithi183.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 2.3 MB/s | 364 kB 00:00 2023-12-07T08:33:03.684 INFO:teuthology.orchestra.run.smithi183.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.6 MB/s | 107 kB 00:00 2023-12-07T08:33:03.740 INFO:teuthology.orchestra.run.smithi163.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 548 kB/s | 306 kB 00:00 2023-12-07T08:33:03.907 INFO:teuthology.orchestra.run.smithi163.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 353 kB/s | 59 kB 00:00 2023-12-07T08:33:04.027 INFO:teuthology.orchestra.run.smithi183.stdout:(12/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64 6.5 MB/s | 7.3 MB 00:01 2023-12-07T08:33:04.116 INFO:teuthology.orchestra.run.smithi163.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 360 kB/s | 75 kB 00:00 2023-12-07T08:33:04.360 INFO:teuthology.orchestra.run.smithi183.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 176 kB/s | 59 kB 00:00 2023-12-07T08:33:04.385 INFO:teuthology.orchestra.run.smithi183.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 437 kB/s | 306 kB 00:00 2023-12-07T08:33:04.510 INFO:teuthology.orchestra.run.smithi183.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 500 kB/s | 75 kB 00:00 2023-12-07T08:33:04.570 INFO:teuthology.orchestra.run.smithi183.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 806 kB/s | 47 kB 00:00 2023-12-07T08:33:04.611 INFO:teuthology.orchestra.run.smithi183.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-07T08:33:04.653 INFO:teuthology.orchestra.run.smithi183.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-07T08:33:04.695 INFO:teuthology.orchestra.run.smithi183.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 8.3 MB/s | 354 kB 00:00 2023-12-07T08:33:04.991 INFO:teuthology.orchestra.run.smithi163.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 2.0 MB/s | 1.7 MB 00:00 2023-12-07T08:33:05.041 INFO:teuthology.orchestra.run.smithi163.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 944 kB/s | 47 kB 00:00 2023-12-07T08:33:05.078 INFO:teuthology.orchestra.run.smithi163.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 7.6 MB/s | 259 kB 00:00 2023-12-07T08:33:05.116 INFO:teuthology.orchestra.run.smithi163.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-07T08:33:05.192 INFO:teuthology.orchestra.run.smithi163.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.6 MB/s | 354 kB 00:00 2023-12-07T08:33:05.487 INFO:teuthology.orchestra.run.smithi183.stdout:(20/23): ceph-common-19.0.0-64.ge068ebcf.el8.x8 3.5 MB/s | 23 MB 00:06 2023-12-07T08:33:05.586 INFO:teuthology.orchestra.run.smithi183.stdout:(21/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 4.2 MB/s | 3.8 MB 00:00 2023-12-07T08:33:05.651 INFO:teuthology.orchestra.run.smithi163.stdout:(20/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x 2.6 MB/s | 15 MB 00:05 2023-12-07T08:33:05.718 INFO:teuthology.orchestra.run.smithi163.stdout:(21/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 7.2 MB/s | 3.8 MB 00:00 2023-12-07T08:33:05.954 INFO:teuthology.orchestra.run.smithi183.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 8.0 MB/s | 3.7 MB 00:00 2023-12-07T08:33:06.201 INFO:teuthology.orchestra.run.smithi163.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 6.8 MB/s | 3.7 MB 00:00 2023-12-07T08:33:07.421 INFO:teuthology.orchestra.run.smithi183.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 585 kB/s | 1.7 MB 00:03 2023-12-07T08:33:07.424 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-07T08:33:07.425 INFO:teuthology.orchestra.run.smithi183.stdout:Total 7.4 MB/s | 63 MB 00:08 2023-12-07T08:33:07.470 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-07T08:33:07.515 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-07T08:33:07.515 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-07T08:33:07.863 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-07T08:33:07.867 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-07T08:33:09.049 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-07T08:33:09.297 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T08:33:09.492 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T08:33:09.684 INFO:teuthology.orchestra.run.smithi163.stdout:(23/23): ceph-common-19.0.0-64.ge068ebcf.el8.x8 2.4 MB/s | 23 MB 00:09 2023-12-07T08:33:09.687 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-07T08:33:09.687 INFO:teuthology.orchestra.run.smithi163.stdout:Total 6.4 MB/s | 63 MB 00:09 2023-12-07T08:33:09.735 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-07T08:33:09.780 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-07T08:33:09.780 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-07T08:33:09.908 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T08:33:10.132 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-07T08:33:10.136 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-07T08:33:10.142 INFO:teuthology.orchestra.run.smithi183.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T08:33:10.246 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T08:33:10.432 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T08:33:10.695 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T08:33:10.900 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T08:33:11.295 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T08:33:11.317 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-07T08:33:11.525 INFO:teuthology.orchestra.run.smithi183.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T08:33:11.553 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T08:33:11.654 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T08:33:11.733 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T08:33:11.825 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T08:33:11.886 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T08:33:12.143 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T08:33:12.324 INFO:teuthology.orchestra.run.smithi163.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T08:33:12.425 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T08:33:12.610 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T08:33:12.883 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T08:33:12.885 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T08:33:13.016 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T08:33:13.066 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T08:33:13.115 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T08:33:13.244 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T08:33:13.411 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T08:33:13.468 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T08:33:13.643 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T08:33:13.699 INFO:teuthology.orchestra.run.smithi163.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T08:33:13.793 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T08:33:13.838 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T08:33:13.991 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T08:33:14.033 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T08:33:14.058 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T08:33:14.106 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T08:33:14.234 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T08:33:14.424 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T08:33:14.718 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T08:33:14.860 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T08:33:14.883 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T08:33:15.015 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T08:33:15.087 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T08:33:15.227 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T08:33:15.401 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T08:33:15.600 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T08:33:15.787 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T08:33:15.949 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T08:33:16.008 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T08:33:16.166 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T08:33:16.367 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T08:33:16.608 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T08:33:16.757 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T08:33:18.693 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T08:33:18.924 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T08:33:19.524 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T08:33:19.769 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T08:33:19.885 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T08:33:20.041 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T08:33:20.825 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T08:33:21.049 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T08:33:21.628 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T08:33:21.883 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T08:33:21.965 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T08:33:22.098 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T08:33:38.655 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T08:33:38.655 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /sys 2023-12-07T08:33:38.656 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /proc 2023-12-07T08:33:38.656 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /dev 2023-12-07T08:33:38.656 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /run 2023-12-07T08:33:38.656 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /mnt 2023-12-07T08:33:38.656 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /var/tmp 2023-12-07T08:33:38.656 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /home 2023-12-07T08:33:38.656 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /tmp 2023-12-07T08:33:38.656 INFO:teuthology.orchestra.run.smithi183.stdout:skipping the directory /dev 2023-12-07T08:33:38.657 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:33:40.132 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T08:33:40.153 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T08:33:40.153 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T08:33:40.364 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T08:33:40.364 INFO:teuthology.orchestra.run.smithi183.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T08:33:40.946 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T08:33:40.946 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T08:33:40.946 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T08:33:40.947 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T08:33:40.948 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T08:33:40.949 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T08:33:40.949 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T08:33:40.949 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T08:33:40.949 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T08:33:40.949 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T08:33:40.949 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T08:33:40.949 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T08:33:40.949 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T08:33:40.949 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T08:33:41.131 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T08:33:41.131 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /sys 2023-12-07T08:33:41.131 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /proc 2023-12-07T08:33:41.132 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /dev 2023-12-07T08:33:41.132 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /run 2023-12-07T08:33:41.132 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /mnt 2023-12-07T08:33:41.132 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /var/tmp 2023-12-07T08:33:41.132 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /home 2023-12-07T08:33:41.132 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /tmp 2023-12-07T08:33:41.132 INFO:teuthology.orchestra.run.smithi163.stdout:skipping the directory /dev 2023-12-07T08:33:41.132 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:33:42.587 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T08:33:42.608 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T08:33:42.608 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T08:33:42.813 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T08:33:42.813 INFO:teuthology.orchestra.run.smithi163.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T08:33:43.370 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T08:33:43.370 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T08:33:43.370 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T08:33:43.370 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T08:33:43.370 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T08:33:43.370 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T08:33:43.370 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T08:33:43.370 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T08:33:43.370 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T08:33:43.371 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T08:33:43.372 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T08:33:44.688 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T08:33:44.688 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-07T08:33:44.878 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:33:44.878 INFO:teuthology.orchestra.run.smithi183.stdout:Upgraded: 2023-12-07T08:33:44.878 INFO:teuthology.orchestra.run.smithi183.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.878 INFO:teuthology.orchestra.run.smithi183.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.878 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T08:33:44.879 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.880 INFO:teuthology.orchestra.run.smithi183.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.880 INFO:teuthology.orchestra.run.smithi183.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.880 INFO:teuthology.orchestra.run.smithi183.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T08:33:44.880 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.880 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.880 INFO:teuthology.orchestra.run.smithi183.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:44.880 INFO:teuthology.orchestra.run.smithi183.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T08:33:44.880 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:33:44.880 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-07T08:33:45.050 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph-test 2023-12-07T08:33:45.400 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-07T08:33:46.065 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 140 kB/s | 4.1 kB 00:00 2023-12-07T08:33:46.264 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 167 kB/s | 4.5 kB 00:00 2023-12-07T08:33:47.081 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T08:33:47.081 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-07T08:33:47.274 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:33:47.274 INFO:teuthology.orchestra.run.smithi163.stdout:Upgraded: 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.275 INFO:teuthology.orchestra.run.smithi163.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:33:47.276 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-07T08:33:47.451 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph-test 2023-12-07T08:33:47.800 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T08:33:47.841 INFO:teuthology.orchestra.run.smithi183.stdout:Dependencies resolved. 2023-12-07T08:33:47.842 INFO:teuthology.orchestra.run.smithi183.stdout:========================================================================================== 2023-12-07T08:33:47.842 INFO:teuthology.orchestra.run.smithi183.stdout: Package Arch Version Repository Size 2023-12-07T08:33:47.842 INFO:teuthology.orchestra.run.smithi183.stdout:========================================================================================== 2023-12-07T08:33:47.842 INFO:teuthology.orchestra.run.smithi183.stdout:Installing: 2023-12-07T08:33:47.842 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout:Installing dependencies: 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction Summary 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout:========================================================================================== 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout:Install 6 Packages 2023-12-07T08:33:47.843 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:33:47.844 INFO:teuthology.orchestra.run.smithi183.stdout:Total download size: 51 M 2023-12-07T08:33:47.844 INFO:teuthology.orchestra.run.smithi183.stdout:Installed size: 228 M 2023-12-07T08:33:47.844 INFO:teuthology.orchestra.run.smithi183.stdout:Downloading Packages: 2023-12-07T08:33:47.886 INFO:teuthology.orchestra.run.smithi183.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-07T08:33:47.962 INFO:teuthology.orchestra.run.smithi183.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.8 MB/s | 323 kB 00:00 2023-12-07T08:33:48.020 INFO:teuthology.orchestra.run.smithi183.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.1 MB/s | 187 kB 00:00 2023-12-07T08:33:48.062 INFO:teuthology.orchestra.run.smithi183.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-07T08:33:48.137 INFO:teuthology.orchestra.run.smithi183.stdout:(5/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 624 kB/s | 183 kB 00:00 2023-12-07T08:33:48.476 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 113 kB/s | 4.1 kB 00:00 2023-12-07T08:33:48.693 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 127 kB/s | 4.5 kB 00:00 2023-12-07T08:33:50.340 INFO:teuthology.orchestra.run.smithi163.stdout:Dependencies resolved. 2023-12-07T08:33:50.341 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================== 2023-12-07T08:33:50.341 INFO:teuthology.orchestra.run.smithi163.stdout: Package Arch Version Repository Size 2023-12-07T08:33:50.341 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================== 2023-12-07T08:33:50.341 INFO:teuthology.orchestra.run.smithi163.stdout:Installing: 2023-12-07T08:33:50.341 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T08:33:50.342 INFO:teuthology.orchestra.run.smithi163.stdout:Installing dependencies: 2023-12-07T08:33:50.342 INFO:teuthology.orchestra.run.smithi163.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T08:33:50.342 INFO:teuthology.orchestra.run.smithi163.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T08:33:50.342 INFO:teuthology.orchestra.run.smithi163.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T08:33:50.342 INFO:teuthology.orchestra.run.smithi163.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T08:33:50.342 INFO:teuthology.orchestra.run.smithi163.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T08:33:50.342 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:33:50.342 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction Summary 2023-12-07T08:33:50.342 INFO:teuthology.orchestra.run.smithi163.stdout:========================================================================================== 2023-12-07T08:33:50.342 INFO:teuthology.orchestra.run.smithi163.stdout:Install 6 Packages 2023-12-07T08:33:50.343 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:33:50.343 INFO:teuthology.orchestra.run.smithi163.stdout:Total download size: 51 M 2023-12-07T08:33:50.343 INFO:teuthology.orchestra.run.smithi163.stdout:Installed size: 228 M 2023-12-07T08:33:50.343 INFO:teuthology.orchestra.run.smithi163.stdout:Downloading Packages: 2023-12-07T08:33:50.382 INFO:teuthology.orchestra.run.smithi163.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-07T08:33:50.449 INFO:teuthology.orchestra.run.smithi163.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.4 MB/s | 323 kB 00:00 2023-12-07T08:33:50.508 INFO:teuthology.orchestra.run.smithi163.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.2 MB/s | 187 kB 00:00 2023-12-07T08:33:50.537 INFO:teuthology.orchestra.run.smithi183.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 19 MB/s | 50 MB 00:02 2023-12-07T08:33:50.539 INFO:teuthology.orchestra.run.smithi183.stdout:-------------------------------------------------------------------------------- 2023-12-07T08:33:50.539 INFO:teuthology.orchestra.run.smithi183.stdout:Total 19 MB/s | 51 MB 00:02 2023-12-07T08:33:50.550 INFO:teuthology.orchestra.run.smithi163.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-07T08:33:50.577 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction check 2023-12-07T08:33:50.598 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction check succeeded. 2023-12-07T08:33:50.598 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction test 2023-12-07T08:33:50.683 INFO:teuthology.orchestra.run.smithi163.stdout:(5/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 538 kB/s | 183 kB 00:00 2023-12-07T08:33:50.866 INFO:teuthology.orchestra.run.smithi183.stdout:Transaction test succeeded. 2023-12-07T08:33:50.871 INFO:teuthology.orchestra.run.smithi183.stdout:Running transaction 2023-12-07T08:33:51.336 INFO:teuthology.orchestra.run.smithi183.stdout: Preparing : 1/1 2023-12-07T08:33:51.493 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T08:33:51.559 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T08:33:51.747 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T08:33:51.893 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T08:33:52.075 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T08:33:52.226 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T08:33:52.800 INFO:teuthology.orchestra.run.smithi163.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 20 MB/s | 50 MB 00:02 2023-12-07T08:33:52.802 INFO:teuthology.orchestra.run.smithi163.stdout:-------------------------------------------------------------------------------- 2023-12-07T08:33:52.802 INFO:teuthology.orchestra.run.smithi163.stdout:Total 21 MB/s | 51 MB 00:02 2023-12-07T08:33:52.839 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction check 2023-12-07T08:33:52.862 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction check succeeded. 2023-12-07T08:33:52.862 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction test 2023-12-07T08:33:53.130 INFO:teuthology.orchestra.run.smithi163.stdout:Transaction test succeeded. 2023-12-07T08:33:53.133 INFO:teuthology.orchestra.run.smithi163.stdout:Running transaction 2023-12-07T08:33:53.570 INFO:teuthology.orchestra.run.smithi163.stdout: Preparing : 1/1 2023-12-07T08:33:53.726 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T08:33:53.817 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T08:33:54.030 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T08:33:54.201 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T08:33:54.348 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T08:33:54.492 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T08:33:57.077 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T08:33:57.314 INFO:teuthology.orchestra.run.smithi183.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T08:33:57.542 INFO:teuthology.orchestra.run.smithi183.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T08:33:57.542 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T08:33:57.542 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T08:33:57.542 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T08:33:57.542 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T08:33:57.542 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T08:33:59.284 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T08:33:59.513 INFO:teuthology.orchestra.run.smithi163.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T08:33:59.738 INFO:teuthology.orchestra.run.smithi163.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T08:33:59.738 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T08:33:59.738 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T08:33:59.738 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T08:33:59.738 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T08:33:59.738 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T08:34:01.217 INFO:teuthology.orchestra.run.smithi183.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T08:34:01.217 INFO:teuthology.orchestra.run.smithi183.stdout:Installed products updated. 2023-12-07T08:34:01.404 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:34:01.404 INFO:teuthology.orchestra.run.smithi183.stdout:Installed: 2023-12-07T08:34:01.404 INFO:teuthology.orchestra.run.smithi183.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T08:34:01.404 INFO:teuthology.orchestra.run.smithi183.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T08:34:01.404 INFO:teuthology.orchestra.run.smithi183.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T08:34:01.404 INFO:teuthology.orchestra.run.smithi183.stdout: 2023-12-07T08:34:01.405 INFO:teuthology.orchestra.run.smithi183.stdout:Complete! 2023-12-07T08:34:01.555 DEBUG:teuthology.orchestra.run.smithi183:> sudo yum -y install ceph 2023-12-07T08:34:01.891 INFO:teuthology.orchestra.run.smithi183.stdout:Updating Subscription Management repositories. 2023-12-07T08:34:02.541 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 147 kB/s | 4.1 kB 00:00 2023-12-07T08:34:02.752 INFO:teuthology.orchestra.run.smithi183.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 150 kB/s | 4.5 kB 00:00 2023-12-07T08:34:03.484 INFO:teuthology.orchestra.run.smithi163.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T08:34:03.484 INFO:teuthology.orchestra.run.smithi163.stdout:Installed products updated. 2023-12-07T08:34:03.666 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:34:03.666 INFO:teuthology.orchestra.run.smithi163.stdout:Installed: 2023-12-07T08:34:03.666 INFO:teuthology.orchestra.run.smithi163.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T08:34:03.666 INFO:teuthology.orchestra.run.smithi163.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T08:34:03.666 INFO:teuthology.orchestra.run.smithi163.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T08:34:03.666 INFO:teuthology.orchestra.run.smithi163.stdout: 2023-12-07T08:34:03.666 INFO:teuthology.orchestra.run.smithi163.stdout:Complete! 2023-12-07T08:34:03.804 DEBUG:teuthology.orchestra.run.smithi163:> sudo yum -y install ceph 2023-12-07T08:34:04.139 INFO:teuthology.orchestra.run.smithi163.stdout:Updating Subscription Management repositories. 2023-12-07T08:34:04.343 INFO:teuthology.orchestra.run.smithi183.stderr:Error: 2023-12-07T08:34:04.343 INFO:teuthology.orchestra.run.smithi183.stderr: Problem: conflicting requests 2023-12-07T08:34:04.343 INFO:teuthology.orchestra.run.smithi183.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:34:04.344 INFO:teuthology.orchestra.run.smithi183.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T08:34:04.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T08:34:04.427 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 smithi183 with status 1: 'sudo yum -y install ceph' 2023-12-07T08:34:04.429 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 smithi183 with status 1: 'sudo yum -y install ceph' 2023-12-07T08:34:04.522 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7e2cb787bcc44071ab024cbc302e2c66 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 smithi183 with status 1: 'sudo yum -y install ceph' 2023-12-07T08:34:04.526 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T08:34:04.535 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T08:34:04.562 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T08:34:04.563 DEBUG:teuthology.orchestra.run.smithi163:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T08:34:04.587 DEBUG:teuthology.orchestra.run.smithi183:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T08:34:04.592 INFO:teuthology.orchestra.run.smithi163.stderr:bash: ntpq: command not found 2023-12-07T08:34:04.597 INFO:teuthology.orchestra.run.smithi163.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T08:34:04.597 INFO:teuthology.orchestra.run.smithi163.stdout:=============================================================================== 2023-12-07T08:34:04.597 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 43 +553us[ +677us] +/- 73ms 2023-12-07T08:34:04.597 INFO:teuthology.orchestra.run.smithi163.stdout:^* hv02.front.sepia.ceph.com 3 6 37 42 -1289us[-1165us] +/- 45ms 2023-12-07T08:34:04.597 INFO:teuthology.orchestra.run.smithi163.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 42 +1281us[+1404us] +/- 59ms 2023-12-07T08:34:04.598 INFO:teuthology.orchestra.run.smithi163.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T08:34:04.604 INFO:teuthology.orchestra.run.smithi183.stderr:bash: ntpq: command not found 2023-12-07T08:34:04.607 INFO:teuthology.orchestra.run.smithi183.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T08:34:04.608 INFO:teuthology.orchestra.run.smithi183.stdout:=============================================================================== 2023-12-07T08:34:04.608 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 43 +558us[ +706us] +/- 73ms 2023-12-07T08:34:04.608 INFO:teuthology.orchestra.run.smithi183.stdout:^* hv02.front.sepia.ceph.com 3 6 37 43 -1293us[-1146us] +/- 45ms 2023-12-07T08:34:04.608 INFO:teuthology.orchestra.run.smithi183.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 43 +1251us[+1399us] +/- 59ms 2023-12-07T08:34:04.608 INFO:teuthology.orchestra.run.smithi183.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T08:34:04.609 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T08:34:04.620 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T08:34:04.620 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T08:34:04.631 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T08:34:04.743 DEBUG:teuthology.orchestra.run.smithi183:> 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-07T08:34:04.857 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T08:34:04.888 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T08:34:04.888 DEBUG:teuthology.orchestra.run.smithi183:> 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-07T08:34:04.919 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T08:34:04.920 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T08:34:04.929 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T08:34:04.974 INFO:teuthology.task.internal:Duration was 669.246051 seconds 2023-12-07T08:34:04.975 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T08:34:04.984 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T08:34:04.984 DEBUG:teuthology.orchestra.run.smithi163:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T08:34:04.986 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 114 kB/s | 4.1 kB 00:00 2023-12-07T08:34:04.987 DEBUG:teuthology.orchestra.run.smithi183:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T08:34:05.032 INFO:teuthology.orchestra.run.smithi163.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T08:34:05.033 INFO:teuthology.orchestra.run.smithi183.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T08:34:05.170 INFO:teuthology.orchestra.run.smithi163.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 168 kB/s | 4.5 kB 00:00 2023-12-07T08:34:05.468 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T08:34:05.468 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi163.front.sepia.ceph.com 2023-12-07T08:34:05.468 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T08:34:05.489 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi183.front.sepia.ceph.com 2023-12-07T08:34:05.489 DEBUG:teuthology.orchestra.run.smithi183:> 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-07T08:34:05.512 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T08:34:05.513 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T08:34:05.531 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T08:34:05.592 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T08:34:05.593 DEBUG:teuthology.orchestra.run.smithi163:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T08:34:05.609 DEBUG:teuthology.orchestra.run.smithi183:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T08:34:05.700 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T08:34:05.713 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T08:34:05.713 DEBUG:teuthology.orchestra.run.smithi163:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T08:34:05.752 DEBUG:teuthology.orchestra.run.smithi183:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T08:34:05.793 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T08:34:05.803 DEBUG:teuthology.orchestra.run.smithi163:> 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-07T08:34:05.806 DEBUG:teuthology.orchestra.run.smithi183:> 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-07T08:34:05.829 INFO:teuthology.orchestra.run.smithi163.stdout:kernel.core_pattern = core 2023-12-07T08:34:05.859 INFO:teuthology.orchestra.run.smithi183.stdout:kernel.core_pattern = core 2023-12-07T08:34:05.883 DEBUG:teuthology.orchestra.run.smithi163:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T08:34:05.903 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T08:34:05.904 DEBUG:teuthology.orchestra.run.smithi183:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T08:34:05.938 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T08:34:05.939 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T08:34:05.950 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T08:34:05.952 DEBUG:teuthology.misc:Transferring archived files from smithi163:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481701/remote/smithi163 2023-12-07T08:34:05.952 DEBUG:teuthology.orchestra.run.smithi163:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T08:34:06.000 DEBUG:teuthology.misc:Transferring archived files from smithi183:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481701/remote/smithi183 2023-12-07T08:34:06.001 DEBUG:teuthology.orchestra.run.smithi183:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T08:34:06.057 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T08:34:06.057 DEBUG:teuthology.orchestra.run.smithi163:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T08:34:06.060 DEBUG:teuthology.orchestra.run.smithi183:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T08:34:06.104 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T08:34:06.126 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T08:34:06.126 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T08:34:06.199 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T08:34:06.199 DEBUG:teuthology.orchestra.run.smithi163:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T08:34:06.201 DEBUG:teuthology.orchestra.run.smithi183:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T08:34:06.215 INFO:teuthology.orchestra.run.smithi163.stdout: 262324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 08:34 /home/ubuntu/cephtest 2023-12-07T08:34:06.218 INFO:teuthology.orchestra.run.smithi183.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 08:34 /home/ubuntu/cephtest 2023-12-07T08:34:06.219 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T08:34:06.229 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T08:34:06.251 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T08:34:06.279 DEBUG:teuthology.nuke:shortname: smithi163 2023-12-07T08:34:06.279 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T08:34:06.303 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi163.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481701', '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-07 08:16:52.231833', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T08:34:06.308 DEBUG:teuthology.nuke:shortname: smithi183 2023-12-07T08:34:06.308 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T08:34:06.334 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi183.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_01:25:59-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7481701', '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-07 08:16:52.229707', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T08:34:06.369 INFO:teuthology.orchestra.console.smithi163:Power off 2023-12-07T08:34:06.369 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T08:34:06.393 DEBUG:teuthology.orchestra.console.smithi163:power off output: Chassis Power Control: Down/Off 2023-12-07T08:34:06.393 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T08:34:06.413 INFO:teuthology.orchestra.console.smithi183:Power off 2023-12-07T08:34:06.413 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T08:34:06.435 DEBUG:teuthology.orchestra.console.smithi183:power off output: Chassis Power Control: Down/Off 2023-12-07T08:34:06.435 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T08:34:06.447 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-07T08:34:06.467 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-07T08:34:06.792 INFO:teuthology.orchestra.run.smithi163.stderr:Error: 2023-12-07T08:34:06.792 INFO:teuthology.orchestra.run.smithi163.stderr: Problem: conflicting requests 2023-12-07T08:34:06.793 INFO:teuthology.orchestra.run.smithi163.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T08:34:06.793 INFO:teuthology.orchestra.run.smithi163.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T08:34:06.867 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T08:34:10.449 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T08:34:10.468 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T08:34:10.564 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is on 2023-12-07T08:34:10.579 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-07T08:34:14.567 DEBUG:teuthology.orchestra.console.smithi163:pexpect command: ipmitool -H smithi163.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T08:34:14.581 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T08:34:14.680 DEBUG:teuthology.orchestra.console.smithi163:check power output: Chassis Power is off 2023-12-07T08:34:14.693 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is on 2023-12-07T08:34:14.781 INFO:teuthology.orchestra.console.smithi163:Power off completed 2023-12-07T08:34:18.698 DEBUG:teuthology.orchestra.console.smithi183:pexpect command: ipmitool -H smithi183.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T08:34:18.809 DEBUG:teuthology.orchestra.console.smithi183:check power output: Chassis Power is off 2023-12-07T08:34:18.911 INFO:teuthology.orchestra.console.smithi183:Power off completed 2023-12-07T08:34:19.017 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: 669.2460513114929 failure_reason: 'Command failed on smithi183 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7e2cb787bcc44071ab024cbc302e2c66 status: fail success: false 2023-12-07T08:34:19.018 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T08:34:19.112 INFO:teuthology.run:FAIL