2023-12-09T02:45:43.331 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-09T02:45:43.331 DEBUG:teuthology.run:Teuthology command: teuthology --description orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} --archive /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484680 --owner scheduled_yuriw@teuthology --name yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484680/orig.config.yaml 2023-12-09T02:45:43.377 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T02:45:43.462 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484680 branch: main description: orch/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: '7484680' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: main 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: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: main sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 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: 8320 sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: main suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 targets: smithi008.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi086.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-08_19:38:02 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-09T02:45:43.463 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa; will attempt to use it 2023-12-09T02:45:43.463 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks 2023-12-09T02:45:43.464 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-09T02:45:43.465 INFO:teuthology.task.internal:Checking packages... 2023-12-09T02:45:43.492 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '9dcc13bb80dcc1cdea72b04d80505b4649a2b882' 2023-12-09T02:45:43.492 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-09T02:45:43.492 INFO:teuthology.packaging:ref: None 2023-12-09T02:45:43.492 INFO:teuthology.packaging:tag: None 2023-12-09T02:45:43.492 INFO:teuthology.packaging:branch: main 2023-12-09T02:45:43.493 INFO:teuthology.packaging:sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:45:43.493 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=main 2023-12-09T02:45:43.709 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-58.ge94de282 2023-12-09T02:45:43.709 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-09T02:45:43.715 INFO:teuthology.task.internal:no buildpackages task found 2023-12-09T02:45:43.716 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-09T02:45:43.753 INFO:teuthology.task.internal:Saving configuration 2023-12-09T02:45:43.771 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-09T02:45:43.786 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:45:43.812 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484680', '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-09 02:40:35.886591', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:45:43.833 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484680', '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-09 02:40:35.884772', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:45:43.833 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-09T02:45:43.839 INFO:teuthology.task.internal:roles: ubuntu@smithi008.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-09T02:45:43.839 INFO:teuthology.task.internal:roles: ubuntu@smithi086.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-09T02:45:43.839 INFO:teuthology.run_tasks:Running task console_log... 2023-12-09T02:45:43.932 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1c630710d0>, signals=[15]) 2023-12-09T02:45:43.933 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-09T02:45:43.939 INFO:teuthology.task.internal:Opening connections... 2023-12-09T02:45:43.939 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi008.front.sepia.ceph.com 2023-12-09T02:45:43.941 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:45:44.009 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi086.front.sepia.ceph.com 2023-12-09T02:45:44.010 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:45:44.077 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-09T02:45:44.083 DEBUG:teuthology.orchestra.run.smithi008:> uname -m 2023-12-09T02:45:44.104 INFO:teuthology.orchestra.run.smithi008.stdout:x86_64 2023-12-09T02:45:44.105 DEBUG:teuthology.orchestra.run.smithi008:> cat /etc/os-release 2023-12-09T02:45:44.165 INFO:teuthology.orchestra.run.smithi008.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T02:45:44.165 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T02:45:44.165 INFO:teuthology.orchestra.run.smithi008.stdout:ID="rhel" 2023-12-09T02:45:44.165 INFO:teuthology.orchestra.run.smithi008.stdout:ID_LIKE="fedora" 2023-12-09T02:45:44.165 INFO:teuthology.orchestra.run.smithi008.stdout:VERSION_ID="8.6" 2023-12-09T02:45:44.165 INFO:teuthology.orchestra.run.smithi008.stdout:PLATFORM_ID="platform:el8" 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout:ANSI_COLOR="0;31" 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T02:45:44.166 INFO:teuthology.orchestra.run.smithi008.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T02:45:44.167 INFO:teuthology.lock.ops:Updating smithi008.front.sepia.ceph.com on lock server 2023-12-09T02:45:44.188 DEBUG:teuthology.orchestra.run.smithi086:> uname -m 2023-12-09T02:45:44.208 INFO:teuthology.orchestra.run.smithi086.stdout:x86_64 2023-12-09T02:45:44.208 DEBUG:teuthology.orchestra.run.smithi086:> cat /etc/os-release 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:ID="rhel" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:ID_LIKE="fedora" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:VERSION_ID="8.6" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:PLATFORM_ID="platform:el8" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:ANSI_COLOR="0;31" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T02:45:44.268 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:45:44.269 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T02:45:44.269 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T02:45:44.269 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T02:45:44.269 INFO:teuthology.orchestra.run.smithi086.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T02:45:44.269 INFO:teuthology.lock.ops:Updating smithi086.front.sepia.ceph.com on lock server 2023-12-09T02:45:44.287 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-09T02:45:44.295 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-09T02:45:44.353 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-09T02:45:44.353 DEBUG:teuthology.orchestra.run.smithi008:> test '!' -e /home/ubuntu/cephtest 2023-12-09T02:45:44.356 DEBUG:teuthology.orchestra.run.smithi086:> test '!' -e /home/ubuntu/cephtest 2023-12-09T02:45:44.374 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-09T02:45:44.380 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-09T02:45:44.380 DEBUG:teuthology.orchestra.run.smithi008:> test -z $(ls -A /var/lib/ceph) 2023-12-09T02:45:44.416 DEBUG:teuthology.orchestra.run.smithi086:> test -z $(ls -A /var/lib/ceph) 2023-12-09T02:45:44.442 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-09T02:45:44.498 INFO:teuthology.run_tasks:Running task kernel... 2023-12-09T02:45:44.514 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-09T02:45:44.514 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-09T02:45:44.515 DEBUG:teuthology.orchestra.run.smithi008:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T02:45:44.515 DEBUG:teuthology.orchestra.run.smithi086:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T02:45:44.532 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:45:44.533 DEBUG:teuthology.orchestra.run.smithi086:> uname -r 2023-12-09T02:45:44.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:45:44.535 DEBUG:teuthology.orchestra.run.smithi008:> uname -r 2023-12-09T02:45:44.591 INFO:teuthology.orchestra.run.smithi086.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T02:45:44.591 INFO:teuthology.task.kernel:Running kernel on smithi086: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:45:44.592 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum install -y kernel 2023-12-09T02:45:44.594 INFO:teuthology.orchestra.run.smithi008.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T02:45:44.594 INFO:teuthology.task.kernel:Running kernel on smithi008: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:45:44.595 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum install -y kernel 2023-12-09T02:45:45.802 INFO:teuthology.orchestra.run.smithi086.stdout:Updating Subscription Management repositories. 2023-12-09T02:45:45.802 INFO:teuthology.orchestra.run.smithi086.stdout:Unable to read consumer identity 2023-12-09T02:45:45.803 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-09T02:45:45.803 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-09T02:45:47.285 INFO:teuthology.orchestra.run.smithi008.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-09T02:45:47.288 INFO:teuthology.orchestra.run.smithi086.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-09T02:45:48.494 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-09T02:45:48.671 INFO:teuthology.orchestra.run.smithi086.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-09T02:45:52.165 INFO:teuthology.orchestra.run.smithi086.stdout:lab-extras 422 kB/s | 24 kB 00:00 2023-12-09T02:45:52.168 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 406 kB/s | 24 kB 00:00 2023-12-09T02:45:52.913 INFO:teuthology.orchestra.run.smithi008.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T02:45:52.924 INFO:teuthology.orchestra.run.smithi086.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T02:45:52.970 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2023-12-09T02:45:52.970 INFO:teuthology.orchestra.run.smithi086.stdout:Nothing to do. 2023-12-09T02:45:52.970 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2023-12-09T02:45:52.973 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-09T02:45:52.974 INFO:teuthology.orchestra.run.smithi008.stdout:Nothing to do. 2023-12-09T02:45:52.974 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-09T02:45:53.095 DEBUG:teuthology.orchestra.run.smithi008:> echo no | sudo yum reinstall kernel || true 2023-12-09T02:45:53.102 DEBUG:teuthology.orchestra.run.smithi086:> echo no | sudo yum reinstall kernel || true 2023-12-09T02:45:53.448 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-09T02:45:53.449 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-09T02:45:53.472 INFO:teuthology.orchestra.run.smithi086.stdout:Updating Subscription Management repositories. 2023-12-09T02:45:53.473 INFO:teuthology.orchestra.run.smithi086.stdout:Unable to read consumer identity 2023-12-09T02:45:53.725 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:01 ago on Sat 09 Dec 2023 02:45:52 AM UTC. 2023-12-09T02:45:53.733 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:00:01 ago on Sat 09 Dec 2023 02:45:52 AM UTC. 2023-12-09T02:45:53.774 INFO:teuthology.orchestra.run.smithi086.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:45:53.779 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:45:53.811 INFO:teuthology.orchestra.run.smithi008.stderr:Error: No packages marked for reinstall. 2023-12-09T02:45:53.836 INFO:teuthology.orchestra.run.smithi086.stderr:Error: No packages marked for reinstall. 2023-12-09T02:45:53.858 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum reinstall -y kernel || true 2023-12-09T02:45:53.881 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum reinstall -y kernel || true 2023-12-09T02:45:54.210 INFO:teuthology.orchestra.run.smithi086.stdout:Updating Subscription Management repositories. 2023-12-09T02:45:54.210 INFO:teuthology.orchestra.run.smithi086.stdout:Unable to read consumer identity 2023-12-09T02:45:54.211 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-09T02:45:54.211 INFO:teuthology.orchestra.run.smithi008.stdout:Unable to read consumer identity 2023-12-09T02:45:54.471 INFO:teuthology.orchestra.run.smithi086.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:45:52 AM UTC. 2023-12-09T02:45:54.476 INFO:teuthology.orchestra.run.smithi008.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 02:45:52 AM UTC. 2023-12-09T02:45:54.511 INFO:teuthology.orchestra.run.smithi086.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:45:54.521 INFO:teuthology.orchestra.run.smithi008.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T02:45:54.542 INFO:teuthology.orchestra.run.smithi008.stderr:Error: No packages marked for reinstall. 2023-12-09T02:45:54.544 INFO:teuthology.orchestra.run.smithi086.stderr:Error: No packages marked for reinstall. 2023-12-09T02:45:54.590 DEBUG:teuthology.orchestra.run.smithi086:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T02:45:54.593 DEBUG:teuthology.orchestra.run.smithi008:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T02:45:54.669 INFO:teuthology.orchestra.run.smithi086.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T02:45:54.670 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:45:54.670 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T02:45:54.670 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-09T02:45:54.670 DEBUG:teuthology.orchestra.run.smithi086:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T02:45:54.675 INFO:teuthology.orchestra.run.smithi008.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T02:45:54.675 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T02:45:54.675 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T02:45:54.676 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-09T02:45:54.676 DEBUG:teuthology.orchestra.run.smithi008:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T02:45:54.707 INFO:teuthology.orchestra.run.smithi086.stdout:ttyS1 2023-12-09T02:45:54.713 INFO:teuthology.orchestra.run.smithi008.stdout:ttyS1 2023-12-09T02:45:54.726 DEBUG:teuthology.parallel:result is None 2023-12-09T02:45:54.728 DEBUG:teuthology.parallel:result is None 2023-12-09T02:45:54.728 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-09T02:45:54.735 INFO:teuthology.task.internal:Creating test directory... 2023-12-09T02:45:54.736 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T02:45:54.770 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T02:45:54.786 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-09T02:45:54.792 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-09T02:45:54.814 INFO:teuthology.task.internal:Creating archive directory... 2023-12-09T02:45:54.814 DEBUG:teuthology.orchestra.run.smithi008:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T02:45:54.827 DEBUG:teuthology.orchestra.run.smithi086:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T02:45:54.847 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-09T02:45:54.854 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-09T02:45:54.854 DEBUG:teuthology.orchestra.run.smithi008:> 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-09T02:45:54.885 DEBUG:teuthology.orchestra.run.smithi086:> 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-09T02:45:54.910 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:45:54.920 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:45:54.930 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:45:54.940 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T02:45:54.941 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-09T02:45:54.948 INFO:teuthology.task.internal:Configuring sudo... 2023-12-09T02:45:54.948 DEBUG:teuthology.orchestra.run.smithi008:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T02:45:54.965 DEBUG:teuthology.orchestra.run.smithi086:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T02:45:54.991 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-09T02:45:55.000 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-09T02:45:55.000 DEBUG:teuthology.orchestra.run.smithi008:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T02:45:55.033 DEBUG:teuthology.orchestra.run.smithi086:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T02:45:55.049 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:45:55.127 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:45:55.188 DEBUG:teuthology.orchestra.run.smithi008:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:45:55.273 DEBUG:teuthology.orchestra.run.smithi008:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:45:55.314 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-09T02:45:55.314 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T02:45:55.399 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:45:55.448 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T02:45:55.491 DEBUG:teuthology.orchestra.run.smithi086:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:45:55.575 DEBUG:teuthology.orchestra.run.smithi086:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T02:45:55.617 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-09T02:45:55.617 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T02:45:55.685 DEBUG:teuthology.orchestra.run.smithi008:> sudo service rsyslog restart 2023-12-09T02:45:55.687 DEBUG:teuthology.orchestra.run.smithi086:> sudo service rsyslog restart 2023-12-09T02:45:55.741 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:45:55.784 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:45:56.110 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-09T02:45:56.118 INFO:teuthology.task.internal:Starting timer... 2023-12-09T02:45:56.118 INFO:teuthology.run_tasks:Running task pcp... 2023-12-09T02:45:56.142 INFO:teuthology.run_tasks:Running task selinux... 2023-12-09T02:45:56.175 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-09T02:45:56.175 DEBUG:teuthology.orchestra.run.smithi008:> sudo service auditd rotate 2023-12-09T02:45:56.242 INFO:teuthology.orchestra.run.smithi008.stdout:Rotating logs: 2023-12-09T02:45:56.244 DEBUG:teuthology.orchestra.run.smithi086:> sudo service auditd rotate 2023-12-09T02:45:56.296 INFO:teuthology.orchestra.run.smithi086.stdout:Rotating logs: 2023-12-09T02:45:56.298 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-09T02:45:56.298 DEBUG:teuthology.orchestra.run.smithi008:> /usr/sbin/getenforce 2023-12-09T02:45:56.334 INFO:teuthology.orchestra.run.smithi008.stdout:Permissive 2023-12-09T02:45:56.334 DEBUG:teuthology.orchestra.run.smithi086:> /usr/sbin/getenforce 2023-12-09T02:45:56.354 INFO:teuthology.orchestra.run.smithi086.stdout:Permissive 2023-12-09T02:45:56.354 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi008.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi086.front.sepia.ceph.com': 'permissive'} 2023-12-09T02:45:56.354 DEBUG:teuthology.orchestra.run.smithi008:> 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-09T02:45:56.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:45:56.402 DEBUG:teuthology.orchestra.run.smithi086:> 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-09T02:45:56.429 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:45:56.430 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-09T02:45:56.430 DEBUG:teuthology.orchestra.run.smithi008:> sudo /usr/sbin/setenforce permissive 2023-12-09T02:45:56.471 DEBUG:teuthology.orchestra.run.smithi086:> sudo /usr/sbin/setenforce permissive 2023-12-09T02:45:56.497 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-09T02:45:56.506 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-09T02:45:56.506 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-09T02:45:56.524 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-09T02:45:56.525 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi008.front.sepia.ceph.com,smithi086.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-09T02:55:17.699 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi008.front.sepia.ceph.com'), Remote(name='ubuntu@smithi086.front.sepia.ceph.com')] 2023-12-09T02:55:17.701 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-09T02:55:17.702 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi008.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:55:17.773 DEBUG:teuthology.orchestra.run.smithi008:> true 2023-12-09T02:55:17.840 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi008.front.sepia.ceph.com' 2023-12-09T02:55:17.841 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-12-09T02:55:17.841 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi086.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T02:55:17.909 DEBUG:teuthology.orchestra.run.smithi086:> true 2023-12-09T02:55:17.980 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi086.front.sepia.ceph.com' 2023-12-09T02:55:17.980 INFO:teuthology.run_tasks:Running task clock... 2023-12-09T02:55:17.991 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-09T02:55:17.991 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:55:17.992 DEBUG:teuthology.orchestra.run.smithi008:> 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-09T02:55:17.994 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T02:55:17.994 DEBUG:teuthology.orchestra.run.smithi086:> 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-09T02:55:18.028 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:55:18.043 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:55:18.051 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T02:55:18.066 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T02:55:18.114 INFO:teuthology.orchestra.run.smithi008.stderr:sudo: ntpd: command not found 2023-12-09T02:55:18.126 INFO:teuthology.orchestra.run.smithi008.stdout:506 Cannot talk to daemon 2023-12-09T02:55:18.127 INFO:teuthology.orchestra.run.smithi086.stderr:sudo: ntpd: command not found 2023-12-09T02:55:18.138 INFO:teuthology.orchestra.run.smithi086.stdout:506 Cannot talk to daemon 2023-12-09T02:55:18.141 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:55:18.153 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T02:55:18.156 INFO:teuthology.orchestra.run.smithi008.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:55:18.166 INFO:teuthology.orchestra.run.smithi086.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T02:55:18.228 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2023-12-09T02:55:18.231 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:55:18.231 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2023-12-09T02:55:18.231 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:55:18.231 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:55:18.231 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:55:18.231 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:55:18.232 INFO:teuthology.orchestra.run.smithi086.stderr:bash: ntpq: command not found 2023-12-09T02:55:18.235 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:55:18.235 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2023-12-09T02:55:18.236 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:55:18.236 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:55:18.236 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:55:18.236 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:55:18.237 INFO:teuthology.run_tasks:Running task pexec... 2023-12-09T02:55:18.247 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-09T02:55:18.247 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi008.front.sepia.ceph.com 2023-12-09T02:55:18.248 DEBUG:teuthology.orchestra.run.smithi008:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:55:18.248 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi086.front.sepia.ceph.com 2023-12-09T02:55:18.248 DEBUG:teuthology.orchestra.run.smithi086:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T02:55:18.650 INFO:teuthology.orchestra.run.smithi086.stdout:Updating Subscription Management repositories. 2023-12-09T02:55:18.664 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-09T02:55:19.431 INFO:teuthology.orchestra.run.smithi086.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 155 kB/s | 4.1 kB 00:00 2023-12-09T02:55:19.473 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 128 kB/s | 4.1 kB 00:00 2023-12-09T02:55:19.690 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 111 kB/s | 4.5 kB 00:00 2023-12-09T02:55:19.745 INFO:teuthology.orchestra.run.smithi086.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 122 kB/s | 4.5 kB 00:00 2023-12-09T02:55:21.667 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2023-12-09T02:55:21.668 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-12-09T02:55:21.668 INFO:teuthology.orchestra.run.smithi086.stdout: Package Architecture Version Repository Size 2023-12-09T02:55:21.668 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-12-09T02:55:21.668 INFO:teuthology.orchestra.run.smithi086.stdout:Resetting modules: 2023-12-09T02:55:21.668 INFO:teuthology.orchestra.run.smithi086.stdout: container-tools 2023-12-09T02:55:21.669 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:55:21.669 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2023-12-09T02:55:21.669 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================ 2023-12-09T02:55:21.669 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:55:21.896 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-09T02:55:21.897 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-09T02:55:21.897 INFO:teuthology.orchestra.run.smithi008.stdout: Package Architecture Version Repository Size 2023-12-09T02:55:21.897 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-09T02:55:21.897 INFO:teuthology.orchestra.run.smithi008.stdout:Resetting modules: 2023-12-09T02:55:21.897 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools 2023-12-09T02:55:21.897 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:55:21.897 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-09T02:55:21.897 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================ 2023-12-09T02:55:21.897 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:55:25.504 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2023-12-09T02:55:25.865 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-09T02:55:25.954 INFO:teuthology.orchestra.run.smithi086.stdout:Updating Subscription Management repositories. 2023-12-09T02:55:26.341 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-09T02:55:26.714 INFO:teuthology.orchestra.run.smithi086.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 100 kB/s | 4.1 kB 00:00 2023-12-09T02:55:26.928 INFO:teuthology.orchestra.run.smithi086.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 117 kB/s | 4.5 kB 00:00 2023-12-09T02:55:27.100 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 99 kB/s | 4.1 kB 00:00 2023-12-09T02:55:27.454 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-09T02:55:28.985 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2023-12-09T02:55:29.080 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================================================ 2023-12-09T02:55:29.080 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2023-12-09T02:55:29.080 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================================================ 2023-12-09T02:55:29.080 INFO:teuthology.orchestra.run.smithi086.stdout:Installing group/module packages: 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.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-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.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-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.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-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.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-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout:Installing module profiles: 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout: container-tools/common 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:55:29.081 INFO:teuthology.orchestra.run.smithi086.stdout:Enabling module streams: 2023-12-09T02:55:29.082 INFO:teuthology.orchestra.run.smithi086.stdout: container-tools rhel8 2023-12-09T02:55:29.082 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:55:29.082 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2023-12-09T02:55:29.082 INFO:teuthology.orchestra.run.smithi086.stdout:============================================================================================================ 2023-12-09T02:55:29.082 INFO:teuthology.orchestra.run.smithi086.stdout:Install 10 Packages 2023-12-09T02:55:29.082 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:55:29.082 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 18 M 2023-12-09T02:55:29.083 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 65 M 2023-12-09T02:55:29.083 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2023-12-09T02:55:29.173 INFO:teuthology.orchestra.run.smithi086.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.0 MB/s | 94 kB 00:00 2023-12-09T02:55:29.198 INFO:teuthology.orchestra.run.smithi086.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 215 kB/s | 25 kB 00:00 2023-12-09T02:55:29.223 INFO:teuthology.orchestra.run.smithi086.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 291 kB/s | 41 kB 00:00 2023-12-09T02:55:29.249 INFO:teuthology.orchestra.run.smithi086.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 654 kB/s | 49 kB 00:00 2023-12-09T02:55:29.282 INFO:teuthology.orchestra.run.smithi086.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-09T02:55:29.299 INFO:teuthology.orchestra.run.smithi086.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.9 MB/s | 149 kB 00:00 2023-12-09T02:55:29.343 INFO:teuthology.orchestra.run.smithi086.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 3.4 MB/s | 213 kB 00:00 2023-12-09T02:55:29.433 INFO:teuthology.orchestra.run.smithi086.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 25 MB/s | 2.2 MB 00:00 2023-12-09T02:55:29.533 INFO:teuthology.orchestra.run.smithi086.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 30 MB/s | 7.0 MB 00:00 2023-12-09T02:55:29.617 INFO:teuthology.orchestra.run.smithi086.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 20 MB/s | 8.0 MB 00:00 2023-12-09T02:55:29.617 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:55:29.617 INFO:teuthology.orchestra.run.smithi086.stdout:Total 34 MB/s | 18 MB 00:00 2023-12-09T02:55:29.660 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================================================ 2023-12-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2023-12-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================================================ 2023-12-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.stdout:Installing group/module packages: 2023-12-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.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-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-12-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-12-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.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-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.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-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.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-09T02:55:29.760 INFO:teuthology.orchestra.run.smithi008.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout:Installing module profiles: 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools/common 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout:Enabling module streams: 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout: container-tools rhel8 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout:============================================================================================================ 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout:Install 10 Packages 2023-12-09T02:55:29.761 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:55:29.762 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 18 M 2023-12-09T02:55:29.762 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 65 M 2023-12-09T02:55:29.762 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-12-09T02:55:29.820 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2023-12-09T02:55:29.835 INFO:teuthology.orchestra.run.smithi008.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 1.3 MB/s | 94 kB 00:00 2023-12-09T02:55:29.839 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2023-12-09T02:55:29.839 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2023-12-09T02:55:29.860 INFO:teuthology.orchestra.run.smithi008.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 255 kB/s | 25 kB 00:00 2023-12-09T02:55:29.885 INFO:teuthology.orchestra.run.smithi008.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 332 kB/s | 41 kB 00:00 2023-12-09T02:55:29.910 INFO:teuthology.orchestra.run.smithi008.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 656 kB/s | 49 kB 00:00 2023-12-09T02:55:29.944 INFO:teuthology.orchestra.run.smithi008.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-12-09T02:55:29.969 INFO:teuthology.orchestra.run.smithi008.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-12-09T02:55:30.003 INFO:teuthology.orchestra.run.smithi008.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 3.5 MB/s | 213 kB 00:00 2023-12-09T02:55:30.020 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2023-12-09T02:55:30.024 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2023-12-09T02:55:30.104 INFO:teuthology.orchestra.run.smithi008.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 22 MB/s | 2.2 MB 00:00 2023-12-09T02:55:30.229 INFO:teuthology.orchestra.run.smithi008.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 27 MB/s | 7.0 MB 00:00 2023-12-09T02:55:30.321 INFO:teuthology.orchestra.run.smithi008.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 18 MB/s | 8.0 MB 00:00 2023-12-09T02:55:30.321 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:55:30.321 INFO:teuthology.orchestra.run.smithi008.stdout:Total 33 MB/s | 18 MB 00:00 2023-12-09T02:55:30.530 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-12-09T02:55:30.551 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-12-09T02:55:30.551 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-12-09T02:55:30.558 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2023-12-09T02:55:30.724 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-09T02:55:30.745 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-12-09T02:55:30.749 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-12-09T02:55:30.900 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T02:55:31.069 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-09T02:55:31.246 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-09T02:55:31.259 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-12-09T02:55:31.554 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-12-09T02:55:31.620 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-09T02:55:31.746 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T02:55:31.919 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-12-09T02:55:32.142 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-12-09T02:55:32.411 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-09T02:55:32.497 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-12-09T02:55:33.272 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-09T02:55:33.276 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-12-09T02:55:33.490 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-09T02:55:33.665 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-09T02:55:33.867 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T02:55:34.136 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T02:55:34.137 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-09T02:55:34.137 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T02:55:34.137 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-09T02:55:34.137 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-09T02:55:34.137 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-09T02:55:34.137 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-09T02:55:34.137 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-09T02:55:34.137 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-09T02:55:34.137 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-09T02:55:34.232 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-12-09T02:55:34.454 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-12-09T02:55:34.611 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-12-09T02:55:34.820 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T02:55:35.093 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-12-09T02:55:35.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-12-09T02:55:35.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-12-09T02:55:35.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-12-09T02:55:35.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-12-09T02:55:35.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-12-09T02:55:35.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-12-09T02:55:35.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-12-09T02:55:35.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-12-09T02:55:35.093 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-12-09T02:55:38.561 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-09T02:55:38.562 INFO:teuthology.orchestra.run.smithi086.stdout:Installed products updated. 2023-12-09T02:55:38.756 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:55:38.756 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2023-12-09T02:55:38.756 INFO:teuthology.orchestra.run.smithi086.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:55:38.756 INFO:teuthology.orchestra.run.smithi086.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T02:55:38.756 INFO:teuthology.orchestra.run.smithi086.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:55:38.756 INFO:teuthology.orchestra.run.smithi086.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-09T02:55:38.757 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-09T02:55:38.757 INFO:teuthology.orchestra.run.smithi086.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-09T02:55:38.757 INFO:teuthology.orchestra.run.smithi086.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:55:38.757 INFO:teuthology.orchestra.run.smithi086.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:55:38.757 INFO:teuthology.orchestra.run.smithi086.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T02:55:38.757 INFO:teuthology.orchestra.run.smithi086.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:55:38.757 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:55:38.758 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2023-12-09T02:55:38.894 DEBUG:teuthology.parallel:result is None 2023-12-09T02:55:39.351 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-12-09T02:55:39.351 INFO:teuthology.orchestra.run.smithi008.stdout:Installed products updated. 2023-12-09T02:55:39.560 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:55:39.560 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:55:39.561 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-09T02:55:39.703 DEBUG:teuthology.parallel:result is None 2023-12-09T02:55:39.703 INFO:teuthology.run_tasks:Running task install... 2023-12-09T02:55:39.712 DEBUG:teuthology.task.install:project ceph 2023-12-09T02:55:39.712 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'}} 2023-12-09T02:55:39.712 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'} 2023-12-09T02:55:39.712 INFO:teuthology.task.install:Using flavor: default 2023-12-09T02:55:39.718 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-09T02:55:39.718 INFO:teuthology.task.install:extra packages: [] 2023-12-09T02:55:39.719 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T02:55:39.719 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:55:39.721 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': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882', 'tag': None, 'wait_for_package': False} 2023-12-09T02:55:39.721 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T02:55:39.865 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:55:39.865 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:55:39.935 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T02:55:39.935 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T02:55:39.976 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T02:55:39.976 DEBUG:teuthology.orchestra.run.smithi086:> set -ex 2023-12-09T02:55:39.976 DEBUG:teuthology.orchestra.run.smithi086:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:55:40.008 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-09T02:55:40.008 DEBUG:teuthology.orchestra.run.smithi086:> 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/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T02:55:40.043 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-09T02:55:40.043 DEBUG:teuthology.orchestra.run.smithi008:> set -ex 2023-12-09T02:55:40.043 DEBUG:teuthology.orchestra.run.smithi008:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T02:55:40.072 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-09T02:55:40.072 DEBUG:teuthology.orchestra.run.smithi008:> 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/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-09T02:55:40.081 DEBUG:teuthology.orchestra.run.smithi086:> 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-09T02:55:40.142 DEBUG:teuthology.orchestra.run.smithi008:> 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-09T02:55:40.162 DEBUG:teuthology.orchestra.run.smithi086:> 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-09T02:55:40.221 DEBUG:teuthology.orchestra.run.smithi008:> 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-09T02:55:40.229 INFO:teuthology.orchestra.run.smithi086.stdout:check_obsoletes = 1 2023-12-09T02:55:40.231 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum clean all 2023-12-09T02:55:40.288 INFO:teuthology.orchestra.run.smithi008.stdout:check_obsoletes = 1 2023-12-09T02:55:40.290 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum clean all 2023-12-09T02:55:40.605 INFO:teuthology.orchestra.run.smithi086.stdout:Updating Subscription Management repositories. 2023-12-09T02:55:40.682 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-09T02:55:41.827 INFO:teuthology.orchestra.run.smithi086.stdout:44 files removed 2023-12-09T02:55:41.879 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-radosgw 2023-12-09T02:55:41.995 INFO:teuthology.orchestra.run.smithi008.stdout:44 files removed 2023-12-09T02:55:42.049 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-radosgw 2023-12-09T02:55:42.214 INFO:teuthology.orchestra.run.smithi086.stdout:Updating Subscription Management repositories. 2023-12-09T02:55:42.405 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-09T02:55:43.826 INFO:teuthology.orchestra.run.smithi086.stdout:ceph packages for x86_64 208 kB/s | 81 kB 00:00 2023-12-09T02:55:43.851 INFO:teuthology.orchestra.run.smithi008.stdout:ceph packages for x86_64 245 kB/s | 81 kB 00:00 2023-12-09T02:55:44.110 INFO:teuthology.orchestra.run.smithi086.stdout:ceph noarch packages 38 kB/s | 9.5 kB 00:00 2023-12-09T02:55:44.151 INFO:teuthology.orchestra.run.smithi008.stdout:ceph noarch packages 36 kB/s | 9.5 kB 00:00 2023-12-09T02:55:44.369 INFO:teuthology.orchestra.run.smithi086.stdout:ceph source packages 6.3 kB/s | 1.5 kB 00:00 2023-12-09T02:55:44.520 INFO:teuthology.orchestra.run.smithi086.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-09T02:55:44.527 INFO:teuthology.orchestra.run.smithi008.stdout:ceph source packages 4.2 kB/s | 1.5 kB 00:00 2023-12-09T02:55:44.678 INFO:teuthology.orchestra.run.smithi008.stdout:Copr repo for python3-asyncssh owned by ceph 27 kB/s | 3.5 kB 00:00 2023-12-09T02:55:45.612 INFO:teuthology.orchestra.run.smithi008.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-09T02:55:46.329 INFO:teuthology.orchestra.run.smithi086.stdout:Extra Packages for Enterprise Linux 8.9 MB/s | 16 MB 00:01 2023-12-09T02:55:49.515 INFO:teuthology.orchestra.run.smithi008.stdout:lab-extras 280 kB/s | 24 kB 00:00 2023-12-09T02:55:49.846 INFO:teuthology.orchestra.run.smithi086.stdout:lab-extras 398 kB/s | 24 kB 00:00 2023-12-09T02:55:50.539 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 56 MB/s | 53 MB 00:00 2023-12-09T02:55:50.789 INFO:teuthology.orchestra.run.smithi086.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 61 MB/s | 53 MB 00:00 2023-12-09T02:55:58.890 INFO:teuthology.orchestra.run.smithi086.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 56 MB/s | 47 MB 00:00 2023-12-09T02:55:59.515 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 52 MB/s | 47 MB 00:00 2023-12-09T02:56:09.896 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2023-12-09T02:56:09.898 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================================== 2023-12-09T02:56:09.898 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================================== 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout:Upgrading: 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:56:09.899 INFO:teuthology.orchestra.run.smithi086.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:56:09.900 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2023-12-09T02:56:09.901 INFO:teuthology.orchestra.run.smithi086.stdout:================================================================================================== 2023-12-09T02:56:09.901 INFO:teuthology.orchestra.run.smithi086.stdout:Install 21 Packages 2023-12-09T02:56:09.901 INFO:teuthology.orchestra.run.smithi086.stdout:Upgrade 2 Packages 2023-12-09T02:56:09.901 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:56:09.901 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 62 M 2023-12-09T02:56:09.901 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2023-12-09T02:56:10.757 INFO:teuthology.orchestra.run.smithi086.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 6.8 MB/s | 5.4 MB 00:00 2023-12-09T02:56:10.849 INFO:teuthology.orchestra.run.smithi086.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 265 kB/s | 24 kB 00:00 2023-12-09T02:56:11.016 INFO:teuthology.orchestra.run.smithi086.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 4.9 MB/s | 839 kB 00:00 2023-12-09T02:56:11.150 INFO:teuthology.orchestra.run.smithi086.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 3.8 MB/s | 517 kB 00:00 2023-12-09T02:56:11.592 INFO:teuthology.orchestra.run.smithi086.stdout:(5/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 8.5 MB/s | 14 MB 00:01 2023-12-09T02:56:11.622 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-09T02:56:11.623 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================================== 2023-12-09T02:56:11.623 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2023-12-09T02:56:11.623 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================================== 2023-12-09T02:56:11.623 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2023-12-09T02:56:11.623 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T02:56:11.623 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrading: 2023-12-09T02:56:11.623 INFO:teuthology.orchestra.run.smithi008.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T02:56:11.623 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T02:56:11.624 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout:================================================================================================== 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout:Install 21 Packages 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout:Upgrade 2 Packages 2023-12-09T02:56:11.625 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:56:11.626 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 62 M 2023-12-09T02:56:11.626 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-12-09T02:56:11.684 INFO:teuthology.orchestra.run.smithi086.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 489 kB/s | 45 kB 00:00 2023-12-09T02:56:11.775 INFO:teuthology.orchestra.run.smithi086.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 1.4 MB/s | 128 kB 00:00 2023-12-09T02:56:11.876 INFO:teuthology.orchestra.run.smithi086.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 1.9 MB/s | 197 kB 00:00 2023-12-09T02:56:12.134 INFO:teuthology.orchestra.run.smithi086.stdout:(9/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x86 10 MB/s | 23 MB 00:02 2023-12-09T02:56:12.218 INFO:teuthology.orchestra.run.smithi086.stdout:(10/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64 6.5 MB/s | 6.9 MB 00:01 2023-12-09T02:56:12.243 INFO:teuthology.orchestra.run.smithi086.stdout:(11/23): python3-rados-19.0.0-44.g9dcc13bb.el8. 1.0 MB/s | 371 kB 00:00 2023-12-09T02:56:12.293 INFO:teuthology.orchestra.run.smithi086.stdout:(12/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 2.3 MB/s | 365 kB 00:00 2023-12-09T02:56:12.327 INFO:teuthology.orchestra.run.smithi086.stdout:(13/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 981 kB/s | 107 kB 00:00 2023-12-09T02:56:12.645 INFO:teuthology.orchestra.run.smithi086.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 167 kB/s | 59 kB 00:00 2023-12-09T02:56:12.686 INFO:teuthology.orchestra.run.smithi086.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 209 kB/s | 75 kB 00:00 2023-12-09T02:56:12.778 INFO:teuthology.orchestra.run.smithi086.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 512 kB/s | 47 kB 00:00 2023-12-09T02:56:12.811 INFO:teuthology.orchestra.run.smithi086.stdout:(17/23): gperftools-libs-2.7-9.el8.x86_64.rpm 539 kB/s | 306 kB 00:00 2023-12-09T02:56:12.845 INFO:teuthology.orchestra.run.smithi086.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-12-09T02:56:12.912 INFO:teuthology.orchestra.run.smithi086.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 438 kB/s | 44 kB 00:00 2023-12-09T02:56:12.937 INFO:teuthology.orchestra.run.smithi086.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.0 MB/s | 354 kB 00:00 2023-12-09T02:56:13.129 INFO:teuthology.orchestra.run.smithi008.stdout:(1/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 9.6 MB/s | 14 MB 00:01 2023-12-09T02:56:13.138 INFO:teuthology.orchestra.run.smithi086.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.5 MB/s | 1.7 MB 00:00 2023-12-09T02:56:13.200 INFO:teuthology.orchestra.run.smithi008.stdout:(2/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 3.6 MB/s | 5.4 MB 00:01 2023-12-09T02:56:13.225 INFO:teuthology.orchestra.run.smithi008.stdout:(3/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 252 kB/s | 24 kB 00:00 2023-12-09T02:56:13.317 INFO:teuthology.orchestra.run.smithi008.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 5.5 MB/s | 517 kB 00:00 2023-12-09T02:56:13.401 INFO:teuthology.orchestra.run.smithi008.stdout:(5/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 4.1 MB/s | 839 kB 00:00 2023-12-09T02:56:13.509 INFO:teuthology.orchestra.run.smithi008.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 412 kB/s | 45 kB 00:00 2023-12-09T02:56:13.563 INFO:teuthology.orchestra.run.smithi086.stdout:(22/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 5.8 MB/s | 3.8 MB 00:00 2023-12-09T02:56:13.610 INFO:teuthology.orchestra.run.smithi008.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 1.3 MB/s | 128 kB 00:00 2023-12-09T02:56:13.621 INFO:teuthology.orchestra.run.smithi086.stdout:(23/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 5.4 MB/s | 3.7 MB 00:00 2023-12-09T02:56:13.624 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:56:13.624 INFO:teuthology.orchestra.run.smithi086.stdout:Total 17 MB/s | 62 MB 00:03 2023-12-09T02:56:13.673 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2023-12-09T02:56:13.710 INFO:teuthology.orchestra.run.smithi008.stdout:(8/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 1.9 MB/s | 197 kB 00:00 2023-12-09T02:56:13.718 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2023-12-09T02:56:13.718 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2023-12-09T02:56:13.827 INFO:teuthology.orchestra.run.smithi008.stdout:(9/23): python3-rados-19.0.0-44.g9dcc13bb.el8.x 3.1 MB/s | 371 kB 00:00 2023-12-09T02:56:13.911 INFO:teuthology.orchestra.run.smithi008.stdout:(10/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64 12 MB/s | 6.9 MB 00:00 2023-12-09T02:56:13.936 INFO:teuthology.orchestra.run.smithi008.stdout:(11/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 3.3 MB/s | 365 kB 00:00 2023-12-09T02:56:13.953 INFO:teuthology.orchestra.run.smithi008.stdout:(12/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 2.5 MB/s | 107 kB 00:00 2023-12-09T02:56:14.062 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2023-12-09T02:56:14.066 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2023-12-09T02:56:14.637 INFO:teuthology.orchestra.run.smithi008.stdout:(13/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 7.6 MB/s | 23 MB 00:02 2023-12-09T02:56:14.662 INFO:teuthology.orchestra.run.smithi008.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 83 kB/s | 59 kB 00:00 2023-12-09T02:56:14.779 INFO:teuthology.orchestra.run.smithi008.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 363 kB/s | 306 kB 00:00 2023-12-09T02:56:14.829 INFO:teuthology.orchestra.run.smithi008.stdout:(16/23): libunwind-1.3.1-3.el8.x86_64.rpm 450 kB/s | 75 kB 00:00 2023-12-09T02:56:14.854 INFO:teuthology.orchestra.run.smithi008.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 623 kB/s | 47 kB 00:00 2023-12-09T02:56:14.905 INFO:teuthology.orchestra.run.smithi008.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 1.1 MB/s | 44 kB 00:00 2023-12-09T02:56:14.930 INFO:teuthology.orchestra.run.smithi008.stdout:(19/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.5 MB/s | 259 kB 00:00 2023-12-09T02:56:14.964 INFO:teuthology.orchestra.run.smithi008.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-12-09T02:56:15.239 INFO:teuthology.orchestra.run.smithi008.stdout:(21/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 13 MB/s | 3.7 MB 00:00 2023-12-09T02:56:15.268 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2023-12-09T02:56:15.460 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:56:15.556 INFO:teuthology.orchestra.run.smithi008.stdout:(22/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 6.0 MB/s | 3.8 MB 00:00 2023-12-09T02:56:15.614 INFO:teuthology.orchestra.run.smithi008.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 1.8 MB/s | 1.7 MB 00:00 2023-12-09T02:56:15.619 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:56:15.619 INFO:teuthology.orchestra.run.smithi008.stdout:Total 15 MB/s | 62 MB 00:03 2023-12-09T02:56:15.670 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-12-09T02:56:15.672 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:56:15.720 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-12-09T02:56:15.720 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-12-09T02:56:16.063 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:56:16.086 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-12-09T02:56:16.090 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-12-09T02:56:16.306 INFO:teuthology.orchestra.run.smithi086.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:56:16.404 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:56:16.879 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:56:17.109 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:56:17.301 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-12-09T02:56:17.347 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:56:17.501 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T02:56:17.684 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:56:17.769 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:56:17.981 INFO:teuthology.orchestra.run.smithi086.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:56:18.071 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:56:18.099 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T02:56:18.258 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:56:18.289 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:56:18.342 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:56:18.354 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:56:18.549 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:56:18.782 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T02:56:18.983 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:56:19.130 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T02:56:19.289 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:56:19.358 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:56:19.435 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:56:19.491 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:56:19.642 INFO:teuthology.orchestra.run.smithi008.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:56:19.683 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:56:19.777 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:56:19.907 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:56:19.967 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:56:20.033 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T02:56:20.134 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:56:20.305 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:56:20.362 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:56:20.481 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:56:20.690 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:56:20.863 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T02:56:20.915 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:56:21.089 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:56:21.191 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:56:21.245 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:56:21.363 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T02:56:21.521 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:56:21.722 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:56:21.942 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T02:56:22.108 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:56:22.184 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T02:56:22.319 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T02:56:22.533 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T02:56:22.768 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T02:56:22.908 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T02:56:25.018 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:56:25.238 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:56:25.828 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:56:26.107 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:56:26.192 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:56:26.369 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:56:26.847 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:56:27.074 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:56:27.692 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T02:56:27.931 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:56:28.001 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T02:56:28.140 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:56:45.049 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:56:45.049 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /sys 2023-12-09T02:56:45.049 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /proc 2023-12-09T02:56:45.049 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /dev 2023-12-09T02:56:45.049 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /run 2023-12-09T02:56:45.049 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /mnt 2023-12-09T02:56:45.049 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /var/tmp 2023-12-09T02:56:45.049 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /home 2023-12-09T02:56:45.050 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /tmp 2023-12-09T02:56:45.050 INFO:teuthology.orchestra.run.smithi086.stdout:skipping the directory /dev 2023-12-09T02:56:45.050 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:56:46.513 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:56:46.534 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:56:46.534 INFO:teuthology.orchestra.run.smithi086.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:56:46.712 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:56:46.713 INFO:teuthology.orchestra.run.smithi086.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:56:47.334 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:56:47.335 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:56:47.336 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:56:47.645 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:56:47.645 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /sys 2023-12-09T02:56:47.645 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /proc 2023-12-09T02:56:47.645 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /dev 2023-12-09T02:56:47.645 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /run 2023-12-09T02:56:47.645 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /mnt 2023-12-09T02:56:47.646 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /var/tmp 2023-12-09T02:56:47.646 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /home 2023-12-09T02:56:47.646 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /tmp 2023-12-09T02:56:47.646 INFO:teuthology.orchestra.run.smithi008.stdout:skipping the directory /dev 2023-12-09T02:56:47.646 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:56:49.137 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:56:49.158 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T02:56:49.159 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:56:49.373 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T02:56:49.374 INFO:teuthology.orchestra.run.smithi008.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:56:49.987 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:56:49.987 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T02:56:49.987 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T02:56:49.987 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T02:56:49.987 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T02:56:49.987 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T02:56:49.987 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T02:56:49.988 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T02:56:49.989 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T02:56:49.989 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T02:56:49.989 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T02:56:49.989 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T02:56:51.156 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:56:51.157 INFO:teuthology.orchestra.run.smithi086.stdout:Installed products updated. 2023-12-09T02:56:51.349 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout:Upgraded: 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:56:51.350 INFO:teuthology.orchestra.run.smithi086.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:56:51.351 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2023-12-09T02:56:51.511 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph-test 2023-12-09T02:56:51.861 INFO:teuthology.orchestra.run.smithi086.stdout:Updating Subscription Management repositories. 2023-12-09T02:56:52.564 INFO:teuthology.orchestra.run.smithi086.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 115 kB/s | 4.1 kB 00:00 2023-12-09T02:56:52.779 INFO:teuthology.orchestra.run.smithi086.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 135 kB/s | 4.5 kB 00:00 2023-12-09T02:56:54.267 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T02:56:54.267 INFO:teuthology.orchestra.run.smithi008.stdout:Installed products updated. 2023-12-09T02:56:54.353 INFO:teuthology.orchestra.run.smithi086.stdout:Dependencies resolved. 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout:========================================================================================== 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout: Package Arch Version Repository Size 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout:========================================================================================== 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout:Installing: 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout:Installing dependencies: 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:56:54.354 INFO:teuthology.orchestra.run.smithi086.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:56:54.355 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:56:54.355 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction Summary 2023-12-09T02:56:54.355 INFO:teuthology.orchestra.run.smithi086.stdout:========================================================================================== 2023-12-09T02:56:54.355 INFO:teuthology.orchestra.run.smithi086.stdout:Install 6 Packages 2023-12-09T02:56:54.355 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:56:54.355 INFO:teuthology.orchestra.run.smithi086.stdout:Total download size: 50 M 2023-12-09T02:56:54.355 INFO:teuthology.orchestra.run.smithi086.stdout:Installed size: 223 M 2023-12-09T02:56:54.355 INFO:teuthology.orchestra.run.smithi086.stdout:Downloading Packages: 2023-12-09T02:56:54.395 INFO:teuthology.orchestra.run.smithi086.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout:Upgraded: 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.475 INFO:teuthology.orchestra.run.smithi008.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T02:56:54.476 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:56:54.477 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-09T02:56:54.512 INFO:teuthology.orchestra.run.smithi086.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.9 MB/s | 323 kB 00:00 2023-12-09T02:56:54.596 INFO:teuthology.orchestra.run.smithi086.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.2 MB/s | 187 kB 00:00 2023-12-09T02:56:54.654 INFO:teuthology.orchestra.run.smithi086.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 3.4 MB/s | 202 kB 00:00 2023-12-09T02:56:54.696 INFO:teuthology.orchestra.run.smithi086.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 538 kB/s | 183 kB 00:00 2023-12-09T02:56:54.807 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph-test 2023-12-09T02:56:55.179 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-09T02:56:56.042 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 80 kB/s | 4.1 kB 00:00 2023-12-09T02:56:56.266 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 124 kB/s | 4.5 kB 00:00 2023-12-09T02:56:58.015 INFO:teuthology.orchestra.run.smithi008.stdout:Dependencies resolved. 2023-12-09T02:56:58.016 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================== 2023-12-09T02:56:58.016 INFO:teuthology.orchestra.run.smithi008.stdout: Package Arch Version Repository Size 2023-12-09T02:56:58.016 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================== 2023-12-09T02:56:58.016 INFO:teuthology.orchestra.run.smithi008.stdout:Installing: 2023-12-09T02:56:58.016 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T02:56:58.016 INFO:teuthology.orchestra.run.smithi008.stdout:Installing dependencies: 2023-12-09T02:56:58.016 INFO:teuthology.orchestra.run.smithi008.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T02:56:58.016 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T02:56:58.017 INFO:teuthology.orchestra.run.smithi008.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T02:56:58.017 INFO:teuthology.orchestra.run.smithi008.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T02:56:58.017 INFO:teuthology.orchestra.run.smithi008.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T02:56:58.017 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:56:58.017 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction Summary 2023-12-09T02:56:58.017 INFO:teuthology.orchestra.run.smithi008.stdout:========================================================================================== 2023-12-09T02:56:58.017 INFO:teuthology.orchestra.run.smithi008.stdout:Install 6 Packages 2023-12-09T02:56:58.017 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:56:58.017 INFO:teuthology.orchestra.run.smithi008.stdout:Total download size: 50 M 2023-12-09T02:56:58.018 INFO:teuthology.orchestra.run.smithi008.stdout:Installed size: 223 M 2023-12-09T02:56:58.018 INFO:teuthology.orchestra.run.smithi008.stdout:Downloading Packages: 2023-12-09T02:56:58.063 INFO:teuthology.orchestra.run.smithi008.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.5 MB/s | 70 kB 00:00 2023-12-09T02:56:58.246 INFO:teuthology.orchestra.run.smithi008.stdout:(2/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 804 kB/s | 183 kB 00:00 2023-12-09T02:56:58.254 INFO:teuthology.orchestra.run.smithi086.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 13 MB/s | 49 MB 00:03 2023-12-09T02:56:58.256 INFO:teuthology.orchestra.run.smithi086.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:56:58.256 INFO:teuthology.orchestra.run.smithi086.stdout:Total 13 MB/s | 50 MB 00:03 2023-12-09T02:56:58.280 INFO:teuthology.orchestra.run.smithi008.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-09T02:56:58.294 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction check 2023-12-09T02:56:58.316 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction check succeeded. 2023-12-09T02:56:58.316 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction test 2023-12-09T02:56:58.364 INFO:teuthology.orchestra.run.smithi008.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 2.6 MB/s | 202 kB 00:00 2023-12-09T02:56:58.397 INFO:teuthology.orchestra.run.smithi008.stdout:(5/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-12-09T02:56:58.586 INFO:teuthology.orchestra.run.smithi086.stdout:Transaction test succeeded. 2023-12-09T02:56:58.590 INFO:teuthology.orchestra.run.smithi086.stdout:Running transaction 2023-12-09T02:56:59.063 INFO:teuthology.orchestra.run.smithi086.stdout: Preparing : 1/1 2023-12-09T02:56:59.233 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:56:59.324 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:56:59.531 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:56:59.726 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:56:59.874 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:57:00.009 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:57:01.006 INFO:teuthology.orchestra.run.smithi008.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 17 MB/s | 49 MB 00:02 2023-12-09T02:57:01.008 INFO:teuthology.orchestra.run.smithi008.stdout:-------------------------------------------------------------------------------- 2023-12-09T02:57:01.008 INFO:teuthology.orchestra.run.smithi008.stdout:Total 17 MB/s | 50 MB 00:02 2023-12-09T02:57:01.046 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction check 2023-12-09T02:57:01.070 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction check succeeded. 2023-12-09T02:57:01.070 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction test 2023-12-09T02:57:01.358 INFO:teuthology.orchestra.run.smithi008.stdout:Transaction test succeeded. 2023-12-09T02:57:01.362 INFO:teuthology.orchestra.run.smithi008.stdout:Running transaction 2023-12-09T02:57:01.835 INFO:teuthology.orchestra.run.smithi008.stdout: Preparing : 1/1 2023-12-09T02:57:01.969 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:57:02.047 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T02:57:02.243 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T02:57:02.387 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T02:57:02.578 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T02:57:02.736 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:57:04.730 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:57:04.979 INFO:teuthology.orchestra.run.smithi086.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:57:05.205 INFO:teuthology.orchestra.run.smithi086.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:57:05.205 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:57:05.206 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:57:05.206 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:57:05.206 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:57:05.206 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:57:07.763 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T02:57:08.000 INFO:teuthology.orchestra.run.smithi008.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:57:08.234 INFO:teuthology.orchestra.run.smithi008.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T02:57:08.234 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T02:57:08.234 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T02:57:08.234 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T02:57:08.235 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T02:57:08.235 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T02:57:09.119 INFO:teuthology.orchestra.run.smithi086.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T02:57:09.119 INFO:teuthology.orchestra.run.smithi086.stdout:Installed products updated. 2023-12-09T02:57:09.303 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:57:09.304 INFO:teuthology.orchestra.run.smithi086.stdout:Installed: 2023-12-09T02:57:09.304 INFO:teuthology.orchestra.run.smithi086.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T02:57:09.304 INFO:teuthology.orchestra.run.smithi086.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T02:57:09.304 INFO:teuthology.orchestra.run.smithi086.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T02:57:09.304 INFO:teuthology.orchestra.run.smithi086.stdout: 2023-12-09T02:57:09.304 INFO:teuthology.orchestra.run.smithi086.stdout:Complete! 2023-12-09T02:57:09.443 DEBUG:teuthology.orchestra.run.smithi086:> sudo yum -y install ceph 2023-12-09T02:57:09.780 INFO:teuthology.orchestra.run.smithi086.stdout:Updating Subscription Management repositories. 2023-12-09T02:57:10.572 INFO:teuthology.orchestra.run.smithi086.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 121 kB/s | 4.1 kB 00:00 2023-12-09T02:57:10.785 INFO:teuthology.orchestra.run.smithi086.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 152 kB/s | 4.5 kB 00:00 2023-12-09T02:57:12.359 INFO:teuthology.orchestra.run.smithi086.stderr:Error: 2023-12-09T02:57:12.359 INFO:teuthology.orchestra.run.smithi086.stderr: Problem: conflicting requests 2023-12-09T02:57:12.359 INFO:teuthology.orchestra.run.smithi086.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:57:12.359 INFO:teuthology.orchestra.run.smithi086.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T02:57:12.440 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:57:12.441 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 smithi086 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:57:12.443 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 smithi086 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:57:12.519 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=122e0ed2db52435d8bcf30155558f045 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 smithi086 with status 1: 'sudo yum -y install ceph' 2023-12-09T02:57:12.522 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-09T02:57:12.531 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-09T02:57:12.560 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-09T02:57:12.561 DEBUG:teuthology.orchestra.run.smithi008:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:57:12.566 INFO:teuthology.orchestra.run.smithi008.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T02:57:12.566 INFO:teuthology.orchestra.run.smithi008.stdout:Installed products updated. 2023-12-09T02:57:12.574 DEBUG:teuthology.orchestra.run.smithi086:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T02:57:12.581 INFO:teuthology.orchestra.run.smithi008.stderr:bash: ntpq: command not found 2023-12-09T02:57:12.585 INFO:teuthology.orchestra.run.smithi008.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:57:12.585 INFO:teuthology.orchestra.run.smithi008.stdout:=============================================================================== 2023-12-09T02:57:12.585 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 44 +584us[ +584us] +/- 92ms 2023-12-09T02:57:12.586 INFO:teuthology.orchestra.run.smithi008.stdout:^* hv02.front.sepia.ceph.com 3 6 37 44 -159us[ -193us] +/- 64ms 2023-12-09T02:57:12.586 INFO:teuthology.orchestra.run.smithi008.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 43 -155us[ -155us] +/- 73ms 2023-12-09T02:57:12.586 INFO:teuthology.orchestra.run.smithi008.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:57:12.589 INFO:teuthology.orchestra.run.smithi086.stderr:bash: ntpq: command not found 2023-12-09T02:57:12.593 INFO:teuthology.orchestra.run.smithi086.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T02:57:12.593 INFO:teuthology.orchestra.run.smithi086.stdout:=============================================================================== 2023-12-09T02:57:12.593 INFO:teuthology.orchestra.run.smithi086.stdout:^+ hv01.front.sepia.ceph.com 2 6 37 43 +547us[ +551us] +/- 92ms 2023-12-09T02:57:12.593 INFO:teuthology.orchestra.run.smithi086.stdout:^* hv02.front.sepia.ceph.com 3 6 37 43 -204us[ -201us] +/- 64ms 2023-12-09T02:57:12.594 INFO:teuthology.orchestra.run.smithi086.stdout:^+ hv03.front.sepia.ceph.com 3 6 37 43 -201us[ -198us] +/- 73ms 2023-12-09T02:57:12.594 INFO:teuthology.orchestra.run.smithi086.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T02:57:12.595 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-09T02:57:12.603 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-09T02:57:12.604 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-09T02:57:12.643 DEBUG:teuthology.orchestra.run.smithi008:> 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-09T02:57:12.739 DEBUG:teuthology.orchestra.run.smithi086:> 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-09T02:57:12.743 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:57:12.743 INFO:teuthology.orchestra.run.smithi008.stdout:Installed: 2023-12-09T02:57:12.743 INFO:teuthology.orchestra.run.smithi008.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T02:57:12.743 INFO:teuthology.orchestra.run.smithi008.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T02:57:12.743 INFO:teuthology.orchestra.run.smithi008.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T02:57:12.744 INFO:teuthology.orchestra.run.smithi008.stdout: 2023-12-09T02:57:12.744 INFO:teuthology.orchestra.run.smithi008.stdout:Complete! 2023-12-09T02:57:12.831 DEBUG:teuthology.orchestra.run.smithi008:> 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-09T02:57:12.865 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:57:12.866 DEBUG:teuthology.orchestra.run.smithi086:> 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-09T02:57:12.883 DEBUG:teuthology.orchestra.run.smithi008:> sudo yum -y install ceph 2023-12-09T02:57:12.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:57:12.897 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-09T02:57:12.907 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-09T02:57:12.935 INFO:teuthology.task.internal:Duration was 676.816377 seconds 2023-12-09T02:57:12.935 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-09T02:57:12.976 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-09T02:57:12.977 DEBUG:teuthology.orchestra.run.smithi008:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:57:12.979 DEBUG:teuthology.orchestra.run.smithi086:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T02:57:13.025 INFO:teuthology.orchestra.run.smithi086.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:57:13.026 INFO:teuthology.orchestra.run.smithi008.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T02:57:13.334 INFO:teuthology.orchestra.run.smithi008.stdout:Updating Subscription Management repositories. 2023-12-09T02:57:13.362 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-09T02:57:13.362 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi008.front.sepia.ceph.com 2023-12-09T02:57:13.362 DEBUG:teuthology.orchestra.run.smithi008:> 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-09T02:57:13.424 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi086.front.sepia.ceph.com 2023-12-09T02:57:13.424 DEBUG:teuthology.orchestra.run.smithi086:> 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-09T02:57:13.446 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-09T02:57:13.446 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:57:13.466 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T02:57:13.524 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-09T02:57:13.524 DEBUG:teuthology.orchestra.run.smithi008:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:57:13.545 DEBUG:teuthology.orchestra.run.smithi086:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T02:57:13.631 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-09T02:57:13.642 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-09T02:57:13.642 DEBUG:teuthology.orchestra.run.smithi008:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:57:13.694 DEBUG:teuthology.orchestra.run.smithi086:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T02:57:13.733 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-09T02:57:13.743 DEBUG:teuthology.orchestra.run.smithi008:> 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-09T02:57:13.745 DEBUG:teuthology.orchestra.run.smithi086:> 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-09T02:57:13.770 INFO:teuthology.orchestra.run.smithi008.stdout:kernel.core_pattern = core 2023-12-09T02:57:13.799 INFO:teuthology.orchestra.run.smithi086.stdout:kernel.core_pattern = core 2023-12-09T02:57:13.814 DEBUG:teuthology.orchestra.run.smithi008:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:57:13.851 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:57:13.852 DEBUG:teuthology.orchestra.run.smithi086:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T02:57:13.869 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:57:13.870 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-09T02:57:13.880 INFO:teuthology.task.internal:Transferring archived files... 2023-12-09T02:57:13.881 DEBUG:teuthology.misc:Transferring archived files from smithi008:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484680/remote/smithi008 2023-12-09T02:57:13.882 DEBUG:teuthology.orchestra.run.smithi008:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:57:13.950 DEBUG:teuthology.misc:Transferring archived files from smithi086:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484680/remote/smithi086 2023-12-09T02:57:13.951 DEBUG:teuthology.orchestra.run.smithi086:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T02:57:13.995 INFO:teuthology.task.internal:Removing archive directory... 2023-12-09T02:57:13.995 DEBUG:teuthology.orchestra.run.smithi008:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:57:13.997 DEBUG:teuthology.orchestra.run.smithi086:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T02:57:14.046 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-09T02:57:14.059 INFO:teuthology.task.internal:Not uploading archives. 2023-12-09T02:57:14.059 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-09T02:57:14.143 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-09T02:57:14.143 DEBUG:teuthology.orchestra.run.smithi008:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:57:14.145 DEBUG:teuthology.orchestra.run.smithi086:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T02:57:14.160 INFO:teuthology.orchestra.run.smithi008.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:57 /home/ubuntu/cephtest 2023-12-09T02:57:14.161 INFO:teuthology.orchestra.run.smithi086.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 02:57 /home/ubuntu/cephtest 2023-12-09T02:57:14.163 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-09T02:57:14.173 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-09T02:57:14.228 INFO:teuthology.nuke:Checking targets against current locks 2023-12-09T02:57:14.232 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 102 kB/s | 4.1 kB 00:00 2023-12-09T02:57:14.256 DEBUG:teuthology.nuke:shortname: smithi008 2023-12-09T02:57:14.256 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:57:14.281 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi008.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484680', '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-09 02:40:35.886591', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:57:14.283 DEBUG:teuthology.nuke:shortname: smithi086 2023-12-09T02:57:14.283 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T02:57:14.305 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi086.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:38:02-orch-main-distro-default-smithi/7484680', '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-09 02:40:35.884772', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T02:57:14.335 INFO:teuthology.orchestra.console.smithi008:Power off 2023-12-09T02:57:14.336 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:57:14.359 DEBUG:teuthology.orchestra.console.smithi008:power off output: Chassis Power Control: Down/Off 2023-12-09T02:57:14.360 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:57:14.375 INFO:teuthology.orchestra.console.smithi086:Power off 2023-12-09T02:57:14.376 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T02:57:14.385 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-12-09T02:57:14.399 DEBUG:teuthology.orchestra.console.smithi086:power off output: Chassis Power Control: Down/Off 2023-12-09T02:57:14.399 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:57:14.424 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2023-12-09T02:57:14.449 INFO:teuthology.orchestra.run.smithi008.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 115 kB/s | 4.5 kB 00:00 2023-12-09T02:57:16.193 INFO:teuthology.orchestra.run.smithi008.stderr:Error: 2023-12-09T02:57:16.193 INFO:teuthology.orchestra.run.smithi008.stderr: Problem: conflicting requests 2023-12-09T02:57:16.194 INFO:teuthology.orchestra.run.smithi008.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T02:57:16.194 INFO:teuthology.orchestra.run.smithi008.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T02:57:16.275 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T02:57:18.385 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:57:18.425 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:57:18.497 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is on 2023-12-09T02:57:18.537 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2023-12-09T02:57:22.502 DEBUG:teuthology.orchestra.console.smithi008:pexpect command: ipmitool -H smithi008.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:57:22.537 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:57:22.612 DEBUG:teuthology.orchestra.console.smithi008:check power output: Chassis Power is off 2023-12-09T02:57:22.648 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is on 2023-12-09T02:57:22.714 INFO:teuthology.orchestra.console.smithi008:Power off completed 2023-12-09T02:57:26.650 DEBUG:teuthology.orchestra.console.smithi086:pexpect command: ipmitool -H smithi086.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T02:57:26.762 DEBUG:teuthology.orchestra.console.smithi086:check power output: Chassis Power is off 2023-12-09T02:57:26.863 INFO:teuthology.orchestra.console.smithi086:Power off completed 2023-12-09T02:57:26.968 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/rhel_8.6_container_tools_rhel8 agent/off mon_election/connectivity task/test_extra_daemon_features} duration: 676.8163774013519 failure_reason: 'Command failed on smithi086 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=122e0ed2db52435d8bcf30155558f045 status: fail success: false 2023-12-09T02:57:26.969 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T02:57:27.059 INFO:teuthology.run:FAIL