2023-12-09T04:37:27.263 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-09T04:37:27.263 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885 --verbose --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} --name yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885/orig.config.yaml 2023-12-09T04:37:27.292 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T04:37:27.379 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885 branch: main description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: yweinste@redhat.com first_in_suite: false job_id: '7484885' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-08_19:55:12-rados-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 - - host.c - mon.c - osd.2 seed: 4878 sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 sleep_before_teardown: 0 subset: 111/120000 suite: rados 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: smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi124.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi203.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:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - ceph mgr module enable rgw - rgw_module.apply: specs: - rgw_realm: myrealm1 rgw_zone: myzone1 rgw_zonegroup: myzonegroup1 spec: rgw_frontend_port: 5500 - cephadm.shell: host.a: - 'set -e set -x while true; do TOKEN=$(ceph rgw realm tokens | jq -r ''.[0].token''); echo $TOKEN; if [ "$TOKEN" != "master zone has no endpoint" ]; then break; fi; sleep 5; done TOKENS=$(ceph rgw realm tokens) echo $TOKENS | jq --exit-status ''.[0].realm == "myrealm1"'' echo $TOKENS | jq --exit-status ''.[0].token'' TOKEN_JSON=$(ceph rgw realm tokens | jq -r ''.[0].token'' | base64 --decode) echo $TOKEN_JSON | jq --exit-status ''.realm_name == "myrealm1"'' echo $TOKEN_JSON | jq --exit-status ''.endpoint | test("http://.+:\\d+")'' echo $TOKEN_JSON | jq --exit-status ''.realm_id | test("^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$")'' echo $TOKEN_JSON | jq --exit-status ''.access_key'' echo $TOKEN_JSON | jq --exit-status ''.secret'' ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-08_19:55:12 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-09T04:37:27.379 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-09T04:37:27.380 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9dcc13bb80dcc1cdea72b04d80505b4649a2b882/qa/tasks 2023-12-09T04:37:27.380 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-09T04:37:27.382 INFO:teuthology.task.internal:Checking packages... 2023-12-09T04:37:27.406 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '9dcc13bb80dcc1cdea72b04d80505b4649a2b882' 2023-12-09T04:37:27.406 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-09T04:37:27.406 INFO:teuthology.packaging:ref: None 2023-12-09T04:37:27.406 INFO:teuthology.packaging:tag: None 2023-12-09T04:37:27.406 INFO:teuthology.packaging:branch: main 2023-12-09T04:37:27.406 INFO:teuthology.packaging:sha1: 9dcc13bb80dcc1cdea72b04d80505b4649a2b882 2023-12-09T04:37:27.406 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-09T04:37:27.654 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-58.ge94de282 2023-12-09T04:37:27.654 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-09T04:37:27.661 INFO:teuthology.task.internal:no buildpackages task found 2023-12-09T04:37:27.661 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-09T04:37:27.694 INFO:teuthology.task.internal:Saving configuration 2023-12-09T04:37:27.706 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-09T04:37:27.711 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:37:27.737 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885', '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 04:32:10.297749', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:37:27.758 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885', '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 04:32:10.295970', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:37:27.784 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885', '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 04:32:10.293980', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:37:27.784 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-09T04:37:27.790 INFO:teuthology.task.internal:roles: ubuntu@smithi084.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-09T04:37:27.791 INFO:teuthology.task.internal:roles: ubuntu@smithi124.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-09T04:37:27.791 INFO:teuthology.task.internal:roles: ubuntu@smithi203.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-09T04:37:27.791 INFO:teuthology.run_tasks:Running task console_log... 2023-12-09T04:37:27.902 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fcc0ab00ee0>, signals=[15]) 2023-12-09T04:37:27.902 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-09T04:37:27.908 INFO:teuthology.task.internal:Opening connections... 2023-12-09T04:37:27.908 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2023-12-09T04:37:27.910 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:37:27.977 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi124.front.sepia.ceph.com 2023-12-09T04:37:27.978 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:37:28.045 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi203.front.sepia.ceph.com 2023-12-09T04:37:28.046 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:37:28.113 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-09T04:37:28.119 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2023-12-09T04:37:28.140 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2023-12-09T04:37:28.140 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2023-12-09T04:37:28.199 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T04:37:28.199 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T04:37:28.199 INFO:teuthology.orchestra.run.smithi084.stdout:ID="rhel" 2023-12-09T04:37:28.199 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE="fedora" 2023-12-09T04:37:28.199 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="8.6" 2023-12-09T04:37:28.199 INFO:teuthology.orchestra.run.smithi084.stdout:PLATFORM_ID="platform:el8" 2023-12-09T04:37:28.199 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T04:37:28.199 INFO:teuthology.orchestra.run.smithi084.stdout:ANSI_COLOR="0;31" 2023-12-09T04:37:28.201 INFO:teuthology.orchestra.run.smithi084.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T04:37:28.201 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T04:37:28.201 INFO:teuthology.orchestra.run.smithi084.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T04:37:28.201 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T04:37:28.201 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:37:28.201 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T04:37:28.201 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T04:37:28.202 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T04:37:28.202 INFO:teuthology.orchestra.run.smithi084.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T04:37:28.202 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2023-12-09T04:37:28.223 DEBUG:teuthology.orchestra.run.smithi124:> uname -m 2023-12-09T04:37:28.243 INFO:teuthology.orchestra.run.smithi124.stdout:x86_64 2023-12-09T04:37:28.243 DEBUG:teuthology.orchestra.run.smithi124:> cat /etc/os-release 2023-12-09T04:37:28.304 INFO:teuthology.orchestra.run.smithi124.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T04:37:28.304 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T04:37:28.304 INFO:teuthology.orchestra.run.smithi124.stdout:ID="rhel" 2023-12-09T04:37:28.304 INFO:teuthology.orchestra.run.smithi124.stdout:ID_LIKE="fedora" 2023-12-09T04:37:28.304 INFO:teuthology.orchestra.run.smithi124.stdout:VERSION_ID="8.6" 2023-12-09T04:37:28.304 INFO:teuthology.orchestra.run.smithi124.stdout:PLATFORM_ID="platform:el8" 2023-12-09T04:37:28.305 INFO:teuthology.orchestra.run.smithi124.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T04:37:28.305 INFO:teuthology.orchestra.run.smithi124.stdout:ANSI_COLOR="0;31" 2023-12-09T04:37:28.305 INFO:teuthology.orchestra.run.smithi124.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T04:37:28.305 INFO:teuthology.orchestra.run.smithi124.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T04:37:28.305 INFO:teuthology.orchestra.run.smithi124.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T04:37:28.305 INFO:teuthology.orchestra.run.smithi124.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T04:37:28.305 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:37:28.305 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T04:37:28.306 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T04:37:28.306 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T04:37:28.306 INFO:teuthology.orchestra.run.smithi124.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T04:37:28.306 INFO:teuthology.lock.ops:Updating smithi124.front.sepia.ceph.com on lock server 2023-12-09T04:37:28.332 DEBUG:teuthology.orchestra.run.smithi203:> uname -m 2023-12-09T04:37:28.352 INFO:teuthology.orchestra.run.smithi203.stdout:x86_64 2023-12-09T04:37:28.352 DEBUG:teuthology.orchestra.run.smithi203:> cat /etc/os-release 2023-12-09T04:37:28.411 INFO:teuthology.orchestra.run.smithi203.stdout:NAME="Red Hat Enterprise Linux" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION="8.6 (Ootpa)" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:ID="rhel" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:ID_LIKE="fedora" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:VERSION_ID="8.6" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:PLATFORM_ID="platform:el8" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:ANSI_COLOR="0;31" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:HOME_URL="https://www.redhat.com/" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-09T04:37:28.412 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:37:28.413 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-09T04:37:28.413 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-09T04:37:28.413 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-09T04:37:28.413 INFO:teuthology.orchestra.run.smithi203.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-09T04:37:28.413 INFO:teuthology.lock.ops:Updating smithi203.front.sepia.ceph.com on lock server 2023-12-09T04:37:28.432 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-09T04:37:28.440 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-09T04:37:28.445 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-09T04:37:28.445 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2023-12-09T04:37:28.448 DEBUG:teuthology.orchestra.run.smithi124:> test '!' -e /home/ubuntu/cephtest 2023-12-09T04:37:28.450 DEBUG:teuthology.orchestra.run.smithi203:> test '!' -e /home/ubuntu/cephtest 2023-12-09T04:37:28.469 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-09T04:37:28.475 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-09T04:37:28.476 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2023-12-09T04:37:28.507 DEBUG:teuthology.orchestra.run.smithi124:> test -z $(ls -A /var/lib/ceph) 2023-12-09T04:37:28.509 DEBUG:teuthology.orchestra.run.smithi203:> test -z $(ls -A /var/lib/ceph) 2023-12-09T04:37:28.539 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-09T04:37:28.617 INFO:teuthology.run_tasks:Running task kernel... 2023-12-09T04:37:28.632 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-09T04:37:28.633 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-09T04:37:28.633 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T04:37:28.633 DEBUG:teuthology.orchestra.run.smithi124:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T04:37:28.634 DEBUG:teuthology.orchestra.run.smithi203:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-09T04:37:28.653 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:37:28.654 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2023-12-09T04:37:28.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:37:28.655 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:37:28.655 DEBUG:teuthology.orchestra.run.smithi203:> uname -r 2023-12-09T04:37:28.656 DEBUG:teuthology.orchestra.run.smithi124:> uname -r 2023-12-09T04:37:28.712 INFO:teuthology.orchestra.run.smithi084.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:28.712 INFO:teuthology.task.kernel:Running kernel on smithi084: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:28.712 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum install -y kernel 2023-12-09T04:37:28.715 INFO:teuthology.orchestra.run.smithi203.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:28.715 INFO:teuthology.task.kernel:Running kernel on smithi203: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:28.715 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum install -y kernel 2023-12-09T04:37:28.716 INFO:teuthology.orchestra.run.smithi124.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:28.716 INFO:teuthology.task.kernel:Running kernel on smithi124: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:28.716 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum install -y kernel 2023-12-09T04:37:29.872 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-12-09T04:37:29.872 INFO:teuthology.orchestra.run.smithi203.stdout:Unable to read consumer identity 2023-12-09T04:37:29.879 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T04:37:29.879 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-09T04:37:29.881 INFO:teuthology.orchestra.run.smithi084.stdout:Updating Subscription Management repositories. 2023-12-09T04:37:29.881 INFO:teuthology.orchestra.run.smithi084.stdout:Unable to read consumer identity 2023-12-09T04:37:31.277 INFO:teuthology.orchestra.run.smithi124.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-09T04:37:31.297 INFO:teuthology.orchestra.run.smithi203.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-09T04:37:31.298 INFO:teuthology.orchestra.run.smithi084.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-09T04:37:32.107 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 20 MB/s | 16 MB 00:00 2023-12-09T04:37:32.302 INFO:teuthology.orchestra.run.smithi124.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-12-09T04:37:32.439 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-09T04:37:35.549 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 631 kB/s | 24 kB 00:00 2023-12-09T04:37:35.769 INFO:teuthology.orchestra.run.smithi124.stdout:lab-extras 602 kB/s | 24 kB 00:00 2023-12-09T04:37:36.031 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 274 kB/s | 24 kB 00:00 2023-12-09T04:37:36.226 INFO:teuthology.orchestra.run.smithi084.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T04:37:36.284 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-12-09T04:37:36.285 INFO:teuthology.orchestra.run.smithi084.stdout:Nothing to do. 2023-12-09T04:37:36.285 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-12-09T04:37:36.403 DEBUG:teuthology.orchestra.run.smithi084:> echo no | sudo yum reinstall kernel || true 2023-12-09T04:37:36.422 INFO:teuthology.orchestra.run.smithi124.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T04:37:36.470 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-09T04:37:36.471 INFO:teuthology.orchestra.run.smithi124.stdout:Nothing to do. 2023-12-09T04:37:36.471 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-09T04:37:36.608 DEBUG:teuthology.orchestra.run.smithi124:> echo no | sudo yum reinstall kernel || true 2023-12-09T04:37:36.732 INFO:teuthology.orchestra.run.smithi084.stdout:Updating Subscription Management repositories. 2023-12-09T04:37:36.733 INFO:teuthology.orchestra.run.smithi084.stdout:Unable to read consumer identity 2023-12-09T04:37:36.742 INFO:teuthology.orchestra.run.smithi203.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-09T04:37:36.795 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-09T04:37:36.796 INFO:teuthology.orchestra.run.smithi203.stdout:Nothing to do. 2023-12-09T04:37:36.796 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-09T04:37:36.921 DEBUG:teuthology.orchestra.run.smithi203:> echo no | sudo yum reinstall kernel || true 2023-12-09T04:37:36.937 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T04:37:36.937 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-09T04:37:36.996 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:01 ago on Sat 09 Dec 2023 04:37:35 AM UTC. 2023-12-09T04:37:37.038 INFO:teuthology.orchestra.run.smithi084.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:37:37.070 INFO:teuthology.orchestra.run.smithi084.stderr:Error: No packages marked for reinstall. 2023-12-09T04:37:37.116 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum reinstall -y kernel || true 2023-12-09T04:37:37.197 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 04:37:35 AM UTC. 2023-12-09T04:37:37.237 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:37:37.278 INFO:teuthology.orchestra.run.smithi124.stderr:Error: No packages marked for reinstall. 2023-12-09T04:37:37.294 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-12-09T04:37:37.294 INFO:teuthology.orchestra.run.smithi203.stdout:Unable to read consumer identity 2023-12-09T04:37:37.323 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum reinstall -y kernel || true 2023-12-09T04:37:37.446 INFO:teuthology.orchestra.run.smithi084.stdout:Updating Subscription Management repositories. 2023-12-09T04:37:37.446 INFO:teuthology.orchestra.run.smithi084.stdout:Unable to read consumer identity 2023-12-09T04:37:37.555 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 04:37:35 AM UTC. 2023-12-09T04:37:37.597 INFO:teuthology.orchestra.run.smithi203.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:37:37.629 INFO:teuthology.orchestra.run.smithi203.stderr:Error: No packages marked for reinstall. 2023-12-09T04:37:37.651 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T04:37:37.651 INFO:teuthology.orchestra.run.smithi124.stdout:Unable to read consumer identity 2023-12-09T04:37:37.676 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum reinstall -y kernel || true 2023-12-09T04:37:37.700 INFO:teuthology.orchestra.run.smithi084.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 04:37:35 AM UTC. 2023-12-09T04:37:37.740 INFO:teuthology.orchestra.run.smithi084.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:37:37.768 INFO:teuthology.orchestra.run.smithi084.stderr:Error: No packages marked for reinstall. 2023-12-09T04:37:37.813 DEBUG:teuthology.orchestra.run.smithi084:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T04:37:37.894 INFO:teuthology.orchestra.run.smithi084.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:37.894 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:37.894 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T04:37:37.894 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-09T04:37:37.895 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T04:37:37.907 INFO:teuthology.orchestra.run.smithi124.stdout:Last metadata expiration check: 0:00:02 ago on Sat 09 Dec 2023 04:37:35 AM UTC. 2023-12-09T04:37:37.921 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2023-12-09T04:37:37.942 DEBUG:teuthology.parallel:result is None 2023-12-09T04:37:37.950 INFO:teuthology.orchestra.run.smithi124.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:37:37.976 INFO:teuthology.orchestra.run.smithi124.stderr:Error: No packages marked for reinstall. 2023-12-09T04:37:38.006 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-12-09T04:37:38.006 INFO:teuthology.orchestra.run.smithi203.stdout:Unable to read consumer identity 2023-12-09T04:37:38.027 DEBUG:teuthology.orchestra.run.smithi124:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T04:37:38.108 INFO:teuthology.orchestra.run.smithi124.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:38.108 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:38.108 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T04:37:38.108 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-09T04:37:38.109 DEBUG:teuthology.orchestra.run.smithi124:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T04:37:38.148 INFO:teuthology.orchestra.run.smithi124.stdout:ttyS1 2023-12-09T04:37:38.164 DEBUG:teuthology.parallel:result is None 2023-12-09T04:37:38.264 INFO:teuthology.orchestra.run.smithi203.stdout:Last metadata expiration check: 0:00:03 ago on Sat 09 Dec 2023 04:37:35 AM UTC. 2023-12-09T04:37:38.304 INFO:teuthology.orchestra.run.smithi203.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-09T04:37:38.326 INFO:teuthology.orchestra.run.smithi203.stderr:Error: No packages marked for reinstall. 2023-12-09T04:37:38.378 DEBUG:teuthology.orchestra.run.smithi203:> rpm -q kernel | sort -rV | head -n 1 2023-12-09T04:37:38.458 INFO:teuthology.orchestra.run.smithi203.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:38.458 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-09T04:37:38.458 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-09T04:37:38.458 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-09T04:37:38.458 DEBUG:teuthology.orchestra.run.smithi203:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-09T04:37:38.486 INFO:teuthology.orchestra.run.smithi203.stdout:ttyS1 2023-12-09T04:37:38.509 DEBUG:teuthology.parallel:result is None 2023-12-09T04:37:38.509 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-09T04:37:38.517 INFO:teuthology.task.internal:Creating test directory... 2023-12-09T04:37:38.517 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T04:37:38.520 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T04:37:38.522 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-09T04:37:38.566 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-09T04:37:38.573 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-09T04:37:38.579 INFO:teuthology.task.internal:Creating archive directory... 2023-12-09T04:37:38.580 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T04:37:38.582 DEBUG:teuthology.orchestra.run.smithi124:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T04:37:38.584 DEBUG:teuthology.orchestra.run.smithi203:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-09T04:37:38.628 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-09T04:37:38.635 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-09T04:37:38.635 DEBUG:teuthology.orchestra.run.smithi084:> 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-09T04:37:38.640 DEBUG:teuthology.orchestra.run.smithi124:> 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-09T04:37:38.650 DEBUG:teuthology.orchestra.run.smithi203:> 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-09T04:37:38.677 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:37:38.687 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:37:38.692 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:37:38.702 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:37:38.703 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:37:38.713 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-09T04:37:38.714 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-09T04:37:38.722 INFO:teuthology.task.internal:Configuring sudo... 2023-12-09T04:37:38.722 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T04:37:38.731 DEBUG:teuthology.orchestra.run.smithi124:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T04:37:38.746 DEBUG:teuthology.orchestra.run.smithi203:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-09T04:37:38.781 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-09T04:37:38.790 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-09T04:37:38.790 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T04:37:38.798 DEBUG:teuthology.orchestra.run.smithi124:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T04:37:38.813 DEBUG:teuthology.orchestra.run.smithi203:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-09T04:37:38.837 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:37:38.899 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:37:38.947 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:37:39.032 DEBUG:teuthology.orchestra.run.smithi084:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:37:39.072 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-12-09T04:37:39.072 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T04:37:39.140 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:37:39.183 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:37:39.231 DEBUG:teuthology.orchestra.run.smithi124:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:37:39.318 DEBUG:teuthology.orchestra.run.smithi124:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:37:39.358 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-12-09T04:37:39.358 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T04:37:39.425 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:37:39.469 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-09T04:37:39.521 DEBUG:teuthology.orchestra.run.smithi203:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:37:39.606 DEBUG:teuthology.orchestra.run.smithi203:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-09T04:37:39.649 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-09T04:37:39.649 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-09T04:37:39.717 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2023-12-09T04:37:39.719 DEBUG:teuthology.orchestra.run.smithi124:> sudo service rsyslog restart 2023-12-09T04:37:39.721 DEBUG:teuthology.orchestra.run.smithi203:> sudo service rsyslog restart 2023-12-09T04:37:39.786 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:37:39.787 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:37:39.810 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:37:40.160 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-09T04:37:40.168 INFO:teuthology.task.internal:Starting timer... 2023-12-09T04:37:40.168 INFO:teuthology.run_tasks:Running task pcp... 2023-12-09T04:37:40.178 INFO:teuthology.run_tasks:Running task selinux... 2023-12-09T04:37:40.186 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-09T04:37:40.187 DEBUG:teuthology.orchestra.run.smithi084:> sudo service auditd rotate 2023-12-09T04:37:40.252 INFO:teuthology.orchestra.run.smithi084.stdout:Rotating logs: 2023-12-09T04:37:40.254 DEBUG:teuthology.orchestra.run.smithi124:> sudo service auditd rotate 2023-12-09T04:37:40.320 INFO:teuthology.orchestra.run.smithi124.stdout:Rotating logs: 2023-12-09T04:37:40.322 DEBUG:teuthology.orchestra.run.smithi203:> sudo service auditd rotate 2023-12-09T04:37:40.391 INFO:teuthology.orchestra.run.smithi203.stdout:Rotating logs: 2023-12-09T04:37:40.392 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-09T04:37:40.392 DEBUG:teuthology.orchestra.run.smithi084:> /usr/sbin/getenforce 2023-12-09T04:37:40.422 INFO:teuthology.orchestra.run.smithi084.stdout:Permissive 2023-12-09T04:37:40.423 DEBUG:teuthology.orchestra.run.smithi124:> /usr/sbin/getenforce 2023-12-09T04:37:40.446 INFO:teuthology.orchestra.run.smithi124.stdout:Permissive 2023-12-09T04:37:40.446 DEBUG:teuthology.orchestra.run.smithi203:> /usr/sbin/getenforce 2023-12-09T04:37:40.473 INFO:teuthology.orchestra.run.smithi203.stdout:Permissive 2023-12-09T04:37:40.473 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi084.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi124.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi203.front.sepia.ceph.com': 'permissive'} 2023-12-09T04:37:40.474 DEBUG:teuthology.orchestra.run.smithi084:> 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-09T04:37:40.501 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:37:40.501 DEBUG:teuthology.orchestra.run.smithi124:> 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-09T04:37:40.528 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:37:40.529 DEBUG:teuthology.orchestra.run.smithi203:> 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-09T04:37:40.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:37:40.559 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-09T04:37:40.559 DEBUG:teuthology.orchestra.run.smithi084:> sudo /usr/sbin/setenforce permissive 2023-12-09T04:37:40.586 DEBUG:teuthology.orchestra.run.smithi124:> sudo /usr/sbin/setenforce permissive 2023-12-09T04:37:40.613 DEBUG:teuthology.orchestra.run.smithi203:> sudo /usr/sbin/setenforce permissive 2023-12-09T04:37:40.640 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-09T04:37:40.650 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-09T04:37:40.656 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-09T04:37:40.773 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-09T04:37:40.791 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-09T04:37:40.792 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi084.front.sepia.ceph.com,smithi124.front.sepia.ceph.com,smithi203.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-09T04:46:40.701 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi084.front.sepia.ceph.com'), Remote(name='ubuntu@smithi124.front.sepia.ceph.com'), Remote(name='ubuntu@smithi203.front.sepia.ceph.com')] 2023-12-09T04:46:40.702 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-12-09T04:46:40.703 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:46:40.773 DEBUG:teuthology.orchestra.run.smithi084:> true 2023-12-09T04:46:40.840 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2023-12-09T04:46:40.840 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-12-09T04:46:40.841 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi124.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:46:40.909 DEBUG:teuthology.orchestra.run.smithi124:> true 2023-12-09T04:46:40.980 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi124.front.sepia.ceph.com' 2023-12-09T04:46:40.980 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-09T04:46:40.980 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi203.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-09T04:46:41.049 DEBUG:teuthology.orchestra.run.smithi203:> true 2023-12-09T04:46:41.115 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi203.front.sepia.ceph.com' 2023-12-09T04:46:41.116 INFO:teuthology.run_tasks:Running task clock... 2023-12-09T04:46:41.128 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-09T04:46:41.128 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T04:46:41.129 DEBUG:teuthology.orchestra.run.smithi084:> 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-09T04:46:41.131 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T04:46:41.131 DEBUG:teuthology.orchestra.run.smithi124:> 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-09T04:46:41.133 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-09T04:46:41.134 DEBUG:teuthology.orchestra.run.smithi203:> 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-09T04:46:41.163 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T04:46:41.165 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T04:46:41.178 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T04:46:41.181 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T04:46:41.187 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-09T04:46:41.204 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-09T04:46:41.261 INFO:teuthology.orchestra.run.smithi084.stderr:sudo: ntpd: command not found 2023-12-09T04:46:41.270 INFO:teuthology.orchestra.run.smithi124.stderr:sudo: ntpd: command not found 2023-12-09T04:46:41.274 INFO:teuthology.orchestra.run.smithi084.stdout:506 Cannot talk to daemon 2023-12-09T04:46:41.280 INFO:teuthology.orchestra.run.smithi203.stderr:sudo: ntpd: command not found 2023-12-09T04:46:41.281 INFO:teuthology.orchestra.run.smithi124.stdout:506 Cannot talk to daemon 2023-12-09T04:46:41.288 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T04:46:41.292 INFO:teuthology.orchestra.run.smithi203.stdout:506 Cannot talk to daemon 2023-12-09T04:46:41.296 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T04:46:41.302 INFO:teuthology.orchestra.run.smithi084.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T04:46:41.307 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-09T04:46:41.310 INFO:teuthology.orchestra.run.smithi124.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T04:46:41.320 INFO:teuthology.orchestra.run.smithi203.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-09T04:46:41.388 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2023-12-09T04:46:41.388 INFO:teuthology.orchestra.run.smithi084.stderr:bash: ntpq: command not found 2023-12-09T04:46:41.391 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:46:41.391 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2023-12-09T04:46:41.391 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.391 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.391 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.391 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.393 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:46:41.393 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2023-12-09T04:46:41.393 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.393 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.393 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.393 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.395 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-12-09T04:46:41.398 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:46:41.398 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-12-09T04:46:41.398 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.398 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.399 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.399 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:46:41.400 INFO:teuthology.run_tasks:Running task pexec... 2023-12-09T04:46:41.410 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-09T04:46:41.411 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi084.front.sepia.ceph.com 2023-12-09T04:46:41.411 DEBUG:teuthology.orchestra.run.smithi084:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T04:46:41.411 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi124.front.sepia.ceph.com 2023-12-09T04:46:41.412 DEBUG:teuthology.orchestra.run.smithi124:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T04:46:41.412 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi203.front.sepia.ceph.com 2023-12-09T04:46:41.412 DEBUG:teuthology.orchestra.run.smithi203:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-09T04:46:41.805 INFO:teuthology.orchestra.run.smithi084.stdout:Updating Subscription Management repositories. 2023-12-09T04:46:41.805 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-12-09T04:46:41.809 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T04:46:42.463 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 170 kB/s | 4.5 kB 00:00 2023-12-09T04:46:42.500 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 158 kB/s | 4.1 kB 00:00 2023-12-09T04:46:42.506 INFO:teuthology.orchestra.run.smithi084.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 157 kB/s | 4.1 kB 00:00 2023-12-09T04:46:42.702 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 171 kB/s | 4.5 kB 00:00 2023-12-09T04:46:42.723 INFO:teuthology.orchestra.run.smithi084.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 178 kB/s | 4.5 kB 00:00 2023-12-09T04:46:42.754 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 156 kB/s | 4.1 kB 00:00 2023-12-09T04:46:44.605 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-09T04:46:44.605 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-09T04:46:44.605 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-09T04:46:44.606 INFO:teuthology.orchestra.run.smithi203.stdout: Package Architecture Version Repository Size 2023-12-09T04:46:44.606 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-09T04:46:44.606 INFO:teuthology.orchestra.run.smithi203.stdout:Resetting modules: 2023-12-09T04:46:44.606 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools 2023-12-09T04:46:44.606 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:46:44.606 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-09T04:46:44.606 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================ 2023-12-09T04:46:44.606 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:46:44.606 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-09T04:46:44.606 INFO:teuthology.orchestra.run.smithi124.stdout: Package Architecture Version Repository Size 2023-12-09T04:46:44.607 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-09T04:46:44.607 INFO:teuthology.orchestra.run.smithi124.stdout:Resetting modules: 2023-12-09T04:46:44.607 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools 2023-12-09T04:46:44.607 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:46:44.607 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-09T04:46:44.607 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================ 2023-12-09T04:46:44.607 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:46:44.800 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-12-09T04:46:44.801 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-12-09T04:46:44.801 INFO:teuthology.orchestra.run.smithi084.stdout: Package Architecture Version Repository Size 2023-12-09T04:46:44.801 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-12-09T04:46:44.801 INFO:teuthology.orchestra.run.smithi084.stdout:Resetting modules: 2023-12-09T04:46:44.801 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools 2023-12-09T04:46:44.802 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:46:44.802 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2023-12-09T04:46:44.802 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================ 2023-12-09T04:46:44.802 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:46:48.450 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-09T04:46:48.466 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-09T04:46:48.617 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-12-09T04:46:48.896 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T04:46:48.910 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-12-09T04:46:49.061 INFO:teuthology.orchestra.run.smithi084.stdout:Updating Subscription Management repositories. 2023-12-09T04:46:49.499 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 170 kB/s | 4.5 kB 00:00 2023-12-09T04:46:49.569 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 156 kB/s | 4.1 kB 00:00 2023-12-09T04:46:49.700 INFO:teuthology.orchestra.run.smithi084.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 151 kB/s | 4.1 kB 00:00 2023-12-09T04:46:49.792 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 148 kB/s | 4.1 kB 00:00 2023-12-09T04:46:49.794 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 178 kB/s | 4.5 kB 00:00 2023-12-09T04:46:49.899 INFO:teuthology.orchestra.run.smithi084.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 172 kB/s | 4.5 kB 00:00 2023-12-09T04:46:51.639 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-09T04:46:51.731 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-12-09T04:46:51.731 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-09T04:46:51.731 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout:Installing group/module packages: 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout:Downgrading: 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-09T04:46:51.732 INFO:teuthology.orchestra.run.smithi124.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout:Installing module profiles: 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools/common 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout:Enabling module streams: 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout: container-tools 3.0 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================================================== 2023-12-09T04:46:51.733 INFO:teuthology.orchestra.run.smithi124.stdout:Install 7 Packages 2023-12-09T04:46:51.734 INFO:teuthology.orchestra.run.smithi124.stdout:Downgrade 12 Packages 2023-12-09T04:46:51.734 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:46:51.734 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 51 M 2023-12-09T04:46:51.734 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-09T04:46:51.793 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-12-09T04:46:51.822 INFO:teuthology.orchestra.run.smithi124.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.0 MB/s | 91 kB 00:00 2023-12-09T04:46:51.831 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-09T04:46:51.848 INFO:teuthology.orchestra.run.smithi124.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 470 kB/s | 53 kB 00:00 2023-12-09T04:46:51.873 INFO:teuthology.orchestra.run.smithi124.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 372 kB/s | 51 kB 00:00 2023-12-09T04:46:51.884 INFO:teuthology.orchestra.run.smithi084.stdout:========================================================================================================================== 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout:========================================================================================================================== 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout:Installing group/module packages: 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout:Downgrading: 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-09T04:46:51.885 INFO:teuthology.orchestra.run.smithi084.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout:Installing module profiles: 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools/common 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout:Enabling module streams: 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: container-tools 3.0 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:46:51.886 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2023-12-09T04:46:51.887 INFO:teuthology.orchestra.run.smithi084.stdout:========================================================================================================================== 2023-12-09T04:46:51.887 INFO:teuthology.orchestra.run.smithi084.stdout:Install 7 Packages 2023-12-09T04:46:51.887 INFO:teuthology.orchestra.run.smithi084.stdout:Downgrade 12 Packages 2023-12-09T04:46:51.887 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:46:51.887 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 51 M 2023-12-09T04:46:51.887 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2023-12-09T04:46:51.907 INFO:teuthology.orchestra.run.smithi124.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-12-09T04:46:51.924 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================================================== 2023-12-09T04:46:51.924 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================================================== 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout:Installing group/module packages: 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout:Downgrading: 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-12-09T04:46:51.925 INFO:teuthology.orchestra.run.smithi203.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout:Installing module profiles: 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools/common 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout:Enabling module streams: 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: container-tools 3.0 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:46:51.926 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-09T04:46:51.927 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================================================== 2023-12-09T04:46:51.927 INFO:teuthology.orchestra.run.smithi203.stdout:Install 7 Packages 2023-12-09T04:46:51.927 INFO:teuthology.orchestra.run.smithi203.stdout:Downgrade 12 Packages 2023-12-09T04:46:51.927 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:46:51.927 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 51 M 2023-12-09T04:46:51.927 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-09T04:46:51.940 INFO:teuthology.orchestra.run.smithi124.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.0 MB/s | 69 kB 00:00 2023-12-09T04:46:51.964 INFO:teuthology.orchestra.run.smithi084.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.2 MB/s | 91 kB 00:00 2023-12-09T04:46:51.974 INFO:teuthology.orchestra.run.smithi124.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.0 MB/s | 72 kB 00:00 2023-12-09T04:46:51.985 INFO:teuthology.orchestra.run.smithi203.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.6 MB/s | 91 kB 00:00 2023-12-09T04:46:51.989 INFO:teuthology.orchestra.run.smithi084.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 524 kB/s | 53 kB 00:00 2023-12-09T04:46:52.002 INFO:teuthology.orchestra.run.smithi203.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 718 kB/s | 53 kB 00:00 2023-12-09T04:46:52.015 INFO:teuthology.orchestra.run.smithi084.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 407 kB/s | 51 kB 00:00 2023-12-09T04:46:52.028 INFO:teuthology.orchestra.run.smithi203.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 518 kB/s | 51 kB 00:00 2023-12-09T04:46:52.048 INFO:teuthology.orchestra.run.smithi084.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.0 MB/s | 511 kB 00:00 2023-12-09T04:46:52.053 INFO:teuthology.orchestra.run.smithi203.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-12-09T04:46:52.066 INFO:teuthology.orchestra.run.smithi124.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-12-09T04:46:52.073 INFO:teuthology.orchestra.run.smithi084.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.2 MB/s | 69 kB 00:00 2023-12-09T04:46:52.086 INFO:teuthology.orchestra.run.smithi203.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.9 MB/s | 511 kB 00:00 2023-12-09T04:46:52.091 INFO:teuthology.orchestra.run.smithi124.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 478 kB/s | 56 kB 00:00 2023-12-09T04:46:52.099 INFO:teuthology.orchestra.run.smithi084.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.4 MB/s | 72 kB 00:00 2023-12-09T04:46:52.112 INFO:teuthology.orchestra.run.smithi203.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-09T04:46:52.116 INFO:teuthology.orchestra.run.smithi124.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.0 MB/s | 51 kB 00:00 2023-12-09T04:46:52.141 INFO:teuthology.orchestra.run.smithi084.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-09T04:46:52.162 INFO:teuthology.orchestra.run.smithi203.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.1 MB/s | 56 kB 00:00 2023-12-09T04:46:52.183 INFO:teuthology.orchestra.run.smithi084.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.2 MB/s | 51 kB 00:00 2023-12-09T04:46:52.183 INFO:teuthology.orchestra.run.smithi124.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 4.7 MB/s | 322 kB 00:00 2023-12-09T04:46:52.212 INFO:teuthology.orchestra.run.smithi203.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-12-09T04:46:52.233 INFO:teuthology.orchestra.run.smithi084.stdout:(9/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-09T04:46:52.234 INFO:teuthology.orchestra.run.smithi124.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 817 kB/s | 41 kB 00:00 2023-12-09T04:46:52.238 INFO:teuthology.orchestra.run.smithi203.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 676 kB/s | 51 kB 00:00 2023-12-09T04:46:52.283 INFO:teuthology.orchestra.run.smithi084.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-09T04:46:52.313 INFO:teuthology.orchestra.run.smithi203.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 4.2 MB/s | 322 kB 00:00 2023-12-09T04:46:52.325 INFO:teuthology.orchestra.run.smithi084.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 980 kB/s | 41 kB 00:00 2023-12-09T04:46:52.347 INFO:teuthology.orchestra.run.smithi203.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 1.2 MB/s | 41 kB 00:00 2023-12-09T04:46:52.384 INFO:teuthology.orchestra.run.smithi124.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-12-09T04:46:52.409 INFO:teuthology.orchestra.run.smithi084.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 26 MB/s | 2.2 MB 00:00 2023-12-09T04:46:52.434 INFO:teuthology.orchestra.run.smithi124.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-09T04:46:52.438 INFO:teuthology.orchestra.run.smithi203.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 24 MB/s | 2.2 MB 00:00 2023-12-09T04:46:52.551 INFO:teuthology.orchestra.run.smithi084.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-12-09T04:46:52.564 INFO:teuthology.orchestra.run.smithi203.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-12-09T04:46:52.612 INFO:teuthology.orchestra.run.smithi124.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 28 MB/s | 6.4 MB 00:00 2023-12-09T04:46:52.726 INFO:teuthology.orchestra.run.smithi084.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-12-09T04:46:52.731 INFO:teuthology.orchestra.run.smithi203.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 22 MB/s | 6.4 MB 00:00 2023-12-09T04:46:52.802 INFO:teuthology.orchestra.run.smithi124.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 27 MB/s | 19 MB 00:00 2023-12-09T04:46:52.818 INFO:teuthology.orchestra.run.smithi084.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 25 MB/s | 6.8 MB 00:00 2023-12-09T04:46:52.831 INFO:teuthology.orchestra.run.smithi203.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 25 MB/s | 6.8 MB 00:00 2023-12-09T04:46:52.853 INFO:teuthology.orchestra.run.smithi124.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.5 MB/s | 1.1 MB 00:00 2023-12-09T04:46:52.868 INFO:teuthology.orchestra.run.smithi084.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.5 MB/s | 1.1 MB 00:00 2023-12-09T04:46:52.873 INFO:teuthology.orchestra.run.smithi203.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.5 MB/s | 1.1 MB 00:00 2023-12-09T04:46:52.877 INFO:teuthology.orchestra.run.smithi124.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.4 MB/s | 185 kB 00:00 2023-12-09T04:46:52.893 INFO:teuthology.orchestra.run.smithi084.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.4 MB/s | 185 kB 00:00 2023-12-09T04:46:52.898 INFO:teuthology.orchestra.run.smithi203.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-12-09T04:46:52.915 INFO:teuthology.orchestra.run.smithi203.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.2 MB/s | 51 kB 00:00 2023-12-09T04:46:52.953 INFO:teuthology.orchestra.run.smithi124.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-09T04:46:52.978 INFO:teuthology.orchestra.run.smithi124.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 403 kB/s | 51 kB 00:00 2023-12-09T04:46:52.979 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:46:52.979 INFO:teuthology.orchestra.run.smithi124.stdout:Total 41 MB/s | 51 MB 00:01 2023-12-09T04:46:53.077 INFO:teuthology.orchestra.run.smithi084.stdout:(18/19): containernetworking-plugins-0.9.1-1.mo 21 MB/s | 19 MB 00:00 2023-12-09T04:46:53.102 INFO:teuthology.orchestra.run.smithi084.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 216 kB/s | 51 kB 00:00 2023-12-09T04:46:53.103 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:46:53.103 INFO:teuthology.orchestra.run.smithi084.stdout:Total 42 MB/s | 51 MB 00:01 2023-12-09T04:46:53.116 INFO:teuthology.orchestra.run.smithi203.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 21 MB/s | 19 MB 00:00 2023-12-09T04:46:53.116 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:46:53.116 INFO:teuthology.orchestra.run.smithi203.stdout:Total 43 MB/s | 51 MB 00:01 2023-12-09T04:46:53.458 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-09T04:46:53.500 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-09T04:46:53.500 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-09T04:46:53.578 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2023-12-09T04:46:53.599 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-09T04:46:53.620 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2023-12-09T04:46:53.620 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2023-12-09T04:46:53.642 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-09T04:46:53.642 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-09T04:46:53.927 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-09T04:46:53.931 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-09T04:46:54.070 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2023-12-09T04:46:54.072 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-09T04:46:54.074 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2023-12-09T04:46:54.076 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-09T04:46:55.101 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-09T04:46:55.156 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T04:46:55.222 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2023-12-09T04:46:55.228 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-09T04:46:55.271 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T04:46:55.285 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-09T04:46:55.329 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:46:55.338 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:46:55.357 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:46:55.460 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:46:55.468 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:46:55.470 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:46:55.478 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-09T04:46:55.487 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:46:55.500 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:46:55.562 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:46:55.668 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:46:55.677 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:47:12.596 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:47:12.598 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:47:13.295 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-09T04:47:14.369 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T04:47:14.381 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T04:47:14.589 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T04:47:14.633 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T04:47:14.794 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T04:47:14.820 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T04:47:14.989 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T04:47:14.990 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T04:47:15.052 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-09T04:47:15.207 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T04:47:15.207 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T04:47:15.207 INFO:teuthology.orchestra.run.smithi203.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T04:47:15.207 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:47:15.226 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T04:47:15.226 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T04:47:15.226 INFO:teuthology.orchestra.run.smithi124.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T04:47:15.226 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:47:15.297 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-09T04:47:15.495 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-09T04:47:15.655 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-09T04:47:15.907 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-09T04:47:15.907 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-09T04:47:15.907 INFO:teuthology.orchestra.run.smithi084.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-09T04:47:15.907 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:47:16.047 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T04:47:16.053 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T04:47:16.274 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T04:47:16.292 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T04:47:16.667 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-09T04:47:16.880 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-09T04:47:17.743 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T04:47:17.792 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T04:47:18.062 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T04:47:18.111 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T04:47:18.340 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-09T04:47:18.409 INFO:teuthology.orchestra.run.smithi124.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T04:47:18.466 INFO:teuthology.orchestra.run.smithi203.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T04:47:18.598 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-09T04:47:18.707 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T04:47:18.731 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T04:47:18.994 INFO:teuthology.orchestra.run.smithi084.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-09T04:47:19.253 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-09T04:47:19.452 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T04:47:19.452 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T04:47:19.988 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-09T04:47:20.155 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T04:47:20.205 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T04:47:20.383 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T04:47:20.439 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T04:47:20.588 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T04:47:20.681 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T04:47:20.730 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-09T04:47:20.784 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T04:47:20.873 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T04:47:20.940 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T04:47:20.940 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:47:20.945 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-09T04:47:20.988 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T04:47:20.988 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:47:21.120 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-09T04:47:21.227 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:47:21.288 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-09T04:47:21.291 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:47:21.394 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-09T04:47:21.394 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:47:21.443 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T04:47:21.443 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:47:21.466 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T04:47:21.466 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:47:21.641 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:47:21.643 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:47:21.676 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-09T04:47:21.773 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:47:21.776 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:47:21.858 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-09T04:47:21.858 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:47:21.933 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T04:47:21.944 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T04:47:22.014 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-09T04:47:22.107 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T04:47:22.126 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T04:47:22.189 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:47:22.282 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T04:47:22.284 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T04:47:22.339 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-09T04:47:22.410 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T04:47:22.415 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T04:47:22.472 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-09T04:47:22.526 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T04:47:22.540 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T04:47:22.633 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-09T04:47:22.683 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T04:47:22.683 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:47:22.729 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T04:47:22.729 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:47:22.746 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-09T04:47:22.867 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:47:22.896 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-09T04:47:22.898 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:47:23.031 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-09T04:47:23.031 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:47:23.196 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:47:23.418 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T04:47:23.431 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T04:47:23.716 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-09T04:47:23.820 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:47:23.820 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T04:47:23.820 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T04:47:23.820 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T04:47:23.820 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T04:47:23.820 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T04:47:23.820 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T04:47:23.820 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T04:47:23.820 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T04:47:23.821 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T04:47:23.822 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T04:47:23.822 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T04:47:23.822 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T04:47:23.822 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T04:47:23.822 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:47:23.822 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T04:47:23.822 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T04:47:23.822 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T04:47:23.823 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T04:47:23.823 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T04:47:23.823 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T04:47:23.827 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:47:23.827 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T04:47:23.827 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T04:47:23.827 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T04:47:23.827 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T04:47:23.827 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T04:47:23.827 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T04:47:23.827 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T04:47:23.828 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T04:47:23.829 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T04:47:23.829 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:47:23.829 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T04:47:23.829 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T04:47:23.829 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T04:47:23.829 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T04:47:23.829 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T04:47:23.829 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T04:47:24.093 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-09T04:47:24.093 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-09T04:47:24.094 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-09T04:47:24.095 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-09T04:47:24.096 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-09T04:47:24.096 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-09T04:47:24.096 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-09T04:47:28.036 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T04:47:28.036 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-09T04:47:28.220 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout:Downgraded: 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.221 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-09T04:47:28.222 INFO:teuthology.orchestra.run.smithi124.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.222 INFO:teuthology.orchestra.run.smithi124.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.222 INFO:teuthology.orchestra.run.smithi124.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.222 INFO:teuthology.orchestra.run.smithi124.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.222 INFO:teuthology.orchestra.run.smithi124.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.222 INFO:teuthology.orchestra.run.smithi124.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.222 INFO:teuthology.orchestra.run.smithi124.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T04:47:28.222 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:47:28.222 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-09T04:47:28.226 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T04:47:28.226 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2023-12-09T04:47:28.295 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-09T04:47:28.295 INFO:teuthology.orchestra.run.smithi084.stdout:Installed products updated. 2023-12-09T04:47:28.422 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:47:28.422 INFO:teuthology.orchestra.run.smithi203.stdout:Downgraded: 2023-12-09T04:47:28.422 INFO:teuthology.orchestra.run.smithi203.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.422 INFO:teuthology.orchestra.run.smithi203.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.422 INFO:teuthology.orchestra.run.smithi203.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.422 INFO:teuthology.orchestra.run.smithi203.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.423 INFO:teuthology.orchestra.run.smithi203.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.424 INFO:teuthology.orchestra.run.smithi203.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.424 INFO:teuthology.orchestra.run.smithi203.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.424 INFO:teuthology.orchestra.run.smithi203.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T04:47:28.424 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:47:28.424 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-09T04:47:28.437 DEBUG:teuthology.parallel:result is None 2023-12-09T04:47:28.485 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:47:28.485 INFO:teuthology.orchestra.run.smithi084.stdout:Downgraded: 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2023-12-09T04:47:28.486 INFO:teuthology.orchestra.run.smithi084.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.487 INFO:teuthology.orchestra.run.smithi084.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.487 INFO:teuthology.orchestra.run.smithi084.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.487 INFO:teuthology.orchestra.run.smithi084.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.487 INFO:teuthology.orchestra.run.smithi084.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-09T04:47:28.487 INFO:teuthology.orchestra.run.smithi084.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-09T04:47:28.487 INFO:teuthology.orchestra.run.smithi084.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-09T04:47:28.487 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:47:28.487 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-12-09T04:47:28.621 DEBUG:teuthology.parallel:result is None 2023-12-09T04:47:28.677 DEBUG:teuthology.parallel:result is None 2023-12-09T04:47:28.677 INFO:teuthology.run_tasks:Running task install... 2023-12-09T04:47:28.687 DEBUG:teuthology.task.install:project ceph 2023-12-09T04:47:28.687 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'}} 2023-12-09T04:47:28.688 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9dcc13bb80dcc1cdea72b04d80505b4649a2b882'} 2023-12-09T04:47:28.688 INFO:teuthology.task.install:Using flavor: default 2023-12-09T04:47:28.694 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-09T04:47:28.694 INFO:teuthology.task.install:extra packages: [] 2023-12-09T04:47:28.694 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-09T04:47:28.695 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-09T04:47:28.696 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-09T04:47:28.697 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-09T04:47:28.698 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-09T04:47:28.698 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-09T04:47:28.864 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T04:47:28.864 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T04:47:28.923 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T04:47:28.924 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T04:47:28.931 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/main/9dcc13bb80dcc1cdea72b04d80505b4649a2b882/centos/8/flavors/default/ 2023-12-09T04:47:28.931 INFO:teuthology.task.install.rpm:Package version is 19.0.0-44.g9dcc13bb 2023-12-09T04:47:29.036 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-09T04:47:29.036 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2023-12-09T04:47:29.036 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T04:47:29.064 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-09T04:47:29.064 DEBUG:teuthology.orchestra.run.smithi084:> 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-09T04:47:29.095 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-09T04:47:29.095 DEBUG:teuthology.orchestra.run.smithi203:> set -ex 2023-12-09T04:47:29.095 DEBUG:teuthology.orchestra.run.smithi203:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T04:47:29.112 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-09T04:47:29.112 DEBUG:teuthology.orchestra.run.smithi124:> set -ex 2023-12-09T04:47:29.112 DEBUG:teuthology.orchestra.run.smithi124:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-09T04:47:29.125 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-09T04:47:29.125 DEBUG:teuthology.orchestra.run.smithi203:> 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-09T04:47:29.141 DEBUG:teuthology.orchestra.run.smithi084:> 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-09T04:47:29.149 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-09T04:47:29.149 DEBUG:teuthology.orchestra.run.smithi124:> 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-09T04:47:29.198 DEBUG:teuthology.orchestra.run.smithi203:> 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-09T04:47:29.224 DEBUG:teuthology.orchestra.run.smithi084:> 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-09T04:47:29.226 DEBUG:teuthology.orchestra.run.smithi124:> 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-09T04:47:29.286 DEBUG:teuthology.orchestra.run.smithi203:> 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-09T04:47:29.293 INFO:teuthology.orchestra.run.smithi084.stdout:check_obsoletes = 1 2023-12-09T04:47:29.295 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum clean all 2023-12-09T04:47:29.307 DEBUG:teuthology.orchestra.run.smithi124:> 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-09T04:47:29.361 INFO:teuthology.orchestra.run.smithi203.stdout:check_obsoletes = 1 2023-12-09T04:47:29.362 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum clean all 2023-12-09T04:47:29.378 INFO:teuthology.orchestra.run.smithi124.stdout:check_obsoletes = 1 2023-12-09T04:47:29.379 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum clean all 2023-12-09T04:47:29.670 INFO:teuthology.orchestra.run.smithi084.stdout:Updating Subscription Management repositories. 2023-12-09T04:47:29.742 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-12-09T04:47:29.754 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T04:47:30.045 INFO:teuthology.orchestra.run.smithi084.stdout:44 files removed 2023-12-09T04:47:30.091 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-radosgw 2023-12-09T04:47:30.105 INFO:teuthology.orchestra.run.smithi203.stdout:44 files removed 2023-12-09T04:47:30.113 INFO:teuthology.orchestra.run.smithi124.stdout:44 files removed 2023-12-09T04:47:30.151 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-radosgw 2023-12-09T04:47:30.158 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph-radosgw 2023-12-09T04:47:30.425 INFO:teuthology.orchestra.run.smithi084.stdout:Updating Subscription Management repositories. 2023-12-09T04:47:30.483 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-12-09T04:47:30.487 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T04:47:31.275 INFO:teuthology.orchestra.run.smithi124.stdout:ceph packages for x86_64 274 kB/s | 81 kB 00:00 2023-12-09T04:47:31.303 INFO:teuthology.orchestra.run.smithi203.stdout:ceph packages for x86_64 241 kB/s | 81 kB 00:00 2023-12-09T04:47:31.336 INFO:teuthology.orchestra.run.smithi084.stdout:ceph packages for x86_64 193 kB/s | 81 kB 00:00 2023-12-09T04:47:31.562 INFO:teuthology.orchestra.run.smithi203.stdout:ceph noarch packages 42 kB/s | 9.5 kB 00:00 2023-12-09T04:47:31.576 INFO:teuthology.orchestra.run.smithi124.stdout:ceph noarch packages 35 kB/s | 9.5 kB 00:00 2023-12-09T04:47:31.637 INFO:teuthology.orchestra.run.smithi084.stdout:ceph noarch packages 35 kB/s | 9.5 kB 00:00 2023-12-09T04:47:31.921 INFO:teuthology.orchestra.run.smithi203.stdout:ceph source packages 4.4 kB/s | 1.5 kB 00:00 2023-12-09T04:47:31.926 INFO:teuthology.orchestra.run.smithi124.stdout:ceph source packages 4.5 kB/s | 1.5 kB 00:00 2023-12-09T04:47:32.038 INFO:teuthology.orchestra.run.smithi084.stdout:ceph source packages 3.9 kB/s | 1.5 kB 00:00 2023-12-09T04:47:32.078 INFO:teuthology.orchestra.run.smithi124.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-09T04:47:32.089 INFO:teuthology.orchestra.run.smithi203.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-09T04:47:32.179 INFO:teuthology.orchestra.run.smithi084.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-09T04:47:34.415 INFO:teuthology.orchestra.run.smithi203.stdout:Extra Packages for Enterprise Linux 6.9 MB/s | 16 MB 00:02 2023-12-09T04:47:37.948 INFO:teuthology.orchestra.run.smithi203.stdout:lab-extras 402 kB/s | 24 kB 00:00 2023-12-09T04:47:38.950 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 57 MB/s | 53 MB 00:00 2023-12-09T04:47:39.878 INFO:teuthology.orchestra.run.smithi124.stdout:Extra Packages for Enterprise Linux 2.1 MB/s | 16 MB 00:07 2023-12-09T04:47:43.412 INFO:teuthology.orchestra.run.smithi124.stdout:lab-extras 419 kB/s | 24 kB 00:00 2023-12-09T04:47:44.364 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 54 MB/s | 47 MB 00:00 2023-12-09T04:47:47.110 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 60 MB/s | 47 MB 00:00 2023-12-09T04:47:48.714 INFO:teuthology.orchestra.run.smithi084.stdout:Extra Packages for Enterprise Linux 989 kB/s | 16 MB 00:16 2023-12-09T04:47:52.253 INFO:teuthology.orchestra.run.smithi084.stdout:lab-extras 558 kB/s | 24 kB 00:00 2023-12-09T04:47:52.257 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 60 MB/s | 53 MB 00:00 2023-12-09T04:47:53.163 INFO:teuthology.orchestra.run.smithi084.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 MB/s | 53 MB 00:00 2023-12-09T04:47:58.111 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-09T04:47:58.114 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================================== 2023-12-09T04:47:58.114 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-09T04:47:58.114 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================================== 2023-12-09T04:47:58.114 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-09T04:47:58.114 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T04:47:58.114 INFO:teuthology.orchestra.run.smithi203.stdout:Upgrading: 2023-12-09T04:47:58.114 INFO:teuthology.orchestra.run.smithi203.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T04:47:58.114 INFO:teuthology.orchestra.run.smithi203.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T04:47:58.114 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T04:47:58.115 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout:================================================================================================== 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout:Install 21 Packages 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout:Upgrade 2 Packages 2023-12-09T04:47:58.116 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:47:58.117 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 62 M 2023-12-09T04:47:58.117 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-09T04:47:59.118 INFO:teuthology.orchestra.run.smithi203.stdout:(1/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 15 MB/s | 14 MB 00:00 2023-12-09T04:47:59.169 INFO:teuthology.orchestra.run.smithi203.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 488 kB/s | 24 kB 00:00 2023-12-09T04:47:59.252 INFO:teuthology.orchestra.run.smithi203.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 9.8 MB/s | 839 kB 00:00 2023-12-09T04:47:59.329 INFO:teuthology.orchestra.run.smithi203.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 6.7 MB/s | 517 kB 00:00 2023-12-09T04:47:59.428 INFO:teuthology.orchestra.run.smithi203.stdout:(5/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 4.3 MB/s | 5.4 MB 00:01 2023-12-09T04:47:59.528 INFO:teuthology.orchestra.run.smithi203.stdout:(6/23): python3-ceph-argparse-19.0.0-44.g9dcc13 448 kB/s | 45 kB 00:00 2023-12-09T04:47:59.636 INFO:teuthology.orchestra.run.smithi203.stdout:(7/23): python3-ceph-common-19.0.0-44.g9dcc13bb 1.2 MB/s | 128 kB 00:00 2023-12-09T04:47:59.720 INFO:teuthology.orchestra.run.smithi203.stdout:(8/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 18 MB/s | 6.9 MB 00:00 2023-12-09T04:47:59.746 INFO:teuthology.orchestra.run.smithi203.stdout:(9/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 1.8 MB/s | 197 kB 00:00 2023-12-09T04:47:59.771 INFO:teuthology.orchestra.run.smithi203.stdout:(10/23): python3-rados-19.0.0-44.g9dcc13bb.el8. 7.3 MB/s | 371 kB 00:00 2023-12-09T04:47:59.821 INFO:teuthology.orchestra.run.smithi203.stdout:(11/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-09T04:47:59.846 INFO:teuthology.orchestra.run.smithi203.stdout:(12/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 3.5 MB/s | 365 kB 00:00 2023-12-09T04:48:00.188 INFO:teuthology.orchestra.run.smithi203.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 172 kB/s | 59 kB 00:00 2023-12-09T04:48:00.358 INFO:teuthology.orchestra.run.smithi203.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 450 kB/s | 75 kB 00:00 2023-12-09T04:48:00.381 INFO:teuthology.orchestra.run.smithi203.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 547 kB/s | 306 kB 00:00 2023-12-09T04:48:00.448 INFO:teuthology.orchestra.run.smithi203.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 703 kB/s | 47 kB 00:00 2023-12-09T04:48:00.498 INFO:teuthology.orchestra.run.smithi203.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 5.1 MB/s | 259 kB 00:00 2023-12-09T04:48:00.557 INFO:teuthology.orchestra.run.smithi203.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 753 kB/s | 44 kB 00:00 2023-12-09T04:48:00.607 INFO:teuthology.orchestra.run.smithi203.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 6.9 MB/s | 354 kB 00:00 2023-12-09T04:48:00.849 INFO:teuthology.orchestra.run.smithi203.stdout:(20/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 8.4 MB/s | 23 MB 00:02 2023-12-09T04:48:00.899 INFO:teuthology.orchestra.run.smithi203.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 3.2 MB/s | 1.7 MB 00:00 2023-12-09T04:48:01.133 INFO:teuthology.orchestra.run.smithi203.stdout:(22/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 13 MB/s | 3.7 MB 00:00 2023-12-09T04:48:01.247 INFO:teuthology.orchestra.run.smithi084.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 62 MB/s | 47 MB 00:00 2023-12-09T04:48:01.283 INFO:teuthology.orchestra.run.smithi203.stdout:(23/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 5.6 MB/s | 3.8 MB 00:00 2023-12-09T04:48:01.285 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:48:01.285 INFO:teuthology.orchestra.run.smithi203.stdout:Total 19 MB/s | 62 MB 00:03 2023-12-09T04:48:01.334 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-09T04:48:01.381 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-09T04:48:01.381 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-09T04:48:01.723 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-09T04:48:01.727 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-09T04:48:02.886 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-09T04:48:03.109 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T04:48:03.308 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:48:03.459 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout:Installing: 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout:Upgrading: 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T04:48:03.462 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T04:48:03.463 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T04:48:03.464 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T04:48:03.464 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T04:48:03.464 INFO:teuthology.orchestra.run.smithi124.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T04:48:03.464 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:48:03.464 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-09T04:48:03.464 INFO:teuthology.orchestra.run.smithi124.stdout:================================================================================================== 2023-12-09T04:48:03.464 INFO:teuthology.orchestra.run.smithi124.stdout:Install 21 Packages 2023-12-09T04:48:03.464 INFO:teuthology.orchestra.run.smithi124.stdout:Upgrade 2 Packages 2023-12-09T04:48:03.464 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:48:03.465 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 62 M 2023-12-09T04:48:03.465 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-09T04:48:03.718 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:48:03.916 INFO:teuthology.orchestra.run.smithi203.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:48:04.016 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:48:04.197 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:48:04.493 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T04:48:04.509 INFO:teuthology.orchestra.run.smithi124.stdout:(1/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 15 MB/s | 14 MB 00:00 2023-12-09T04:48:04.559 INFO:teuthology.orchestra.run.smithi124.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 488 kB/s | 24 kB 00:00 2023-12-09T04:48:04.651 INFO:teuthology.orchestra.run.smithi124.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 8.9 MB/s | 839 kB 00:00 2023-12-09T04:48:04.691 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:48:04.709 INFO:teuthology.orchestra.run.smithi124.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 8.7 MB/s | 517 kB 00:00 2023-12-09T04:48:05.079 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:48:05.143 INFO:teuthology.orchestra.run.smithi124.stdout:(5/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 16 MB/s | 6.9 MB 00:00 2023-12-09T04:48:05.235 INFO:teuthology.orchestra.run.smithi124.stdout:(6/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 3.3 MB/s | 5.4 MB 00:01 2023-12-09T04:48:05.260 INFO:teuthology.orchestra.run.smithi124.stdout:(7/23): python3-ceph-argparse-19.0.0-44.g9dcc13 382 kB/s | 45 kB 00:00 2023-12-09T04:48:05.282 INFO:teuthology.orchestra.run.smithi203.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:48:05.302 INFO:teuthology.orchestra.run.smithi124.stdout:(8/23): python3-ceph-common-19.0.0-44.g9dcc13bb 1.9 MB/s | 128 kB 00:00 2023-12-09T04:48:05.328 INFO:teuthology.orchestra.run.smithi124.stdout:(9/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 2.9 MB/s | 197 kB 00:00 2023-12-09T04:48:05.358 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:48:05.386 INFO:teuthology.orchestra.run.smithi124.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 6.1 MB/s | 365 kB 00:00 2023-12-09T04:48:05.412 INFO:teuthology.orchestra.run.smithi124.stdout:(11/23): python3-rados-19.0.0-44.g9dcc13bb.el8. 3.3 MB/s | 371 kB 00:00 2023-12-09T04:48:05.437 INFO:teuthology.orchestra.run.smithi124.stdout:(12/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 2.1 MB/s | 107 kB 00:00 2023-12-09T04:48:05.524 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T04:48:05.590 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T04:48:05.890 INFO:teuthology.orchestra.run.smithi124.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 131 kB/s | 59 kB 00:00 2023-12-09T04:48:06.080 INFO:teuthology.orchestra.run.smithi124.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 459 kB/s | 306 kB 00:00 2023-12-09T04:48:06.098 INFO:teuthology.orchestra.run.smithi124.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 359 kB/s | 75 kB 00:00 2023-12-09T04:48:06.155 INFO:teuthology.orchestra.run.smithi124.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 4.3 MB/s | 259 kB 00:00 2023-12-09T04:48:06.189 INFO:teuthology.orchestra.run.smithi124.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 1.3 MB/s | 44 kB 00:00 2023-12-09T04:48:06.233 INFO:teuthology.orchestra.run.smithi124.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 7.9 MB/s | 354 kB 00:00 2023-12-09T04:48:06.275 INFO:teuthology.orchestra.run.smithi124.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 1.1 MB/s | 47 kB 00:00 2023-12-09T04:48:06.409 INFO:teuthology.orchestra.run.smithi124.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 5.3 MB/s | 1.7 MB 00:00 2023-12-09T04:48:06.409 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T04:48:06.599 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:48:06.668 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:48:06.717 INFO:teuthology.orchestra.run.smithi124.stdout:(21/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 12 MB/s | 3.7 MB 00:00 2023-12-09T04:48:06.793 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T04:48:06.952 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:48:07.009 INFO:teuthology.orchestra.run.smithi124.stdout:(22/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 5.1 MB/s | 3.8 MB 00:00 2023-12-09T04:48:07.167 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:48:07.361 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T04:48:07.498 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:48:07.573 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:48:07.584 INFO:teuthology.orchestra.run.smithi124.stdout:(23/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 5.7 MB/s | 23 MB 00:03 2023-12-09T04:48:07.587 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:48:07.587 INFO:teuthology.orchestra.run.smithi124.stdout:Total 15 MB/s | 62 MB 00:04 2023-12-09T04:48:07.632 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-09T04:48:07.676 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-09T04:48:07.676 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-09T04:48:07.707 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T04:48:07.920 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T04:48:08.012 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-09T04:48:08.016 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-09T04:48:08.151 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T04:48:08.332 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T04:48:09.191 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-09T04:48:09.412 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T04:48:09.594 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:48:10.003 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:48:10.177 INFO:teuthology.orchestra.run.smithi124.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:48:10.276 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:48:10.475 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:48:10.705 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T04:48:10.902 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:48:11.299 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:48:11.527 INFO:teuthology.orchestra.run.smithi124.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:48:11.626 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:48:11.825 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-09T04:48:11.977 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T04:48:12.228 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-12-09T04:48:12.230 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================================== 2023-12-09T04:48:12.230 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2023-12-09T04:48:12.230 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================================== 2023-12-09T04:48:12.230 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2023-12-09T04:48:12.230 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 14 M 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrading: 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: librados2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.8 M 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 3.7 M 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 5.4 M 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 23 M 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 24 k 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 839 k 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 517 k 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-09T04:48:12.231 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2 x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 6.9 M 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 45 k 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 128 k 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 197 k 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 371 k 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 365 k 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 107 k 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout:================================================================================================== 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout:Install 21 Packages 2023-12-09T04:48:12.232 INFO:teuthology.orchestra.run.smithi084.stdout:Upgrade 2 Packages 2023-12-09T04:48:12.233 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:48:12.233 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 62 M 2023-12-09T04:48:12.233 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2023-12-09T04:48:12.619 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:48:12.656 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-09T04:48:12.843 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:48:12.898 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:48:12.914 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:48:13.054 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T04:48:13.097 INFO:teuthology.orchestra.run.smithi084.stdout:(1/23): ceph-base-19.0.0-44.g9dcc13bb.el8.x86_6 8.1 MB/s | 5.4 MB 00:00 2023-12-09T04:48:13.163 INFO:teuthology.orchestra.run.smithi084.stdout:(2/23): ceph-selinux-19.0.0-44.g9dcc13bb.el8.x8 365 kB/s | 24 kB 00:00 2023-12-09T04:48:13.222 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:48:13.297 INFO:teuthology.orchestra.run.smithi084.stdout:(3/23): libcephfs2-19.0.0-44.g9dcc13bb.el8.x86_ 6.2 MB/s | 839 kB 00:00 2023-12-09T04:48:13.389 INFO:teuthology.orchestra.run.smithi084.stdout:(4/23): libradosstriper1-19.0.0-44.g9dcc13bb.el 5.5 MB/s | 517 kB 00:00 2023-12-09T04:48:13.461 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:48:13.484 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:48:13.672 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T04:48:13.765 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:48:13.835 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:48:13.845 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:48:13.918 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:48:14.006 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:48:14.044 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T04:48:14.147 INFO:teuthology.orchestra.run.smithi084.stdout:(5/23): librgw2-19.0.0-44.g9dcc13bb.el8.x86_64. 9.1 MB/s | 6.9 MB 00:00 2023-12-09T04:48:14.248 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T04:48:14.314 INFO:teuthology.orchestra.run.smithi084.stdout:(6/23): ceph-radosgw-19.0.0-44.g9dcc13bb.el8.x8 7.4 MB/s | 14 MB 00:01 2023-12-09T04:48:14.339 INFO:teuthology.orchestra.run.smithi084.stdout:(7/23): python3-ceph-argparse-19.0.0-44.g9dcc13 233 kB/s | 45 kB 00:00 2023-12-09T04:48:14.373 INFO:teuthology.orchestra.run.smithi084.stdout:(8/23): python3-ceph-common-19.0.0-44.g9dcc13bb 2.2 MB/s | 128 kB 00:00 2023-12-09T04:48:14.398 INFO:teuthology.orchestra.run.smithi084.stdout:(9/23): python3-cephfs-19.0.0-44.g9dcc13bb.el8. 3.3 MB/s | 197 kB 00:00 2023-12-09T04:48:14.474 INFO:teuthology.orchestra.run.smithi084.stdout:(10/23): python3-rbd-19.0.0-44.g9dcc13bb.el8.x8 4.7 MB/s | 365 kB 00:00 2023-12-09T04:48:14.477 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T04:48:14.499 INFO:teuthology.orchestra.run.smithi084.stdout:(11/23): python3-rados-19.0.0-44.g9dcc13bb.el8. 2.9 MB/s | 371 kB 00:00 2023-12-09T04:48:14.532 INFO:teuthology.orchestra.run.smithi084.stdout:(12/23): python3-rgw-19.0.0-44.g9dcc13bb.el8.x8 1.8 MB/s | 107 kB 00:00 2023-12-09T04:48:14.741 INFO:teuthology.orchestra.run.smithi084.stdout:(13/23): ceph-common-19.0.0-44.g9dcc13bb.el8.x8 9.8 MB/s | 23 MB 00:02 2023-12-09T04:48:14.885 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T04:48:14.983 INFO:teuthology.orchestra.run.smithi084.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 131 kB/s | 59 kB 00:00 2023-12-09T04:48:15.017 INFO:teuthology.orchestra.run.smithi084.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 281 kB/s | 75 kB 00:00 2023-12-09T04:48:15.076 INFO:teuthology.orchestra.run.smithi084.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 805 kB/s | 47 kB 00:00 2023-12-09T04:48:15.118 INFO:teuthology.orchestra.run.smithi084.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 6.1 MB/s | 259 kB 00:00 2023-12-09T04:48:15.143 INFO:teuthology.orchestra.run.smithi084.stdout:(18/23): gperftools-libs-2.7-9.el8.x86_64.rpm 476 kB/s | 306 kB 00:00 2023-12-09T04:48:15.168 INFO:teuthology.orchestra.run.smithi084.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 873 kB/s | 44 kB 00:00 2023-12-09T04:48:15.219 INFO:teuthology.orchestra.run.smithi084.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 4.6 MB/s | 354 kB 00:00 2023-12-09T04:48:15.510 INFO:teuthology.orchestra.run.smithi084.stdout:(21/23): librados2-19.0.0-44.g9dcc13bb.el8.x86_ 11 MB/s | 3.8 MB 00:00 2023-12-09T04:48:15.594 INFO:teuthology.orchestra.run.smithi084.stdout:(22/23): librbd1-19.0.0-44.g9dcc13bb.el8.x86_64 9.9 MB/s | 3.7 MB 00:00 2023-12-09T04:48:15.994 INFO:teuthology.orchestra.run.smithi084.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 1.7 MB/s | 1.7 MB 00:01 2023-12-09T04:48:15.999 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:48:16.000 INFO:teuthology.orchestra.run.smithi084.stdout:Total 16 MB/s | 62 MB 00:03 2023-12-09T04:48:16.047 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2023-12-09T04:48:16.093 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2023-12-09T04:48:16.093 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2023-12-09T04:48:16.439 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2023-12-09T04:48:16.442 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2023-12-09T04:48:17.625 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2023-12-09T04:48:17.830 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-09T04:48:18.017 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:48:18.429 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-09T04:48:18.591 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:48:18.600 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:48:18.702 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:48:18.827 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:48:18.873 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:48:19.094 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-09T04:48:19.292 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:48:19.402 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:48:19.660 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:48:19.692 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:48:19.747 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:48:19.892 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:48:19.898 INFO:teuthology.orchestra.run.smithi084.stdout: Upgrading : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:48:19.976 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:48:20.141 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T04:48:20.192 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-09T04:48:20.965 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-09T04:48:21.108 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:48:21.162 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:48:21.321 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 11/25 2023-12-09T04:48:21.469 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:48:21.677 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:48:21.870 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 14/25 2023-12-09T04:48:22.032 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:48:22.100 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 15/25 2023-12-09T04:48:22.209 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-09T04:48:22.377 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-09T04:48:22.602 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-09T04:48:22.791 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 19/25 2023-12-09T04:48:26.445 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:48:26.674 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:48:27.247 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 20/25 2023-12-09T04:48:27.501 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:48:27.572 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 21/25 2023-12-09T04:48:27.740 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:48:32.760 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:48:32.760 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /sys 2023-12-09T04:48:32.760 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /proc 2023-12-09T04:48:32.760 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /dev 2023-12-09T04:48:32.761 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /run 2023-12-09T04:48:32.761 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /mnt 2023-12-09T04:48:32.761 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /var/tmp 2023-12-09T04:48:32.761 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /home 2023-12-09T04:48:32.761 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /tmp 2023-12-09T04:48:32.761 INFO:teuthology.orchestra.run.smithi203.stdout:skipping the directory /dev 2023-12-09T04:48:32.761 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:48:34.228 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:48:34.250 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:48:34.250 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:48:34.446 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:48:34.446 INFO:teuthology.orchestra.run.smithi203.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:48:35.048 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:48:35.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T04:48:35.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T04:48:35.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:48:35.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:48:35.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T04:48:35.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:48:35.048 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T04:48:35.049 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T04:48:35.050 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T04:48:35.050 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T04:48:35.050 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T04:48:35.050 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:48:35.050 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T04:48:35.050 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T04:48:38.549 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:48:38.549 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /sys 2023-12-09T04:48:38.549 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /proc 2023-12-09T04:48:38.549 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /dev 2023-12-09T04:48:38.549 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /run 2023-12-09T04:48:38.549 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /mnt 2023-12-09T04:48:38.549 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /var/tmp 2023-12-09T04:48:38.549 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /home 2023-12-09T04:48:38.550 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /tmp 2023-12-09T04:48:38.550 INFO:teuthology.orchestra.run.smithi124.stdout:skipping the directory /dev 2023-12-09T04:48:38.550 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:48:38.807 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:48:38.808 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2023-12-09T04:48:38.991 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:48:38.991 INFO:teuthology.orchestra.run.smithi203.stdout:Upgraded: 2023-12-09T04:48:38.991 INFO:teuthology.orchestra.run.smithi203.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.991 INFO:teuthology.orchestra.run.smithi203.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.991 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T04:48:38.992 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.993 INFO:teuthology.orchestra.run.smithi203.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.993 INFO:teuthology.orchestra.run.smithi203.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.993 INFO:teuthology.orchestra.run.smithi203.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T04:48:38.993 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.993 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.993 INFO:teuthology.orchestra.run.smithi203.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:38.993 INFO:teuthology.orchestra.run.smithi203.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T04:48:38.993 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:48:38.993 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-09T04:48:39.153 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph-test 2023-12-09T04:48:39.505 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:40.015 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:48:40.036 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:48:40.036 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:48:40.222 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 121 kB/s | 4.1 kB 00:00 2023-12-09T04:48:40.242 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:48:40.242 INFO:teuthology.orchestra.run.smithi124.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:48:40.430 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 135 kB/s | 4.5 kB 00:00 2023-12-09T04:48:40.868 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:48:40.868 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T04:48:40.868 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T04:48:40.869 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:48:40.869 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:48:40.869 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T04:48:40.869 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:48:40.869 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:48:40.869 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T04:48:40.870 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T04:48:40.870 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:48:40.870 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T04:48:40.871 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:48:40.871 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:48:40.871 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T04:48:40.871 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T04:48:40.871 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T04:48:40.872 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T04:48:40.872 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-09T04:48:40.872 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-09T04:48:40.872 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-09T04:48:40.872 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-09T04:48:40.872 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:48:40.873 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T04:48:40.873 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T04:48:42.068 INFO:teuthology.orchestra.run.smithi203.stdout:Dependencies resolved. 2023-12-09T04:48:42.069 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================== 2023-12-09T04:48:42.069 INFO:teuthology.orchestra.run.smithi203.stdout: Package Arch Version Repository Size 2023-12-09T04:48:42.069 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================== 2023-12-09T04:48:42.069 INFO:teuthology.orchestra.run.smithi203.stdout:Installing: 2023-12-09T04:48:42.069 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T04:48:42.069 INFO:teuthology.orchestra.run.smithi203.stdout:Installing dependencies: 2023-12-09T04:48:42.070 INFO:teuthology.orchestra.run.smithi203.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T04:48:42.070 INFO:teuthology.orchestra.run.smithi203.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T04:48:42.070 INFO:teuthology.orchestra.run.smithi203.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T04:48:42.070 INFO:teuthology.orchestra.run.smithi203.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T04:48:42.070 INFO:teuthology.orchestra.run.smithi203.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T04:48:42.070 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:48:42.070 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction Summary 2023-12-09T04:48:42.070 INFO:teuthology.orchestra.run.smithi203.stdout:========================================================================================== 2023-12-09T04:48:42.070 INFO:teuthology.orchestra.run.smithi203.stdout:Install 6 Packages 2023-12-09T04:48:42.070 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:48:42.071 INFO:teuthology.orchestra.run.smithi203.stdout:Total download size: 50 M 2023-12-09T04:48:42.071 INFO:teuthology.orchestra.run.smithi203.stdout:Installed size: 223 M 2023-12-09T04:48:42.071 INFO:teuthology.orchestra.run.smithi203.stdout:Downloading Packages: 2023-12-09T04:48:42.113 INFO:teuthology.orchestra.run.smithi203.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-09T04:48:42.205 INFO:teuthology.orchestra.run.smithi203.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.8 MB/s | 323 kB 00:00 2023-12-09T04:48:42.372 INFO:teuthology.orchestra.run.smithi203.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2023-12-09T04:48:42.397 INFO:teuthology.orchestra.run.smithi203.stdout:(4/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 563 kB/s | 183 kB 00:00 2023-12-09T04:48:42.425 INFO:teuthology.orchestra.run.smithi203.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 3.9 MB/s | 202 kB 00:00 2023-12-09T04:48:44.618 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:48:44.618 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-09T04:48:44.722 INFO:teuthology.orchestra.run.smithi203.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 19 MB/s | 49 MB 00:02 2023-12-09T04:48:44.724 INFO:teuthology.orchestra.run.smithi203.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:48:44.725 INFO:teuthology.orchestra.run.smithi203.stdout:Total 19 MB/s | 50 MB 00:02 2023-12-09T04:48:44.764 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction check 2023-12-09T04:48:44.785 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction check succeeded. 2023-12-09T04:48:44.785 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction test 2023-12-09T04:48:44.803 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:48:44.803 INFO:teuthology.orchestra.run.smithi124.stdout:Upgraded: 2023-12-09T04:48:44.803 INFO:teuthology.orchestra.run.smithi124.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.803 INFO:teuthology.orchestra.run.smithi124.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.803 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-09T04:48:44.803 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.804 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.804 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.804 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.804 INFO:teuthology.orchestra.run.smithi124.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T04:48:44.804 INFO:teuthology.orchestra.run.smithi124.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.804 INFO:teuthology.orchestra.run.smithi124.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T04:48:44.804 INFO:teuthology.orchestra.run.smithi124.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T04:48:44.804 INFO:teuthology.orchestra.run.smithi124.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.804 INFO:teuthology.orchestra.run.smithi124.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T04:48:44.804 INFO:teuthology.orchestra.run.smithi124.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T04:48:44.805 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:48:44.806 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-09T04:48:44.974 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph-test 2023-12-09T04:48:45.058 INFO:teuthology.orchestra.run.smithi203.stdout:Transaction test succeeded. 2023-12-09T04:48:45.061 INFO:teuthology.orchestra.run.smithi203.stdout:Running transaction 2023-12-09T04:48:45.321 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:45.533 INFO:teuthology.orchestra.run.smithi203.stdout: Preparing : 1/1 2023-12-09T04:48:45.667 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:48:45.748 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:48:45.938 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T04:48:45.995 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 128 kB/s | 4.5 kB 00:00 2023-12-09T04:48:46.134 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:48:46.135 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /sys 2023-12-09T04:48:46.135 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /proc 2023-12-09T04:48:46.135 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /dev 2023-12-09T04:48:46.135 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /run 2023-12-09T04:48:46.135 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /mnt 2023-12-09T04:48:46.135 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /var/tmp 2023-12-09T04:48:46.136 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /home 2023-12-09T04:48:46.136 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /tmp 2023-12-09T04:48:46.136 INFO:teuthology.orchestra.run.smithi084.stdout:skipping the directory /dev 2023-12-09T04:48:46.136 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:48:46.143 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T04:48:46.297 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 144 kB/s | 4.1 kB 00:00 2023-12-09T04:48:46.308 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T04:48:46.450 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:48:47.555 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:48:47.577 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 23/25 2023-12-09T04:48:47.577 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:48:47.787 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-09T04:48:47.787 INFO:teuthology.orchestra.run.smithi084.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:48:47.815 INFO:teuthology.orchestra.run.smithi124.stdout:Dependencies resolved. 2023-12-09T04:48:47.816 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-09T04:48:47.816 INFO:teuthology.orchestra.run.smithi124.stdout: Package Arch Version Repository Size 2023-12-09T04:48:47.816 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-09T04:48:47.816 INFO:teuthology.orchestra.run.smithi124.stdout:Installing: 2023-12-09T04:48:47.817 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T04:48:47.817 INFO:teuthology.orchestra.run.smithi124.stdout:Installing dependencies: 2023-12-09T04:48:47.817 INFO:teuthology.orchestra.run.smithi124.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T04:48:47.817 INFO:teuthology.orchestra.run.smithi124.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T04:48:47.817 INFO:teuthology.orchestra.run.smithi124.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T04:48:47.817 INFO:teuthology.orchestra.run.smithi124.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T04:48:47.817 INFO:teuthology.orchestra.run.smithi124.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T04:48:47.817 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:48:47.818 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction Summary 2023-12-09T04:48:47.818 INFO:teuthology.orchestra.run.smithi124.stdout:========================================================================================== 2023-12-09T04:48:47.818 INFO:teuthology.orchestra.run.smithi124.stdout:Install 6 Packages 2023-12-09T04:48:47.818 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:48:47.819 INFO:teuthology.orchestra.run.smithi124.stdout:Total download size: 50 M 2023-12-09T04:48:47.819 INFO:teuthology.orchestra.run.smithi124.stdout:Installed size: 223 M 2023-12-09T04:48:47.819 INFO:teuthology.orchestra.run.smithi124.stdout:Downloading Packages: 2023-12-09T04:48:47.852 INFO:teuthology.orchestra.run.smithi124.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.1 MB/s | 70 kB 00:00 2023-12-09T04:48:47.948 INFO:teuthology.orchestra.run.smithi124.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.3 MB/s | 323 kB 00:00 2023-12-09T04:48:47.986 INFO:teuthology.orchestra.run.smithi124.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 5.0 MB/s | 187 kB 00:00 2023-12-09T04:48:48.028 INFO:teuthology.orchestra.run.smithi124.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T04:48:48.161 INFO:teuthology.orchestra.run.smithi124.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 534 kB/s | 183 kB 00:00 2023-12-09T04:48:48.355 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 3/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 4/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 7/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x8 8/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_ 9/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 10/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 11/25 2023-12-09T04:48:48.356 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 12/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 13/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 22/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-09T04:48:48.357 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 24/25 2023-12-09T04:48:50.470 INFO:teuthology.orchestra.run.smithi124.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 19 MB/s | 49 MB 00:02 2023-12-09T04:48:50.471 INFO:teuthology.orchestra.run.smithi124.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:48:50.472 INFO:teuthology.orchestra.run.smithi124.stdout:Total 19 MB/s | 50 MB 00:02 2023-12-09T04:48:50.509 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction check 2023-12-09T04:48:50.530 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction check succeeded. 2023-12-09T04:48:50.530 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction test 2023-12-09T04:48:50.801 INFO:teuthology.orchestra.run.smithi124.stdout:Transaction test succeeded. 2023-12-09T04:48:50.805 INFO:teuthology.orchestra.run.smithi124.stdout:Running transaction 2023-12-09T04:48:51.216 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:48:51.288 INFO:teuthology.orchestra.run.smithi124.stdout: Preparing : 1/1 2023-12-09T04:48:51.422 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:48:51.464 INFO:teuthology.orchestra.run.smithi203.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:48:51.526 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:48:51.679 INFO:teuthology.orchestra.run.smithi203.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:48:51.679 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T04:48:51.679 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T04:48:51.679 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T04:48:51.679 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T04:48:51.679 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T04:48:51.742 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T04:48:51.897 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T04:48:52.079 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T04:48:52.089 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-09T04:48:52.089 INFO:teuthology.orchestra.run.smithi084.stdout:Installed products updated. 2023-12-09T04:48:52.230 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:48:52.273 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:48:52.273 INFO:teuthology.orchestra.run.smithi084.stdout:Upgraded: 2023-12-09T04:48:52.273 INFO:teuthology.orchestra.run.smithi084.stdout: librados2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.273 INFO:teuthology.orchestra.run.smithi084.stdout: librbd1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.273 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2023-12-09T04:48:52.273 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-base-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.273 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.273 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-radosgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.273 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-selinux-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: libcephfs2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: libradosstriper1-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: librgw2-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-argparse-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.274 INFO:teuthology.orchestra.run.smithi084.stdout: python3-ceph-common-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.275 INFO:teuthology.orchestra.run.smithi084.stdout: python3-cephfs-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.275 INFO:teuthology.orchestra.run.smithi084.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-09T04:48:52.275 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rados-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.275 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rbd-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.275 INFO:teuthology.orchestra.run.smithi084.stdout: python3-rgw-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:52.275 INFO:teuthology.orchestra.run.smithi084.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-09T04:48:52.276 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:48:52.276 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-12-09T04:48:52.428 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph-test 2023-12-09T04:48:52.775 INFO:teuthology.orchestra.run.smithi084.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:53.417 INFO:teuthology.orchestra.run.smithi084.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 141 kB/s | 4.1 kB 00:00 2023-12-09T04:48:53.625 INFO:teuthology.orchestra.run.smithi084.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 157 kB/s | 4.5 kB 00:00 2023-12-09T04:48:55.200 INFO:teuthology.orchestra.run.smithi084.stdout:Dependencies resolved. 2023-12-09T04:48:55.201 INFO:teuthology.orchestra.run.smithi084.stdout:========================================================================================== 2023-12-09T04:48:55.201 INFO:teuthology.orchestra.run.smithi084.stdout: Package Arch Version Repository Size 2023-12-09T04:48:55.201 INFO:teuthology.orchestra.run.smithi084.stdout:========================================================================================== 2023-12-09T04:48:55.201 INFO:teuthology.orchestra.run.smithi084.stdout:Installing: 2023-12-09T04:48:55.201 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 49 M 2023-12-09T04:48:55.201 INFO:teuthology.orchestra.run.smithi084.stdout:Installing dependencies: 2023-12-09T04:48:55.201 INFO:teuthology.orchestra.run.smithi084.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-09T04:48:55.201 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite x86_64 2:19.0.0-44.g9dcc13bb.el8 ceph 183 k 2023-12-09T04:48:55.201 INFO:teuthology.orchestra.run.smithi084.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-09T04:48:55.201 INFO:teuthology.orchestra.run.smithi084.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-09T04:48:55.202 INFO:teuthology.orchestra.run.smithi084.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-09T04:48:55.202 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:48:55.202 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction Summary 2023-12-09T04:48:55.202 INFO:teuthology.orchestra.run.smithi084.stdout:========================================================================================== 2023-12-09T04:48:55.202 INFO:teuthology.orchestra.run.smithi084.stdout:Install 6 Packages 2023-12-09T04:48:55.202 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:48:55.202 INFO:teuthology.orchestra.run.smithi084.stdout:Total download size: 50 M 2023-12-09T04:48:55.203 INFO:teuthology.orchestra.run.smithi084.stdout:Installed size: 223 M 2023-12-09T04:48:55.203 INFO:teuthology.orchestra.run.smithi084.stdout:Downloading Packages: 2023-12-09T04:48:55.246 INFO:teuthology.orchestra.run.smithi084.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-09T04:48:55.313 INFO:teuthology.orchestra.run.smithi084.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 5.4 MB/s | 323 kB 00:00 2023-12-09T04:48:55.355 INFO:teuthology.orchestra.run.smithi084.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-09T04:48:55.365 INFO:teuthology.orchestra.run.smithi203.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T04:48:55.365 INFO:teuthology.orchestra.run.smithi203.stdout:Installed products updated. 2023-12-09T04:48:55.397 INFO:teuthology.orchestra.run.smithi084.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-09T04:48:55.439 INFO:teuthology.orchestra.run.smithi084.stdout:(5/6): libcephsqlite-19.0.0-44.g9dcc13bb.el8.x8 778 kB/s | 183 kB 00:00 2023-12-09T04:48:55.550 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:48:55.550 INFO:teuthology.orchestra.run.smithi203.stdout:Installed: 2023-12-09T04:48:55.550 INFO:teuthology.orchestra.run.smithi203.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T04:48:55.550 INFO:teuthology.orchestra.run.smithi203.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T04:48:55.550 INFO:teuthology.orchestra.run.smithi203.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T04:48:55.550 INFO:teuthology.orchestra.run.smithi203.stdout: 2023-12-09T04:48:55.550 INFO:teuthology.orchestra.run.smithi203.stdout:Complete! 2023-12-09T04:48:55.695 DEBUG:teuthology.orchestra.run.smithi203:> sudo yum -y install ceph 2023-12-09T04:48:56.035 INFO:teuthology.orchestra.run.smithi203.stdout:Updating Subscription Management repositories. 2023-12-09T04:48:56.725 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 121 kB/s | 4.1 kB 00:00 2023-12-09T04:48:56.942 INFO:teuthology.orchestra.run.smithi203.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 135 kB/s | 4.5 kB 00:00 2023-12-09T04:48:57.000 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:48:57.276 INFO:teuthology.orchestra.run.smithi124.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:48:57.490 INFO:teuthology.orchestra.run.smithi124.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:48:57.490 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T04:48:57.490 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T04:48:57.490 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T04:48:57.490 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T04:48:57.490 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T04:48:57.597 INFO:teuthology.orchestra.run.smithi084.stdout:(6/6): ceph-test-19.0.0-44.g9dcc13bb.el8.x86_64 21 MB/s | 49 MB 00:02 2023-12-09T04:48:57.599 INFO:teuthology.orchestra.run.smithi084.stdout:-------------------------------------------------------------------------------- 2023-12-09T04:48:57.599 INFO:teuthology.orchestra.run.smithi084.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-09T04:48:57.637 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction check 2023-12-09T04:48:57.658 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction check succeeded. 2023-12-09T04:48:57.658 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction test 2023-12-09T04:48:57.929 INFO:teuthology.orchestra.run.smithi084.stdout:Transaction test succeeded. 2023-12-09T04:48:57.933 INFO:teuthology.orchestra.run.smithi084.stdout:Running transaction 2023-12-09T04:48:58.379 INFO:teuthology.orchestra.run.smithi084.stdout: Preparing : 1/1 2023-12-09T04:48:58.499 INFO:teuthology.orchestra.run.smithi203.stderr:Error: 2023-12-09T04:48:58.499 INFO:teuthology.orchestra.run.smithi203.stderr: Problem: conflicting requests 2023-12-09T04:48:58.499 INFO:teuthology.orchestra.run.smithi203.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-44.g9dcc13bb.el8.x86_64 2023-12-09T04:48:58.499 INFO:teuthology.orchestra.run.smithi203.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-09T04:48:58.508 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:48:58.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:48:58.581 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 smithi203 with status 1: 'sudo yum -y install ceph' 2023-12-09T04:48:58.583 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 smithi203 with status 1: 'sudo yum -y install ceph' 2023-12-09T04:48:58.664 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=8cd014075015449993dcbd4a974f1d2d 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 smithi203 with status 1: 'sudo yum -y install ceph' 2023-12-09T04:48:58.667 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-09T04:48:58.678 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-09T04:48:58.686 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-09T04:48:58.686 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T04:48:58.691 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-09T04:48:58.699 DEBUG:teuthology.orchestra.run.smithi124:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T04:48:58.703 DEBUG:teuthology.orchestra.run.smithi203:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-09T04:48:58.706 INFO:teuthology.orchestra.run.smithi084.stderr:bash: ntpq: command not found 2023-12-09T04:48:58.710 INFO:teuthology.orchestra.run.smithi084.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:48:58.711 INFO:teuthology.orchestra.run.smithi084.stdout:=============================================================================== 2023-12-09T04:48:58.711 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 2 +1397us[+1388us] +/- 83ms 2023-12-09T04:48:58.711 INFO:teuthology.orchestra.run.smithi084.stdout:^* hv02.front.sepia.ceph.com 3 6 77 1 -814us[ -823us] +/- 59ms 2023-12-09T04:48:58.711 INFO:teuthology.orchestra.run.smithi084.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 1 -193us[ -202us] +/- 63ms 2023-12-09T04:48:58.711 INFO:teuthology.orchestra.run.smithi084.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:48:58.716 INFO:teuthology.orchestra.run.smithi124.stderr:bash: ntpq: command not found 2023-12-09T04:48:58.718 INFO:teuthology.orchestra.run.smithi203.stderr:bash: ntpq: command not found 2023-12-09T04:48:58.719 INFO:teuthology.orchestra.run.smithi124.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:48:58.720 INFO:teuthology.orchestra.run.smithi124.stdout:=============================================================================== 2023-12-09T04:48:58.720 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 1 +1364us[+1364us] +/- 83ms 2023-12-09T04:48:58.720 INFO:teuthology.orchestra.run.smithi124.stdout:^* hv02.front.sepia.ceph.com 3 6 77 1 -831us[ -835us] +/- 59ms 2023-12-09T04:48:58.720 INFO:teuthology.orchestra.run.smithi124.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 2 -202us[ -206us] +/- 63ms 2023-12-09T04:48:58.720 INFO:teuthology.orchestra.run.smithi124.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:48:58.723 INFO:teuthology.orchestra.run.smithi203.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-09T04:48:58.723 INFO:teuthology.orchestra.run.smithi203.stdout:=============================================================================== 2023-12-09T04:48:58.723 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 1 +1382us[+1382us] +/- 83ms 2023-12-09T04:48:58.723 INFO:teuthology.orchestra.run.smithi203.stdout:^* hv02.front.sepia.ceph.com 3 6 77 2 -817us[ -795us] +/- 59ms 2023-12-09T04:48:58.723 INFO:teuthology.orchestra.run.smithi203.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 2 -203us[ -182us] +/- 63ms 2023-12-09T04:48:58.724 INFO:teuthology.orchestra.run.smithi203.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-09T04:48:58.724 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-09T04:48:58.733 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-09T04:48:58.733 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-09T04:48:58.741 DEBUG:teuthology.orchestra.run.smithi084:> 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-09T04:48:58.797 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-09T04:48:58.839 DEBUG:teuthology.orchestra.run.smithi124:> 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-09T04:48:58.936 DEBUG:teuthology.orchestra.run.smithi203:> 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-09T04:48:58.966 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-09T04:48:59.039 DEBUG:teuthology.orchestra.run.smithi084:> 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-09T04:48:59.069 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:48:59.070 DEBUG:teuthology.orchestra.run.smithi124:> 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-09T04:48:59.100 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:48:59.101 DEBUG:teuthology.orchestra.run.smithi203:> 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-09T04:48:59.132 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:48:59.133 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-09T04:48:59.142 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-09T04:48:59.151 INFO:teuthology.task.internal:Duration was 678.983181 seconds 2023-12-09T04:48:59.151 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-09T04:48:59.160 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-09T04:48:59.160 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T04:48:59.161 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-09T04:48:59.162 DEBUG:teuthology.orchestra.run.smithi124:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T04:48:59.164 DEBUG:teuthology.orchestra.run.smithi203:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-09T04:48:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:48:59.208 INFO:teuthology.orchestra.run.smithi124.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:48:59.219 INFO:teuthology.orchestra.run.smithi203.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-09T04:48:59.299 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:48:59.573 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-09T04:48:59.574 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2023-12-09T04:48:59.574 DEBUG:teuthology.orchestra.run.smithi084:> 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-09T04:48:59.595 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi124.front.sepia.ceph.com 2023-12-09T04:48:59.596 DEBUG:teuthology.orchestra.run.smithi124:> 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-09T04:48:59.616 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi203.front.sepia.ceph.com 2023-12-09T04:48:59.617 DEBUG:teuthology.orchestra.run.smithi203:> 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-09T04:48:59.639 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-09T04:48:59.639 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T04:48:59.641 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T04:48:59.658 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-09T04:48:59.718 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-09T04:48:59.718 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T04:48:59.720 DEBUG:teuthology.orchestra.run.smithi124:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T04:48:59.735 DEBUG:teuthology.orchestra.run.smithi203:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-09T04:48:59.827 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-09T04:48:59.838 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-09T04:48:59.838 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T04:48:59.875 DEBUG:teuthology.orchestra.run.smithi124:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T04:48:59.915 DEBUG:teuthology.orchestra.run.smithi203:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-09T04:48:59.949 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-09T04:48:59.960 DEBUG:teuthology.orchestra.run.smithi084:> 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-09T04:48:59.962 DEBUG:teuthology.orchestra.run.smithi124:> 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-09T04:48:59.964 DEBUG:teuthology.orchestra.run.smithi203:> 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-09T04:48:59.985 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2023-12-09T04:48:59.987 INFO:teuthology.orchestra.run.smithi124.stdout:kernel.core_pattern = core 2023-12-09T04:49:00.015 INFO:teuthology.orchestra.run.smithi203.stdout:kernel.core_pattern = core 2023-12-09T04:49:00.060 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T04:49:00.075 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:49:00.076 DEBUG:teuthology.orchestra.run.smithi124:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T04:49:00.090 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:49:00.090 DEBUG:teuthology.orchestra.run.smithi203:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-09T04:49:00.115 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-09T04:49:00.116 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-09T04:49:00.125 INFO:teuthology.task.internal:Transferring archived files... 2023-12-09T04:49:00.127 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885/remote/smithi084 2023-12-09T04:49:00.128 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T04:49:00.176 DEBUG:teuthology.misc:Transferring archived files from smithi124:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885/remote/smithi124 2023-12-09T04:49:00.177 DEBUG:teuthology.orchestra.run.smithi124:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T04:49:00.226 DEBUG:teuthology.misc:Transferring archived files from smithi203:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885/remote/smithi203 2023-12-09T04:49:00.227 DEBUG:teuthology.orchestra.run.smithi203:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-09T04:49:00.272 INFO:teuthology.task.internal:Removing archive directory... 2023-12-09T04:49:00.272 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T04:49:00.274 DEBUG:teuthology.orchestra.run.smithi124:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T04:49:00.276 DEBUG:teuthology.orchestra.run.smithi203:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-09T04:49:00.324 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-09T04:49:00.337 INFO:teuthology.task.internal:Not uploading archives. 2023-12-09T04:49:00.337 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-09T04:49:00.347 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-09T04:49:00.347 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T04:49:00.350 DEBUG:teuthology.orchestra.run.smithi124:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T04:49:00.352 DEBUG:teuthology.orchestra.run.smithi203:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-09T04:49:00.363 INFO:teuthology.orchestra.run.smithi084.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 04:49 /home/ubuntu/cephtest 2023-12-09T04:49:00.366 INFO:teuthology.orchestra.run.smithi124.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 04:49 /home/ubuntu/cephtest 2023-12-09T04:49:00.380 INFO:teuthology.orchestra.run.smithi203.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 9 04:49 /home/ubuntu/cephtest 2023-12-09T04:49:00.382 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-09T04:49:00.392 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-09T04:49:00.455 INFO:teuthology.nuke:Checking targets against current locks 2023-12-09T04:49:00.481 DEBUG:teuthology.nuke:shortname: smithi084 2023-12-09T04:49:00.481 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:49:00.510 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885', '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 04:32:10.297749', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:49:00.511 DEBUG:teuthology.nuke:shortname: smithi124 2023-12-09T04:49:00.511 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:49:00.539 DEBUG:teuthology.nuke:shortname: smithi203 2023-12-09T04:49:00.539 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-09T04:49:00.544 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi124.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885', '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 04:32:10.295970', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:49:00.568 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi203.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-08_19:55:12-rados-main-distro-default-smithi/7484885', '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 04:32:10.293980', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-09T04:49:00.577 INFO:teuthology.orchestra.console.smithi084:Power off 2023-12-09T04:49:00.578 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T04:49:00.603 DEBUG:teuthology.orchestra.console.smithi084:power off output: Chassis Power Control: Down/Off 2023-12-09T04:49:00.603 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:49:00.619 INFO:teuthology.orchestra.console.smithi124:Power off 2023-12-09T04:49:00.619 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T04:49:00.633 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2023-12-09T04:49:00.643 DEBUG:teuthology.orchestra.console.smithi124:power off output: Chassis Power Control: Down/Off 2023-12-09T04:49:00.643 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:49:00.661 INFO:teuthology.orchestra.console.smithi203:Power off 2023-12-09T04:49:00.661 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-09T04:49:00.671 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-12-09T04:49:00.685 DEBUG:teuthology.orchestra.console.smithi203:power off output: Chassis Power Control: Down/Off 2023-12-09T04:49:00.685 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:49:00.710 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2023-12-09T04:49:01.163 INFO:teuthology.orchestra.run.smithi124.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T04:49:01.164 INFO:teuthology.orchestra.run.smithi124.stdout:Installed products updated. 2023-12-09T04:49:01.344 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:49:01.344 INFO:teuthology.orchestra.run.smithi124.stdout:Installed: 2023-12-09T04:49:01.344 INFO:teuthology.orchestra.run.smithi124.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T04:49:01.344 INFO:teuthology.orchestra.run.smithi124.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T04:49:01.344 INFO:teuthology.orchestra.run.smithi124.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T04:49:01.344 INFO:teuthology.orchestra.run.smithi124.stdout: 2023-12-09T04:49:01.344 INFO:teuthology.orchestra.run.smithi124.stdout:Complete! 2023-12-09T04:49:01.477 DEBUG:teuthology.orchestra.run.smithi124:> sudo yum -y install ceph 2023-12-09T04:49:01.813 INFO:teuthology.orchestra.run.smithi124.stdout:Updating Subscription Management repositories. 2023-12-09T04:49:02.446 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 166 kB/s | 4.5 kB 00:00 2023-12-09T04:49:02.756 INFO:teuthology.orchestra.run.smithi124.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 139 kB/s | 4.1 kB 00:00 2023-12-09T04:49:03.813 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-09T04:49:04.093 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 5/6 2023-12-09T04:49:04.328 INFO:teuthology.orchestra.run.smithi084.stdout: Installing : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:49:04.535 INFO:teuthology.orchestra.run.smithi084.stdout: Running scriptlet: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 6/6 2023-12-09T04:49:04.535 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 1/6 2023-12-09T04:49:04.535 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 2/6 2023-12-09T04:49:04.536 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-09T04:49:04.536 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-09T04:49:04.536 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-09T04:49:04.634 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:49:04.672 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:49:04.713 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:49:04.747 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2023-12-09T04:49:04.782 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is on 2023-12-09T04:49:04.824 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is on 2023-12-09T04:49:08.129 INFO:teuthology.orchestra.run.smithi084.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-09T04:49:08.129 INFO:teuthology.orchestra.run.smithi084.stdout:Installed products updated. 2023-12-09T04:49:08.314 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:49:08.314 INFO:teuthology.orchestra.run.smithi084.stdout:Installed: 2023-12-09T04:49:08.314 INFO:teuthology.orchestra.run.smithi084.stdout: ceph-test-2:19.0.0-44.g9dcc13bb.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-09T04:49:08.314 INFO:teuthology.orchestra.run.smithi084.stdout: libcephsqlite-2:19.0.0-44.g9dcc13bb.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-09T04:49:08.315 INFO:teuthology.orchestra.run.smithi084.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-09T04:49:08.315 INFO:teuthology.orchestra.run.smithi084.stdout: 2023-12-09T04:49:08.315 INFO:teuthology.orchestra.run.smithi084.stdout:Complete! 2023-12-09T04:49:08.446 DEBUG:teuthology.orchestra.run.smithi084:> sudo yum -y install ceph 2023-12-09T04:49:08.749 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:49:08.783 DEBUG:teuthology.orchestra.console.smithi124:pexpect command: ipmitool -H smithi124.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:49:08.825 DEBUG:teuthology.orchestra.console.smithi203:pexpect command: ipmitool -H smithi203.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-09T04:49:08.859 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is off 2023-12-09T04:49:08.893 DEBUG:teuthology.orchestra.console.smithi124:check power output: Chassis Power is off 2023-12-09T04:49:08.938 DEBUG:teuthology.orchestra.console.smithi203:check power output: Chassis Power is off 2023-12-09T04:49:08.961 INFO:teuthology.orchestra.console.smithi084:Power off completed 2023-12-09T04:49:08.994 INFO:teuthology.orchestra.console.smithi124:Power off completed 2023-12-09T04:49:09.039 INFO:teuthology.orchestra.console.smithi203:Power off completed 2023-12-09T04:49:09.143 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} duration: 678.983181476593 failure_reason: 'Command failed on smithi203 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=8cd014075015449993dcbd4a974f1d2d status: fail success: false 2023-12-09T04:49:09.143 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-09T04:49:09.225 INFO:teuthology.run:FAIL