2023-12-07T16:45:59.632 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-07T16:45:59.632 DEBUG:teuthology.run:Teuthology command: teuthology --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-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179 --verbose -- /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179/orig.config.yaml 2023-12-07T16:45:59.667 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T16:45:59.748 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179 branch: wip-yuri8-testing-2023-12-06-1425 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/connectivity task/test_rgw_multisite} email: null first_in_suite: false job_id: '7482179' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri8-testing-2023-12-06-1425 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri8-testing-2023-12-06-1425 sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 4465 sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri8-testing-2023-12-06-1425 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 targets: smithi042.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi145.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi155.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-07_16:37:24 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-07T16:45:59.748 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa; will attempt to use it 2023-12-07T16:45:59.749 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_e068ebcf7ecc6503f24666fb6b152034d3fe1067/qa/tasks 2023-12-07T16:45:59.749 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-07T16:45:59.750 INFO:teuthology.task.internal:Checking packages... 2023-12-07T16:45:59.773 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'e068ebcf7ecc6503f24666fb6b152034d3fe1067' 2023-12-07T16:45:59.773 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-07T16:45:59.774 INFO:teuthology.packaging:ref: None 2023-12-07T16:45:59.774 INFO:teuthology.packaging:tag: None 2023-12-07T16:45:59.774 INFO:teuthology.packaging:branch: wip-yuri8-testing-2023-12-06-1425 2023-12-07T16:45:59.774 INFO:teuthology.packaging:sha1: e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T16:45:59.774 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri8-testing-2023-12-06-1425 2023-12-07T16:45:59.991 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-64.ge068ebcf 2023-12-07T16:45:59.992 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-07T16:45:59.999 INFO:teuthology.task.internal:no buildpackages task found 2023-12-07T16:45:59.999 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-07T16:46:00.012 INFO:teuthology.task.internal:Saving configuration 2023-12-07T16:46:00.023 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-07T16:46:00.032 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T16:46:00.058 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:26.494044', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T16:46:00.080 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:26.495600', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T16:46:00.101 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:26.492247', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T16:46:00.101 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-07T16:46:00.110 INFO:teuthology.task.internal:roles: ubuntu@smithi042.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2023-12-07T16:46:00.110 INFO:teuthology.task.internal:roles: ubuntu@smithi145.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2023-12-07T16:46:00.110 INFO:teuthology.task.internal:roles: ubuntu@smithi155.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2023-12-07T16:46:00.110 INFO:teuthology.run_tasks:Running task console_log... 2023-12-07T16:46:00.211 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe9079eaee0>, signals=[15]) 2023-12-07T16:46:00.212 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-07T16:46:00.223 INFO:teuthology.task.internal:Opening connections... 2023-12-07T16:46:00.223 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi042.front.sepia.ceph.com 2023-12-07T16:46:00.225 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:46:00.293 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi145.front.sepia.ceph.com 2023-12-07T16:46:00.294 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:46:00.360 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi155.front.sepia.ceph.com 2023-12-07T16:46:00.361 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:46:00.427 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-07T16:46:00.436 DEBUG:teuthology.orchestra.run.smithi042:> uname -m 2023-12-07T16:46:00.457 INFO:teuthology.orchestra.run.smithi042.stdout:x86_64 2023-12-07T16:46:00.458 DEBUG:teuthology.orchestra.run.smithi042:> cat /etc/os-release 2023-12-07T16:46:00.517 INFO:teuthology.orchestra.run.smithi042.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T16:46:00.517 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T16:46:00.517 INFO:teuthology.orchestra.run.smithi042.stdout:ID="rhel" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:ID_LIKE="fedora" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:VERSION_ID="8.6" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:ANSI_COLOR="0;31" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T16:46:00.518 INFO:teuthology.orchestra.run.smithi042.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T16:46:00.519 INFO:teuthology.lock.ops:Updating smithi042.front.sepia.ceph.com on lock server 2023-12-07T16:46:00.542 DEBUG:teuthology.orchestra.run.smithi145:> uname -m 2023-12-07T16:46:00.563 INFO:teuthology.orchestra.run.smithi145.stdout:x86_64 2023-12-07T16:46:00.563 DEBUG:teuthology.orchestra.run.smithi145:> cat /etc/os-release 2023-12-07T16:46:00.622 INFO:teuthology.orchestra.run.smithi145.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T16:46:00.623 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T16:46:00.623 INFO:teuthology.orchestra.run.smithi145.stdout:ID="rhel" 2023-12-07T16:46:00.623 INFO:teuthology.orchestra.run.smithi145.stdout:ID_LIKE="fedora" 2023-12-07T16:46:00.623 INFO:teuthology.orchestra.run.smithi145.stdout:VERSION_ID="8.6" 2023-12-07T16:46:00.623 INFO:teuthology.orchestra.run.smithi145.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:46:00.623 INFO:teuthology.orchestra.run.smithi145.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T16:46:00.624 INFO:teuthology.orchestra.run.smithi145.stdout:ANSI_COLOR="0;31" 2023-12-07T16:46:00.624 INFO:teuthology.orchestra.run.smithi145.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T16:46:00.624 INFO:teuthology.orchestra.run.smithi145.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T16:46:00.624 INFO:teuthology.orchestra.run.smithi145.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T16:46:00.624 INFO:teuthology.orchestra.run.smithi145.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:46:00.624 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T16:46:00.624 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:46:00.624 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T16:46:00.625 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T16:46:00.625 INFO:teuthology.orchestra.run.smithi145.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T16:46:00.625 INFO:teuthology.lock.ops:Updating smithi145.front.sepia.ceph.com on lock server 2023-12-07T16:46:00.651 DEBUG:teuthology.orchestra.run.smithi155:> uname -m 2023-12-07T16:46:00.672 INFO:teuthology.orchestra.run.smithi155.stdout:x86_64 2023-12-07T16:46:00.673 DEBUG:teuthology.orchestra.run.smithi155:> cat /etc/os-release 2023-12-07T16:46:00.732 INFO:teuthology.orchestra.run.smithi155.stdout:NAME="Red Hat Enterprise Linux" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION="8.6 (Ootpa)" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:ID="rhel" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:ID_LIKE="fedora" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:VERSION_ID="8.6" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:PLATFORM_ID="platform:el8" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:ANSI_COLOR="0;31" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:HOME_URL="https://www.redhat.com/" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-07T16:46:00.733 INFO:teuthology.orchestra.run.smithi155.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-07T16:46:00.734 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T16:46:00.734 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-07T16:46:00.734 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-07T16:46:00.734 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-07T16:46:00.734 INFO:teuthology.orchestra.run.smithi155.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-07T16:46:00.734 INFO:teuthology.lock.ops:Updating smithi155.front.sepia.ceph.com on lock server 2023-12-07T16:46:00.759 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-07T16:46:00.769 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-07T16:46:00.780 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-07T16:46:00.780 DEBUG:teuthology.orchestra.run.smithi042:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:46:00.783 DEBUG:teuthology.orchestra.run.smithi145:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:46:00.785 DEBUG:teuthology.orchestra.run.smithi155:> test '!' -e /home/ubuntu/cephtest 2023-12-07T16:46:00.803 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-07T16:46:00.811 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-07T16:46:00.811 DEBUG:teuthology.orchestra.run.smithi042:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:46:00.843 DEBUG:teuthology.orchestra.run.smithi145:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:46:00.848 DEBUG:teuthology.orchestra.run.smithi155:> test -z $(ls -A /var/lib/ceph) 2023-12-07T16:46:00.881 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-07T16:46:00.964 INFO:teuthology.run_tasks:Running task kernel... 2023-12-07T16:46:00.987 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-07T16:46:00.987 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-07T16:46:00.988 DEBUG:teuthology.orchestra.run.smithi042:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:46:00.988 DEBUG:teuthology.orchestra.run.smithi145:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:46:00.989 DEBUG:teuthology.orchestra.run.smithi155:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-07T16:46:01.007 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:46:01.008 DEBUG:teuthology.orchestra.run.smithi145:> uname -r 2023-12-07T16:46:01.008 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:46:01.009 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:46:01.010 DEBUG:teuthology.orchestra.run.smithi042:> uname -r 2023-12-07T16:46:01.010 DEBUG:teuthology.orchestra.run.smithi155:> uname -r 2023-12-07T16:46:01.069 INFO:teuthology.orchestra.run.smithi145.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:01.069 INFO:teuthology.task.kernel:Running kernel on smithi145: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:01.070 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum install -y kernel 2023-12-07T16:46:01.071 INFO:teuthology.orchestra.run.smithi042.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:01.072 INFO:teuthology.orchestra.run.smithi155.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:01.072 INFO:teuthology.task.kernel:Running kernel on smithi042: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:01.072 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum install -y kernel 2023-12-07T16:46:01.072 INFO:teuthology.task.kernel:Running kernel on smithi155: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:01.072 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum install -y kernel 2023-12-07T16:46:02.311 INFO:teuthology.orchestra.run.smithi042.stdout:Updating Subscription Management repositories. 2023-12-07T16:46:02.312 INFO:teuthology.orchestra.run.smithi042.stdout:Unable to read consumer identity 2023-12-07T16:46:02.355 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-07T16:46:02.355 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-07T16:46:02.377 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-12-07T16:46:02.377 INFO:teuthology.orchestra.run.smithi155.stdout:Unable to read consumer identity 2023-12-07T16:46:03.753 INFO:teuthology.orchestra.run.smithi042.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-07T16:46:03.831 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-07T16:46:04.006 INFO:teuthology.orchestra.run.smithi155.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-07T16:46:04.446 INFO:teuthology.orchestra.run.smithi042.stdout:Extra Packages for Enterprise Linux 24 MB/s | 16 MB 00:00 2023-12-07T16:46:04.749 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-12-07T16:46:05.673 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2023-12-07T16:46:08.163 INFO:teuthology.orchestra.run.smithi042.stdout:lab-extras 534 kB/s | 24 kB 00:00 2023-12-07T16:46:08.266 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 574 kB/s | 24 kB 00:00 2023-12-07T16:46:08.899 INFO:teuthology.orchestra.run.smithi042.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T16:46:08.938 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2023-12-07T16:46:08.940 INFO:teuthology.orchestra.run.smithi042.stdout:Nothing to do. 2023-12-07T16:46:08.940 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2023-12-07T16:46:08.960 INFO:teuthology.orchestra.run.smithi145.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T16:46:09.013 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-07T16:46:09.014 INFO:teuthology.orchestra.run.smithi145.stdout:Nothing to do. 2023-12-07T16:46:09.014 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-07T16:46:09.065 DEBUG:teuthology.orchestra.run.smithi042:> echo no | sudo yum reinstall kernel || true 2023-12-07T16:46:09.135 DEBUG:teuthology.orchestra.run.smithi145:> echo no | sudo yum reinstall kernel || true 2023-12-07T16:46:09.190 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 374 kB/s | 24 kB 00:00 2023-12-07T16:46:09.413 INFO:teuthology.orchestra.run.smithi042.stdout:Updating Subscription Management repositories. 2023-12-07T16:46:09.414 INFO:teuthology.orchestra.run.smithi042.stdout:Unable to read consumer identity 2023-12-07T16:46:09.465 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-07T16:46:09.465 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-07T16:46:09.687 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 04:46:08 PM UTC. 2023-12-07T16:46:09.727 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:46:07 PM UTC. 2023-12-07T16:46:09.730 INFO:teuthology.orchestra.run.smithi042.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:46:09.763 INFO:teuthology.orchestra.run.smithi042.stderr:Error: No packages marked for reinstall. 2023-12-07T16:46:09.777 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:46:09.810 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum reinstall -y kernel || true 2023-12-07T16:46:09.811 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2023-12-07T16:46:09.858 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum reinstall -y kernel || true 2023-12-07T16:46:09.884 INFO:teuthology.orchestra.run.smithi155.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-07T16:46:09.948 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-12-07T16:46:09.949 INFO:teuthology.orchestra.run.smithi155.stdout:Nothing to do. 2023-12-07T16:46:09.949 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-12-07T16:46:10.069 DEBUG:teuthology.orchestra.run.smithi155:> echo no | sudo yum reinstall kernel || true 2023-12-07T16:46:10.159 INFO:teuthology.orchestra.run.smithi042.stdout:Updating Subscription Management repositories. 2023-12-07T16:46:10.159 INFO:teuthology.orchestra.run.smithi042.stdout:Unable to read consumer identity 2023-12-07T16:46:10.187 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-07T16:46:10.187 INFO:teuthology.orchestra.run.smithi145.stdout:Unable to read consumer identity 2023-12-07T16:46:10.403 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-12-07T16:46:10.403 INFO:teuthology.orchestra.run.smithi155.stdout:Unable to read consumer identity 2023-12-07T16:46:10.426 INFO:teuthology.orchestra.run.smithi042.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:46:08 PM UTC. 2023-12-07T16:46:10.442 INFO:teuthology.orchestra.run.smithi145.stdout:Last metadata expiration check: 0:00:03 ago on Thu 07 Dec 2023 04:46:07 PM UTC. 2023-12-07T16:46:10.470 INFO:teuthology.orchestra.run.smithi042.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:46:10.484 INFO:teuthology.orchestra.run.smithi145.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:46:10.491 INFO:teuthology.orchestra.run.smithi042.stderr:Error: No packages marked for reinstall. 2023-12-07T16:46:10.506 INFO:teuthology.orchestra.run.smithi145.stderr:Error: No packages marked for reinstall. 2023-12-07T16:46:10.544 DEBUG:teuthology.orchestra.run.smithi042:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:46:10.553 DEBUG:teuthology.orchestra.run.smithi145:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:46:10.627 INFO:teuthology.orchestra.run.smithi042.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:10.627 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:10.627 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T16:46:10.627 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-07T16:46:10.627 DEBUG:teuthology.orchestra.run.smithi042:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:46:10.635 INFO:teuthology.orchestra.run.smithi145.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:10.635 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:10.635 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T16:46:10.635 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-07T16:46:10.635 DEBUG:teuthology.orchestra.run.smithi145:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:46:10.655 INFO:teuthology.orchestra.run.smithi042.stdout:ttyS1 2023-12-07T16:46:10.668 INFO:teuthology.orchestra.run.smithi145.stdout:ttyS1 2023-12-07T16:46:10.670 DEBUG:teuthology.parallel:result is None 2023-12-07T16:46:10.671 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:01 ago on Thu 07 Dec 2023 04:46:09 PM UTC. 2023-12-07T16:46:10.685 DEBUG:teuthology.parallel:result is None 2023-12-07T16:46:10.716 INFO:teuthology.orchestra.run.smithi155.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:46:10.753 INFO:teuthology.orchestra.run.smithi155.stderr:Error: No packages marked for reinstall. 2023-12-07T16:46:10.801 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum reinstall -y kernel || true 2023-12-07T16:46:11.131 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-12-07T16:46:11.131 INFO:teuthology.orchestra.run.smithi155.stdout:Unable to read consumer identity 2023-12-07T16:46:11.387 INFO:teuthology.orchestra.run.smithi155.stdout:Last metadata expiration check: 0:00:02 ago on Thu 07 Dec 2023 04:46:09 PM UTC. 2023-12-07T16:46:11.427 INFO:teuthology.orchestra.run.smithi155.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-07T16:46:11.448 INFO:teuthology.orchestra.run.smithi155.stderr:Error: No packages marked for reinstall. 2023-12-07T16:46:11.495 DEBUG:teuthology.orchestra.run.smithi155:> rpm -q kernel | sort -rV | head -n 1 2023-12-07T16:46:11.576 INFO:teuthology.orchestra.run.smithi155.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:11.576 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-07T16:46:11.577 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-07T16:46:11.577 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-07T16:46:11.577 DEBUG:teuthology.orchestra.run.smithi155:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-07T16:46:11.618 INFO:teuthology.orchestra.run.smithi155.stdout:ttyS1 2023-12-07T16:46:11.636 DEBUG:teuthology.parallel:result is None 2023-12-07T16:46:11.636 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-07T16:46:11.646 INFO:teuthology.task.internal:Creating test directory... 2023-12-07T16:46:11.646 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:46:11.649 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:46:11.651 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-07T16:46:11.693 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-07T16:46:11.705 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-07T16:46:11.720 INFO:teuthology.task.internal:Creating archive directory... 2023-12-07T16:46:11.720 DEBUG:teuthology.orchestra.run.smithi042:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:46:11.723 DEBUG:teuthology.orchestra.run.smithi145:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:46:11.725 DEBUG:teuthology.orchestra.run.smithi155:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-07T16:46:11.757 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-07T16:46:11.768 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-07T16:46:11.768 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T16:46:11.785 DEBUG:teuthology.orchestra.run.smithi145:> 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-07T16:46:11.795 DEBUG:teuthology.orchestra.run.smithi155:> 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-07T16:46:11.819 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:46:11.823 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:46:11.831 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:46:11.832 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:46:11.833 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:46:11.843 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-07T16:46:11.845 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-07T16:46:11.854 INFO:teuthology.task.internal:Configuring sudo... 2023-12-07T16:46:11.854 DEBUG:teuthology.orchestra.run.smithi042:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:46:11.876 DEBUG:teuthology.orchestra.run.smithi145:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:46:11.888 DEBUG:teuthology.orchestra.run.smithi155:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-07T16:46:11.915 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-07T16:46:11.928 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-07T16:46:11.928 DEBUG:teuthology.orchestra.run.smithi042:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:46:11.947 DEBUG:teuthology.orchestra.run.smithi145:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:46:11.957 DEBUG:teuthology.orchestra.run.smithi155:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-07T16:46:11.972 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:46:12.046 DEBUG:teuthology.orchestra.run.smithi042:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:46:12.097 DEBUG:teuthology.orchestra.run.smithi042:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:46:12.181 DEBUG:teuthology.orchestra.run.smithi042:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:46:12.226 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T16:46:12.227 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:46:12.318 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:46:12.362 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:46:12.418 DEBUG:teuthology.orchestra.run.smithi145:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:46:12.504 DEBUG:teuthology.orchestra.run.smithi145:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:46:12.547 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-07T16:46:12.547 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:46:12.646 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:46:12.690 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-07T16:46:12.745 DEBUG:teuthology.orchestra.run.smithi155:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:46:12.829 DEBUG:teuthology.orchestra.run.smithi155:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-07T16:46:12.871 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-12-07T16:46:12.871 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-07T16:46:12.939 DEBUG:teuthology.orchestra.run.smithi042:> sudo service rsyslog restart 2023-12-07T16:46:12.941 DEBUG:teuthology.orchestra.run.smithi145:> sudo service rsyslog restart 2023-12-07T16:46:12.944 DEBUG:teuthology.orchestra.run.smithi155:> sudo service rsyslog restart 2023-12-07T16:46:13.005 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:46:13.006 INFO:teuthology.orchestra.run.smithi042.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:46:13.046 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T16:46:13.482 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-07T16:46:13.492 INFO:teuthology.task.internal:Starting timer... 2023-12-07T16:46:13.492 INFO:teuthology.run_tasks:Running task pcp... 2023-12-07T16:46:13.520 INFO:teuthology.run_tasks:Running task selinux... 2023-12-07T16:46:13.535 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-07T16:46:13.536 DEBUG:teuthology.orchestra.run.smithi042:> sudo service auditd rotate 2023-12-07T16:46:13.593 INFO:teuthology.orchestra.run.smithi042.stdout:Rotating logs: 2023-12-07T16:46:13.595 DEBUG:teuthology.orchestra.run.smithi145:> sudo service auditd rotate 2023-12-07T16:46:13.663 INFO:teuthology.orchestra.run.smithi145.stdout:Rotating logs: 2023-12-07T16:46:13.665 DEBUG:teuthology.orchestra.run.smithi155:> sudo service auditd rotate 2023-12-07T16:46:13.734 INFO:teuthology.orchestra.run.smithi155.stdout:Rotating logs: 2023-12-07T16:46:13.736 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-07T16:46:13.736 DEBUG:teuthology.orchestra.run.smithi042:> /usr/sbin/getenforce 2023-12-07T16:46:13.764 INFO:teuthology.orchestra.run.smithi042.stdout:Permissive 2023-12-07T16:46:13.764 DEBUG:teuthology.orchestra.run.smithi145:> /usr/sbin/getenforce 2023-12-07T16:46:13.788 INFO:teuthology.orchestra.run.smithi145.stdout:Permissive 2023-12-07T16:46:13.789 DEBUG:teuthology.orchestra.run.smithi155:> /usr/sbin/getenforce 2023-12-07T16:46:13.813 INFO:teuthology.orchestra.run.smithi155.stdout:Permissive 2023-12-07T16:46:13.813 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi042.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi145.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi155.front.sepia.ceph.com': 'permissive'} 2023-12-07T16:46:13.814 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T16:46:13.842 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:46:13.843 DEBUG:teuthology.orchestra.run.smithi145:> 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-07T16:46:13.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:46:13.869 DEBUG:teuthology.orchestra.run.smithi155:> 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-07T16:46:13.896 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T16:46:13.896 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-07T16:46:13.897 DEBUG:teuthology.orchestra.run.smithi042:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:46:13.924 DEBUG:teuthology.orchestra.run.smithi145:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:46:13.951 DEBUG:teuthology.orchestra.run.smithi155:> sudo /usr/sbin/setenforce permissive 2023-12-07T16:46:13.999 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-07T16:46:14.011 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-12-07T16:46:14.011 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-07T16:46:14.027 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-07T16:46:14.027 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi042.front.sepia.ceph.com,smithi145.front.sepia.ceph.com,smithi155.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-07T16:58:32.646 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi042.front.sepia.ceph.com'), Remote(name='ubuntu@smithi145.front.sepia.ceph.com'), Remote(name='ubuntu@smithi155.front.sepia.ceph.com')] 2023-12-07T16:58:32.647 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-12-07T16:58:32.648 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi042.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:58:32.769 DEBUG:teuthology.orchestra.run.smithi042:> true 2023-12-07T16:58:32.846 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi042.front.sepia.ceph.com' 2023-12-07T16:58:32.847 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-07T16:58:32.847 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi145.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:58:32.918 DEBUG:teuthology.orchestra.run.smithi145:> true 2023-12-07T16:58:33.001 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi145.front.sepia.ceph.com' 2023-12-07T16:58:33.001 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-12-07T16:58:33.002 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi155.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-07T16:58:33.081 DEBUG:teuthology.orchestra.run.smithi155:> true 2023-12-07T16:58:33.158 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi155.front.sepia.ceph.com' 2023-12-07T16:58:33.159 INFO:teuthology.run_tasks:Running task clock... 2023-12-07T16:58:33.169 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-07T16:58:33.169 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T16:58:33.170 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T16:58:33.175 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T16:58:33.176 DEBUG:teuthology.orchestra.run.smithi145:> 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-07T16:58:33.180 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-07T16:58:33.181 DEBUG:teuthology.orchestra.run.smithi155:> 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-07T16:58:33.213 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T16:58:33.214 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T16:58:33.228 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T16:58:33.229 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T16:58:33.235 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-07T16:58:33.252 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-07T16:58:33.298 INFO:teuthology.orchestra.run.smithi145.stderr:sudo: ntpd: command not found 2023-12-07T16:58:33.308 INFO:teuthology.orchestra.run.smithi042.stderr:sudo: ntpd: command not found 2023-12-07T16:58:33.310 INFO:teuthology.orchestra.run.smithi145.stdout:506 Cannot talk to daemon 2023-12-07T16:58:33.321 INFO:teuthology.orchestra.run.smithi042.stdout:506 Cannot talk to daemon 2023-12-07T16:58:33.322 INFO:teuthology.orchestra.run.smithi155.stderr:sudo: ntpd: command not found 2023-12-07T16:58:33.325 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T16:58:33.335 INFO:teuthology.orchestra.run.smithi155.stdout:506 Cannot talk to daemon 2023-12-07T16:58:33.337 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T16:58:33.339 INFO:teuthology.orchestra.run.smithi145.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T16:58:33.349 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-07T16:58:33.352 INFO:teuthology.orchestra.run.smithi042.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T16:58:33.364 INFO:teuthology.orchestra.run.smithi155.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-07T16:58:33.416 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2023-12-07T16:58:33.419 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T16:58:33.419 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2023-12-07T16:58:33.419 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.419 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.419 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.419 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.426 INFO:teuthology.orchestra.run.smithi042.stderr:bash: ntpq: command not found 2023-12-07T16:58:33.431 INFO:teuthology.orchestra.run.smithi042.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T16:58:33.431 INFO:teuthology.orchestra.run.smithi042.stdout:=============================================================================== 2023-12-07T16:58:33.431 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.431 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.431 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.431 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.434 INFO:teuthology.orchestra.run.smithi155.stderr:bash: ntpq: command not found 2023-12-07T16:58:33.439 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T16:58:33.439 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2023-12-07T16:58:33.439 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.440 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.440 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.440 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T16:58:33.440 INFO:teuthology.run_tasks:Running task pexec... 2023-12-07T16:58:33.451 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-07T16:58:33.451 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi042.front.sepia.ceph.com 2023-12-07T16:58:33.451 DEBUG:teuthology.orchestra.run.smithi042:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T16:58:33.452 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi145.front.sepia.ceph.com 2023-12-07T16:58:33.452 DEBUG:teuthology.orchestra.run.smithi145:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T16:58:33.452 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi155.front.sepia.ceph.com 2023-12-07T16:58:33.452 DEBUG:teuthology.orchestra.run.smithi155:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-07T16:58:33.833 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-07T16:58:33.858 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-12-07T16:58:33.875 INFO:teuthology.orchestra.run.smithi042.stdout:Updating Subscription Management repositories. 2023-12-07T16:58:35.560 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 31 kB/s | 4.1 kB 00:00 2023-12-07T16:58:35.793 INFO:teuthology.orchestra.run.smithi042.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 48 kB/s | 4.1 kB 00:00 2023-12-07T16:58:35.905 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-07T16:58:36.141 INFO:teuthology.orchestra.run.smithi155.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-07T16:58:36.153 INFO:teuthology.orchestra.run.smithi042.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 25 kB/s | 4.5 kB 00:00 2023-12-07T16:58:36.644 INFO:teuthology.orchestra.run.smithi155.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 19 kB/s | 4.1 kB 00:00 2023-12-07T16:58:37.971 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-07T16:58:37.973 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-07T16:58:37.973 INFO:teuthology.orchestra.run.smithi145.stdout: Package Architecture Version Repository Size 2023-12-07T16:58:37.973 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-07T16:58:37.973 INFO:teuthology.orchestra.run.smithi145.stdout:Resetting modules: 2023-12-07T16:58:37.973 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools 2023-12-07T16:58:37.974 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T16:58:37.974 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-07T16:58:37.974 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================ 2023-12-07T16:58:37.974 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T16:58:38.355 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2023-12-07T16:58:38.356 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-12-07T16:58:38.356 INFO:teuthology.orchestra.run.smithi042.stdout: Package Architecture Version Repository Size 2023-12-07T16:58:38.356 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-12-07T16:58:38.357 INFO:teuthology.orchestra.run.smithi042.stdout:Resetting modules: 2023-12-07T16:58:38.357 INFO:teuthology.orchestra.run.smithi042.stdout: container-tools 2023-12-07T16:58:38.357 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T16:58:38.357 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2023-12-07T16:58:38.357 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================ 2023-12-07T16:58:38.357 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T16:58:38.506 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-12-07T16:58:38.507 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-12-07T16:58:38.507 INFO:teuthology.orchestra.run.smithi155.stdout: Package Architecture Version Repository Size 2023-12-07T16:58:38.507 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-12-07T16:58:38.507 INFO:teuthology.orchestra.run.smithi155.stdout:Resetting modules: 2023-12-07T16:58:38.507 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools 2023-12-07T16:58:38.507 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T16:58:38.507 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-12-07T16:58:38.508 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================ 2023-12-07T16:58:38.508 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T16:58:52.388 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2023-12-07T16:58:52.870 INFO:teuthology.orchestra.run.smithi042.stdout:Updating Subscription Management repositories. 2023-12-07T16:58:53.076 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-07T16:58:53.520 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-07T16:58:53.671 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-12-07T16:58:54.120 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-12-07T16:58:55.631 INFO:teuthology.orchestra.run.smithi042.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 22 kB/s | 4.1 kB 00:00 2023-12-07T16:58:55.976 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 27 kB/s | 4.1 kB 00:00 2023-12-07T16:58:55.985 INFO:teuthology.orchestra.run.smithi042.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-07T16:58:56.307 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 31 kB/s | 4.5 kB 00:00 2023-12-07T16:58:56.324 INFO:teuthology.orchestra.run.smithi155.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 71 kB/s | 4.5 kB 00:00 2023-12-07T16:58:56.800 INFO:teuthology.orchestra.run.smithi155.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 20 kB/s | 4.1 kB 00:00 2023-12-07T16:58:58.143 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2023-12-07T16:58:58.206 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-07T16:58:58.244 INFO:teuthology.orchestra.run.smithi042.stdout:========================================================================================================================== 2023-12-07T16:58:58.244 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2023-12-07T16:58:58.244 INFO:teuthology.orchestra.run.smithi042.stdout:========================================================================================================================== 2023-12-07T16:58:58.244 INFO:teuthology.orchestra.run.smithi042.stdout:Installing group/module packages: 2023-12-07T16:58:58.244 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2023-12-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.stdout:Downgrading: 2023-12-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T16:58:58.245 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.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-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.stdout:Installing module profiles: 2023-12-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.stdout: container-tools/common 2023-12-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.stdout:Enabling module streams: 2023-12-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.stdout: container-tools 3.0 2023-12-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2023-12-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.stdout:========================================================================================================================== 2023-12-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.stdout:Install 7 Packages 2023-12-07T16:58:58.246 INFO:teuthology.orchestra.run.smithi042.stdout:Downgrade 12 Packages 2023-12-07T16:58:58.247 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T16:58:58.247 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 51 M 2023-12-07T16:58:58.247 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2023-12-07T16:58:58.298 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================================== 2023-12-07T16:58:58.298 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2023-12-07T16:58:58.298 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================================== 2023-12-07T16:58:58.298 INFO:teuthology.orchestra.run.smithi145.stdout:Installing group/module packages: 2023-12-07T16:58:58.298 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.298 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-12-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.stdout:Downgrading: 2023-12-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.299 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.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-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.stdout:Installing module profiles: 2023-12-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools/common 2023-12-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.stdout:Enabling module streams: 2023-12-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.stdout: container-tools 3.0 2023-12-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================================================== 2023-12-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.stdout:Install 7 Packages 2023-12-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.stdout:Downgrade 12 Packages 2023-12-07T16:58:58.300 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T16:58:58.301 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 51 M 2023-12-07T16:58:58.301 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-12-07T16:58:58.394 INFO:teuthology.orchestra.run.smithi042.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 623 kB/s | 91 kB 00:00 2023-12-07T16:58:58.420 INFO:teuthology.orchestra.run.smithi042.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 309 kB/s | 53 kB 00:00 2023-12-07T16:58:58.447 INFO:teuthology.orchestra.run.smithi042.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 261 kB/s | 51 kB 00:00 2023-12-07T16:58:58.468 INFO:teuthology.orchestra.run.smithi145.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 546 kB/s | 91 kB 00:00 2023-12-07T16:58:58.537 INFO:teuthology.orchestra.run.smithi042.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.5 MB/s | 511 kB 00:00 2023-12-07T16:58:58.587 INFO:teuthology.orchestra.run.smithi042.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 487 kB/s | 69 kB 00:00 2023-12-07T16:58:58.622 INFO:teuthology.orchestra.run.smithi145.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 165 kB/s | 53 kB 00:00 2023-12-07T16:58:58.628 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-12-07T16:58:58.669 INFO:teuthology.orchestra.run.smithi145.stdout:(3/19): criu-3.15-1.module+el8.6.0+14874+644362 2.5 MB/s | 511 kB 00:00 2023-12-07T16:58:58.671 INFO:teuthology.orchestra.run.smithi042.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-07T16:58:58.697 INFO:teuthology.orchestra.run.smithi042.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 453 kB/s | 72 kB 00:00 2023-12-07T16:58:58.703 INFO:teuthology.orchestra.run.smithi145.stdout:(4/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 128 kB/s | 51 kB 00:00 2023-12-07T16:58:58.726 INFO:teuthology.orchestra.run.smithi155.stdout:========================================================================================================================== 2023-12-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-12-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.stdout:========================================================================================================================== 2023-12-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.stdout:Installing group/module packages: 2023-12-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-12-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.stdout:Downgrading: 2023-12-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.727 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.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-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.stdout:Installing module profiles: 2023-12-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools/common 2023-12-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.stdout:Enabling module streams: 2023-12-07T16:58:58.728 INFO:teuthology.orchestra.run.smithi155.stdout: container-tools 3.0 2023-12-07T16:58:58.729 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T16:58:58.729 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-12-07T16:58:58.729 INFO:teuthology.orchestra.run.smithi155.stdout:========================================================================================================================== 2023-12-07T16:58:58.729 INFO:teuthology.orchestra.run.smithi155.stdout:Install 7 Packages 2023-12-07T16:58:58.729 INFO:teuthology.orchestra.run.smithi155.stdout:Downgrade 12 Packages 2023-12-07T16:58:58.729 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T16:58:58.729 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 51 M 2023-12-07T16:58:58.729 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-12-07T16:58:58.736 INFO:teuthology.orchestra.run.smithi145.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 608 kB/s | 69 kB 00:00 2023-12-07T16:58:58.822 INFO:teuthology.orchestra.run.smithi042.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 408 kB/s | 51 kB 00:00 2023-12-07T16:58:58.846 INFO:teuthology.orchestra.run.smithi145.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 507 kB/s | 72 kB 00:00 2023-12-07T16:58:58.873 INFO:teuthology.orchestra.run.smithi042.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 279 kB/s | 56 kB 00:00 2023-12-07T16:58:58.895 INFO:teuthology.orchestra.run.smithi145.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-07T16:58:58.899 INFO:teuthology.orchestra.run.smithi155.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 529 kB/s | 91 kB 00:00 2023-12-07T16:58:58.925 INFO:teuthology.orchestra.run.smithi155.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 268 kB/s | 53 kB 00:00 2023-12-07T16:58:58.953 INFO:teuthology.orchestra.run.smithi155.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 231 kB/s | 51 kB 00:00 2023-12-07T16:58:58.971 INFO:teuthology.orchestra.run.smithi145.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 446 kB/s | 56 kB 00:00 2023-12-07T16:58:58.997 INFO:teuthology.orchestra.run.smithi042.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 27 MB/s | 11 MB 00:00 2023-12-07T16:58:59.014 INFO:teuthology.orchestra.run.smithi155.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.5 MB/s | 511 kB 00:00 2023-12-07T16:58:59.031 INFO:teuthology.orchestra.run.smithi042.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.0 MB/s | 322 kB 00:00 2023-12-07T16:58:59.063 INFO:teuthology.orchestra.run.smithi145.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 305 kB/s | 51 kB 00:00 2023-12-07T16:58:59.085 INFO:teuthology.orchestra.run.smithi155.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 518 kB/s | 69 kB 00:00 2023-12-07T16:58:59.148 INFO:teuthology.orchestra.run.smithi042.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 272 kB/s | 41 kB 00:00 2023-12-07T16:58:59.176 INFO:teuthology.orchestra.run.smithi155.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-07T16:58:59.188 INFO:teuthology.orchestra.run.smithi145.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-12-07T16:58:59.201 INFO:teuthology.orchestra.run.smithi155.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 378 kB/s | 72 kB 00:00 2023-12-07T16:58:59.221 INFO:teuthology.orchestra.run.smithi145.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.0 MB/s | 322 kB 00:00 2023-12-07T16:58:59.249 INFO:teuthology.orchestra.run.smithi042.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 10 MB/s | 2.2 MB 00:00 2023-12-07T16:58:59.360 INFO:teuthology.orchestra.run.smithi155.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 304 kB/s | 56 kB 00:00 2023-12-07T16:58:59.413 INFO:teuthology.orchestra.run.smithi145.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-07T16:58:59.439 INFO:teuthology.orchestra.run.smithi145.stdout:(13/19): yajl-2.1.0-10.el8.x86_64.rpm 163 kB/s | 41 kB 00:00 2023-12-07T16:58:59.490 INFO:teuthology.orchestra.run.smithi042.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 28 MB/s | 19 MB 00:00 2023-12-07T16:58:59.506 INFO:teuthology.orchestra.run.smithi155.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 26 MB/s | 11 MB 00:00 2023-12-07T16:58:59.527 INFO:teuthology.orchestra.run.smithi155.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 157 kB/s | 51 kB 00:00 2023-12-07T16:58:59.602 INFO:teuthology.orchestra.run.smithi042.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-12-07T16:58:59.627 INFO:teuthology.orchestra.run.smithi155.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.5 MB/s | 322 kB 00:00 2023-12-07T16:58:59.647 INFO:teuthology.orchestra.run.smithi145.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 28 MB/s | 19 MB 00:00 2023-12-07T16:58:59.661 INFO:teuthology.orchestra.run.smithi155.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 305 kB/s | 41 kB 00:00 2023-12-07T16:58:59.667 INFO:teuthology.orchestra.run.smithi042.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.1 MB/s | 1.1 MB 00:00 2023-12-07T16:58:59.744 INFO:teuthology.orchestra.run.smithi155.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 20 MB/s | 2.2 MB 00:00 2023-12-07T16:58:59.774 INFO:teuthology.orchestra.run.smithi042.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-07T16:58:59.799 INFO:teuthology.orchestra.run.smithi042.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 379 kB/s | 51 kB 00:00 2023-12-07T16:58:59.822 INFO:teuthology.orchestra.run.smithi145.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 16 MB/s | 6.4 MB 00:00 2023-12-07T16:58:59.824 INFO:teuthology.orchestra.run.smithi042.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 820 kB/s | 185 kB 00:00 2023-12-07T16:58:59.825 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2023-12-07T16:58:59.825 INFO:teuthology.orchestra.run.smithi042.stdout:Total 32 MB/s | 51 MB 00:01 2023-12-07T16:58:59.898 INFO:teuthology.orchestra.run.smithi145.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 15 MB/s | 6.8 MB 00:00 2023-12-07T16:58:59.915 INFO:teuthology.orchestra.run.smithi145.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.0 MB/s | 185 kB 00:00 2023-12-07T16:58:59.955 INFO:teuthology.orchestra.run.smithi145.stdout:(18/19): cockpit-podman-29-2.module+el8.6.0+148 3.6 MB/s | 1.1 MB 00:00 2023-12-07T16:58:59.978 INFO:teuthology.orchestra.run.smithi155.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 31 MB/s | 19 MB 00:00 2023-12-07T16:59:00.053 INFO:teuthology.orchestra.run.smithi155.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 16 MB/s | 6.4 MB 00:00 2023-12-07T16:59:00.056 INFO:teuthology.orchestra.run.smithi145.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 319 kB/s | 51 kB 00:00 2023-12-07T16:59:00.057 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-12-07T16:59:00.057 INFO:teuthology.orchestra.run.smithi145.stdout:Total 29 MB/s | 51 MB 00:01 2023-12-07T16:59:00.095 INFO:teuthology.orchestra.run.smithi155.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 9.2 MB/s | 1.1 MB 00:00 2023-12-07T16:59:00.245 INFO:teuthology.orchestra.run.smithi155.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-07T16:59:00.270 INFO:teuthology.orchestra.run.smithi155.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 852 kB/s | 185 kB 00:00 2023-12-07T16:59:00.291 INFO:teuthology.orchestra.run.smithi155.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 263 kB/s | 51 kB 00:00 2023-12-07T16:59:00.291 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-12-07T16:59:00.291 INFO:teuthology.orchestra.run.smithi155.stdout:Total 32 MB/s | 51 MB 00:01 2023-12-07T16:59:00.322 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2023-12-07T16:59:00.369 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2023-12-07T16:59:00.369 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2023-12-07T16:59:00.534 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-12-07T16:59:00.577 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-12-07T16:59:00.577 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-12-07T16:59:00.766 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-12-07T16:59:00.812 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2023-12-07T16:59:00.812 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-12-07T16:59:00.812 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-12-07T16:59:00.813 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2023-12-07T16:59:01.023 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-12-07T16:59:01.027 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-12-07T16:59:01.264 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-12-07T16:59:01.264 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-12-07T16:59:01.988 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2023-12-07T16:59:02.039 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T16:59:02.211 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-12-07T16:59:02.250 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T16:59:02.259 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T16:59:02.263 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T16:59:02.278 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T16:59:02.451 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T16:59:02.452 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-12-07T16:59:02.458 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T16:59:02.460 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T16:59:02.485 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T16:59:02.506 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-07T16:59:02.634 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T16:59:02.714 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T16:59:02.723 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-07T16:59:02.747 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T16:59:02.964 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T16:59:19.780 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T16:59:19.947 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T16:59:20.383 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-07T16:59:21.568 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T16:59:21.708 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T16:59:21.777 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T16:59:21.952 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T16:59:22.015 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T16:59:22.170 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T16:59:22.171 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T16:59:22.270 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-07T16:59:22.377 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T16:59:22.401 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T16:59:22.401 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T16:59:22.401 INFO:teuthology.orchestra.run.smithi145.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T16:59:22.401 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T16:59:22.473 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-07T16:59:22.622 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T16:59:22.622 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T16:59:22.622 INFO:teuthology.orchestra.run.smithi155.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T16:59:22.622 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T16:59:22.645 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-07T16:59:22.812 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-07T16:59:23.008 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-07T16:59:23.008 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-07T16:59:23.008 INFO:teuthology.orchestra.run.smithi042.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-07T16:59:23.009 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T16:59:23.172 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T16:59:23.372 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T16:59:23.439 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T16:59:23.653 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T16:59:23.851 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-07T16:59:24.099 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-07T16:59:24.855 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T16:59:25.134 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T16:59:25.201 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T16:59:25.501 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T16:59:25.564 INFO:teuthology.orchestra.run.smithi145.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T16:59:25.650 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-07T16:59:25.869 INFO:teuthology.orchestra.run.smithi155.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T16:59:25.874 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T16:59:26.022 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-07T16:59:26.142 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T16:59:26.409 INFO:teuthology.orchestra.run.smithi042.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-07T16:59:26.598 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T16:59:26.761 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-07T16:59:26.919 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T16:59:27.329 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T16:59:27.519 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-07T16:59:27.546 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T16:59:27.697 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T16:59:27.780 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T16:59:27.951 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T16:59:27.965 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T16:59:28.120 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T16:59:28.121 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T16:59:28.126 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T16:59:28.283 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-07T16:59:28.327 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T16:59:28.434 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T16:59:28.450 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T16:59:28.450 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T16:59:28.488 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-07T16:59:28.624 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T16:59:28.625 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T16:59:28.688 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-07T16:59:28.769 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T16:59:28.789 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T16:59:28.880 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-07T16:59:28.939 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T16:59:28.951 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T16:59:28.951 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T16:59:29.029 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-07T16:59:29.030 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T16:59:29.081 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T16:59:29.163 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T16:59:29.265 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T16:59:29.318 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-07T16:59:29.319 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T16:59:29.441 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T16:59:29.500 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-07T16:59:29.500 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T16:59:29.528 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T16:59:29.572 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T16:59:29.684 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-07T16:59:29.686 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T16:59:29.729 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T16:59:29.842 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T16:59:29.879 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T16:59:29.879 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T16:59:29.893 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T16:59:29.981 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-07T16:59:30.047 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T16:59:30.072 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T16:59:30.122 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-07T16:59:30.160 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T16:59:30.316 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-07T16:59:30.365 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T16:59:30.365 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T16:59:30.456 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-07T16:59:30.519 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T16:59:30.580 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-07T16:59:30.592 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T16:59:30.779 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-07T16:59:30.780 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T16:59:30.930 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T16:59:30.978 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T16:59:30.978 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T16:59:30.978 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T16:59:30.979 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T16:59:30.980 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T16:59:31.040 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T16:59:31.453 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T16:59:31.454 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T16:59:31.455 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T16:59:31.455 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T16:59:31.455 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T16:59:31.455 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T16:59:31.455 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T16:59:31.455 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T16:59:31.472 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-07T16:59:31.871 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-07T16:59:31.871 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-07T16:59:31.871 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-07T16:59:31.871 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-07T16:59:31.871 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-07T16:59:31.871 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-07T16:59:31.871 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-07T16:59:31.871 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-07T16:59:31.872 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-07T16:59:31.876 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-07T16:59:31.876 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-07T16:59:31.876 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-07T16:59:31.876 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-07T16:59:31.876 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-07T16:59:31.876 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-07T16:59:31.876 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-07T16:59:31.876 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-07T16:59:31.879 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-07T16:59:31.880 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-07T16:59:31.880 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-07T16:59:31.880 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-07T16:59:42.020 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T16:59:42.020 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2023-12-07T16:59:42.214 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout:Downgraded: 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.215 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-12-07T16:59:42.216 INFO:teuthology.orchestra.run.smithi145.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.216 INFO:teuthology.orchestra.run.smithi145.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:42.216 INFO:teuthology.orchestra.run.smithi145.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.216 INFO:teuthology.orchestra.run.smithi145.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.216 INFO:teuthology.orchestra.run.smithi145.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:42.216 INFO:teuthology.orchestra.run.smithi145.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:42.216 INFO:teuthology.orchestra.run.smithi145.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T16:59:42.216 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T16:59:42.216 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-07T16:59:42.412 DEBUG:teuthology.parallel:result is None 2023-12-07T16:59:45.389 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T16:59:45.389 INFO:teuthology.orchestra.run.smithi042.stdout:Installed products updated. 2023-12-07T16:59:45.544 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-07T16:59:45.544 INFO:teuthology.orchestra.run.smithi155.stdout:Installed products updated. 2023-12-07T16:59:45.613 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout:Downgraded: 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:45.614 INFO:teuthology.orchestra.run.smithi042.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T16:59:45.615 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2023-12-07T16:59:45.740 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T16:59:45.740 INFO:teuthology.orchestra.run.smithi155.stdout:Downgraded: 2023-12-07T16:59:45.740 INFO:teuthology.orchestra.run.smithi155.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.740 INFO:teuthology.orchestra.run.smithi155.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:45.740 INFO:teuthology.orchestra.run.smithi155.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.740 INFO:teuthology.orchestra.run.smithi155.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.740 INFO:teuthology.orchestra.run.smithi155.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.740 INFO:teuthology.orchestra.run.smithi155.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.740 INFO:teuthology.orchestra.run.smithi155.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.740 INFO:teuthology.orchestra.run.smithi155.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T16:59:45.741 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-12-07T16:59:45.822 DEBUG:teuthology.parallel:result is None 2023-12-07T16:59:45.930 DEBUG:teuthology.parallel:result is None 2023-12-07T16:59:45.930 INFO:teuthology.run_tasks:Running task install... 2023-12-07T16:59:45.941 DEBUG:teuthology.task.install:project ceph 2023-12-07T16:59:45.941 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'}} 2023-12-07T16:59:45.941 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067'} 2023-12-07T16:59:45.941 INFO:teuthology.task.install:Using flavor: default 2023-12-07T16:59:45.953 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-07T16:59:45.953 INFO:teuthology.task.install:extra packages: [] 2023-12-07T16:59:45.954 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T16:59:45.954 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T16:59:45.956 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T16:59:45.956 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T16:59:45.957 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'e068ebcf7ecc6503f24666fb6b152034d3fe1067', 'tag': None, 'wait_for_package': False} 2023-12-07T16:59:45.958 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=e068ebcf7ecc6503f24666fb6b152034d3fe1067 2023-12-07T16:59:46.123 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T16:59:46.123 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T16:59:46.343 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T16:59:46.343 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T16:59:46.388 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/ 2023-12-07T16:59:46.388 INFO:teuthology.task.install.rpm:Package version is 19.0.0-64.ge068ebcf 2023-12-07T16:59:46.460 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T16:59:46.460 DEBUG:teuthology.orchestra.run.smithi145:> set -ex 2023-12-07T16:59:46.460 DEBUG:teuthology.orchestra.run.smithi145:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T16:59:46.466 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T16:59:46.467 DEBUG:teuthology.orchestra.run.smithi042:> set -ex 2023-12-07T16:59:46.467 DEBUG:teuthology.orchestra.run.smithi042:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T16:59:46.496 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-07T16:59:46.496 DEBUG:teuthology.orchestra.run.smithi042:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T16:59:46.497 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-07T16:59:46.498 DEBUG:teuthology.orchestra.run.smithi145:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T16:59:46.515 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri8-testing-2023-12-06-1425/e068ebcf7ecc6503f24666fb6b152034d3fe1067/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-07T16:59:46.515 DEBUG:teuthology.orchestra.run.smithi155:> set -ex 2023-12-07T16:59:46.515 DEBUG:teuthology.orchestra.run.smithi155:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-07T16:59:46.546 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-07T16:59:46.546 DEBUG:teuthology.orchestra.run.smithi155:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/e068ebcf7ecc6503f24666fb6b152034d3fe1067/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-07T16:59:46.564 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T16:59:46.569 DEBUG:teuthology.orchestra.run.smithi145:> 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-07T16:59:46.615 DEBUG:teuthology.orchestra.run.smithi155:> 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-07T16:59:46.646 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T16:59:46.656 DEBUG:teuthology.orchestra.run.smithi145:> 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-07T16:59:46.695 DEBUG:teuthology.orchestra.run.smithi155:> 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-07T16:59:46.717 INFO:teuthology.orchestra.run.smithi042.stdout:check_obsoletes = 1 2023-12-07T16:59:46.717 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum clean all 2023-12-07T16:59:46.728 INFO:teuthology.orchestra.run.smithi145.stdout:check_obsoletes = 1 2023-12-07T16:59:46.728 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum clean all 2023-12-07T16:59:46.764 INFO:teuthology.orchestra.run.smithi155.stdout:check_obsoletes = 1 2023-12-07T16:59:46.765 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum clean all 2023-12-07T16:59:47.102 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-07T16:59:47.117 INFO:teuthology.orchestra.run.smithi042.stdout:Updating Subscription Management repositories. 2023-12-07T16:59:47.139 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-12-07T16:59:48.594 INFO:teuthology.orchestra.run.smithi145.stdout:44 files removed 2023-12-07T16:59:48.649 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-radosgw 2023-12-07T16:59:48.655 INFO:teuthology.orchestra.run.smithi042.stdout:44 files removed 2023-12-07T16:59:48.708 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-radosgw 2023-12-07T16:59:48.744 INFO:teuthology.orchestra.run.smithi155.stdout:44 files removed 2023-12-07T16:59:48.797 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-radosgw 2023-12-07T16:59:48.983 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-07T16:59:49.068 INFO:teuthology.orchestra.run.smithi042.stdout:Updating Subscription Management repositories. 2023-12-07T16:59:49.135 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-12-07T16:59:50.967 INFO:teuthology.orchestra.run.smithi155.stdout:ceph packages for x86_64 316 kB/s | 81 kB 00:00 2023-12-07T16:59:51.165 INFO:teuthology.orchestra.run.smithi145.stdout:ceph packages for x86_64 128 kB/s | 81 kB 00:00 2023-12-07T16:59:51.426 INFO:teuthology.orchestra.run.smithi155.stdout:ceph noarch packages 22 kB/s | 9.5 kB 00:00 2023-12-07T16:59:51.427 INFO:teuthology.orchestra.run.smithi042.stdout:ceph packages for x86_64 112 kB/s | 81 kB 00:00 2023-12-07T16:59:51.598 INFO:teuthology.orchestra.run.smithi145.stdout:ceph noarch packages 24 kB/s | 9.5 kB 00:00 2023-12-07T16:59:51.707 INFO:teuthology.orchestra.run.smithi042.stdout:ceph noarch packages 40 kB/s | 9.5 kB 00:00 2023-12-07T16:59:52.024 INFO:teuthology.orchestra.run.smithi145.stdout:ceph source packages 3.7 kB/s | 1.5 kB 00:00 2023-12-07T16:59:52.085 INFO:teuthology.orchestra.run.smithi155.stdout:ceph source packages 2.3 kB/s | 1.5 kB 00:00 2023-12-07T16:59:52.217 INFO:teuthology.orchestra.run.smithi042.stdout:ceph source packages 3.1 kB/s | 1.5 kB 00:00 2023-12-07T16:59:52.276 INFO:teuthology.orchestra.run.smithi145.stdout:Copr repo for python3-asyncssh owned by ceph 15 kB/s | 3.5 kB 00:00 2023-12-07T16:59:52.377 INFO:teuthology.orchestra.run.smithi155.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-07T16:59:52.497 INFO:teuthology.orchestra.run.smithi042.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-07T16:59:54.042 INFO:teuthology.orchestra.run.smithi155.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2023-12-07T16:59:54.717 INFO:teuthology.orchestra.run.smithi145.stdout:Extra Packages for Enterprise Linux 6.6 MB/s | 16 MB 00:02 2023-12-07T16:59:54.752 INFO:teuthology.orchestra.run.smithi042.stdout:Extra Packages for Enterprise Linux 7.1 MB/s | 16 MB 00:02 2023-12-07T16:59:57.573 INFO:teuthology.orchestra.run.smithi155.stdout:lab-extras 480 kB/s | 24 kB 00:00 2023-12-07T16:59:58.259 INFO:teuthology.orchestra.run.smithi145.stdout:lab-extras 357 kB/s | 24 kB 00:00 2023-12-07T16:59:58.414 INFO:teuthology.orchestra.run.smithi042.stdout:lab-extras 440 kB/s | 24 kB 00:00 2023-12-07T16:59:58.765 INFO:teuthology.orchestra.run.smithi155.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 MB/s | 47 MB 00:01 2023-12-07T16:59:59.402 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 49 MB/s | 53 MB 00:01 2023-12-07T16:59:59.643 INFO:teuthology.orchestra.run.smithi042.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 MB/s | 53 MB 00:01 2023-12-07T17:00:06.885 INFO:teuthology.orchestra.run.smithi155.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 49 MB/s | 53 MB 00:01 2023-12-07T17:00:07.912 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 40 MB/s | 47 MB 00:01 2023-12-07T17:00:08.551 INFO:teuthology.orchestra.run.smithi042.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 41 MB/s | 47 MB 00:01 2023-12-07T17:00:18.015 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-12-07T17:00:18.015 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================================== 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================================== 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrading: 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T17:00:18.016 INFO:teuthology.orchestra.run.smithi155.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:00:18.017 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T17:00:18.018 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-12-07T17:00:18.018 INFO:teuthology.orchestra.run.smithi155.stdout:================================================================================================== 2023-12-07T17:00:18.018 INFO:teuthology.orchestra.run.smithi155.stdout:Install 21 Packages 2023-12-07T17:00:18.018 INFO:teuthology.orchestra.run.smithi155.stdout:Upgrade 2 Packages 2023-12-07T17:00:18.018 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T17:00:18.018 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 63 M 2023-12-07T17:00:18.018 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-12-07T17:00:18.784 INFO:teuthology.orchestra.run.smithi155.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 8.9 MB/s | 5.4 MB 00:00 2023-12-07T17:00:18.834 INFO:teuthology.orchestra.run.smithi155.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 488 kB/s | 24 kB 00:00 2023-12-07T17:00:18.926 INFO:teuthology.orchestra.run.smithi155.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 9.0 MB/s | 842 kB 00:00 2023-12-07T17:00:19.010 INFO:teuthology.orchestra.run.smithi155.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 6.2 MB/s | 527 kB 00:00 2023-12-07T17:00:19.037 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-07T17:00:19.040 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================================== 2023-12-07T17:00:19.040 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2023-12-07T17:00:19.040 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================================== 2023-12-07T17:00:19.040 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2023-12-07T17:00:19.040 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T17:00:19.040 INFO:teuthology.orchestra.run.smithi145.stdout:Upgrading: 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T17:00:19.041 INFO:teuthology.orchestra.run.smithi145.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:00:19.042 INFO:teuthology.orchestra.run.smithi145.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T17:00:19.042 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T17:00:19.042 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T17:00:19.042 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T17:00:19.042 INFO:teuthology.orchestra.run.smithi145.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T17:00:19.042 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T17:00:19.042 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T17:00:19.042 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T17:00:19.043 INFO:teuthology.orchestra.run.smithi145.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:00:19.043 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T17:00:19.043 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-07T17:00:19.043 INFO:teuthology.orchestra.run.smithi145.stdout:================================================================================================== 2023-12-07T17:00:19.043 INFO:teuthology.orchestra.run.smithi145.stdout:Install 21 Packages 2023-12-07T17:00:19.043 INFO:teuthology.orchestra.run.smithi145.stdout:Upgrade 2 Packages 2023-12-07T17:00:19.044 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T17:00:19.044 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 63 M 2023-12-07T17:00:19.044 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-12-07T17:00:19.618 INFO:teuthology.orchestra.run.smithi155.stdout:(5/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64. 12 MB/s | 7.3 MB 00:00 2023-12-07T17:00:19.694 INFO:teuthology.orchestra.run.smithi155.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 597 kB/s | 45 kB 00:00 2023-12-07T17:00:19.771 INFO:teuthology.orchestra.run.smithi155.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.7 MB/s | 128 kB 00:00 2023-12-07T17:00:19.853 INFO:teuthology.orchestra.run.smithi155.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 2.3 MB/s | 198 kB 00:00 2023-12-07T17:00:19.978 INFO:teuthology.orchestra.run.smithi155.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 2.9 MB/s | 371 kB 00:00 2023-12-07T17:00:20.079 INFO:teuthology.orchestra.run.smithi155.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 3.6 MB/s | 364 kB 00:00 2023-12-07T17:00:20.242 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2023-12-07T17:00:20.244 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================================== 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================================== 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-radosgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 15 M 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout:Upgrading: 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout: librados2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.8 M 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout: librbd1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 3.7 M 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-base x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 5.4 M 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 23 M 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-selinux x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 24 k 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-07T17:00:20.245 INFO:teuthology.orchestra.run.smithi042.stdout: libcephfs2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 842 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: libradosstriper1 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 527 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: librgw2 x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 7.3 M 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: python3-ceph-argparse x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 45 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: python3-ceph-common x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 128 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cephfs x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 198 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rados x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 371 k 2023-12-07T17:00:20.246 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rbd x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 364 k 2023-12-07T17:00:20.247 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rgw x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 107 k 2023-12-07T17:00:20.247 INFO:teuthology.orchestra.run.smithi042.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-07T17:00:20.247 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T17:00:20.247 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2023-12-07T17:00:20.247 INFO:teuthology.orchestra.run.smithi042.stdout:================================================================================================== 2023-12-07T17:00:20.247 INFO:teuthology.orchestra.run.smithi042.stdout:Install 21 Packages 2023-12-07T17:00:20.247 INFO:teuthology.orchestra.run.smithi042.stdout:Upgrade 2 Packages 2023-12-07T17:00:20.247 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T17:00:20.248 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 63 M 2023-12-07T17:00:20.248 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2023-12-07T17:00:20.378 INFO:teuthology.orchestra.run.smithi155.stdout:(11/23): ceph-common-19.0.0-64.ge068ebcf.el8.x8 11 MB/s | 23 MB 00:02 2023-12-07T17:00:20.406 INFO:teuthology.orchestra.run.smithi155.stdout:(12/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 328 kB/s | 107 kB 00:00 2023-12-07T17:00:20.629 INFO:teuthology.orchestra.run.smithi155.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 261 kB/s | 59 kB 00:00 2023-12-07T17:00:20.704 INFO:teuthology.orchestra.run.smithi155.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 941 kB/s | 306 kB 00:00 2023-12-07T17:00:20.756 INFO:teuthology.orchestra.run.smithi155.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 593 kB/s | 75 kB 00:00 2023-12-07T17:00:20.838 INFO:teuthology.orchestra.run.smithi155.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.1 MB/s | 259 kB 00:00 2023-12-07T17:00:20.880 INFO:teuthology.orchestra.run.smithi155.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 9.9 MB/s | 1.7 MB 00:00 2023-12-07T17:00:21.005 INFO:teuthology.orchestra.run.smithi155.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 263 kB/s | 44 kB 00:00 2023-12-07T17:00:21.097 INFO:teuthology.orchestra.run.smithi155.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 511 kB/s | 47 kB 00:00 2023-12-07T17:00:21.151 INFO:teuthology.orchestra.run.smithi155.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.3 MB/s | 354 kB 00:00 2023-12-07T17:00:21.444 INFO:teuthology.orchestra.run.smithi145.stdout:(1/23): ceph-common-19.0.0-64.ge068ebcf.el8.x86 11 MB/s | 23 MB 00:02 2023-12-07T17:00:21.530 INFO:teuthology.orchestra.run.smithi145.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 293 kB/s | 24 kB 00:00 2023-12-07T17:00:21.748 INFO:teuthology.orchestra.run.smithi155.stdout:(21/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x 4.1 MB/s | 15 MB 00:03 2023-12-07T17:00:21.823 INFO:teuthology.orchestra.run.smithi155.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 5.6 MB/s | 3.7 MB 00:00 2023-12-07T17:00:21.990 INFO:teuthology.orchestra.run.smithi155.stdout:(23/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 4.2 MB/s | 3.8 MB 00:00 2023-12-07T17:00:21.992 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:00:21.992 INFO:teuthology.orchestra.run.smithi155.stdout:Total 16 MB/s | 63 MB 00:03 2023-12-07T17:00:22.003 INFO:teuthology.orchestra.run.smithi145.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 1.7 MB/s | 842 kB 00:00 2023-12-07T17:00:22.039 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-12-07T17:00:22.070 INFO:teuthology.orchestra.run.smithi145.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 7.7 MB/s | 527 kB 00:00 2023-12-07T17:00:22.085 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-12-07T17:00:22.086 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-12-07T17:00:22.438 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-12-07T17:00:22.445 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-12-07T17:00:22.704 INFO:teuthology.orchestra.run.smithi145.stdout:(5/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64. 11 MB/s | 7.3 MB 00:00 2023-12-07T17:00:22.747 INFO:teuthology.orchestra.run.smithi145.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 1.1 MB/s | 45 kB 00:00 2023-12-07T17:00:22.796 INFO:teuthology.orchestra.run.smithi145.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 2.5 MB/s | 128 kB 00:00 2023-12-07T17:00:22.880 INFO:teuthology.orchestra.run.smithi145.stdout:(8/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 1.5 MB/s | 5.4 MB 00:03 2023-12-07T17:00:22.906 INFO:teuthology.orchestra.run.smithi145.stdout:(9/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 1.8 MB/s | 198 kB 00:00 2023-12-07T17:00:22.955 INFO:teuthology.orchestra.run.smithi145.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 7.1 MB/s | 364 kB 00:00 2023-12-07T17:00:23.032 INFO:teuthology.orchestra.run.smithi145.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.4 MB/s | 107 kB 00:00 2023-12-07T17:00:23.114 INFO:teuthology.orchestra.run.smithi145.stdout:(12/23): python3-rados-19.0.0-64.ge068ebcf.el8. 1.5 MB/s | 371 kB 00:00 2023-12-07T17:00:23.490 INFO:teuthology.orchestra.run.smithi145.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 157 kB/s | 59 kB 00:00 2023-12-07T17:00:23.557 INFO:teuthology.orchestra.run.smithi145.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 582 kB/s | 306 kB 00:00 2023-12-07T17:00:23.639 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-12-07T17:00:23.648 INFO:teuthology.orchestra.run.smithi145.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 473 kB/s | 75 kB 00:00 2023-12-07T17:00:23.809 INFO:teuthology.orchestra.run.smithi145.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 296 kB/s | 47 kB 00:00 2023-12-07T17:00:23.834 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:00:23.916 INFO:teuthology.orchestra.run.smithi145.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.3 MB/s | 259 kB 00:00 2023-12-07T17:00:24.002 INFO:teuthology.orchestra.run.smithi145.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 528 kB/s | 44 kB 00:00 2023-12-07T17:00:24.043 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:00:24.158 INFO:teuthology.orchestra.run.smithi145.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.2 MB/s | 354 kB 00:00 2023-12-07T17:00:24.445 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:00:24.610 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:00:24.676 INFO:teuthology.orchestra.run.smithi145.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 1.6 MB/s | 1.7 MB 00:01 2023-12-07T17:00:24.700 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:00:24.891 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:00:24.913 INFO:teuthology.orchestra.run.smithi042.stdout:(1/23): ceph-base-19.0.0-64.ge068ebcf.el8.x86_6 1.2 MB/s | 5.4 MB 00:04 2023-12-07T17:00:25.010 INFO:teuthology.orchestra.run.smithi042.stdout:(2/23): ceph-selinux-19.0.0-64.ge068ebcf.el8.x8 243 kB/s | 24 kB 00:00 2023-12-07T17:00:25.113 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T17:00:25.310 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:00:25.375 INFO:teuthology.orchestra.run.smithi145.stdout:(21/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 5.3 MB/s | 3.7 MB 00:00 2023-12-07T17:00:25.668 INFO:teuthology.orchestra.run.smithi042.stdout:(3/23): libcephfs2-19.0.0-64.ge068ebcf.el8.x86_ 1.2 MB/s | 842 kB 00:00 2023-12-07T17:00:25.736 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:00:25.776 INFO:teuthology.orchestra.run.smithi145.stdout:(22/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 2.3 MB/s | 3.8 MB 00:01 2023-12-07T17:00:25.918 INFO:teuthology.orchestra.run.smithi145.stdout:(23/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x 2.2 MB/s | 15 MB 00:06 2023-12-07T17:00:25.921 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:00:25.922 INFO:teuthology.orchestra.run.smithi145.stdout:Total 9.2 MB/s | 63 MB 00:06 2023-12-07T17:00:25.960 INFO:teuthology.orchestra.run.smithi042.stdout:(4/23): libradosstriper1-19.0.0-64.ge068ebcf.el 1.8 MB/s | 527 kB 00:00 2023-12-07T17:00:25.969 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-12-07T17:00:25.985 INFO:teuthology.orchestra.run.smithi155.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:00:26.014 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-12-07T17:00:26.015 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-12-07T17:00:26.057 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:00:26.250 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-07T17:00:26.365 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-12-07T17:00:26.369 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-12-07T17:00:26.426 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:00:27.130 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-07T17:00:27.301 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:00:27.351 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:00:27.390 INFO:teuthology.orchestra.run.smithi042.stdout:(5/23): ceph-radosgw-19.0.0-64.ge068ebcf.el8.x8 2.0 MB/s | 15 MB 00:07 2023-12-07T17:00:27.461 INFO:teuthology.orchestra.run.smithi042.stdout:(6/23): python3-ceph-argparse-19.0.0-64.ge068eb 600 kB/s | 45 kB 00:00 2023-12-07T17:00:27.512 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T17:00:27.536 INFO:teuthology.orchestra.run.smithi042.stdout:(7/23): python3-ceph-common-19.0.0-64.ge068ebcf 1.7 MB/s | 128 kB 00:00 2023-12-07T17:00:27.670 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:00:27.678 INFO:teuthology.orchestra.run.smithi042.stdout:(8/23): python3-cephfs-19.0.0-64.ge068ebcf.el8. 1.4 MB/s | 198 kB 00:00 2023-12-07T17:00:27.761 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-12-07T17:00:27.878 INFO:teuthology.orchestra.run.smithi042.stdout:(9/23): python3-rados-19.0.0-64.ge068ebcf.el8.x 1.8 MB/s | 371 kB 00:00 2023-12-07T17:00:27.920 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:00:27.973 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:00:28.037 INFO:teuthology.orchestra.run.smithi042.stdout:(10/23): python3-rbd-19.0.0-64.ge068ebcf.el8.x8 2.2 MB/s | 364 kB 00:00 2023-12-07T17:00:28.121 INFO:teuthology.orchestra.run.smithi042.stdout:(11/23): python3-rgw-19.0.0-64.ge068ebcf.el8.x8 1.3 MB/s | 107 kB 00:00 2023-12-07T17:00:28.123 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T17:00:28.177 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:00:28.312 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:00:28.383 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:00:28.496 INFO:teuthology.orchestra.run.smithi042.stdout:(12/23): ceph-common-19.0.0-64.ge068ebcf.el8.x8 2.8 MB/s | 23 MB 00:08 2023-12-07T17:00:28.510 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:00:28.555 INFO:teuthology.orchestra.run.smithi042.stdout:(13/23): gperftools-libs-2.7-9.el8.x86_64.rpm 706 kB/s | 306 kB 00:00 2023-12-07T17:00:28.585 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:00:28.622 INFO:teuthology.orchestra.run.smithi042.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.1 MB/s | 75 kB 00:00 2023-12-07T17:00:28.725 INFO:teuthology.orchestra.run.smithi042.stdout:(15/23): librgw2-19.0.0-64.ge068ebcf.el8.x86_64 2.6 MB/s | 7.3 MB 00:02 2023-12-07T17:00:28.731 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T17:00:28.742 INFO:teuthology.orchestra.run.smithi042.stdout:(16/23): liboath-2.6.2-3.el8.x86_64.rpm 243 kB/s | 59 kB 00:00 2023-12-07T17:00:28.773 INFO:teuthology.orchestra.run.smithi145.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:00:28.831 INFO:teuthology.orchestra.run.smithi042.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 8.3 MB/s | 1.7 MB 00:00 2023-12-07T17:00:28.867 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:00:28.881 INFO:teuthology.orchestra.run.smithi042.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.8 MB/s | 259 kB 00:00 2023-12-07T17:00:28.948 INFO:teuthology.orchestra.run.smithi042.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 207 kB/s | 47 kB 00:00 2023-12-07T17:00:28.961 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:00:29.015 INFO:teuthology.orchestra.run.smithi042.stdout:(20/23): python3-prettytable-0.7.2-14.el8.noarc 239 kB/s | 44 kB 00:00 2023-12-07T17:00:29.040 INFO:teuthology.orchestra.run.smithi042.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.2 MB/s | 354 kB 00:00 2023-12-07T17:00:29.049 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:00:29.126 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T17:00:29.315 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T17:00:29.521 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:00:29.933 INFO:teuthology.orchestra.run.smithi042.stdout:(22/23): librbd1-19.0.0-64.ge068ebcf.el8.x86_64 4.1 MB/s | 3.7 MB 00:00 2023-12-07T17:00:29.942 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:00:30.082 INFO:teuthology.orchestra.run.smithi042.stdout:(23/23): librados2-19.0.0-64.ge068ebcf.el8.x86_ 3.3 MB/s | 3.8 MB 00:01 2023-12-07T17:00:30.085 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:00:30.085 INFO:teuthology.orchestra.run.smithi042.stdout:Total 6.4 MB/s | 63 MB 00:09 2023-12-07T17:00:30.135 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2023-12-07T17:00:30.143 INFO:teuthology.orchestra.run.smithi145.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:00:30.186 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2023-12-07T17:00:30.186 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2023-12-07T17:00:30.220 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:00:30.410 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T17:00:30.462 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T17:00:30.553 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2023-12-07T17:00:30.557 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2023-12-07T17:00:31.303 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T17:00:31.484 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:00:31.553 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:00:31.680 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T17:00:31.770 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2023-12-07T17:00:31.879 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:00:31.969 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-07T17:00:32.078 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:00:32.147 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:00:32.298 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T17:00:32.434 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:00:32.508 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:00:32.582 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-07T17:00:32.669 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:00:32.747 INFO:teuthology.orchestra.run.smithi042.stdout: Upgrading : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:00:32.921 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:00:32.983 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:00:33.136 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:00:33.209 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:00:33.263 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T17:00:33.372 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-07T17:00:33.547 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:00:33.563 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:00:33.719 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T17:00:33.812 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:00:33.981 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:00:34.074 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:00:34.180 INFO:teuthology.orchestra.run.smithi042.stdout: Upgrading : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:00:34.187 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:00:34.277 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:00:34.325 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:00:34.422 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T17:00:34.491 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-07T17:00:35.334 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-07T17:00:35.479 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:00:35.536 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:00:35.709 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 11/25 2023-12-07T17:00:35.867 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:00:36.076 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:00:36.280 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 14/25 2023-12-07T17:00:36.454 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:00:36.508 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 15/25 2023-12-07T17:00:36.631 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-07T17:00:36.866 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-07T17:00:37.097 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-07T17:00:37.297 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 19/25 2023-12-07T17:00:37.624 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:00:37.875 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:00:38.458 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:00:38.853 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:00:38.918 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:00:39.050 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:00:41.478 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:00:41.712 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:00:42.345 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 20/25 2023-12-07T17:00:42.590 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:00:42.668 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 21/25 2023-12-07T17:00:42.770 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:00:53.053 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:00:53.053 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /sys 2023-12-07T17:00:53.053 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /proc 2023-12-07T17:00:53.053 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /dev 2023-12-07T17:00:53.053 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /run 2023-12-07T17:00:53.053 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /mnt 2023-12-07T17:00:53.053 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /var/tmp 2023-12-07T17:00:53.053 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /home 2023-12-07T17:00:53.053 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /tmp 2023-12-07T17:00:53.054 INFO:teuthology.orchestra.run.smithi155.stdout:skipping the directory /dev 2023-12-07T17:00:53.054 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T17:00:54.521 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:00:54.542 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:00:54.542 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:00:54.783 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:00:54.783 INFO:teuthology.orchestra.run.smithi155.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:00:55.396 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:00:55.397 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:00:55.398 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T17:00:57.951 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:00:57.952 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /sys 2023-12-07T17:00:57.952 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /proc 2023-12-07T17:00:57.952 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /dev 2023-12-07T17:00:57.952 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /run 2023-12-07T17:00:57.952 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /mnt 2023-12-07T17:00:57.952 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /var/tmp 2023-12-07T17:00:57.952 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /home 2023-12-07T17:00:57.952 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /tmp 2023-12-07T17:00:57.952 INFO:teuthology.orchestra.run.smithi145.stdout:skipping the directory /dev 2023-12-07T17:00:57.952 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T17:00:59.424 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:00:59.446 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:00:59.446 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:00:59.657 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:00:59.657 INFO:teuthology.orchestra.run.smithi145.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:01:00.269 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:01:00.269 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T17:01:00.269 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T17:01:00.269 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:01:00.270 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T17:01:00.271 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T17:01:00.271 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T17:01:00.271 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T17:01:00.271 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T17:01:00.271 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:01:00.271 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:01:00.271 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T17:01:02.369 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:01:02.370 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /sys 2023-12-07T17:01:02.370 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /proc 2023-12-07T17:01:02.370 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /dev 2023-12-07T17:01:02.370 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /run 2023-12-07T17:01:02.370 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /mnt 2023-12-07T17:01:02.370 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /var/tmp 2023-12-07T17:01:02.370 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /home 2023-12-07T17:01:02.370 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /tmp 2023-12-07T17:01:02.370 INFO:teuthology.orchestra.run.smithi042.stdout:skipping the directory /dev 2023-12-07T17:01:02.370 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T17:01:03.929 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:01:03.956 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 23/25 2023-12-07T17:01:03.956 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:01:04.187 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-07T17:01:04.187 INFO:teuthology.orchestra.run.smithi042.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:01:04.820 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:01:04.820 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 1/25 2023-12-07T17:01:04.820 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2/25 2023-12-07T17:01:04.820 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 3/25 2023-12-07T17:01:04.820 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 4/25 2023-12-07T17:01:04.820 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 5/25 2023-12-07T17:01:04.821 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 6/25 2023-12-07T17:01:04.821 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 7/25 2023-12-07T17:01:04.821 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x8 8/25 2023-12-07T17:01:04.821 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_ 9/25 2023-12-07T17:01:04.821 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 10/25 2023-12-07T17:01:04.821 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 11/25 2023-12-07T17:01:04.821 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 12/25 2023-12-07T17:01:04.822 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 13/25 2023-12-07T17:01:04.822 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-07T17:01:04.822 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-07T17:01:04.822 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-07T17:01:04.822 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-07T17:01:04.822 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-07T17:01:04.822 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-07T17:01:04.822 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-07T17:01:04.822 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-07T17:01:04.822 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 22/25 2023-12-07T17:01:04.823 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-07T17:01:04.823 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 24/25 2023-12-07T17:01:07.307 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:01:07.307 INFO:teuthology.orchestra.run.smithi155.stdout:Installed products updated. 2023-12-07T17:01:07.495 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T17:01:07.495 INFO:teuthology.orchestra.run.smithi155.stdout:Upgraded: 2023-12-07T17:01:07.495 INFO:teuthology.orchestra.run.smithi155.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.495 INFO:teuthology.orchestra.run.smithi155.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.495 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:01:07.496 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.497 INFO:teuthology.orchestra.run.smithi155.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.497 INFO:teuthology.orchestra.run.smithi155.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.497 INFO:teuthology.orchestra.run.smithi155.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:01:07.497 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.497 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.497 INFO:teuthology.orchestra.run.smithi155.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:07.497 INFO:teuthology.orchestra.run.smithi155.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:01:07.497 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T17:01:07.497 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-12-07T17:01:07.642 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph-test 2023-12-07T17:01:07.994 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-12-07T17:01:09.734 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:01:09.734 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout:Upgraded: 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:01:09.922 INFO:teuthology.orchestra.run.smithi145.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:09.923 INFO:teuthology.orchestra.run.smithi145.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:01:09.924 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T17:01:09.924 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-07T17:01:09.962 INFO:teuthology.orchestra.run.smithi155.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-07T17:01:10.081 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph-test 2023-12-07T17:01:10.395 INFO:teuthology.orchestra.run.smithi155.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 25 kB/s | 4.1 kB 00:00 2023-12-07T17:01:10.431 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-07T17:01:11.973 INFO:teuthology.orchestra.run.smithi155.stdout:Dependencies resolved. 2023-12-07T17:01:11.974 INFO:teuthology.orchestra.run.smithi155.stdout:========================================================================================== 2023-12-07T17:01:11.974 INFO:teuthology.orchestra.run.smithi155.stdout: Package Arch Version Repository Size 2023-12-07T17:01:11.974 INFO:teuthology.orchestra.run.smithi155.stdout:========================================================================================== 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout:Installing: 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout:Installing dependencies: 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction Summary 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout:========================================================================================== 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout:Install 6 Packages 2023-12-07T17:01:11.975 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T17:01:11.976 INFO:teuthology.orchestra.run.smithi155.stdout:Total download size: 51 M 2023-12-07T17:01:11.976 INFO:teuthology.orchestra.run.smithi155.stdout:Installed size: 228 M 2023-12-07T17:01:11.976 INFO:teuthology.orchestra.run.smithi155.stdout:Downloading Packages: 2023-12-07T17:01:12.018 INFO:teuthology.orchestra.run.smithi155.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-07T17:01:12.193 INFO:teuthology.orchestra.run.smithi155.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.9 MB/s | 323 kB 00:00 2023-12-07T17:01:12.268 INFO:teuthology.orchestra.run.smithi155.stdout:(3/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 628 kB/s | 183 kB 00:00 2023-12-07T17:01:12.286 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 17 kB/s | 4.1 kB 00:00 2023-12-07T17:01:12.328 INFO:teuthology.orchestra.run.smithi155.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2023-12-07T17:01:12.360 INFO:teuthology.orchestra.run.smithi155.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 2.1 MB/s | 202 kB 00:00 2023-12-07T17:01:12.525 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 80 kB/s | 4.5 kB 00:00 2023-12-07T17:01:14.082 INFO:teuthology.orchestra.run.smithi145.stdout:Dependencies resolved. 2023-12-07T17:01:14.083 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================== 2023-12-07T17:01:14.083 INFO:teuthology.orchestra.run.smithi145.stdout: Package Arch Version Repository Size 2023-12-07T17:01:14.083 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================== 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout:Installing: 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout:Installing dependencies: 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction Summary 2023-12-07T17:01:14.089 INFO:teuthology.orchestra.run.smithi145.stdout:========================================================================================== 2023-12-07T17:01:14.090 INFO:teuthology.orchestra.run.smithi145.stdout:Install 6 Packages 2023-12-07T17:01:14.090 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T17:01:14.090 INFO:teuthology.orchestra.run.smithi145.stdout:Total download size: 51 M 2023-12-07T17:01:14.090 INFO:teuthology.orchestra.run.smithi145.stdout:Installed size: 228 M 2023-12-07T17:01:14.091 INFO:teuthology.orchestra.run.smithi145.stdout:Downloading Packages: 2023-12-07T17:01:14.118 INFO:teuthology.orchestra.run.smithi145.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.1 MB/s | 70 kB 00:00 2023-12-07T17:01:14.269 INFO:teuthology.orchestra.run.smithi145.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.2 MB/s | 323 kB 00:00 2023-12-07T17:01:14.377 INFO:teuthology.orchestra.run.smithi145.stdout:(3/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 626 kB/s | 183 kB 00:00 2023-12-07T17:01:14.436 INFO:teuthology.orchestra.run.smithi145.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2023-12-07T17:01:14.511 INFO:teuthology.orchestra.run.smithi145.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.5 MB/s | 202 kB 00:00 2023-12-07T17:01:16.592 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-07T17:01:16.592 INFO:teuthology.orchestra.run.smithi042.stdout:Installed products updated. 2023-12-07T17:01:16.790 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T17:01:16.790 INFO:teuthology.orchestra.run.smithi042.stdout:Upgraded: 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: librados2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: librbd1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-base-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-radosgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-selinux-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: libcephfs2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: libradosstriper1-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: librgw2-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.791 INFO:teuthology.orchestra.run.smithi042.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout: python3-ceph-argparse-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout: python3-ceph-common-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout: python3-cephfs-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rados-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rbd-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout: python3-rgw-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T17:01:16.792 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2023-12-07T17:01:16.967 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph-test 2023-12-07T17:01:17.228 INFO:teuthology.orchestra.run.smithi145.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 16 MB/s | 50 MB 00:03 2023-12-07T17:01:17.230 INFO:teuthology.orchestra.run.smithi145.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:01:17.230 INFO:teuthology.orchestra.run.smithi145.stdout:Total 16 MB/s | 51 MB 00:03 2023-12-07T17:01:17.271 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction check 2023-12-07T17:01:17.290 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction check succeeded. 2023-12-07T17:01:17.290 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction test 2023-12-07T17:01:17.336 INFO:teuthology.orchestra.run.smithi042.stdout:Updating Subscription Management repositories. 2023-12-07T17:01:17.486 INFO:teuthology.orchestra.run.smithi155.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 9.1 MB/s | 50 MB 00:05 2023-12-07T17:01:17.487 INFO:teuthology.orchestra.run.smithi155.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:01:17.487 INFO:teuthology.orchestra.run.smithi155.stdout:Total 9.3 MB/s | 51 MB 00:05 2023-12-07T17:01:17.522 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction check 2023-12-07T17:01:17.543 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction check succeeded. 2023-12-07T17:01:17.544 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction test 2023-12-07T17:01:17.559 INFO:teuthology.orchestra.run.smithi145.stdout:Transaction test succeeded. 2023-12-07T17:01:17.563 INFO:teuthology.orchestra.run.smithi145.stdout:Running transaction 2023-12-07T17:01:17.812 INFO:teuthology.orchestra.run.smithi155.stdout:Transaction test succeeded. 2023-12-07T17:01:17.815 INFO:teuthology.orchestra.run.smithi155.stdout:Running transaction 2023-12-07T17:01:18.043 INFO:teuthology.orchestra.run.smithi145.stdout: Preparing : 1/1 2023-12-07T17:01:18.178 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:01:18.258 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:01:18.287 INFO:teuthology.orchestra.run.smithi155.stdout: Preparing : 1/1 2023-12-07T17:01:18.427 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:01:18.503 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T17:01:18.522 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:01:18.654 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T17:01:18.763 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T17:01:18.842 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T17:01:18.919 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T17:01:18.984 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:01:19.114 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T17:01:19.234 INFO:teuthology.orchestra.run.smithi042.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2023-12-07T17:01:19.243 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:01:19.511 INFO:teuthology.orchestra.run.smithi042.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 53 kB/s | 4.5 kB 00:00 2023-12-07T17:01:21.238 INFO:teuthology.orchestra.run.smithi042.stdout:Dependencies resolved. 2023-12-07T17:01:21.239 INFO:teuthology.orchestra.run.smithi042.stdout:========================================================================================== 2023-12-07T17:01:21.239 INFO:teuthology.orchestra.run.smithi042.stdout: Package Arch Version Repository Size 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout:========================================================================================== 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout:Installing: 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-test x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 50 M 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout:Installing dependencies: 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout: libcephsqlite x86_64 2:19.0.0-64.ge068ebcf.el8 ceph 183 k 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction Summary 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout:========================================================================================== 2023-12-07T17:01:21.240 INFO:teuthology.orchestra.run.smithi042.stdout:Install 6 Packages 2023-12-07T17:01:21.241 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T17:01:21.241 INFO:teuthology.orchestra.run.smithi042.stdout:Total download size: 51 M 2023-12-07T17:01:21.241 INFO:teuthology.orchestra.run.smithi042.stdout:Installed size: 228 M 2023-12-07T17:01:21.241 INFO:teuthology.orchestra.run.smithi042.stdout:Downloading Packages: 2023-12-07T17:01:21.284 INFO:teuthology.orchestra.run.smithi042.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-07T17:01:21.476 INFO:teuthology.orchestra.run.smithi042.stdout:(2/6): libcephsqlite-19.0.0-64.ge068ebcf.el8.x8 781 kB/s | 183 kB 00:00 2023-12-07T17:01:21.501 INFO:teuthology.orchestra.run.smithi042.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-07T17:01:21.610 INFO:teuthology.orchestra.run.smithi042.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2023-12-07T17:01:21.635 INFO:teuthology.orchestra.run.smithi042.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.5 MB/s | 202 kB 00:00 2023-12-07T17:01:23.809 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:01:23.869 INFO:teuthology.orchestra.run.smithi042.stdout:(6/6): ceph-test-19.0.0-64.ge068ebcf.el8.x86_64 19 MB/s | 50 MB 00:02 2023-12-07T17:01:23.871 INFO:teuthology.orchestra.run.smithi042.stdout:-------------------------------------------------------------------------------- 2023-12-07T17:01:23.871 INFO:teuthology.orchestra.run.smithi042.stdout:Total 19 MB/s | 51 MB 00:02 2023-12-07T17:01:23.911 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction check 2023-12-07T17:01:23.934 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction check succeeded. 2023-12-07T17:01:23.934 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction test 2023-12-07T17:01:24.077 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:01:24.084 INFO:teuthology.orchestra.run.smithi145.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:01:24.219 INFO:teuthology.orchestra.run.smithi042.stdout:Transaction test succeeded. 2023-12-07T17:01:24.223 INFO:teuthology.orchestra.run.smithi042.stdout:Running transaction 2023-12-07T17:01:24.320 INFO:teuthology.orchestra.run.smithi145.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:01:24.320 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T17:01:24.320 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T17:01:24.320 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T17:01:24.320 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T17:01:24.320 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T17:01:24.340 INFO:teuthology.orchestra.run.smithi155.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:01:24.566 INFO:teuthology.orchestra.run.smithi155.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:01:24.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T17:01:24.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T17:01:24.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T17:01:24.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T17:01:24.566 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T17:01:24.686 INFO:teuthology.orchestra.run.smithi042.stdout: Preparing : 1/1 2023-12-07T17:01:24.857 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:01:24.934 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-07T17:01:25.147 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-07T17:01:25.300 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-07T17:01:25.473 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-07T17:01:25.640 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:01:30.799 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 5/6 2023-12-07T17:01:31.012 INFO:teuthology.orchestra.run.smithi042.stdout: Installing : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:01:31.239 INFO:teuthology.orchestra.run.smithi042.stdout: Running scriptlet: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 6/6 2023-12-07T17:01:31.239 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 1/6 2023-12-07T17:01:31.239 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 2/6 2023-12-07T17:01:31.239 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-07T17:01:31.239 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-07T17:01:31.239 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-07T17:01:33.306 INFO:teuthology.orchestra.run.smithi145.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T17:01:33.306 INFO:teuthology.orchestra.run.smithi145.stdout:Installed products updated. 2023-12-07T17:01:33.486 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T17:01:33.486 INFO:teuthology.orchestra.run.smithi145.stdout:Installed: 2023-12-07T17:01:33.486 INFO:teuthology.orchestra.run.smithi145.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T17:01:33.486 INFO:teuthology.orchestra.run.smithi145.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T17:01:33.486 INFO:teuthology.orchestra.run.smithi145.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T17:01:33.486 INFO:teuthology.orchestra.run.smithi145.stdout: 2023-12-07T17:01:33.486 INFO:teuthology.orchestra.run.smithi145.stdout:Complete! 2023-12-07T17:01:33.612 DEBUG:teuthology.orchestra.run.smithi145:> sudo yum -y install ceph 2023-12-07T17:01:33.946 INFO:teuthology.orchestra.run.smithi145.stdout:Updating Subscription Management repositories. 2023-12-07T17:01:35.092 INFO:teuthology.orchestra.run.smithi155.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T17:01:35.092 INFO:teuthology.orchestra.run.smithi155.stdout:Installed products updated. 2023-12-07T17:01:35.275 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T17:01:35.276 INFO:teuthology.orchestra.run.smithi155.stdout:Installed: 2023-12-07T17:01:35.276 INFO:teuthology.orchestra.run.smithi155.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T17:01:35.276 INFO:teuthology.orchestra.run.smithi155.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T17:01:35.276 INFO:teuthology.orchestra.run.smithi155.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T17:01:35.276 INFO:teuthology.orchestra.run.smithi155.stdout: 2023-12-07T17:01:35.276 INFO:teuthology.orchestra.run.smithi155.stdout:Complete! 2023-12-07T17:01:35.410 DEBUG:teuthology.orchestra.run.smithi155:> sudo yum -y install ceph 2023-12-07T17:01:35.747 INFO:teuthology.orchestra.run.smithi155.stdout:Updating Subscription Management repositories. 2023-12-07T17:01:36.011 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2023-12-07T17:01:36.319 INFO:teuthology.orchestra.run.smithi145.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-07T17:01:37.570 INFO:teuthology.orchestra.run.smithi155.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 33 kB/s | 4.5 kB 00:00 2023-12-07T17:01:37.952 INFO:teuthology.orchestra.run.smithi145.stderr:Error: 2023-12-07T17:01:37.952 INFO:teuthology.orchestra.run.smithi145.stderr: Problem: conflicting requests 2023-12-07T17:01:37.952 INFO:teuthology.orchestra.run.smithi145.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:37.952 INFO:teuthology.orchestra.run.smithi145.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T17:01:37.990 INFO:teuthology.orchestra.run.smithi155.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-07T17:01:38.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:01:38.043 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 smithi145 with status 1: 'sudo yum -y install ceph' 2023-12-07T17:01:38.045 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 smithi145 with status 1: 'sudo yum -y install ceph' 2023-12-07T17:01:38.151 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=7cfe2cd5dcb44e8088c9775253a70097 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 smithi145 with status 1: 'sudo yum -y install ceph' 2023-12-07T17:01:38.157 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-07T17:01:38.170 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-07T17:01:38.184 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-07T17:01:38.185 DEBUG:teuthology.orchestra.run.smithi042:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:01:38.204 DEBUG:teuthology.orchestra.run.smithi145:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:01:38.208 DEBUG:teuthology.orchestra.run.smithi155:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-07T17:01:38.212 INFO:teuthology.orchestra.run.smithi042.stderr:bash: ntpq: command not found 2023-12-07T17:01:38.216 INFO:teuthology.orchestra.run.smithi042.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:01:38.216 INFO:teuthology.orchestra.run.smithi042.stdout:=============================================================================== 2023-12-07T17:01:38.216 INFO:teuthology.orchestra.run.smithi042.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 49 +670us[ +670us] +/- 91ms 2023-12-07T17:01:38.217 INFO:teuthology.orchestra.run.smithi042.stdout:^* hv02.front.sepia.ceph.com 3 6 77 49 -643us[ -606us] +/- 66ms 2023-12-07T17:01:38.217 INFO:teuthology.orchestra.run.smithi042.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 50 +175us[ +212us] +/- 91ms 2023-12-07T17:01:38.217 INFO:teuthology.orchestra.run.smithi042.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:01:38.221 INFO:teuthology.orchestra.run.smithi145.stderr:bash: ntpq: command not found 2023-12-07T17:01:38.224 INFO:teuthology.orchestra.run.smithi155.stderr:bash: ntpq: command not found 2023-12-07T17:01:38.227 INFO:teuthology.orchestra.run.smithi145.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:01:38.227 INFO:teuthology.orchestra.run.smithi145.stdout:=============================================================================== 2023-12-07T17:01:38.227 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 48 +665us[ +665us] +/- 91ms 2023-12-07T17:01:38.227 INFO:teuthology.orchestra.run.smithi145.stdout:^* hv02.front.sepia.ceph.com 3 6 77 50 -662us[ -667us] +/- 66ms 2023-12-07T17:01:38.227 INFO:teuthology.orchestra.run.smithi145.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 50 +150us[ +145us] +/- 91ms 2023-12-07T17:01:38.227 INFO:teuthology.orchestra.run.smithi145.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:01:38.228 INFO:teuthology.orchestra.run.smithi155.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-07T17:01:38.228 INFO:teuthology.orchestra.run.smithi155.stdout:=============================================================================== 2023-12-07T17:01:38.228 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 50 +690us[ +679us] +/- 90ms 2023-12-07T17:01:38.229 INFO:teuthology.orchestra.run.smithi155.stdout:^* hv02.front.sepia.ceph.com 3 6 77 49 -646us[ -658us] +/- 66ms 2023-12-07T17:01:38.229 INFO:teuthology.orchestra.run.smithi155.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 50 +185us[ +174us] +/- 91ms 2023-12-07T17:01:38.229 INFO:teuthology.orchestra.run.smithi155.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-07T17:01:38.229 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-07T17:01:38.238 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-07T17:01:38.238 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-07T17:01:38.248 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T17:01:38.362 DEBUG:teuthology.orchestra.run.smithi145:> 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-07T17:01:38.466 DEBUG:teuthology.orchestra.run.smithi155:> 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-07T17:01:38.564 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T17:01:38.598 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:01:38.599 DEBUG:teuthology.orchestra.run.smithi145:> 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-07T17:01:38.630 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:01:38.631 DEBUG:teuthology.orchestra.run.smithi155:> 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-07T17:01:38.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:01:38.663 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-07T17:01:38.673 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-07T17:01:38.690 INFO:teuthology.task.internal:Duration was 925.198256 seconds 2023-12-07T17:01:38.692 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-07T17:01:38.703 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-07T17:01:38.703 DEBUG:teuthology.orchestra.run.smithi042:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T17:01:38.706 DEBUG:teuthology.orchestra.run.smithi145:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T17:01:38.708 DEBUG:teuthology.orchestra.run.smithi155:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-07T17:01:38.752 INFO:teuthology.orchestra.run.smithi145.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T17:01:38.754 INFO:teuthology.orchestra.run.smithi155.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T17:01:38.756 INFO:teuthology.orchestra.run.smithi042.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-07T17:01:39.194 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-07T17:01:39.195 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi042.front.sepia.ceph.com 2023-12-07T17:01:39.195 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T17:01:39.223 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi145.front.sepia.ceph.com 2023-12-07T17:01:39.224 DEBUG:teuthology.orchestra.run.smithi145:> 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-07T17:01:39.246 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi155.front.sepia.ceph.com 2023-12-07T17:01:39.247 DEBUG:teuthology.orchestra.run.smithi155:> 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-07T17:01:39.268 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-07T17:01:39.269 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T17:01:39.271 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T17:01:39.292 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-07T17:01:39.347 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-07T17:01:39.348 DEBUG:teuthology.orchestra.run.smithi042:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T17:01:39.351 DEBUG:teuthology.orchestra.run.smithi145:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T17:01:39.371 DEBUG:teuthology.orchestra.run.smithi155:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-07T17:01:39.456 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-07T17:01:39.466 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-07T17:01:39.466 DEBUG:teuthology.orchestra.run.smithi042:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T17:01:39.503 DEBUG:teuthology.orchestra.run.smithi145:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T17:01:39.549 INFO:teuthology.orchestra.run.smithi155.stderr:Error: 2023-12-07T17:01:39.549 INFO:teuthology.orchestra.run.smithi155.stderr: Problem: conflicting requests 2023-12-07T17:01:39.549 INFO:teuthology.orchestra.run.smithi155.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-64.ge068ebcf.el8.x86_64 2023-12-07T17:01:39.549 INFO:teuthology.orchestra.run.smithi155.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-07T17:01:39.565 DEBUG:teuthology.orchestra.run.smithi155:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-07T17:01:39.622 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-07T17:01:39.638 DEBUG:teuthology.orchestra.run.smithi042:> 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-07T17:01:39.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:01:39.642 DEBUG:teuthology.orchestra.run.smithi145:> 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-07T17:01:39.644 DEBUG:teuthology.orchestra.run.smithi155:> 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-07T17:01:39.668 INFO:teuthology.orchestra.run.smithi145.stdout:kernel.core_pattern = core 2023-12-07T17:01:39.669 INFO:teuthology.orchestra.run.smithi042.stdout:kernel.core_pattern = core 2023-12-07T17:01:39.706 INFO:teuthology.orchestra.run.smithi155.stdout:kernel.core_pattern = core 2023-12-07T17:01:39.731 DEBUG:teuthology.orchestra.run.smithi042:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:01:39.749 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:01:39.750 DEBUG:teuthology.orchestra.run.smithi145:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:01:39.771 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:01:39.771 DEBUG:teuthology.orchestra.run.smithi155:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-07T17:01:39.787 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-07T17:01:39.787 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-07T17:01:39.798 INFO:teuthology.task.internal:Transferring archived files... 2023-12-07T17:01:39.799 DEBUG:teuthology.misc:Transferring archived files from smithi042:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179/remote/smithi042 2023-12-07T17:01:39.800 DEBUG:teuthology.orchestra.run.smithi042:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T17:01:39.853 DEBUG:teuthology.misc:Transferring archived files from smithi145:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179/remote/smithi145 2023-12-07T17:01:39.854 DEBUG:teuthology.orchestra.run.smithi145:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T17:01:39.908 DEBUG:teuthology.misc:Transferring archived files from smithi155:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179/remote/smithi155 2023-12-07T17:01:39.909 DEBUG:teuthology.orchestra.run.smithi155:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-07T17:01:39.963 INFO:teuthology.task.internal:Removing archive directory... 2023-12-07T17:01:39.964 DEBUG:teuthology.orchestra.run.smithi042:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T17:01:39.966 DEBUG:teuthology.orchestra.run.smithi145:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T17:01:39.968 DEBUG:teuthology.orchestra.run.smithi155:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-07T17:01:40.015 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-07T17:01:40.027 INFO:teuthology.task.internal:Not uploading archives. 2023-12-07T17:01:40.028 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-07T17:01:40.038 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-07T17:01:40.039 DEBUG:teuthology.orchestra.run.smithi042:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T17:01:40.042 DEBUG:teuthology.orchestra.run.smithi145:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T17:01:40.045 DEBUG:teuthology.orchestra.run.smithi155:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-07T17:01:40.058 INFO:teuthology.orchestra.run.smithi145.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 17:01 /home/ubuntu/cephtest 2023-12-07T17:01:40.059 INFO:teuthology.orchestra.run.smithi042.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 17:01 /home/ubuntu/cephtest 2023-12-07T17:01:40.073 INFO:teuthology.orchestra.run.smithi155.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 7 17:01 /home/ubuntu/cephtest 2023-12-07T17:01:40.074 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-07T17:01:40.084 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-07T17:01:40.105 INFO:teuthology.nuke:Checking targets against current locks 2023-12-07T17:01:40.133 DEBUG:teuthology.nuke:shortname: smithi042 2023-12-07T17:01:40.134 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T17:01:40.159 DEBUG:teuthology.nuke:shortname: smithi145 2023-12-07T17:01:40.160 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T17:01:40.165 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi042.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:26.494044', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T17:01:40.183 DEBUG:teuthology.nuke:shortname: smithi155 2023-12-07T17:01:40.184 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-07T17:01:40.191 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi145.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:26.495600', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T17:01:40.206 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi155.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-07_16:37:24-rados-wip-yuri8-testing-2023-12-06-1425-distro-default-smithi/7482179', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-12-07 16:39:26.492247', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-07T17:01:40.246 INFO:teuthology.orchestra.console.smithi042:Power off 2023-12-07T17:01:40.247 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T17:01:40.286 DEBUG:teuthology.orchestra.console.smithi042:power off output: Chassis Power Control: Down/Off 2023-12-07T17:01:40.288 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:01:40.329 INFO:teuthology.orchestra.console.smithi145:Power off 2023-12-07T17:01:40.330 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T17:01:40.373 INFO:teuthology.orchestra.console.smithi155:Power off 2023-12-07T17:01:40.373 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-07T17:01:40.390 DEBUG:teuthology.orchestra.console.smithi145:power off output: Chassis Power Control: Down/Off 2023-12-07T17:01:40.390 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:01:40.416 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2023-12-07T17:01:40.417 DEBUG:teuthology.orchestra.console.smithi155:power off output: Chassis Power Control: Down/Off 2023-12-07T17:01:40.417 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:01:40.461 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-07T17:01:40.488 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2023-12-07T17:01:42.754 INFO:teuthology.orchestra.run.smithi042.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-07T17:01:42.755 INFO:teuthology.orchestra.run.smithi042.stdout:Installed products updated. 2023-12-07T17:01:42.955 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T17:01:42.956 INFO:teuthology.orchestra.run.smithi042.stdout:Installed: 2023-12-07T17:01:42.956 INFO:teuthology.orchestra.run.smithi042.stdout: ceph-test-2:19.0.0-64.ge068ebcf.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-07T17:01:42.956 INFO:teuthology.orchestra.run.smithi042.stdout: libcephsqlite-2:19.0.0-64.ge068ebcf.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-07T17:01:42.956 INFO:teuthology.orchestra.run.smithi042.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-07T17:01:42.956 INFO:teuthology.orchestra.run.smithi042.stdout: 2023-12-07T17:01:42.956 INFO:teuthology.orchestra.run.smithi042.stdout:Complete! 2023-12-07T17:01:43.103 DEBUG:teuthology.orchestra.run.smithi042:> sudo yum -y install ceph 2023-12-07T17:01:43.458 INFO:teuthology.orchestra.run.smithi042.stdout:Updating Subscription Management repositories. 2023-12-07T17:01:43.918 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-07T17:01:44.417 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:01:44.462 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:01:44.489 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:01:44.534 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2023-12-07T17:01:44.579 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is on 2023-12-07T17:01:44.608 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is on 2023-12-07T17:01:48.541 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:01:48.580 DEBUG:teuthology.orchestra.console.smithi145:pexpect command: ipmitool -H smithi145.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:01:48.609 DEBUG:teuthology.orchestra.console.smithi155:pexpect command: ipmitool -H smithi155.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:01:48.653 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is on 2023-12-07T17:01:48.699 DEBUG:teuthology.orchestra.console.smithi145:check power output: Chassis Power is off 2023-12-07T17:01:48.720 DEBUG:teuthology.orchestra.console.smithi155:check power output: Chassis Power is off 2023-12-07T17:01:48.800 INFO:teuthology.orchestra.console.smithi145:Power off completed 2023-12-07T17:01:48.821 INFO:teuthology.orchestra.console.smithi155:Power off completed 2023-12-07T17:01:52.658 DEBUG:teuthology.orchestra.console.smithi042:pexpect command: ipmitool -H smithi042.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-07T17:01:52.769 DEBUG:teuthology.orchestra.console.smithi042:check power output: Chassis Power is off 2023-12-07T17:01:52.869 INFO:teuthology.orchestra.console.smithi042:Power off completed 2023-12-07T17:01:52.974 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: 925.1982560157776 failure_reason: 'Command failed on smithi145 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=7cfe2cd5dcb44e8088c9775253a70097 status: fail success: false 2023-12-07T17:01:52.975 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-07T17:01:53.046 INFO:teuthology.run:FAIL