2023-12-07T02:54:12.648 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T02:54:12.648 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481107 --owner scheduled_yuriw@teuthology --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} -- /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481107/orig.config.yaml 2023-12-07T02:54:12.687 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T02:54:12.769 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481107 branch: wip-yuri-testing-2023-12-06-1240 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: '7481107' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri-testing-2023-12-06-1240 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: f0c322331348463ad8afb13a3a03e833bee1c39c ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: f0c322331348463ad8afb13a3a03e833bee1c39c selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri-testing-2023-12-06-1240 sha1: f0c322331348463ad8afb13a3a03e833bee1c39c 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: 6240 sha1: f0c322331348463ad8afb13a3a03e833bee1c39c sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri-testing-2023-12-06-1240 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: f0c322331348463ad8afb13a3a03e833bee1c39c targets: smithi091.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi143.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_00:12:58 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T02:54:12.769 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa; will attempt to use it 2023-12-07T02:54:12.770 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_f0c322331348463ad8afb13a3a03e833bee1c39c/qa/tasks 2023-12-07T02:54:12.770 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T02:54:12.772 INFO:teuthology.task.internal:Checking packages... 2023-12-07T02:54:12.796 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'f0c322331348463ad8afb13a3a03e833bee1c39c' 2023-12-07T02:54:12.796 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T02:54:12.796 INFO:teuthology.packaging:ref: None 2023-12-07T02:54:12.796 INFO:teuthology.packaging:tag: None 2023-12-07T02:54:12.796 INFO:teuthology.packaging:branch: wip-yuri-testing-2023-12-06-1240 2023-12-07T02:54:12.796 INFO:teuthology.packaging:sha1: f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T02:54:12.796 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri-testing-2023-12-06-1240 2023-12-07T02:54:13.017 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-37.gf0c32233 2023-12-07T02:54:13.018 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T02:54:13.025 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T02:54:13.025 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T02:54:13.046 INFO:teuthology.task.internal:Saving configuration 2023-12-07T02:54:13.067 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T02:54:13.074 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T02:54:13.097 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi091.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481107', '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 02:48:56.023002', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:54:13.119 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481107', '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 02:48:56.024734', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T02:54:13.119 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T02:54:13.127 INFO:teuthology.task.internal:roles: ubuntu@smithi091.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T02:54:13.127 INFO:teuthology.task.internal:roles: ubuntu@smithi143.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T02:54:13.128 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T02:54:13.203 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe9e5798ee0>, signals=[15]) 2023-12-07T02:54:13.204 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T02:54:13.210 INFO:teuthology.task.internal:Opening connections... 2023-12-07T02:54:13.210 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi091.front.sepia.ceph.com 2023-12-07T02:54:13.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi091.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:54:13.279 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi143.front.sepia.ceph.com 2023-12-07T02:54:13.280 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T02:54:13.346 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T02:54:13.352 DEBUG:teuthology.orchestra.run.smithi091:> uname -m 2023-12-07T02:54:13.372 INFO:teuthology.orchestra.run.smithi091.stdout:x86_64 2023-12-07T02:54:13.372 DEBUG:teuthology.orchestra.run.smithi091:> cat /etc/os-release 2023-12-07T02:54:13.430 INFO:teuthology.orchestra.run.smithi091.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:ID="rhel" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:ID_LIKE="fedora" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:VERSION_ID="8.6" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:PLATFORM_ID="platform:el8" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:ANSI_COLOR="0;31" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T02:54:13.431 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T02:54:13.432 INFO:teuthology.orchestra.run.smithi091.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T02:54:13.432 INFO:teuthology.orchestra.run.smithi091.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T02:54:13.432 INFO:teuthology.orchestra.run.smithi091.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T02:54:13.432 INFO:teuthology.orchestra.run.smithi091.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T02:54:13.432 INFO:teuthology.lock.ops:Updating smithi091.front.sepia.ceph.com on lock server 2023-12-07T02:54:13.453 DEBUG:teuthology.orchestra.run.smithi143:> uname -m 2023-12-07T02:54:13.473 INFO:teuthology.orchestra.run.smithi143.stdout:x86_64 2023-12-07T02:54:13.473 DEBUG:teuthology.orchestra.run.smithi143:> cat /etc/os-release 2023-12-07T02:54:13.532 INFO:teuthology.orchestra.run.smithi143.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:ID="rhel" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:ID_LIKE="fedora" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:VERSION_ID="8.6" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:PLATFORM_ID="platform:el8" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:ANSI_COLOR="0;31" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T02:54:13.533 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T02:54:13.534 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T02:54:13.534 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T02:54:13.534 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T02:54:13.534 INFO:teuthology.orchestra.run.smithi143.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T02:54:13.534 INFO:teuthology.lock.ops:Updating smithi143.front.sepia.ceph.com on lock server 2023-12-07T02:54:13.553 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T02:54:13.561 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T02:54:13.567 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T02:54:13.567 DEBUG:teuthology.orchestra.run.smithi091:> test '!' -e /home/ubuntu/cephtest 2023-12-07T02:54:13.570 DEBUG:teuthology.orchestra.run.smithi143:> test '!' -e /home/ubuntu/cephtest 2023-12-07T02:54:13.591 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T02:54:13.597 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T02:54:13.597 DEBUG:teuthology.orchestra.run.smithi091:> test -z $(ls -A /var/lib/ceph) 2023-12-07T02:54:13.629 DEBUG:teuthology.orchestra.run.smithi143:> test -z $(ls -A /var/lib/ceph) 2023-12-07T02:54:13.658 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T02:54:13.708 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T02:54:13.724 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T02:54:13.724 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-07T02:54:13.724 DEBUG:teuthology.orchestra.run.smithi091:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T02:54:13.725 DEBUG:teuthology.orchestra.run.smithi143:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T02:54:13.743 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:54:13.744 DEBUG:teuthology.orchestra.run.smithi143:> uname -r 2023-12-07T02:54:13.744 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:54:13.745 DEBUG:teuthology.orchestra.run.smithi091:> uname -r 2023-12-07T02:54:13.802 INFO:teuthology.orchestra.run.smithi143.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T02:54:13.802 INFO:teuthology.task.kernel:Running kernel on smithi143: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:54:13.802 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum install -y kernel 2023-12-07T02:54:13.804 INFO:teuthology.orchestra.run.smithi091.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T02:54:13.804 INFO:teuthology.task.kernel:Running kernel on smithi091: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:54:13.804 DEBUG:teuthology.orchestra.run.smithi091:> sudo yum install -y kernel 2023-12-07T02:54:15.078 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-07T02:54:15.078 INFO:teuthology.orchestra.run.smithi143.stdout:Unable to read consumer identity 2023-12-07T02:54:15.080 INFO:teuthology.orchestra.run.smithi091.stdout:Updating Subscription Management repositories. 2023-12-07T02:54:15.080 INFO:teuthology.orchestra.run.smithi091.stdout:Unable to read consumer identity 2023-12-07T02:54:16.486 INFO:teuthology.orchestra.run.smithi091.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-07T02:54:16.589 INFO:teuthology.orchestra.run.smithi143.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-07T02:54:17.594 INFO:teuthology.orchestra.run.smithi091.stdout:Extra Packages for Enterprise Linux 15 MB/s | 16 MB 00:01 2023-12-07T02:54:17.881 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-07T02:54:21.111 INFO:teuthology.orchestra.run.smithi091.stdout:lab-extras 384 kB/s | 24 kB 00:00 2023-12-07T02:54:21.340 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 452 kB/s | 24 kB 00:00 2023-12-07T02:54:21.822 INFO:teuthology.orchestra.run.smithi091.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T02:54:21.888 INFO:teuthology.orchestra.run.smithi091.stdout:Dependencies resolved. 2023-12-07T02:54:21.889 INFO:teuthology.orchestra.run.smithi091.stdout:Nothing to do. 2023-12-07T02:54:21.889 INFO:teuthology.orchestra.run.smithi091.stdout:Complete! 2023-12-07T02:54:22.026 INFO:teuthology.orchestra.run.smithi143.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T02:54:22.050 DEBUG:teuthology.orchestra.run.smithi091:> echo no | sudo yum reinstall kernel || true 2023-12-07T02:54:22.069 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-12-07T02:54:22.071 INFO:teuthology.orchestra.run.smithi143.stdout:Nothing to do. 2023-12-07T02:54:22.071 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-12-07T02:54:22.237 DEBUG:teuthology.orchestra.run.smithi143:> echo no | sudo yum reinstall kernel || true 2023-12-07T02:54:22.379 INFO:teuthology.orchestra.run.smithi091.stdout:Updating Subscription Management repositories. 2023-12-07T02:54:22.379 INFO:teuthology.orchestra.run.smithi091.stdout:Unable to read consumer identity 2023-12-07T02:54:22.567 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-07T02:54:22.567 INFO:teuthology.orchestra.run.smithi143.stdout:Unable to read consumer identity 2023-12-07T02:54:22.638 INFO:teuthology.orchestra.run.smithi091.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 02:54:21 AM UTC. 2023-12-07T02:54:22.689 INFO:teuthology.orchestra.run.smithi091.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:54:22.724 INFO:teuthology.orchestra.run.smithi091.stderr:Error: No packages marked for reinstall. 2023-12-07T02:54:22.770 DEBUG:teuthology.orchestra.run.smithi091:> sudo yum reinstall -y kernel || true 2023-12-07T02:54:22.828 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 02:54:21 AM UTC. 2023-12-07T02:54:22.869 INFO:teuthology.orchestra.run.smithi143.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:54:22.917 INFO:teuthology.orchestra.run.smithi143.stderr:Error: No packages marked for reinstall. 2023-12-07T02:54:22.964 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum reinstall -y kernel || true 2023-12-07T02:54:23.098 INFO:teuthology.orchestra.run.smithi091.stdout:Updating Subscription Management repositories. 2023-12-07T02:54:23.099 INFO:teuthology.orchestra.run.smithi091.stdout:Unable to read consumer identity 2023-12-07T02:54:23.293 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-07T02:54:23.294 INFO:teuthology.orchestra.run.smithi143.stdout:Unable to read consumer identity 2023-12-07T02:54:23.359 INFO:teuthology.orchestra.run.smithi091.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 02:54:21 AM UTC. 2023-12-07T02:54:23.402 INFO:teuthology.orchestra.run.smithi091.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:54:23.432 INFO:teuthology.orchestra.run.smithi091.stderr:Error: No packages marked for reinstall. 2023-12-07T02:54:23.479 DEBUG:teuthology.orchestra.run.smithi091:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T02:54:23.551 INFO:teuthology.orchestra.run.smithi143.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 02:54:21 AM UTC. 2023-12-07T02:54:23.560 INFO:teuthology.orchestra.run.smithi091.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T02:54:23.560 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:54:23.560 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T02:54:23.560 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T02:54:23.560 DEBUG:teuthology.orchestra.run.smithi091:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T02:54:23.590 INFO:teuthology.orchestra.run.smithi091.stdout:ttyS1 2023-12-07T02:54:23.593 INFO:teuthology.orchestra.run.smithi143.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T02:54:23.607 DEBUG:teuthology.parallel:result is None 2023-12-07T02:54:23.628 INFO:teuthology.orchestra.run.smithi143.stderr:Error: No packages marked for reinstall. 2023-12-07T02:54:23.674 DEBUG:teuthology.orchestra.run.smithi143:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T02:54:23.755 INFO:teuthology.orchestra.run.smithi143.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T02:54:23.755 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T02:54:23.755 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T02:54:23.755 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T02:54:23.756 DEBUG:teuthology.orchestra.run.smithi143:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T02:54:23.796 INFO:teuthology.orchestra.run.smithi143.stdout:ttyS1 2023-12-07T02:54:23.808 DEBUG:teuthology.parallel:result is None 2023-12-07T02:54:23.808 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T02:54:23.815 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T02:54:23.815 DEBUG:teuthology.orchestra.run.smithi091:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T02:54:23.817 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T02:54:23.864 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T02:54:23.871 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T02:54:23.877 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T02:54:23.877 DEBUG:teuthology.orchestra.run.smithi091:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T02:54:23.880 DEBUG:teuthology.orchestra.run.smithi143:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T02:54:23.924 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T02:54:23.932 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T02:54:23.932 DEBUG:teuthology.orchestra.run.smithi091:> 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-07T02:54:23.938 DEBUG:teuthology.orchestra.run.smithi143:> 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-07T02:54:23.972 INFO:teuthology.orchestra.run.smithi091.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:54:23.983 INFO:teuthology.orchestra.run.smithi091.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:54:24.007 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:54:24.017 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T02:54:24.018 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T02:54:24.026 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T02:54:24.026 DEBUG:teuthology.orchestra.run.smithi091:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T02:54:24.028 DEBUG:teuthology.orchestra.run.smithi143:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T02:54:24.055 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T02:54:24.066 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T02:54:24.067 DEBUG:teuthology.orchestra.run.smithi091:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T02:54:24.096 DEBUG:teuthology.orchestra.run.smithi143:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T02:54:24.111 DEBUG:teuthology.orchestra.run.smithi091:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:54:24.193 DEBUG:teuthology.orchestra.run.smithi091:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:54:24.249 DEBUG:teuthology.orchestra.run.smithi091:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:54:24.333 DEBUG:teuthology.orchestra.run.smithi091:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:54:24.374 DEBUG:teuthology.orchestra.run.smithi091:> set -ex 2023-12-07T02:54:24.374 DEBUG:teuthology.orchestra.run.smithi091:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T02:54:24.440 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:54:24.485 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T02:54:24.533 DEBUG:teuthology.orchestra.run.smithi143:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:54:24.617 DEBUG:teuthology.orchestra.run.smithi143:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T02:54:24.659 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-12-07T02:54:24.659 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T02:54:24.727 DEBUG:teuthology.orchestra.run.smithi091:> sudo service rsyslog restart 2023-12-07T02:54:24.729 DEBUG:teuthology.orchestra.run.smithi143:> sudo service rsyslog restart 2023-12-07T02:54:24.782 INFO:teuthology.orchestra.run.smithi091.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:54:24.841 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T02:54:25.268 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T02:54:25.277 INFO:teuthology.task.internal:Starting timer... 2023-12-07T02:54:25.277 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T02:54:25.288 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T02:54:25.297 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T02:54:25.298 DEBUG:teuthology.orchestra.run.smithi091:> sudo service auditd rotate 2023-12-07T02:54:25.354 INFO:teuthology.orchestra.run.smithi091.stdout:Rotating logs: 2023-12-07T02:54:25.356 DEBUG:teuthology.orchestra.run.smithi143:> sudo service auditd rotate 2023-12-07T02:54:25.425 INFO:teuthology.orchestra.run.smithi143.stdout:Rotating logs: 2023-12-07T02:54:25.426 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T02:54:25.427 DEBUG:teuthology.orchestra.run.smithi091:> /usr/sbin/getenforce 2023-12-07T02:54:25.444 INFO:teuthology.orchestra.run.smithi091.stdout:Permissive 2023-12-07T02:54:25.444 DEBUG:teuthology.orchestra.run.smithi143:> /usr/sbin/getenforce 2023-12-07T02:54:25.467 INFO:teuthology.orchestra.run.smithi143.stdout:Permissive 2023-12-07T02:54:25.468 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi091.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi143.front.sepia.ceph.com': 'permissive'} 2023-12-07T02:54:25.468 DEBUG:teuthology.orchestra.run.smithi091:> 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-07T02:54:25.510 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:54:25.511 DEBUG:teuthology.orchestra.run.smithi143:> 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-07T02:54:25.538 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T02:54:25.538 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T02:54:25.538 DEBUG:teuthology.orchestra.run.smithi091:> sudo /usr/sbin/setenforce permissive 2023-12-07T02:54:25.577 DEBUG:teuthology.orchestra.run.smithi143:> sudo /usr/sbin/setenforce permissive 2023-12-07T02:54:25.605 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T02:54:25.616 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-07T02:54:25.622 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-07T02:54:25.748 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T02:54:25.764 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-07T02:54:25.765 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi091.front.sepia.ceph.com,smithi143.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T03:03:38.920 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi091.front.sepia.ceph.com'), Remote(name='ubuntu@smithi143.front.sepia.ceph.com')] 2023-12-07T03:03:38.921 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi091.front.sepia.ceph.com' 2023-12-07T03:03:38.922 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi091.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T03:03:38.991 DEBUG:teuthology.orchestra.run.smithi091:> true 2023-12-07T03:03:39.014 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi091.front.sepia.ceph.com' 2023-12-07T03:03:39.014 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-07T03:03:39.015 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi143.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T03:03:39.083 DEBUG:teuthology.orchestra.run.smithi143:> true 2023-12-07T03:03:39.151 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi143.front.sepia.ceph.com' 2023-12-07T03:03:39.152 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T03:03:39.163 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T03:03:39.163 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T03:03:39.164 DEBUG:teuthology.orchestra.run.smithi091:> 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-07T03:03:39.166 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T03:03:39.166 DEBUG:teuthology.orchestra.run.smithi143:> 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-07T03:03:39.194 INFO:teuthology.orchestra.run.smithi091.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T03:03:39.208 INFO:teuthology.orchestra.run.smithi091.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T03:03:39.222 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T03:03:39.237 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T03:03:39.276 INFO:teuthology.orchestra.run.smithi091.stderr:sudo: ntpd: command not found 2023-12-07T03:03:39.287 INFO:teuthology.orchestra.run.smithi091.stdout:506 Cannot talk to daemon 2023-12-07T03:03:39.302 INFO:teuthology.orchestra.run.smithi143.stderr:sudo: ntpd: command not found 2023-12-07T03:03:39.302 INFO:teuthology.orchestra.run.smithi091.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T03:03:39.313 INFO:teuthology.orchestra.run.smithi143.stdout:506 Cannot talk to daemon 2023-12-07T03:03:39.316 INFO:teuthology.orchestra.run.smithi091.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T03:03:39.328 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T03:03:39.342 INFO:teuthology.orchestra.run.smithi143.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T03:03:39.384 INFO:teuthology.orchestra.run.smithi091.stderr:bash: ntpq: command not found 2023-12-07T03:03:39.387 INFO:teuthology.orchestra.run.smithi091.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T03:03:39.387 INFO:teuthology.orchestra.run.smithi091.stdout:=============================================================================== 2023-12-07T03:03:39.387 INFO:teuthology.orchestra.run.smithi091.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T03:03:39.387 INFO:teuthology.orchestra.run.smithi091.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T03:03:39.387 INFO:teuthology.orchestra.run.smithi091.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T03:03:39.388 INFO:teuthology.orchestra.run.smithi091.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T03:03:39.425 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-12-07T03:03:39.428 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T03:03:39.428 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-12-07T03:03:39.428 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T03:03:39.428 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T03:03:39.428 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T03:03:39.428 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T03:03:39.429 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T03:03:39.439 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T03:03:39.440 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi091.front.sepia.ceph.com 2023-12-07T03:03:39.440 DEBUG:teuthology.orchestra.run.smithi091:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T03:03:39.440 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi143.front.sepia.ceph.com 2023-12-07T03:03:39.440 DEBUG:teuthology.orchestra.run.smithi143:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T03:03:39.812 INFO:teuthology.orchestra.run.smithi091.stdout:Updating Subscription Management repositories. 2023-12-07T03:03:39.840 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-07T03:03:40.473 INFO:teuthology.orchestra.run.smithi143.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 162 kB/s | 4.5 kB 00:00 2023-12-07T03:03:40.557 INFO:teuthology.orchestra.run.smithi091.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 156 kB/s | 4.1 kB 00:00 2023-12-07T03:03:40.750 INFO:teuthology.orchestra.run.smithi091.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 165 kB/s | 4.5 kB 00:00 2023-12-07T03:03:40.771 INFO:teuthology.orchestra.run.smithi143.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 152 kB/s | 4.1 kB 00:00 2023-12-07T03:03:42.640 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-12-07T03:03:42.641 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-07T03:03:42.641 INFO:teuthology.orchestra.run.smithi143.stdout: Package Architecture Version Repository Size 2023-12-07T03:03:42.641 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-07T03:03:42.641 INFO:teuthology.orchestra.run.smithi143.stdout:Resetting modules: 2023-12-07T03:03:42.641 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools 2023-12-07T03:03:42.641 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:03:42.641 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-12-07T03:03:42.642 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================ 2023-12-07T03:03:42.642 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:03:42.669 INFO:teuthology.orchestra.run.smithi091.stdout:Dependencies resolved. 2023-12-07T03:03:42.670 INFO:teuthology.orchestra.run.smithi091.stdout:================================================================================ 2023-12-07T03:03:42.671 INFO:teuthology.orchestra.run.smithi091.stdout: Package Architecture Version Repository Size 2023-12-07T03:03:42.671 INFO:teuthology.orchestra.run.smithi091.stdout:================================================================================ 2023-12-07T03:03:42.671 INFO:teuthology.orchestra.run.smithi091.stdout:Resetting modules: 2023-12-07T03:03:42.671 INFO:teuthology.orchestra.run.smithi091.stdout: container-tools 2023-12-07T03:03:42.671 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:03:42.671 INFO:teuthology.orchestra.run.smithi091.stdout:Transaction Summary 2023-12-07T03:03:42.671 INFO:teuthology.orchestra.run.smithi091.stdout:================================================================================ 2023-12-07T03:03:42.671 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:03:46.802 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-12-07T03:03:46.810 INFO:teuthology.orchestra.run.smithi091.stdout:Complete! 2023-12-07T03:03:47.266 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-07T03:03:47.270 INFO:teuthology.orchestra.run.smithi091.stdout:Updating Subscription Management repositories. 2023-12-07T03:03:47.890 INFO:teuthology.orchestra.run.smithi143.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 165 kB/s | 4.5 kB 00:00 2023-12-07T03:03:47.950 INFO:teuthology.orchestra.run.smithi091.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 156 kB/s | 4.1 kB 00:00 2023-12-07T03:03:48.159 INFO:teuthology.orchestra.run.smithi091.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 167 kB/s | 4.5 kB 00:00 2023-12-07T03:03:48.197 INFO:teuthology.orchestra.run.smithi143.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 155 kB/s | 4.1 kB 00:00 2023-12-07T03:03:50.063 INFO:teuthology.orchestra.run.smithi091.stdout:Dependencies resolved. 2023-12-07T03:03:50.120 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-12-07T03:03:50.156 INFO:teuthology.orchestra.run.smithi091.stdout:============================================================================================================ 2023-12-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.stdout: Package Arch Version Repository Size 2023-12-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.stdout:============================================================================================================ 2023-12-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.stdout:Installing group/module packages: 2023-12-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.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-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.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-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.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-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.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-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.stdout:Installing dependencies: 2023-12-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-07T03:03:50.157 INFO:teuthology.orchestra.run.smithi091.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T03:03:50.158 INFO:teuthology.orchestra.run.smithi091.stdout:Installing module profiles: 2023-12-07T03:03:50.158 INFO:teuthology.orchestra.run.smithi091.stdout: container-tools/common 2023-12-07T03:03:50.158 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:03:50.158 INFO:teuthology.orchestra.run.smithi091.stdout:Enabling module streams: 2023-12-07T03:03:50.158 INFO:teuthology.orchestra.run.smithi091.stdout: container-tools rhel8 2023-12-07T03:03:50.158 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:03:50.158 INFO:teuthology.orchestra.run.smithi091.stdout:Transaction Summary 2023-12-07T03:03:50.158 INFO:teuthology.orchestra.run.smithi091.stdout:============================================================================================================ 2023-12-07T03:03:50.158 INFO:teuthology.orchestra.run.smithi091.stdout:Install 10 Packages 2023-12-07T03:03:50.158 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:03:50.159 INFO:teuthology.orchestra.run.smithi091.stdout:Total download size: 18 M 2023-12-07T03:03:50.159 INFO:teuthology.orchestra.run.smithi091.stdout:Installed size: 65 M 2023-12-07T03:03:50.159 INFO:teuthology.orchestra.run.smithi091.stdout:Downloading Packages: 2023-12-07T03:03:50.211 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================================================ 2023-12-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.stdout: Package Arch Version Repository Size 2023-12-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================================================ 2023-12-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.stdout:Installing group/module packages: 2023-12-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.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-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.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-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.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-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.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-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-12-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-07T03:03:50.212 INFO:teuthology.orchestra.run.smithi143.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T03:03:50.213 INFO:teuthology.orchestra.run.smithi143.stdout:Installing module profiles: 2023-12-07T03:03:50.213 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools/common 2023-12-07T03:03:50.213 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:03:50.213 INFO:teuthology.orchestra.run.smithi143.stdout:Enabling module streams: 2023-12-07T03:03:50.213 INFO:teuthology.orchestra.run.smithi143.stdout: container-tools rhel8 2023-12-07T03:03:50.213 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:03:50.213 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-12-07T03:03:50.213 INFO:teuthology.orchestra.run.smithi143.stdout:============================================================================================================ 2023-12-07T03:03:50.213 INFO:teuthology.orchestra.run.smithi143.stdout:Install 10 Packages 2023-12-07T03:03:50.213 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:03:50.214 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 18 M 2023-12-07T03:03:50.214 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 65 M 2023-12-07T03:03:50.214 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-12-07T03:03:50.231 INFO:teuthology.orchestra.run.smithi091.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.3 MB/s | 94 kB 00:00 2023-12-07T03:03:50.248 INFO:teuthology.orchestra.run.smithi091.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 277 kB/s | 25 kB 00:00 2023-12-07T03:03:50.265 INFO:teuthology.orchestra.run.smithi091.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 384 kB/s | 41 kB 00:00 2023-12-07T03:03:50.288 INFO:teuthology.orchestra.run.smithi143.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.2 MB/s | 94 kB 00:00 2023-12-07T03:03:50.291 INFO:teuthology.orchestra.run.smithi091.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 833 kB/s | 49 kB 00:00 2023-12-07T03:03:50.305 INFO:teuthology.orchestra.run.smithi143.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 275 kB/s | 25 kB 00:00 2023-12-07T03:03:50.321 INFO:teuthology.orchestra.run.smithi143.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 381 kB/s | 41 kB 00:00 2023-12-07T03:03:50.324 INFO:teuthology.orchestra.run.smithi091.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.8 MB/s | 524 kB 00:00 2023-12-07T03:03:50.347 INFO:teuthology.orchestra.run.smithi143.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 839 kB/s | 49 kB 00:00 2023-12-07T03:03:50.350 INFO:teuthology.orchestra.run.smithi091.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-07T03:03:50.375 INFO:teuthology.orchestra.run.smithi091.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-12-07T03:03:50.380 INFO:teuthology.orchestra.run.smithi143.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.8 MB/s | 524 kB 00:00 2023-12-07T03:03:50.406 INFO:teuthology.orchestra.run.smithi143.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-07T03:03:50.464 INFO:teuthology.orchestra.run.smithi143.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 2.5 MB/s | 213 kB 00:00 2023-12-07T03:03:50.483 INFO:teuthology.orchestra.run.smithi091.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 20 MB/s | 2.2 MB 00:00 2023-12-07T03:03:50.549 INFO:teuthology.orchestra.run.smithi143.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-07T03:03:50.592 INFO:teuthology.orchestra.run.smithi091.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 29 MB/s | 7.0 MB 00:00 2023-12-07T03:03:50.656 INFO:teuthology.orchestra.run.smithi143.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 28 MB/s | 7.0 MB 00:00 2023-12-07T03:03:50.684 INFO:teuthology.orchestra.run.smithi091.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-12-07T03:03:50.684 INFO:teuthology.orchestra.run.smithi091.stdout:-------------------------------------------------------------------------------- 2023-12-07T03:03:50.685 INFO:teuthology.orchestra.run.smithi091.stdout:Total 35 MB/s | 18 MB 00:00 2023-12-07T03:03:50.740 INFO:teuthology.orchestra.run.smithi143.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-12-07T03:03:50.741 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-12-07T03:03:50.741 INFO:teuthology.orchestra.run.smithi143.stdout:Total 35 MB/s | 18 MB 00:00 2023-12-07T03:03:50.884 INFO:teuthology.orchestra.run.smithi091.stdout:Running transaction check 2023-12-07T03:03:50.903 INFO:teuthology.orchestra.run.smithi091.stdout:Transaction check succeeded. 2023-12-07T03:03:50.903 INFO:teuthology.orchestra.run.smithi091.stdout:Running transaction test 2023-12-07T03:03:50.941 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-12-07T03:03:50.960 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-12-07T03:03:50.960 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-12-07T03:03:51.084 INFO:teuthology.orchestra.run.smithi091.stdout:Transaction test succeeded. 2023-12-07T03:03:51.088 INFO:teuthology.orchestra.run.smithi091.stdout:Running transaction 2023-12-07T03:03:51.141 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-12-07T03:03:51.145 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-12-07T03:03:51.599 INFO:teuthology.orchestra.run.smithi091.stdout: Preparing : 1/1 2023-12-07T03:03:51.651 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-12-07T03:03:51.794 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-07T03:03:51.825 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-07T03:03:51.999 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T03:03:52.013 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T03:03:52.177 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-07T03:03:52.208 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-07T03:03:52.380 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-07T03:03:52.386 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-07T03:03:52.713 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-07T03:03:52.784 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-07T03:03:53.491 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-07T03:03:53.579 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-07T03:03:54.348 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-07T03:03:54.462 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-07T03:03:54.578 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-07T03:03:54.663 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-07T03:03:54.756 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-07T03:03:54.871 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-07T03:03:54.942 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T03:03:55.036 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T03:03:55.202 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T03:03:55.202 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-07T03:03:55.202 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T03:03:55.202 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-07T03:03:55.202 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-07T03:03:55.202 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-07T03:03:55.203 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-07T03:03:55.203 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-07T03:03:55.203 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-07T03:03:55.203 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-07T03:03:55.319 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-07T03:03:55.320 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-07T03:03:55.320 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-07T03:03:55.320 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-07T03:03:55.320 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-07T03:03:55.320 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-07T03:03:55.320 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-07T03:03:55.320 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-07T03:03:55.320 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-07T03:03:55.320 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-07T03:03:59.485 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-07T03:03:59.486 INFO:teuthology.orchestra.run.smithi091.stdout:Installed products updated. 2023-12-07T03:03:59.611 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-07T03:03:59.611 INFO:teuthology.orchestra.run.smithi143.stdout:Installed products updated. 2023-12-07T03:03:59.681 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:03:59.681 INFO:teuthology.orchestra.run.smithi091.stdout:Installed: 2023-12-07T03:03:59.681 INFO:teuthology.orchestra.run.smithi091.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T03:03:59.681 INFO:teuthology.orchestra.run.smithi091.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T03:03:59.681 INFO:teuthology.orchestra.run.smithi091.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T03:03:59.681 INFO:teuthology.orchestra.run.smithi091.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-07T03:03:59.682 INFO:teuthology.orchestra.run.smithi091.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T03:03:59.682 INFO:teuthology.orchestra.run.smithi091.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T03:03:59.682 INFO:teuthology.orchestra.run.smithi091.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T03:03:59.682 INFO:teuthology.orchestra.run.smithi091.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T03:03:59.682 INFO:teuthology.orchestra.run.smithi091.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T03:03:59.682 INFO:teuthology.orchestra.run.smithi091.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T03:03:59.682 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:03:59.682 INFO:teuthology.orchestra.run.smithi091.stdout:Complete! 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:03:59.809 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-12-07T03:03:59.826 DEBUG:teuthology.parallel:result is None 2023-12-07T03:03:59.961 DEBUG:teuthology.parallel:result is None 2023-12-07T03:03:59.961 INFO:teuthology.run_tasks:Running task install... 2023-12-07T03:03:59.971 DEBUG:teuthology.task.install:project ceph 2023-12-07T03:03:59.971 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'f0c322331348463ad8afb13a3a03e833bee1c39c'}} 2023-12-07T03:03:59.971 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'f0c322331348463ad8afb13a3a03e833bee1c39c'} 2023-12-07T03:03:59.971 INFO:teuthology.task.install:Using flavor: default 2023-12-07T03:03:59.977 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-07T03:03:59.977 INFO:teuthology.task.install:extra packages: [] 2023-12-07T03:03:59.978 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T03:03:59.981 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T03:03:59.984 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': 'f0c322331348463ad8afb13a3a03e833bee1c39c', 'tag': None, 'wait_for_package': False} 2023-12-07T03:03:59.984 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=f0c322331348463ad8afb13a3a03e833bee1c39c 2023-12-07T03:04:00.281 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T03:04:00.281 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T03:04:00.402 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/ 2023-12-07T03:04:00.402 INFO:teuthology.task.install.rpm:Package version is 19.0.0-37.gf0c32233 2023-12-07T03:04:00.421 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T03:04:00.421 DEBUG:teuthology.orchestra.run.smithi143:> set -ex 2023-12-07T03:04:00.421 DEBUG:teuthology.orchestra.run.smithi143:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T03:04:00.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-07T03:04:00.450 DEBUG:teuthology.orchestra.run.smithi143:> 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/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T03:04:00.512 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-yuri-testing-2023-12-06-1240/f0c322331348463ad8afb13a3a03e833bee1c39c/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T03:04:00.513 DEBUG:teuthology.orchestra.run.smithi091:> set -ex 2023-12-07T03:04:00.513 DEBUG:teuthology.orchestra.run.smithi091:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T03:04:00.517 DEBUG:teuthology.orchestra.run.smithi143:> 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-07T03:04:00.542 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-07T03:04:00.542 DEBUG:teuthology.orchestra.run.smithi091:> 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/f0c322331348463ad8afb13a3a03e833bee1c39c/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T03:04:00.595 DEBUG:teuthology.orchestra.run.smithi143:> 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-07T03:04:00.610 DEBUG:teuthology.orchestra.run.smithi091:> 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-07T03:04:00.661 INFO:teuthology.orchestra.run.smithi143.stdout:check_obsoletes = 1 2023-12-07T03:04:00.663 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum clean all 2023-12-07T03:04:00.687 DEBUG:teuthology.orchestra.run.smithi091:> 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-07T03:04:00.754 INFO:teuthology.orchestra.run.smithi091.stdout:check_obsoletes = 1 2023-12-07T03:04:00.755 DEBUG:teuthology.orchestra.run.smithi091:> sudo yum clean all 2023-12-07T03:04:01.032 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-07T03:04:01.126 INFO:teuthology.orchestra.run.smithi091.stdout:Updating Subscription Management repositories. 2023-12-07T03:04:01.337 INFO:teuthology.orchestra.run.smithi143.stdout:44 files removed 2023-12-07T03:04:01.384 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum -y install ceph-radosgw 2023-12-07T03:04:01.446 INFO:teuthology.orchestra.run.smithi091.stdout:44 files removed 2023-12-07T03:04:01.491 DEBUG:teuthology.orchestra.run.smithi091:> sudo yum -y install ceph-radosgw 2023-12-07T03:04:01.715 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-07T03:04:01.821 INFO:teuthology.orchestra.run.smithi091.stdout:Updating Subscription Management repositories. 2023-12-07T03:04:02.513 INFO:teuthology.orchestra.run.smithi143.stdout:ceph packages for x86_64 219 kB/s | 81 kB 00:00 2023-12-07T03:04:02.687 INFO:teuthology.orchestra.run.smithi091.stdout:ceph packages for x86_64 188 kB/s | 81 kB 00:00 2023-12-07T03:04:02.897 INFO:teuthology.orchestra.run.smithi143.stdout:ceph noarch packages 27 kB/s | 9.5 kB 00:00 2023-12-07T03:04:03.054 INFO:teuthology.orchestra.run.smithi091.stdout:ceph noarch packages 28 kB/s | 9.5 kB 00:00 2023-12-07T03:04:03.265 INFO:teuthology.orchestra.run.smithi143.stdout:ceph source packages 4.3 kB/s | 1.5 kB 00:00 2023-12-07T03:04:03.371 INFO:teuthology.orchestra.run.smithi091.stdout:ceph source packages 5.0 kB/s | 1.5 kB 00:00 2023-12-07T03:04:03.449 INFO:teuthology.orchestra.run.smithi143.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-07T03:04:03.538 INFO:teuthology.orchestra.run.smithi091.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-07T03:04:04.956 INFO:teuthology.orchestra.run.smithi091.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2023-12-07T03:04:07.469 INFO:teuthology.orchestra.run.smithi143.stdout:Extra Packages for Enterprise Linux 4.0 MB/s | 16 MB 00:03 2023-12-07T03:04:08.473 INFO:teuthology.orchestra.run.smithi091.stdout:lab-extras 443 kB/s | 24 kB 00:00 2023-12-07T03:04:09.374 INFO:teuthology.orchestra.run.smithi091.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 64 MB/s | 53 MB 00:00 2023-12-07T03:04:10.944 INFO:teuthology.orchestra.run.smithi143.stdout:lab-extras 452 kB/s | 24 kB 00:00 2023-12-07T03:04:11.821 INFO:teuthology.orchestra.run.smithi143.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 59 MB/s | 47 MB 00:00 2023-12-07T03:04:17.391 INFO:teuthology.orchestra.run.smithi091.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 63 MB/s | 47 MB 00:00 2023-12-07T03:04:19.973 INFO:teuthology.orchestra.run.smithi143.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 57 MB/s | 53 MB 00:00 2023-12-07T03:04:28.601 INFO:teuthology.orchestra.run.smithi091.stdout:Dependencies resolved. 2023-12-07T03:04:28.603 INFO:teuthology.orchestra.run.smithi091.stdout:================================================================================================== 2023-12-07T03:04:28.603 INFO:teuthology.orchestra.run.smithi091.stdout: Package Arch Version Repository Size 2023-12-07T03:04:28.603 INFO:teuthology.orchestra.run.smithi091.stdout:================================================================================================== 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout:Installing: 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout:Upgrading: 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout:Installing dependencies: 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T03:04:28.604 INFO:teuthology.orchestra.run.smithi091.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout:Transaction Summary 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout:================================================================================================== 2023-12-07T03:04:28.605 INFO:teuthology.orchestra.run.smithi091.stdout:Install 21 Packages 2023-12-07T03:04:28.606 INFO:teuthology.orchestra.run.smithi091.stdout:Upgrade 2 Packages 2023-12-07T03:04:28.606 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:04:28.606 INFO:teuthology.orchestra.run.smithi091.stdout:Total download size: 62 M 2023-12-07T03:04:28.606 INFO:teuthology.orchestra.run.smithi091.stdout:Downloading Packages: 2023-12-07T03:04:29.266 INFO:teuthology.orchestra.run.smithi091.stdout:(1/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 12 MB/s | 5.4 MB 00:00 2023-12-07T03:04:29.316 INFO:teuthology.orchestra.run.smithi091.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 486 kB/s | 24 kB 00:00 2023-12-07T03:04:29.383 INFO:teuthology.orchestra.run.smithi091.stdout:(3/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 12 MB/s | 839 kB 00:00 2023-12-07T03:04:29.441 INFO:teuthology.orchestra.run.smithi091.stdout:(4/23): libradosstriper1-19.0.0-37.gf0c32233.el 8.7 MB/s | 517 kB 00:00 2023-12-07T03:04:29.934 INFO:teuthology.orchestra.run.smithi091.stdout:(5/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64. 14 MB/s | 6.9 MB 00:00 2023-12-07T03:04:29.984 INFO:teuthology.orchestra.run.smithi091.stdout:(6/23): python3-ceph-argparse-19.0.0-37.gf0c322 897 kB/s | 45 kB 00:00 2023-12-07T03:04:30.043 INFO:teuthology.orchestra.run.smithi091.stdout:(7/23): python3-ceph-common-19.0.0-37.gf0c32233 2.2 MB/s | 128 kB 00:00 2023-12-07T03:04:30.093 INFO:teuthology.orchestra.run.smithi091.stdout:(8/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 3.8 MB/s | 197 kB 00:00 2023-12-07T03:04:30.160 INFO:teuthology.orchestra.run.smithi091.stdout:(9/23): python3-rados-19.0.0-37.gf0c32233.el8.x 5.5 MB/s | 372 kB 00:00 2023-12-07T03:04:30.218 INFO:teuthology.orchestra.run.smithi091.stdout:(10/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 6.1 MB/s | 365 kB 00:00 2023-12-07T03:04:30.277 INFO:teuthology.orchestra.run.smithi091.stdout:(11/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 1.8 MB/s | 107 kB 00:00 2023-12-07T03:04:30.819 INFO:teuthology.orchestra.run.smithi091.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 565 kB/s | 306 kB 00:00 2023-12-07T03:04:30.986 INFO:teuthology.orchestra.run.smithi091.stdout:(13/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x 6.4 MB/s | 14 MB 00:02 2023-12-07T03:04:31.011 INFO:teuthology.orchestra.run.smithi091.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 306 kB/s | 59 kB 00:00 2023-12-07T03:04:31.223 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-12-07T03:04:31.225 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================================== 2023-12-07T03:04:31.225 INFO:teuthology.orchestra.run.smithi143.stdout: Package Arch Version Repository Size 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================================== 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout:Installing: 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-radosgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 14 M 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout:Upgrading: 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout: librados2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.8 M 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout: librbd1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 3.7 M 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-base x86_64 2:19.0.0-37.gf0c32233.el8 ceph 5.4 M 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 23 M 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-selinux x86_64 2:19.0.0-37.gf0c32233.el8 ceph 24 k 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T03:04:31.226 INFO:teuthology.orchestra.run.smithi143.stdout: libcephfs2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 839 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: libradosstriper1 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 517 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: librgw2 x86_64 2:19.0.0-37.gf0c32233.el8 ceph 6.9 M 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: python3-ceph-argparse x86_64 2:19.0.0-37.gf0c32233.el8 ceph 45 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: python3-ceph-common x86_64 2:19.0.0-37.gf0c32233.el8 ceph 128 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: python3-cephfs x86_64 2:19.0.0-37.gf0c32233.el8 ceph 197 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: python3-rados x86_64 2:19.0.0-37.gf0c32233.el8 ceph 372 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: python3-rbd x86_64 2:19.0.0-37.gf0c32233.el8 ceph 365 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: python3-rgw x86_64 2:19.0.0-37.gf0c32233.el8 ceph 107 k 2023-12-07T03:04:31.227 INFO:teuthology.orchestra.run.smithi143.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T03:04:31.228 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:04:31.228 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-12-07T03:04:31.228 INFO:teuthology.orchestra.run.smithi143.stdout:================================================================================================== 2023-12-07T03:04:31.228 INFO:teuthology.orchestra.run.smithi143.stdout:Install 21 Packages 2023-12-07T03:04:31.228 INFO:teuthology.orchestra.run.smithi143.stdout:Upgrade 2 Packages 2023-12-07T03:04:31.228 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:04:31.228 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 62 M 2023-12-07T03:04:31.228 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-12-07T03:04:31.328 INFO:teuthology.orchestra.run.smithi091.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 5.5 MB/s | 1.7 MB 00:00 2023-12-07T03:04:31.367 INFO:teuthology.orchestra.run.smithi091.stdout:(16/23): libunwind-1.3.1-3.el8.x86_64.rpm 200 kB/s | 75 kB 00:00 2023-12-07T03:04:31.395 INFO:teuthology.orchestra.run.smithi091.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 701 kB/s | 47 kB 00:00 2023-12-07T03:04:31.429 INFO:teuthology.orchestra.run.smithi091.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-12-07T03:04:31.446 INFO:teuthology.orchestra.run.smithi091.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 874 kB/s | 44 kB 00:00 2023-12-07T03:04:31.479 INFO:teuthology.orchestra.run.smithi091.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-07T03:04:31.830 INFO:teuthology.orchestra.run.smithi091.stdout:(21/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 9.8 MB/s | 3.8 MB 00:00 2023-12-07T03:04:31.988 INFO:teuthology.orchestra.run.smithi091.stdout:(22/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 7.3 MB/s | 3.7 MB 00:00 2023-12-07T03:04:32.322 INFO:teuthology.orchestra.run.smithi091.stdout:(23/23): ceph-common-19.0.0-37.gf0c32233.el8.x8 6.4 MB/s | 23 MB 00:03 2023-12-07T03:04:32.325 INFO:teuthology.orchestra.run.smithi091.stdout:-------------------------------------------------------------------------------- 2023-12-07T03:04:32.326 INFO:teuthology.orchestra.run.smithi091.stdout:Total 17 MB/s | 62 MB 00:03 2023-12-07T03:04:32.370 INFO:teuthology.orchestra.run.smithi091.stdout:Running transaction check 2023-12-07T03:04:32.414 INFO:teuthology.orchestra.run.smithi091.stdout:Transaction check succeeded. 2023-12-07T03:04:32.414 INFO:teuthology.orchestra.run.smithi091.stdout:Running transaction test 2023-12-07T03:04:32.756 INFO:teuthology.orchestra.run.smithi091.stdout:Transaction test succeeded. 2023-12-07T03:04:32.760 INFO:teuthology.orchestra.run.smithi091.stdout:Running transaction 2023-12-07T03:04:33.314 INFO:teuthology.orchestra.run.smithi143.stdout:(1/23): ceph-common-19.0.0-37.gf0c32233.el8.x86 13 MB/s | 23 MB 00:01 2023-12-07T03:04:33.392 INFO:teuthology.orchestra.run.smithi143.stdout:(2/23): ceph-selinux-19.0.0-37.gf0c32233.el8.x8 314 kB/s | 24 kB 00:00 2023-12-07T03:04:33.473 INFO:teuthology.orchestra.run.smithi143.stdout:(3/23): libcephfs2-19.0.0-37.gf0c32233.el8.x86_ 10 MB/s | 839 kB 00:00 2023-12-07T03:04:33.523 INFO:teuthology.orchestra.run.smithi143.stdout:(4/23): libradosstriper1-19.0.0-37.gf0c32233.el 10 MB/s | 517 kB 00:00 2023-12-07T03:04:33.790 INFO:teuthology.orchestra.run.smithi143.stdout:(5/23): ceph-base-19.0.0-37.gf0c32233.el8.x86_6 2.4 MB/s | 5.4 MB 00:02 2023-12-07T03:04:33.885 INFO:teuthology.orchestra.run.smithi091.stdout: Preparing : 1/1 2023-12-07T03:04:33.933 INFO:teuthology.orchestra.run.smithi143.stdout:(6/23): librgw2-19.0.0-37.gf0c32233.el8.x86_64. 17 MB/s | 6.9 MB 00:00 2023-12-07T03:04:33.958 INFO:teuthology.orchestra.run.smithi143.stdout:(7/23): python3-ceph-argparse-19.0.0-37.gf0c322 268 kB/s | 45 kB 00:00 2023-12-07T03:04:33.983 INFO:teuthology.orchestra.run.smithi143.stdout:(8/23): python3-ceph-common-19.0.0-37.gf0c32233 2.5 MB/s | 128 kB 00:00 2023-12-07T03:04:34.026 INFO:teuthology.orchestra.run.smithi143.stdout:(9/23): python3-cephfs-19.0.0-37.gf0c32233.el8. 2.9 MB/s | 197 kB 00:00 2023-12-07T03:04:34.059 INFO:teuthology.orchestra.run.smithi143.stdout:(10/23): python3-rados-19.0.0-37.gf0c32233.el8. 4.8 MB/s | 372 kB 00:00 2023-12-07T03:04:34.109 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T03:04:34.117 INFO:teuthology.orchestra.run.smithi143.stdout:(11/23): python3-rgw-19.0.0-37.gf0c32233.el8.x8 1.8 MB/s | 107 kB 00:00 2023-12-07T03:04:34.143 INFO:teuthology.orchestra.run.smithi143.stdout:(12/23): python3-rbd-19.0.0-37.gf0c32233.el8.x8 3.0 MB/s | 365 kB 00:00 2023-12-07T03:04:34.303 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T03:04:34.618 INFO:teuthology.orchestra.run.smithi143.stdout:(13/23): ceph-radosgw-19.0.0-37.gf0c32233.el8.x 4.6 MB/s | 14 MB 00:03 2023-12-07T03:04:34.643 INFO:teuthology.orchestra.run.smithi143.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 117 kB/s | 59 kB 00:00 2023-12-07T03:04:34.699 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T03:04:34.760 INFO:teuthology.orchestra.run.smithi143.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 476 kB/s | 306 kB 00:00 2023-12-07T03:04:34.819 INFO:teuthology.orchestra.run.smithi143.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.3 MB/s | 259 kB 00:00 2023-12-07T03:04:34.861 INFO:teuthology.orchestra.run.smithi143.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.0 MB/s | 44 kB 00:00 2023-12-07T03:04:34.911 INFO:teuthology.orchestra.run.smithi143.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-07T03:04:34.936 INFO:teuthology.orchestra.run.smithi091.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T03:04:34.953 INFO:teuthology.orchestra.run.smithi143.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2023-12-07T03:04:35.021 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T03:04:35.054 INFO:teuthology.orchestra.run.smithi143.stdout:(20/23): libunwind-1.3.1-3.el8.x86_64.rpm 173 kB/s | 75 kB 00:00 2023-12-07T03:04:35.148 INFO:teuthology.orchestra.run.smithi143.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.4 MB/s | 1.7 MB 00:00 2023-12-07T03:04:35.224 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T03:04:35.362 INFO:teuthology.orchestra.run.smithi143.stdout:(22/23): librbd1-19.0.0-37.gf0c32233.el8.x86_64 12 MB/s | 3.7 MB 00:00 2023-12-07T03:04:35.446 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T03:04:35.644 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T03:04:35.646 INFO:teuthology.orchestra.run.smithi143.stdout:(23/23): librados2-19.0.0-37.gf0c32233.el8.x86_ 5.4 MB/s | 3.8 MB 00:00 2023-12-07T03:04:35.651 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-12-07T03:04:35.651 INFO:teuthology.orchestra.run.smithi143.stdout:Total 14 MB/s | 62 MB 00:04 2023-12-07T03:04:35.697 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-12-07T03:04:35.743 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-12-07T03:04:35.743 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-12-07T03:04:36.059 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T03:04:36.081 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-12-07T03:04:36.085 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-12-07T03:04:36.277 INFO:teuthology.orchestra.run.smithi091.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T03:04:36.375 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T03:04:36.544 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T03:04:36.612 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T03:04:37.302 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-12-07T03:04:37.419 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T03:04:37.531 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T03:04:37.585 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T03:04:37.658 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T03:04:37.760 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T03:04:37.972 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T03:04:38.146 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T03:04:38.156 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T03:04:38.363 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T03:04:38.377 INFO:teuthology.orchestra.run.smithi143.stdout: Upgrading : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T03:04:38.463 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T03:04:38.566 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T03:04:38.649 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T03:04:38.702 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T03:04:38.771 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T03:04:38.919 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T03:04:38.921 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T03:04:39.100 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T03:04:39.160 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T03:04:39.353 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T03:04:39.519 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T03:04:39.552 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T03:04:39.760 INFO:teuthology.orchestra.run.smithi143.stdout: Upgrading : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T03:04:39.870 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T03:04:40.067 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T03:04:40.268 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T03:04:40.933 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T03:04:41.293 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T03:04:41.343 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T03:04:41.471 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 11/25 2023-12-07T03:04:41.654 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T03:04:41.863 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T03:04:42.082 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 14/25 2023-12-07T03:04:42.243 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T03:04:42.341 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 15/25 2023-12-07T03:04:42.495 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T03:04:42.717 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T03:04:42.940 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T03:04:43.110 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 19/25 2023-12-07T03:04:43.222 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T03:04:43.584 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T03:04:44.169 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T03:04:44.425 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T03:04:44.518 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T03:04:44.692 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T03:04:46.845 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T03:04:47.067 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T03:04:47.644 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 20/25 2023-12-07T03:04:47.879 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T03:04:47.963 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 21/25 2023-12-07T03:04:48.126 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T03:05:03.075 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T03:05:03.075 INFO:teuthology.orchestra.run.smithi091.stdout:skipping the directory /sys 2023-12-07T03:05:03.075 INFO:teuthology.orchestra.run.smithi091.stdout:skipping the directory /proc 2023-12-07T03:05:03.076 INFO:teuthology.orchestra.run.smithi091.stdout:skipping the directory /dev 2023-12-07T03:05:03.076 INFO:teuthology.orchestra.run.smithi091.stdout:skipping the directory /run 2023-12-07T03:05:03.076 INFO:teuthology.orchestra.run.smithi091.stdout:skipping the directory /mnt 2023-12-07T03:05:03.076 INFO:teuthology.orchestra.run.smithi091.stdout:skipping the directory /var/tmp 2023-12-07T03:05:03.076 INFO:teuthology.orchestra.run.smithi091.stdout:skipping the directory /home 2023-12-07T03:05:03.076 INFO:teuthology.orchestra.run.smithi091.stdout:skipping the directory /tmp 2023-12-07T03:05:03.076 INFO:teuthology.orchestra.run.smithi091.stdout:skipping the directory /dev 2023-12-07T03:05:03.076 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:05:04.496 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T03:05:04.517 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T03:05:04.518 INFO:teuthology.orchestra.run.smithi091.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T03:05:04.707 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T03:05:04.707 INFO:teuthology.orchestra.run.smithi091.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T03:05:05.312 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T03:05:05.312 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T03:05:05.312 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T03:05:05.313 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T03:05:05.314 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T03:05:05.314 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T03:05:05.314 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T03:05:05.314 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T03:05:05.314 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T03:05:05.314 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T03:05:05.314 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T03:05:06.909 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T03:05:06.909 INFO:teuthology.orchestra.run.smithi143.stdout:skipping the directory /sys 2023-12-07T03:05:06.910 INFO:teuthology.orchestra.run.smithi143.stdout:skipping the directory /proc 2023-12-07T03:05:06.910 INFO:teuthology.orchestra.run.smithi143.stdout:skipping the directory /dev 2023-12-07T03:05:06.910 INFO:teuthology.orchestra.run.smithi143.stdout:skipping the directory /run 2023-12-07T03:05:06.910 INFO:teuthology.orchestra.run.smithi143.stdout:skipping the directory /mnt 2023-12-07T03:05:06.910 INFO:teuthology.orchestra.run.smithi143.stdout:skipping the directory /var/tmp 2023-12-07T03:05:06.910 INFO:teuthology.orchestra.run.smithi143.stdout:skipping the directory /home 2023-12-07T03:05:06.910 INFO:teuthology.orchestra.run.smithi143.stdout:skipping the directory /tmp 2023-12-07T03:05:06.910 INFO:teuthology.orchestra.run.smithi143.stdout:skipping the directory /dev 2023-12-07T03:05:06.910 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:05:08.359 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T03:05:08.380 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 23/25 2023-12-07T03:05:08.380 INFO:teuthology.orchestra.run.smithi143.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T03:05:08.615 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T03:05:08.615 INFO:teuthology.orchestra.run.smithi143.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T03:05:09.190 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T03:05:09.190 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 1/25 2023-12-07T03:05:09.190 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2/25 2023-12-07T03:05:09.190 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 3/25 2023-12-07T03:05:09.190 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 4/25 2023-12-07T03:05:09.190 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 5/25 2023-12-07T03:05:09.190 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 6/25 2023-12-07T03:05:09.190 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 7/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x8 8/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_ 9/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 10/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 11/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 12/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 13/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : librados2-2:19.0.0-37.gf0c32233.el8.x86_64 22/25 2023-12-07T03:05:09.191 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T03:05:09.192 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 24/25 2023-12-07T03:05:09.216 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T03:05:09.216 INFO:teuthology.orchestra.run.smithi091.stdout:Installed products updated. 2023-12-07T03:05:09.407 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:05:09.407 INFO:teuthology.orchestra.run.smithi091.stdout:Upgraded: 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout:Installed: 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.408 INFO:teuthology.orchestra.run.smithi091.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:05:09.409 INFO:teuthology.orchestra.run.smithi091.stdout:Complete! 2023-12-07T03:05:09.596 DEBUG:teuthology.orchestra.run.smithi091:> sudo yum -y install ceph-test 2023-12-07T03:05:09.943 INFO:teuthology.orchestra.run.smithi091.stdout:Updating Subscription Management repositories. 2023-12-07T03:05:10.591 INFO:teuthology.orchestra.run.smithi091.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 133 kB/s | 4.1 kB 00:00 2023-12-07T03:05:10.798 INFO:teuthology.orchestra.run.smithi091.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 153 kB/s | 4.5 kB 00:00 2023-12-07T03:05:12.364 INFO:teuthology.orchestra.run.smithi091.stdout:Dependencies resolved. 2023-12-07T03:05:12.364 INFO:teuthology.orchestra.run.smithi091.stdout:========================================================================================== 2023-12-07T03:05:12.364 INFO:teuthology.orchestra.run.smithi091.stdout: Package Arch Version Repository Size 2023-12-07T03:05:12.364 INFO:teuthology.orchestra.run.smithi091.stdout:========================================================================================== 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout:Installing: 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout:Installing dependencies: 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout:Transaction Summary 2023-12-07T03:05:12.365 INFO:teuthology.orchestra.run.smithi091.stdout:========================================================================================== 2023-12-07T03:05:12.366 INFO:teuthology.orchestra.run.smithi091.stdout:Install 6 Packages 2023-12-07T03:05:12.366 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:05:12.366 INFO:teuthology.orchestra.run.smithi091.stdout:Total download size: 50 M 2023-12-07T03:05:12.366 INFO:teuthology.orchestra.run.smithi091.stdout:Installed size: 223 M 2023-12-07T03:05:12.367 INFO:teuthology.orchestra.run.smithi091.stdout:Downloading Packages: 2023-12-07T03:05:12.402 INFO:teuthology.orchestra.run.smithi091.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-07T03:05:12.503 INFO:teuthology.orchestra.run.smithi091.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.5 MB/s | 323 kB 00:00 2023-12-07T03:05:12.561 INFO:teuthology.orchestra.run.smithi091.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 3.2 MB/s | 187 kB 00:00 2023-12-07T03:05:12.586 INFO:teuthology.orchestra.run.smithi091.stdout:(4/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 834 kB/s | 183 kB 00:00 2023-12-07T03:05:12.620 INFO:teuthology.orchestra.run.smithi091.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 3.4 MB/s | 202 kB 00:00 2023-12-07T03:05:13.074 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T03:05:13.075 INFO:teuthology.orchestra.run.smithi143.stdout:Installed products updated. 2023-12-07T03:05:13.266 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:05:13.266 INFO:teuthology.orchestra.run.smithi143.stdout:Upgraded: 2023-12-07T03:05:13.266 INFO:teuthology.orchestra.run.smithi143.stdout: librados2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.266 INFO:teuthology.orchestra.run.smithi143.stdout: librbd1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.266 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-base-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-radosgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-selinux-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: libcephfs2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: libradosstriper1-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: librgw2-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T03:05:13.267 INFO:teuthology.orchestra.run.smithi143.stdout: python3-ceph-argparse-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.268 INFO:teuthology.orchestra.run.smithi143.stdout: python3-ceph-common-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.268 INFO:teuthology.orchestra.run.smithi143.stdout: python3-cephfs-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.268 INFO:teuthology.orchestra.run.smithi143.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T03:05:13.268 INFO:teuthology.orchestra.run.smithi143.stdout: python3-rados-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.268 INFO:teuthology.orchestra.run.smithi143.stdout: python3-rbd-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.268 INFO:teuthology.orchestra.run.smithi143.stdout: python3-rgw-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:13.268 INFO:teuthology.orchestra.run.smithi143.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T03:05:13.268 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:05:13.268 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-12-07T03:05:13.433 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum -y install ceph-test 2023-12-07T03:05:13.783 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-07T03:05:14.448 INFO:teuthology.orchestra.run.smithi143.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 124 kB/s | 4.5 kB 00:00 2023-12-07T03:05:14.757 INFO:teuthology.orchestra.run.smithi143.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-07T03:05:14.836 INFO:teuthology.orchestra.run.smithi091.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 20 MB/s | 49 MB 00:02 2023-12-07T03:05:14.838 INFO:teuthology.orchestra.run.smithi091.stdout:-------------------------------------------------------------------------------- 2023-12-07T03:05:14.839 INFO:teuthology.orchestra.run.smithi091.stdout:Total 20 MB/s | 50 MB 00:02 2023-12-07T03:05:14.876 INFO:teuthology.orchestra.run.smithi091.stdout:Running transaction check 2023-12-07T03:05:14.897 INFO:teuthology.orchestra.run.smithi091.stdout:Transaction check succeeded. 2023-12-07T03:05:14.898 INFO:teuthology.orchestra.run.smithi091.stdout:Running transaction test 2023-12-07T03:05:15.161 INFO:teuthology.orchestra.run.smithi091.stdout:Transaction test succeeded. 2023-12-07T03:05:15.165 INFO:teuthology.orchestra.run.smithi091.stdout:Running transaction 2023-12-07T03:05:15.611 INFO:teuthology.orchestra.run.smithi091.stdout: Preparing : 1/1 2023-12-07T03:05:15.761 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T03:05:15.848 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T03:05:16.044 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T03:05:16.194 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T03:05:16.334 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T03:05:16.352 INFO:teuthology.orchestra.run.smithi143.stdout:Dependencies resolved. 2023-12-07T03:05:16.353 INFO:teuthology.orchestra.run.smithi143.stdout:========================================================================================== 2023-12-07T03:05:16.353 INFO:teuthology.orchestra.run.smithi143.stdout: Package Arch Version Repository Size 2023-12-07T03:05:16.353 INFO:teuthology.orchestra.run.smithi143.stdout:========================================================================================== 2023-12-07T03:05:16.353 INFO:teuthology.orchestra.run.smithi143.stdout:Installing: 2023-12-07T03:05:16.353 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-test x86_64 2:19.0.0-37.gf0c32233.el8 ceph 49 M 2023-12-07T03:05:16.353 INFO:teuthology.orchestra.run.smithi143.stdout:Installing dependencies: 2023-12-07T03:05:16.353 INFO:teuthology.orchestra.run.smithi143.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T03:05:16.354 INFO:teuthology.orchestra.run.smithi143.stdout: libcephsqlite x86_64 2:19.0.0-37.gf0c32233.el8 ceph 183 k 2023-12-07T03:05:16.354 INFO:teuthology.orchestra.run.smithi143.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T03:05:16.354 INFO:teuthology.orchestra.run.smithi143.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T03:05:16.354 INFO:teuthology.orchestra.run.smithi143.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T03:05:16.354 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:05:16.354 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction Summary 2023-12-07T03:05:16.354 INFO:teuthology.orchestra.run.smithi143.stdout:========================================================================================== 2023-12-07T03:05:16.354 INFO:teuthology.orchestra.run.smithi143.stdout:Install 6 Packages 2023-12-07T03:05:16.354 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:05:16.355 INFO:teuthology.orchestra.run.smithi143.stdout:Total download size: 50 M 2023-12-07T03:05:16.355 INFO:teuthology.orchestra.run.smithi143.stdout:Installed size: 223 M 2023-12-07T03:05:16.355 INFO:teuthology.orchestra.run.smithi143.stdout:Downloading Packages: 2023-12-07T03:05:16.387 INFO:teuthology.orchestra.run.smithi143.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.1 MB/s | 70 kB 00:00 2023-12-07T03:05:16.460 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T03:05:16.462 INFO:teuthology.orchestra.run.smithi143.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.5 MB/s | 323 kB 00:00 2023-12-07T03:05:16.504 INFO:teuthology.orchestra.run.smithi143.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-07T03:05:16.546 INFO:teuthology.orchestra.run.smithi143.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-07T03:05:16.588 INFO:teuthology.orchestra.run.smithi143.stdout:(5/6): libcephsqlite-19.0.0-37.gf0c32233.el8.x8 786 kB/s | 183 kB 00:00 2023-12-07T03:05:18.876 INFO:teuthology.orchestra.run.smithi143.stdout:(6/6): ceph-test-19.0.0-37.gf0c32233.el8.x86_64 20 MB/s | 49 MB 00:02 2023-12-07T03:05:18.878 INFO:teuthology.orchestra.run.smithi143.stdout:-------------------------------------------------------------------------------- 2023-12-07T03:05:18.878 INFO:teuthology.orchestra.run.smithi143.stdout:Total 20 MB/s | 50 MB 00:02 2023-12-07T03:05:18.915 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction check 2023-12-07T03:05:18.936 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction check succeeded. 2023-12-07T03:05:18.936 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction test 2023-12-07T03:05:19.204 INFO:teuthology.orchestra.run.smithi143.stdout:Transaction test succeeded. 2023-12-07T03:05:19.208 INFO:teuthology.orchestra.run.smithi143.stdout:Running transaction 2023-12-07T03:05:19.657 INFO:teuthology.orchestra.run.smithi143.stdout: Preparing : 1/1 2023-12-07T03:05:19.787 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T03:05:19.870 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T03:05:20.074 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T03:05:20.220 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T03:05:20.402 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T03:05:20.537 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T03:05:21.309 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T03:05:21.548 INFO:teuthology.orchestra.run.smithi091.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T03:05:21.777 INFO:teuthology.orchestra.run.smithi091.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T03:05:21.777 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T03:05:21.777 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T03:05:21.777 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T03:05:21.777 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T03:05:21.778 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T03:05:25.320 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 5/6 2023-12-07T03:05:25.367 INFO:teuthology.orchestra.run.smithi091.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T03:05:25.367 INFO:teuthology.orchestra.run.smithi091.stdout:Installed products updated. 2023-12-07T03:05:25.548 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:05:25.548 INFO:teuthology.orchestra.run.smithi091.stdout:Installed: 2023-12-07T03:05:25.548 INFO:teuthology.orchestra.run.smithi091.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T03:05:25.548 INFO:teuthology.orchestra.run.smithi091.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T03:05:25.548 INFO:teuthology.orchestra.run.smithi091.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T03:05:25.548 INFO:teuthology.orchestra.run.smithi091.stdout: 2023-12-07T03:05:25.548 INFO:teuthology.orchestra.run.smithi091.stdout:Complete! 2023-12-07T03:05:25.550 INFO:teuthology.orchestra.run.smithi143.stdout: Installing : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T03:05:25.679 DEBUG:teuthology.orchestra.run.smithi091:> sudo yum -y install ceph 2023-12-07T03:05:25.786 INFO:teuthology.orchestra.run.smithi143.stdout: Running scriptlet: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 6/6 2023-12-07T03:05:25.787 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 1/6 2023-12-07T03:05:25.787 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 2/6 2023-12-07T03:05:25.787 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T03:05:25.787 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T03:05:25.787 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T03:05:26.012 INFO:teuthology.orchestra.run.smithi091.stdout:Updating Subscription Management repositories. 2023-12-07T03:05:26.682 INFO:teuthology.orchestra.run.smithi091.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 125 kB/s | 4.1 kB 00:00 2023-12-07T03:05:26.892 INFO:teuthology.orchestra.run.smithi091.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 126 kB/s | 4.5 kB 00:00 2023-12-07T03:05:28.461 INFO:teuthology.orchestra.run.smithi091.stderr:Error: 2023-12-07T03:05:28.462 INFO:teuthology.orchestra.run.smithi091.stderr: Problem: conflicting requests 2023-12-07T03:05:28.462 INFO:teuthology.orchestra.run.smithi091.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:28.462 INFO:teuthology.orchestra.run.smithi091.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T03:05:28.541 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T03:05:28.542 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 smithi091 with status 1: 'sudo yum -y install ceph' 2023-12-07T03:05:28.544 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 smithi091 with status 1: 'sudo yum -y install ceph' 2023-12-07T03:05:28.624 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=9c7e9af1715642aba99fddb630dd55d5 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 smithi091 with status 1: 'sudo yum -y install ceph' 2023-12-07T03:05:28.627 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T03:05:28.636 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T03:05:28.653 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T03:05:28.654 DEBUG:teuthology.orchestra.run.smithi091:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T03:05:28.675 DEBUG:teuthology.orchestra.run.smithi143:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T03:05:28.683 INFO:teuthology.orchestra.run.smithi091.stderr:bash: ntpq: command not found 2023-12-07T03:05:28.686 INFO:teuthology.orchestra.run.smithi091.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T03:05:28.686 INFO:teuthology.orchestra.run.smithi091.stdout:=============================================================================== 2023-12-07T03:05:28.686 INFO:teuthology.orchestra.run.smithi091.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 38 +4283us[+4283us] +/- 85ms 2023-12-07T03:05:28.686 INFO:teuthology.orchestra.run.smithi091.stdout:^* hv02.front.sepia.ceph.com 3 6 37 38 -887us[ -862us] +/- 83ms 2023-12-07T03:05:28.687 INFO:teuthology.orchestra.run.smithi091.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 39 -3514us[-3489us] +/- 88ms 2023-12-07T03:05:28.687 INFO:teuthology.orchestra.run.smithi091.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T03:05:28.694 INFO:teuthology.orchestra.run.smithi143.stderr:bash: ntpq: command not found 2023-12-07T03:05:28.698 INFO:teuthology.orchestra.run.smithi143.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T03:05:28.698 INFO:teuthology.orchestra.run.smithi143.stdout:=============================================================================== 2023-12-07T03:05:28.698 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 38 +4289us[+4300us] +/- 85ms 2023-12-07T03:05:28.698 INFO:teuthology.orchestra.run.smithi143.stdout:^* hv02.front.sepia.ceph.com 3 6 37 38 -887us[ -876us] +/- 83ms 2023-12-07T03:05:28.698 INFO:teuthology.orchestra.run.smithi143.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 37 -3506us[-3506us] +/- 88ms 2023-12-07T03:05:28.698 INFO:teuthology.orchestra.run.smithi143.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T03:05:28.699 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T03:05:28.710 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T03:05:28.711 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T03:05:28.725 DEBUG:teuthology.orchestra.run.smithi091:> 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-07T03:05:28.819 DEBUG:teuthology.orchestra.run.smithi143:> 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-07T03:05:28.932 DEBUG:teuthology.orchestra.run.smithi091:> 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-07T03:05:28.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T03:05:28.963 DEBUG:teuthology.orchestra.run.smithi143:> 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-07T03:05:28.994 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T03:05:28.995 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T03:05:29.010 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T03:05:29.025 INFO:teuthology.task.internal:Duration was 663.748134 seconds 2023-12-07T03:05:29.026 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T03:05:29.039 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T03:05:29.039 DEBUG:teuthology.orchestra.run.smithi091:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T03:05:29.042 DEBUG:teuthology.orchestra.run.smithi143:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T03:05:29.085 INFO:teuthology.orchestra.run.smithi091.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T03:05:29.088 INFO:teuthology.orchestra.run.smithi143.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T03:05:29.268 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T03:05:29.269 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi091.front.sepia.ceph.com 2023-12-07T03:05:29.269 DEBUG:teuthology.orchestra.run.smithi091:> 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-07T03:05:29.290 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi143.front.sepia.ceph.com 2023-12-07T03:05:29.290 DEBUG:teuthology.orchestra.run.smithi143:> 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-07T03:05:29.311 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T03:05:29.312 DEBUG:teuthology.orchestra.run.smithi091:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T03:05:29.332 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T03:05:29.392 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T03:05:29.393 DEBUG:teuthology.orchestra.run.smithi091:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T03:05:29.412 DEBUG:teuthology.orchestra.run.smithi143:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T03:05:29.501 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T03:05:29.513 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T03:05:29.513 DEBUG:teuthology.orchestra.run.smithi091:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T03:05:29.527 INFO:teuthology.orchestra.run.smithi143.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T03:05:29.528 INFO:teuthology.orchestra.run.smithi143.stdout:Installed products updated. 2023-12-07T03:05:29.553 DEBUG:teuthology.orchestra.run.smithi143:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T03:05:29.595 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T03:05:29.607 DEBUG:teuthology.orchestra.run.smithi091:> 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-07T03:05:29.610 DEBUG:teuthology.orchestra.run.smithi143:> 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-07T03:05:29.633 INFO:teuthology.orchestra.run.smithi091.stdout:kernel.core_pattern = core 2023-12-07T03:05:29.660 INFO:teuthology.orchestra.run.smithi143.stdout:kernel.core_pattern = core 2023-12-07T03:05:29.675 DEBUG:teuthology.orchestra.run.smithi091:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T03:05:29.703 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T03:05:29.704 DEBUG:teuthology.orchestra.run.smithi143:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T03:05:29.726 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:05:29.726 INFO:teuthology.orchestra.run.smithi143.stdout:Installed: 2023-12-07T03:05:29.726 INFO:teuthology.orchestra.run.smithi143.stdout: ceph-test-2:19.0.0-37.gf0c32233.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T03:05:29.726 INFO:teuthology.orchestra.run.smithi143.stdout: libcephsqlite-2:19.0.0-37.gf0c32233.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T03:05:29.726 INFO:teuthology.orchestra.run.smithi143.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T03:05:29.726 INFO:teuthology.orchestra.run.smithi143.stdout: 2023-12-07T03:05:29.726 INFO:teuthology.orchestra.run.smithi143.stdout:Complete! 2023-12-07T03:05:29.731 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T03:05:29.731 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T03:05:29.741 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T03:05:29.744 DEBUG:teuthology.misc:Transferring archived files from smithi091:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481107/remote/smithi091 2023-12-07T03:05:29.744 DEBUG:teuthology.orchestra.run.smithi091:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T03:05:29.833 DEBUG:teuthology.misc:Transferring archived files from smithi143:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481107/remote/smithi143 2023-12-07T03:05:29.834 DEBUG:teuthology.orchestra.run.smithi143:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T03:05:29.888 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T03:05:29.888 DEBUG:teuthology.orchestra.run.smithi091:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T03:05:29.890 DEBUG:teuthology.orchestra.run.smithi143:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T03:05:29.908 DEBUG:teuthology.orchestra.run.smithi143:> sudo yum -y install ceph 2023-12-07T03:05:29.966 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T03:05:29.984 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T03:05:29.984 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T03:05:29.999 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T03:05:29.999 DEBUG:teuthology.orchestra.run.smithi091:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T03:05:30.002 DEBUG:teuthology.orchestra.run.smithi143:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T03:05:30.016 INFO:teuthology.orchestra.run.smithi091.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 03:05 /home/ubuntu/cephtest 2023-12-07T03:05:30.019 INFO:teuthology.orchestra.run.smithi143.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 03:05 /home/ubuntu/cephtest 2023-12-07T03:05:30.021 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T03:05:30.033 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T03:05:30.063 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T03:05:30.090 DEBUG:teuthology.nuke:shortname: smithi091 2023-12-07T03:05:30.091 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T03:05:30.116 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi091.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481107', '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 02:48:56.023002', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T03:05:30.121 DEBUG:teuthology.nuke:shortname: smithi143 2023-12-07T03:05:30.121 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T03:05:30.144 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi143.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_00:12:58-rados-wip-yuri-testing-2023-12-06-1240-distro-default-smithi/7481107', '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 02:48:56.024734', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T03:05:30.174 INFO:teuthology.orchestra.console.smithi091:Power off 2023-12-07T03:05:30.175 DEBUG:teuthology.orchestra.console.smithi091:pexpect command: ipmitool -H smithi091.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T03:05:30.202 DEBUG:teuthology.orchestra.console.smithi091:power off output: Chassis Power Control: Down/Off 2023-12-07T03:05:30.202 DEBUG:teuthology.orchestra.console.smithi091:pexpect command: ipmitool -H smithi091.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T03:05:30.220 INFO:teuthology.orchestra.console.smithi143:Power off 2023-12-07T03:05:30.220 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T03:05:30.230 DEBUG:teuthology.orchestra.console.smithi091:check power output: Chassis Power is on 2023-12-07T03:05:30.244 DEBUG:teuthology.orchestra.console.smithi143:power off output: Chassis Power Control: Down/Off 2023-12-07T03:05:30.244 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T03:05:30.267 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-12-07T03:05:30.286 INFO:teuthology.orchestra.run.smithi143.stdout:Updating Subscription Management repositories. 2023-12-07T03:05:30.983 INFO:teuthology.orchestra.run.smithi143.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 119 kB/s | 4.5 kB 00:00 2023-12-07T03:05:31.290 INFO:teuthology.orchestra.run.smithi143.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-07T03:05:32.845 INFO:teuthology.orchestra.run.smithi143.stderr:Error: 2023-12-07T03:05:32.845 INFO:teuthology.orchestra.run.smithi143.stderr: Problem: conflicting requests 2023-12-07T03:05:32.846 INFO:teuthology.orchestra.run.smithi143.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-37.gf0c32233.el8.x86_64 2023-12-07T03:05:32.846 INFO:teuthology.orchestra.run.smithi143.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T03:05:32.926 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T03:05:34.232 DEBUG:teuthology.orchestra.console.smithi091:pexpect command: ipmitool -H smithi091.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T03:05:34.269 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T03:05:34.342 DEBUG:teuthology.orchestra.console.smithi091:check power output: Chassis Power is on 2023-12-07T03:05:34.379 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is on 2023-12-07T03:05:38.346 DEBUG:teuthology.orchestra.console.smithi091:pexpect command: ipmitool -H smithi091.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T03:05:38.380 DEBUG:teuthology.orchestra.console.smithi143:pexpect command: ipmitool -H smithi143.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T03:05:38.456 DEBUG:teuthology.orchestra.console.smithi091:check power output: Chassis Power is on 2023-12-07T03:05:38.491 DEBUG:teuthology.orchestra.console.smithi143:check power output: Chassis Power is off 2023-12-07T03:05:38.592 INFO:teuthology.orchestra.console.smithi143:Power off completed 2023-12-07T03:05:42.458 DEBUG:teuthology.orchestra.console.smithi091:pexpect command: ipmitool -H smithi091.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T03:05:42.568 DEBUG:teuthology.orchestra.console.smithi091:check power output: Chassis Power is off 2023-12-07T03:05:42.669 INFO:teuthology.orchestra.console.smithi091:Power off completed 2023-12-07T03:05:42.773 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: 663.7481341362 failure_reason: 'Command failed on smithi091 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=9c7e9af1715642aba99fddb630dd55d5 status: fail success: false 2023-12-07T03:05:42.773 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T03:05:42.868 INFO:teuthology.run:FAIL