2023-12-11T19:50:56.058 INFO:root:teuthology version: 0.0.1.dev216+g5f3731e 2023-12-11T19:50:56.058 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --archive /home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260 --description rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} --name yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi -- /home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260/orig.config.yaml 2023-12-11T19:50:56.089 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-11T19:50:56.172 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260 branch: wip-yuri3-testing-2023-12-07-0727 description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} email: null first_in_suite: false job_id: '7487260' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-yuri3-testing-2023-12-07-0727 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true 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: c56ad3eaf0784383bf22c04e35d26e15c4baeafe ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri3-testing-2023-12-07-0727 sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 9380 sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri3-testing-2023-12-07-0727 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe targets: smithi081.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi115.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi188.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: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73 timestamp: 2023-12-11_16:41:51 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-11T19:50:56.172 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa; will attempt to use it 2023-12-11T19:50:56.172 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_c56ad3eaf0784383bf22c04e35d26e15c4baeafe/qa/tasks 2023-12-11T19:50:56.173 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-11T19:50:56.174 INFO:teuthology.task.internal:Checking packages... 2023-12-11T19:50:56.198 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe' 2023-12-11T19:50:56.198 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-11T19:50:56.198 INFO:teuthology.packaging:ref: None 2023-12-11T19:50:56.198 INFO:teuthology.packaging:tag: None 2023-12-11T19:50:56.198 INFO:teuthology.packaging:branch: wip-yuri3-testing-2023-12-07-0727 2023-12-11T19:50:56.198 INFO:teuthology.packaging:sha1: c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-11T19:50:56.198 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri3-testing-2023-12-07-0727 2023-12-11T19:50:56.414 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-83.gc56ad3ea 2023-12-11T19:50:56.415 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-11T19:50:56.422 INFO:teuthology.task.internal:no buildpackages task found 2023-12-11T19:50:56.422 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-11T19:50:56.465 INFO:teuthology.task.internal:Saving configuration 2023-12-11T19:50:56.478 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-11T19:50:56.489 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-11T19:50:56.514 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260', '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-11 19:45:38.852150', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-11T19:50:56.534 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260', '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-11 19:45:38.853579', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-11T19:50:56.558 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260', '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-11 19:45:38.850507', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-11T19:50:56.559 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-11T19:50:56.565 INFO:teuthology.task.internal:roles: ubuntu@smithi081.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-11T19:50:56.565 INFO:teuthology.task.internal:roles: ubuntu@smithi115.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-11T19:50:56.565 INFO:teuthology.task.internal:roles: ubuntu@smithi188.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-11T19:50:56.565 INFO:teuthology.run_tasks:Running task console_log... 2023-12-11T19:50:56.690 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f539208ae50>, signals=[15]) 2023-12-11T19:50:56.691 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-11T19:50:56.697 INFO:teuthology.task.internal:Opening connections... 2023-12-11T19:50:56.697 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi081.front.sepia.ceph.com 2023-12-11T19:50:56.700 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-11T19:50:56.767 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi115.front.sepia.ceph.com 2023-12-11T19:50:56.767 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-11T19:50:56.834 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi188.front.sepia.ceph.com 2023-12-11T19:50:56.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-11T19:50:56.901 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-11T19:50:56.908 DEBUG:teuthology.orchestra.run.smithi081:> uname -m 2023-12-11T19:50:56.929 INFO:teuthology.orchestra.run.smithi081.stdout:x86_64 2023-12-11T19:50:56.929 DEBUG:teuthology.orchestra.run.smithi081:> cat /etc/os-release 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:NAME="Red Hat Enterprise Linux" 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION="8.6 (Ootpa)" 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:ID="rhel" 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:ID_LIKE="fedora" 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:VERSION_ID="8.6" 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:PLATFORM_ID="platform:el8" 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:ANSI_COLOR="0;31" 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:HOME_URL="https://www.redhat.com/" 2023-12-11T19:50:56.989 INFO:teuthology.orchestra.run.smithi081.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-11T19:50:56.990 INFO:teuthology.orchestra.run.smithi081.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-11T19:50:56.990 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T19:50:56.990 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-11T19:50:56.990 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-11T19:50:56.990 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-11T19:50:56.990 INFO:teuthology.orchestra.run.smithi081.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-11T19:50:56.991 INFO:teuthology.lock.ops:Updating smithi081.front.sepia.ceph.com on lock server 2023-12-11T19:50:57.016 DEBUG:teuthology.orchestra.run.smithi115:> uname -m 2023-12-11T19:50:57.037 INFO:teuthology.orchestra.run.smithi115.stdout:x86_64 2023-12-11T19:50:57.037 DEBUG:teuthology.orchestra.run.smithi115:> cat /etc/os-release 2023-12-11T19:50:57.097 INFO:teuthology.orchestra.run.smithi115.stdout:NAME="Red Hat Enterprise Linux" 2023-12-11T19:50:57.097 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION="8.6 (Ootpa)" 2023-12-11T19:50:57.097 INFO:teuthology.orchestra.run.smithi115.stdout:ID="rhel" 2023-12-11T19:50:57.097 INFO:teuthology.orchestra.run.smithi115.stdout:ID_LIKE="fedora" 2023-12-11T19:50:57.097 INFO:teuthology.orchestra.run.smithi115.stdout:VERSION_ID="8.6" 2023-12-11T19:50:57.097 INFO:teuthology.orchestra.run.smithi115.stdout:PLATFORM_ID="platform:el8" 2023-12-11T19:50:57.097 INFO:teuthology.orchestra.run.smithi115.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-11T19:50:57.097 INFO:teuthology.orchestra.run.smithi115.stdout:ANSI_COLOR="0;31" 2023-12-11T19:50:57.097 INFO:teuthology.orchestra.run.smithi115.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-11T19:50:57.098 INFO:teuthology.orchestra.run.smithi115.stdout:HOME_URL="https://www.redhat.com/" 2023-12-11T19:50:57.098 INFO:teuthology.orchestra.run.smithi115.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-11T19:50:57.098 INFO:teuthology.orchestra.run.smithi115.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-11T19:50:57.098 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T19:50:57.098 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-11T19:50:57.098 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-11T19:50:57.098 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-11T19:50:57.098 INFO:teuthology.orchestra.run.smithi115.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-11T19:50:57.098 INFO:teuthology.lock.ops:Updating smithi115.front.sepia.ceph.com on lock server 2023-12-11T19:50:57.115 DEBUG:teuthology.orchestra.run.smithi188:> uname -m 2023-12-11T19:50:57.136 INFO:teuthology.orchestra.run.smithi188.stdout:x86_64 2023-12-11T19:50:57.136 DEBUG:teuthology.orchestra.run.smithi188:> cat /etc/os-release 2023-12-11T19:50:57.195 INFO:teuthology.orchestra.run.smithi188.stdout:NAME="Red Hat Enterprise Linux" 2023-12-11T19:50:57.196 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION="8.6 (Ootpa)" 2023-12-11T19:50:57.196 INFO:teuthology.orchestra.run.smithi188.stdout:ID="rhel" 2023-12-11T19:50:57.196 INFO:teuthology.orchestra.run.smithi188.stdout:ID_LIKE="fedora" 2023-12-11T19:50:57.196 INFO:teuthology.orchestra.run.smithi188.stdout:VERSION_ID="8.6" 2023-12-11T19:50:57.196 INFO:teuthology.orchestra.run.smithi188.stdout:PLATFORM_ID="platform:el8" 2023-12-11T19:50:57.196 INFO:teuthology.orchestra.run.smithi188.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-11T19:50:57.196 INFO:teuthology.orchestra.run.smithi188.stdout:ANSI_COLOR="0;31" 2023-12-11T19:50:57.196 INFO:teuthology.orchestra.run.smithi188.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-11T19:50:57.197 INFO:teuthology.orchestra.run.smithi188.stdout:HOME_URL="https://www.redhat.com/" 2023-12-11T19:50:57.197 INFO:teuthology.orchestra.run.smithi188.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-11T19:50:57.197 INFO:teuthology.orchestra.run.smithi188.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-11T19:50:57.197 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T19:50:57.197 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-11T19:50:57.197 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-11T19:50:57.197 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-11T19:50:57.197 INFO:teuthology.orchestra.run.smithi188.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-11T19:50:57.197 INFO:teuthology.lock.ops:Updating smithi188.front.sepia.ceph.com on lock server 2023-12-11T19:50:57.215 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-11T19:50:57.225 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-11T19:50:57.242 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-11T19:50:57.242 DEBUG:teuthology.orchestra.run.smithi081:> test '!' -e /home/ubuntu/cephtest 2023-12-11T19:50:57.244 DEBUG:teuthology.orchestra.run.smithi115:> test '!' -e /home/ubuntu/cephtest 2023-12-11T19:50:57.247 DEBUG:teuthology.orchestra.run.smithi188:> test '!' -e /home/ubuntu/cephtest 2023-12-11T19:50:57.266 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-11T19:50:57.272 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-11T19:50:57.272 DEBUG:teuthology.orchestra.run.smithi081:> test -z $(ls -A /var/lib/ceph) 2023-12-11T19:50:57.304 DEBUG:teuthology.orchestra.run.smithi115:> test -z $(ls -A /var/lib/ceph) 2023-12-11T19:50:57.306 DEBUG:teuthology.orchestra.run.smithi188:> test -z $(ls -A /var/lib/ceph) 2023-12-11T19:50:57.330 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-11T19:50:57.409 INFO:teuthology.run_tasks:Running task kernel... 2023-12-11T19:50:57.423 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-11T19:50:57.423 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-11T19:50:57.424 DEBUG:teuthology.orchestra.run.smithi081:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-11T19:50:57.424 DEBUG:teuthology.orchestra.run.smithi115:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-11T19:50:57.425 DEBUG:teuthology.orchestra.run.smithi188:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-11T19:50:57.443 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T19:50:57.443 DEBUG:teuthology.orchestra.run.smithi188:> uname -r 2023-12-11T19:50:57.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T19:50:57.444 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T19:50:57.445 DEBUG:teuthology.orchestra.run.smithi115:> uname -r 2023-12-11T19:50:57.446 DEBUG:teuthology.orchestra.run.smithi081:> uname -r 2023-12-11T19:50:57.505 INFO:teuthology.orchestra.run.smithi115.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-11T19:50:57.505 INFO:teuthology.orchestra.run.smithi188.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-11T19:50:57.505 INFO:teuthology.task.kernel:Running kernel on smithi115: 4.18.0-372.9.1.el8.x86_64 2023-12-11T19:50:57.505 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum install -y kernel 2023-12-11T19:50:57.505 INFO:teuthology.task.kernel:Running kernel on smithi188: 4.18.0-372.9.1.el8.x86_64 2023-12-11T19:50:57.506 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum install -y kernel 2023-12-11T19:50:57.506 INFO:teuthology.orchestra.run.smithi081.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-11T19:50:57.507 INFO:teuthology.task.kernel:Running kernel on smithi081: 4.18.0-372.9.1.el8.x86_64 2023-12-11T19:50:57.507 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum install -y kernel 2023-12-11T19:50:58.672 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-11T19:50:58.673 INFO:teuthology.orchestra.run.smithi115.stdout:Unable to read consumer identity 2023-12-11T19:50:58.770 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-11T19:50:58.771 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-12-11T19:50:58.790 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-11T19:50:58.791 INFO:teuthology.orchestra.run.smithi081.stdout:Unable to read consumer identity 2023-12-11T19:51:00.116 INFO:teuthology.orchestra.run.smithi115.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-11T19:51:00.275 INFO:teuthology.orchestra.run.smithi081.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-11T19:51:00.375 INFO:teuthology.orchestra.run.smithi188.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-11T19:51:00.861 INFO:teuthology.orchestra.run.smithi115.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-11T19:51:01.342 INFO:teuthology.orchestra.run.smithi188.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-11T19:51:01.982 INFO:teuthology.orchestra.run.smithi081.stdout:Extra Packages for Enterprise Linux 9.5 MB/s | 16 MB 00:01 2023-12-11T19:51:04.386 INFO:teuthology.orchestra.run.smithi115.stdout:lab-extras 427 kB/s | 24 kB 00:00 2023-12-11T19:51:04.859 INFO:teuthology.orchestra.run.smithi188.stdout:lab-extras 440 kB/s | 24 kB 00:00 2023-12-11T19:51:05.089 INFO:teuthology.orchestra.run.smithi115.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-11T19:51:05.137 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-11T19:51:05.138 INFO:teuthology.orchestra.run.smithi115.stdout:Nothing to do. 2023-12-11T19:51:05.138 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-11T19:51:05.255 DEBUG:teuthology.orchestra.run.smithi115:> echo no | sudo yum reinstall kernel || true 2023-12-11T19:51:05.474 INFO:teuthology.orchestra.run.smithi081.stdout:lab-extras 486 kB/s | 24 kB 00:00 2023-12-11T19:51:05.528 INFO:teuthology.orchestra.run.smithi188.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-11T19:51:05.585 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-11T19:51:05.585 INFO:teuthology.orchestra.run.smithi115.stdout:Unable to read consumer identity 2023-12-11T19:51:05.590 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-12-11T19:51:05.591 INFO:teuthology.orchestra.run.smithi188.stdout:Nothing to do. 2023-12-11T19:51:05.591 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-12-11T19:51:05.715 DEBUG:teuthology.orchestra.run.smithi188:> echo no | sudo yum reinstall kernel || true 2023-12-11T19:51:05.848 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:01 ago on Mon 11 Dec 2023 07:51:04 PM UTC. 2023-12-11T19:51:05.902 INFO:teuthology.orchestra.run.smithi115.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-11T19:51:05.940 INFO:teuthology.orchestra.run.smithi115.stderr:Error: No packages marked for reinstall. 2023-12-11T19:51:05.986 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum reinstall -y kernel || true 2023-12-11T19:51:06.086 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-11T19:51:06.086 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-12-11T19:51:06.143 INFO:teuthology.orchestra.run.smithi081.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-11T19:51:06.191 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2023-12-11T19:51:06.192 INFO:teuthology.orchestra.run.smithi081.stdout:Nothing to do. 2023-12-11T19:51:06.192 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2023-12-11T19:51:06.314 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-11T19:51:06.315 INFO:teuthology.orchestra.run.smithi115.stdout:Unable to read consumer identity 2023-12-11T19:51:06.341 DEBUG:teuthology.orchestra.run.smithi081:> echo no | sudo yum reinstall kernel || true 2023-12-11T19:51:06.342 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:02 ago on Mon 11 Dec 2023 07:51:04 PM UTC. 2023-12-11T19:51:06.384 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-11T19:51:06.421 INFO:teuthology.orchestra.run.smithi188.stderr:Error: No packages marked for reinstall. 2023-12-11T19:51:06.468 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum reinstall -y kernel || true 2023-12-11T19:51:06.565 INFO:teuthology.orchestra.run.smithi115.stdout:Last metadata expiration check: 0:00:02 ago on Mon 11 Dec 2023 07:51:04 PM UTC. 2023-12-11T19:51:06.607 INFO:teuthology.orchestra.run.smithi115.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-11T19:51:06.628 INFO:teuthology.orchestra.run.smithi115.stderr:Error: No packages marked for reinstall. 2023-12-11T19:51:06.670 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-11T19:51:06.670 INFO:teuthology.orchestra.run.smithi081.stdout:Unable to read consumer identity 2023-12-11T19:51:06.678 DEBUG:teuthology.orchestra.run.smithi115:> rpm -q kernel | sort -rV | head -n 1 2023-12-11T19:51:06.759 INFO:teuthology.orchestra.run.smithi115.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-11T19:51:06.759 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-11T19:51:06.760 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-11T19:51:06.760 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-11T19:51:06.760 DEBUG:teuthology.orchestra.run.smithi115:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-11T19:51:06.794 INFO:teuthology.orchestra.run.smithi115.stdout:ttyS1 2023-12-11T19:51:06.795 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-11T19:51:06.795 INFO:teuthology.orchestra.run.smithi188.stdout:Unable to read consumer identity 2023-12-11T19:51:06.813 DEBUG:teuthology.parallel:result is None 2023-12-11T19:51:06.927 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:01 ago on Mon 11 Dec 2023 07:51:05 PM UTC. 2023-12-11T19:51:06.967 INFO:teuthology.orchestra.run.smithi081.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-11T19:51:07.003 INFO:teuthology.orchestra.run.smithi081.stderr:Error: No packages marked for reinstall. 2023-12-11T19:51:07.049 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum reinstall -y kernel || true 2023-12-11T19:51:07.050 INFO:teuthology.orchestra.run.smithi188.stdout:Last metadata expiration check: 0:00:03 ago on Mon 11 Dec 2023 07:51:04 PM UTC. 2023-12-11T19:51:07.092 INFO:teuthology.orchestra.run.smithi188.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-11T19:51:07.122 INFO:teuthology.orchestra.run.smithi188.stderr:Error: No packages marked for reinstall. 2023-12-11T19:51:07.168 DEBUG:teuthology.orchestra.run.smithi188:> rpm -q kernel | sort -rV | head -n 1 2023-12-11T19:51:07.248 INFO:teuthology.orchestra.run.smithi188.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-11T19:51:07.249 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-11T19:51:07.249 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-11T19:51:07.249 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-11T19:51:07.249 DEBUG:teuthology.orchestra.run.smithi188:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-11T19:51:07.279 INFO:teuthology.orchestra.run.smithi188.stdout:ttyS1 2023-12-11T19:51:07.294 DEBUG:teuthology.parallel:result is None 2023-12-11T19:51:07.376 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-11T19:51:07.377 INFO:teuthology.orchestra.run.smithi081.stdout:Unable to read consumer identity 2023-12-11T19:51:07.628 INFO:teuthology.orchestra.run.smithi081.stdout:Last metadata expiration check: 0:00:02 ago on Mon 11 Dec 2023 07:51:05 PM UTC. 2023-12-11T19:51:07.668 INFO:teuthology.orchestra.run.smithi081.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-11T19:51:07.711 INFO:teuthology.orchestra.run.smithi081.stderr:Error: No packages marked for reinstall. 2023-12-11T19:51:07.757 DEBUG:teuthology.orchestra.run.smithi081:> rpm -q kernel | sort -rV | head -n 1 2023-12-11T19:51:07.837 INFO:teuthology.orchestra.run.smithi081.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-11T19:51:07.837 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-11T19:51:07.837 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-11T19:51:07.837 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-11T19:51:07.838 DEBUG:teuthology.orchestra.run.smithi081:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-11T19:51:07.864 INFO:teuthology.orchestra.run.smithi081.stdout:ttyS1 2023-12-11T19:51:07.878 DEBUG:teuthology.parallel:result is None 2023-12-11T19:51:07.879 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-11T19:51:07.887 INFO:teuthology.task.internal:Creating test directory... 2023-12-11T19:51:07.887 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-11T19:51:07.921 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-11T19:51:07.924 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-11T19:51:07.942 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-11T19:51:07.948 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-11T19:51:08.034 INFO:teuthology.task.internal:Creating archive directory... 2023-12-11T19:51:08.035 DEBUG:teuthology.orchestra.run.smithi081:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-11T19:51:08.037 DEBUG:teuthology.orchestra.run.smithi115:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-11T19:51:08.039 DEBUG:teuthology.orchestra.run.smithi188:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-11T19:51:08.064 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-11T19:51:08.071 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-11T19:51:08.072 DEBUG:teuthology.orchestra.run.smithi081:> 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-11T19:51:08.103 DEBUG:teuthology.orchestra.run.smithi115:> 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-11T19:51:08.106 DEBUG:teuthology.orchestra.run.smithi188:> 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-11T19:51:08.153 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-11T19:51:08.161 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-11T19:51:08.164 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-11T19:51:08.172 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-11T19:51:08.173 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-11T19:51:08.184 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-11T19:51:08.185 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-11T19:51:08.192 INFO:teuthology.task.internal:Configuring sudo... 2023-12-11T19:51:08.192 DEBUG:teuthology.orchestra.run.smithi081:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-11T19:51:08.195 DEBUG:teuthology.orchestra.run.smithi115:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-11T19:51:08.197 DEBUG:teuthology.orchestra.run.smithi188:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-11T19:51:08.225 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-11T19:51:08.234 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-11T19:51:08.234 DEBUG:teuthology.orchestra.run.smithi081:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-11T19:51:08.261 DEBUG:teuthology.orchestra.run.smithi115:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-11T19:51:08.268 DEBUG:teuthology.orchestra.run.smithi188:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-11T19:51:08.284 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-11T19:51:08.359 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-11T19:51:08.418 DEBUG:teuthology.orchestra.run.smithi081:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-11T19:51:08.461 DEBUG:teuthology.orchestra.run.smithi081:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-11T19:51:08.502 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-12-11T19:51:08.503 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-11T19:51:08.573 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-11T19:51:08.614 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-11T19:51:08.671 DEBUG:teuthology.orchestra.run.smithi115:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-11T19:51:08.758 DEBUG:teuthology.orchestra.run.smithi115:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-11T19:51:08.802 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-11T19:51:08.802 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-11T19:51:08.872 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-11T19:51:08.919 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-11T19:51:08.980 DEBUG:teuthology.orchestra.run.smithi188:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-11T19:51:09.025 DEBUG:teuthology.orchestra.run.smithi188:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-11T19:51:09.069 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-12-11T19:51:09.070 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-11T19:51:09.139 DEBUG:teuthology.orchestra.run.smithi081:> sudo service rsyslog restart 2023-12-11T19:51:09.141 DEBUG:teuthology.orchestra.run.smithi115:> sudo service rsyslog restart 2023-12-11T19:51:09.143 DEBUG:teuthology.orchestra.run.smithi188:> sudo service rsyslog restart 2023-12-11T19:51:09.193 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-11T19:51:09.206 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-11T19:51:09.242 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-11T19:51:09.646 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-11T19:51:09.654 INFO:teuthology.task.internal:Starting timer... 2023-12-11T19:51:09.654 INFO:teuthology.run_tasks:Running task pcp... 2023-12-11T19:51:09.684 INFO:teuthology.run_tasks:Running task selinux... 2023-12-11T19:51:09.708 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-11T19:51:09.708 DEBUG:teuthology.orchestra.run.smithi081:> sudo service auditd rotate 2023-12-11T19:51:09.774 INFO:teuthology.orchestra.run.smithi081.stdout:Rotating logs: 2023-12-11T19:51:09.774 DEBUG:teuthology.orchestra.run.smithi115:> sudo service auditd rotate 2023-12-11T19:51:09.832 INFO:teuthology.orchestra.run.smithi115.stdout:Rotating logs: 2023-12-11T19:51:09.834 DEBUG:teuthology.orchestra.run.smithi188:> sudo service auditd rotate 2023-12-11T19:51:09.894 INFO:teuthology.orchestra.run.smithi188.stdout:Rotating logs: 2023-12-11T19:51:09.896 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-11T19:51:09.896 DEBUG:teuthology.orchestra.run.smithi081:> /usr/sbin/getenforce 2023-12-11T19:51:09.921 INFO:teuthology.orchestra.run.smithi081.stdout:Permissive 2023-12-11T19:51:09.921 DEBUG:teuthology.orchestra.run.smithi115:> /usr/sbin/getenforce 2023-12-11T19:51:09.950 INFO:teuthology.orchestra.run.smithi115.stdout:Permissive 2023-12-11T19:51:09.950 DEBUG:teuthology.orchestra.run.smithi188:> /usr/sbin/getenforce 2023-12-11T19:51:09.974 INFO:teuthology.orchestra.run.smithi188.stdout:Permissive 2023-12-11T19:51:09.975 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi081.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi115.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi188.front.sepia.ceph.com': 'permissive'} 2023-12-11T19:51:09.975 DEBUG:teuthology.orchestra.run.smithi081:> 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-11T19:51:10.003 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T19:51:10.003 DEBUG:teuthology.orchestra.run.smithi115:> 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-11T19:51:10.031 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T19:51:10.031 DEBUG:teuthology.orchestra.run.smithi188:> 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-11T19:51:10.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T19:51:10.060 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-11T19:51:10.060 DEBUG:teuthology.orchestra.run.smithi081:> sudo /usr/sbin/setenforce permissive 2023-12-11T19:51:10.087 DEBUG:teuthology.orchestra.run.smithi115:> sudo /usr/sbin/setenforce permissive 2023-12-11T19:51:10.114 DEBUG:teuthology.orchestra.run.smithi188:> sudo /usr/sbin/setenforce permissive 2023-12-11T19:51:10.141 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-11T19:51:10.153 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-11T19:51:10.153 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-11T19:51:10.174 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-11T19:51:10.175 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi081.front.sepia.ceph.com,smithi115.front.sepia.ceph.com,smithi188.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-11T20:00:38.185 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi081.front.sepia.ceph.com'), Remote(name='ubuntu@smithi115.front.sepia.ceph.com'), Remote(name='ubuntu@smithi188.front.sepia.ceph.com')] 2023-12-11T20:00:38.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-12-11T20:00:38.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi081.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-11T20:00:38.258 DEBUG:teuthology.orchestra.run.smithi081:> true 2023-12-11T20:00:38.329 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi081.front.sepia.ceph.com' 2023-12-11T20:00:38.329 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi115.front.sepia.ceph.com' 2023-12-11T20:00:38.330 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi115.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-11T20:00:38.400 DEBUG:teuthology.orchestra.run.smithi115:> true 2023-12-11T20:00:38.470 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi115.front.sepia.ceph.com' 2023-12-11T20:00:38.470 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-12-11T20:00:38.471 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi188.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-11T20:00:38.539 DEBUG:teuthology.orchestra.run.smithi188:> true 2023-12-11T20:00:38.564 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi188.front.sepia.ceph.com' 2023-12-11T20:00:38.565 INFO:teuthology.run_tasks:Running task clock... 2023-12-11T20:00:38.576 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-11T20:00:38.576 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-11T20:00:38.577 DEBUG:teuthology.orchestra.run.smithi081:> 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-11T20:00:38.579 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-11T20:00:38.579 DEBUG:teuthology.orchestra.run.smithi115:> 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-11T20:00:38.581 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-11T20:00:38.582 DEBUG:teuthology.orchestra.run.smithi188:> 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-11T20:00:38.612 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-11T20:00:38.616 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-11T20:00:38.628 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-11T20:00:38.632 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-11T20:00:38.635 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-11T20:00:38.650 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-11T20:00:38.700 INFO:teuthology.orchestra.run.smithi081.stderr:sudo: ntpd: command not found 2023-12-11T20:00:38.711 INFO:teuthology.orchestra.run.smithi115.stderr:sudo: ntpd: command not found 2023-12-11T20:00:38.712 INFO:teuthology.orchestra.run.smithi081.stdout:506 Cannot talk to daemon 2023-12-11T20:00:38.719 INFO:teuthology.orchestra.run.smithi188.stderr:sudo: ntpd: command not found 2023-12-11T20:00:38.724 INFO:teuthology.orchestra.run.smithi115.stdout:506 Cannot talk to daemon 2023-12-11T20:00:38.728 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-11T20:00:38.730 INFO:teuthology.orchestra.run.smithi188.stdout:506 Cannot talk to daemon 2023-12-11T20:00:38.739 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-11T20:00:38.742 INFO:teuthology.orchestra.run.smithi081.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-11T20:00:38.744 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-11T20:00:38.753 INFO:teuthology.orchestra.run.smithi115.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-11T20:00:38.758 INFO:teuthology.orchestra.run.smithi188.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-11T20:00:38.823 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2023-12-11T20:00:38.826 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-11T20:00:38.827 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2023-12-11T20:00:38.827 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.827 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.827 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.827 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.827 INFO:teuthology.orchestra.run.smithi081.stderr:bash: ntpq: command not found 2023-12-11T20:00:38.831 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-11T20:00:38.831 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2023-12-11T20:00:38.831 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.832 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.832 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.832 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.837 INFO:teuthology.orchestra.run.smithi188.stderr:bash: ntpq: command not found 2023-12-11T20:00:38.841 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-11T20:00:38.841 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2023-12-11T20:00:38.841 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.841 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.841 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.841 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:00:38.842 INFO:teuthology.run_tasks:Running task pexec... 2023-12-11T20:00:38.851 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-11T20:00:38.851 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi081.front.sepia.ceph.com 2023-12-11T20:00:38.851 DEBUG:teuthology.orchestra.run.smithi081:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-11T20:00:38.852 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi115.front.sepia.ceph.com 2023-12-11T20:00:38.852 DEBUG:teuthology.orchestra.run.smithi115:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-11T20:00:38.855 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi188.front.sepia.ceph.com 2023-12-11T20:00:38.855 DEBUG:teuthology.orchestra.run.smithi188:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-11T20:00:39.239 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-11T20:00:39.243 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-11T20:00:39.253 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-11T20:00:41.009 INFO:teuthology.orchestra.run.smithi115.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 29 kB/s | 4.5 kB 00:00 2023-12-11T20:00:41.065 INFO:teuthology.orchestra.run.smithi188.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 kB/s | 4.5 kB 00:00 2023-12-11T20:00:41.243 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2023-12-11T20:00:41.389 INFO:teuthology.orchestra.run.smithi115.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 36 kB/s | 4.1 kB 00:00 2023-12-11T20:00:41.455 INFO:teuthology.orchestra.run.smithi188.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2023-12-11T20:00:41.550 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-11T20:00:43.331 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-12-11T20:00:43.332 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-12-11T20:00:43.332 INFO:teuthology.orchestra.run.smithi188.stdout: Package Architecture Version Repository Size 2023-12-11T20:00:43.332 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-12-11T20:00:43.332 INFO:teuthology.orchestra.run.smithi188.stdout:Resetting modules: 2023-12-11T20:00:43.333 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools 2023-12-11T20:00:43.333 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:00:43.333 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-12-11T20:00:43.333 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================ 2023-12-11T20:00:43.333 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:00:43.422 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-11T20:00:43.423 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-11T20:00:43.423 INFO:teuthology.orchestra.run.smithi115.stdout: Package Architecture Version Repository Size 2023-12-11T20:00:43.423 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-11T20:00:43.423 INFO:teuthology.orchestra.run.smithi115.stdout:Resetting modules: 2023-12-11T20:00:43.423 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools 2023-12-11T20:00:43.423 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:00:43.423 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2023-12-11T20:00:43.423 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================ 2023-12-11T20:00:43.423 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:00:43.513 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2023-12-11T20:00:43.514 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2023-12-11T20:00:43.514 INFO:teuthology.orchestra.run.smithi081.stdout: Package Architecture Version Repository Size 2023-12-11T20:00:43.514 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2023-12-11T20:00:43.514 INFO:teuthology.orchestra.run.smithi081.stdout:Resetting modules: 2023-12-11T20:00:43.514 INFO:teuthology.orchestra.run.smithi081.stdout: container-tools 2023-12-11T20:00:43.514 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:00:43.514 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2023-12-11T20:00:43.514 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================ 2023-12-11T20:00:43.514 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:00:48.713 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-12-11T20:00:49.164 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-11T20:00:49.378 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2023-12-11T20:00:49.378 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-11T20:00:49.829 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-11T20:00:49.843 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-11T20:00:50.678 INFO:teuthology.orchestra.run.smithi188.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-11T20:00:51.112 INFO:teuthology.orchestra.run.smithi188.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 26 kB/s | 4.1 kB 00:00 2023-12-11T20:00:51.588 INFO:teuthology.orchestra.run.smithi115.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 kB/s | 4.5 kB 00:00 2023-12-11T20:00:51.617 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 39 kB/s | 4.1 kB 00:00 2023-12-11T20:00:51.922 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 36 kB/s | 4.5 kB 00:00 2023-12-11T20:00:51.984 INFO:teuthology.orchestra.run.smithi115.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 35 kB/s | 4.1 kB 00:00 2023-12-11T20:00:53.080 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-12-11T20:00:53.174 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================================================== 2023-12-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2023-12-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================================================== 2023-12-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.stdout:Installing group/module packages: 2023-12-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2023-12-11T20:00:53.175 INFO:teuthology.orchestra.run.smithi188.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.stdout:Downgrading: 2023-12-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.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-11T20:00:53.176 INFO:teuthology.orchestra.run.smithi188.stdout:Installing module profiles: 2023-12-11T20:00:53.177 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools/common 2023-12-11T20:00:53.177 INFO:teuthology.orchestra.run.smithi188.stdout:Enabling module streams: 2023-12-11T20:00:53.177 INFO:teuthology.orchestra.run.smithi188.stdout: container-tools 3.0 2023-12-11T20:00:53.177 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:00:53.177 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-12-11T20:00:53.177 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================================================== 2023-12-11T20:00:53.177 INFO:teuthology.orchestra.run.smithi188.stdout:Install 7 Packages 2023-12-11T20:00:53.177 INFO:teuthology.orchestra.run.smithi188.stdout:Downgrade 12 Packages 2023-12-11T20:00:53.177 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:00:53.178 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 51 M 2023-12-11T20:00:53.178 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2023-12-11T20:00:53.328 INFO:teuthology.orchestra.run.smithi188.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 354 kB/s | 53 kB 00:00 2023-12-11T20:00:53.353 INFO:teuthology.orchestra.run.smithi188.stdout:(2/19): containers-common-1.2.4-1.module+el8.6. 521 kB/s | 91 kB 00:00 2023-12-11T20:00:53.378 INFO:teuthology.orchestra.run.smithi188.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 257 kB/s | 51 kB 00:00 2023-12-11T20:00:53.445 INFO:teuthology.orchestra.run.smithi188.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.3 MB/s | 511 kB 00:00 2023-12-11T20:00:53.479 INFO:teuthology.orchestra.run.smithi188.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 550 kB/s | 69 kB 00:00 2023-12-11T20:00:53.554 INFO:teuthology.orchestra.run.smithi188.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-12-11T20:00:53.571 INFO:teuthology.orchestra.run.smithi188.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 574 kB/s | 72 kB 00:00 2023-12-11T20:00:53.679 INFO:teuthology.orchestra.run.smithi188.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 447 kB/s | 56 kB 00:00 2023-12-11T20:00:53.784 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2023-12-11T20:00:53.798 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-11T20:00:53.805 INFO:teuthology.orchestra.run.smithi188.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 34 MB/s | 11 MB 00:00 2023-12-11T20:00:53.830 INFO:teuthology.orchestra.run.smithi188.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 197 kB/s | 51 kB 00:00 2023-12-11T20:00:53.877 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================================================== 2023-12-11T20:00:53.877 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2023-12-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================================================== 2023-12-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.stdout:Installing group/module packages: 2023-12-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2023-12-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.stdout:Downgrading: 2023-12-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.878 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.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-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.stdout:Installing module profiles: 2023-12-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.stdout: container-tools/common 2023-12-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.stdout:Enabling module streams: 2023-12-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.stdout: container-tools 3.0 2023-12-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:00:53.879 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2023-12-11T20:00:53.880 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================================================== 2023-12-11T20:00:53.880 INFO:teuthology.orchestra.run.smithi081.stdout:Install 7 Packages 2023-12-11T20:00:53.880 INFO:teuthology.orchestra.run.smithi081.stdout:Downgrade 12 Packages 2023-12-11T20:00:53.880 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:00:53.880 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 51 M 2023-12-11T20:00:53.880 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2023-12-11T20:00:53.888 INFO:teuthology.orchestra.run.smithi115.stdout:========================================================================================================================== 2023-12-11T20:00:53.888 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2023-12-11T20:00:53.888 INFO:teuthology.orchestra.run.smithi115.stdout:========================================================================================================================== 2023-12-11T20:00:53.888 INFO:teuthology.orchestra.run.smithi115.stdout:Installing group/module packages: 2023-12-11T20:00:53.888 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.888 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-11T20:00:53.888 INFO:teuthology.orchestra.run.smithi115.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-11T20:00:53.888 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.888 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.888 INFO:teuthology.orchestra.run.smithi115.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2023-12-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.stdout:Downgrading: 2023-12-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.889 INFO:teuthology.orchestra.run.smithi115.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-11T20:00:53.890 INFO:teuthology.orchestra.run.smithi115.stdout:Installing module profiles: 2023-12-11T20:00:53.890 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools/common 2023-12-11T20:00:53.890 INFO:teuthology.orchestra.run.smithi115.stdout:Enabling module streams: 2023-12-11T20:00:53.890 INFO:teuthology.orchestra.run.smithi115.stdout: container-tools 3.0 2023-12-11T20:00:53.890 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:00:53.890 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2023-12-11T20:00:53.890 INFO:teuthology.orchestra.run.smithi115.stdout:========================================================================================================================== 2023-12-11T20:00:53.890 INFO:teuthology.orchestra.run.smithi115.stdout:Install 7 Packages 2023-12-11T20:00:53.890 INFO:teuthology.orchestra.run.smithi115.stdout:Downgrade 12 Packages 2023-12-11T20:00:53.890 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:00:53.891 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 51 M 2023-12-11T20:00:53.891 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2023-12-11T20:00:53.964 INFO:teuthology.orchestra.run.smithi188.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 305 kB/s | 41 kB 00:00 2023-12-11T20:00:53.989 INFO:teuthology.orchestra.run.smithi188.stdout:(12/19): podman-catatonit-3.0.1-9.module+el8.6. 1.7 MB/s | 322 kB 00:00 2023-12-11T20:00:54.028 INFO:teuthology.orchestra.run.smithi081.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 350 kB/s | 51 kB 00:00 2023-12-11T20:00:54.053 INFO:teuthology.orchestra.run.smithi081.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 307 kB/s | 53 kB 00:00 2023-12-11T20:00:54.059 INFO:teuthology.orchestra.run.smithi115.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 544 kB/s | 91 kB 00:00 2023-12-11T20:00:54.076 INFO:teuthology.orchestra.run.smithi115.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 287 kB/s | 53 kB 00:00 2023-12-11T20:00:54.079 INFO:teuthology.orchestra.run.smithi081.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 461 kB/s | 91 kB 00:00 2023-12-11T20:00:54.126 INFO:teuthology.orchestra.run.smithi115.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 219 kB/s | 51 kB 00:00 2023-12-11T20:00:54.162 INFO:teuthology.orchestra.run.smithi081.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 635 kB/s | 69 kB 00:00 2023-12-11T20:00:54.176 INFO:teuthology.orchestra.run.smithi115.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 691 kB/s | 69 kB 00:00 2023-12-11T20:00:54.201 INFO:teuthology.orchestra.run.smithi115.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 3.5 MB/s | 511 kB 00:00 2023-12-11T20:00:54.204 INFO:teuthology.orchestra.run.smithi081.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 2.8 MB/s | 511 kB 00:00 2023-12-11T20:00:54.214 INFO:teuthology.orchestra.run.smithi188.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 35 MB/s | 19 MB 00:00 2023-12-11T20:00:54.271 INFO:teuthology.orchestra.run.smithi081.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-12-11T20:00:54.281 INFO:teuthology.orchestra.run.smithi188.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 6.9 MB/s | 2.2 MB 00:00 2023-12-11T20:00:54.297 INFO:teuthology.orchestra.run.smithi081.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 538 kB/s | 72 kB 00:00 2023-12-11T20:00:54.306 INFO:teuthology.orchestra.run.smithi115.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 16 MB/s | 2.9 MB 00:00 2023-12-11T20:00:54.335 INFO:teuthology.orchestra.run.smithi115.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 453 kB/s | 72 kB 00:00 2023-12-11T20:00:54.402 INFO:teuthology.orchestra.run.smithi115.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 581 kB/s | 56 kB 00:00 2023-12-11T20:00:54.407 INFO:teuthology.orchestra.run.smithi188.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 15 MB/s | 6.4 MB 00:00 2023-12-11T20:00:54.422 INFO:teuthology.orchestra.run.smithi081.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 371 kB/s | 56 kB 00:00 2023-12-11T20:00:54.427 INFO:teuthology.orchestra.run.smithi115.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 554 kB/s | 51 kB 00:00 2023-12-11T20:00:54.447 INFO:teuthology.orchestra.run.smithi081.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 339 kB/s | 51 kB 00:00 2023-12-11T20:00:54.557 INFO:teuthology.orchestra.run.smithi188.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 20 MB/s | 6.8 MB 00:00 2023-12-11T20:00:54.582 INFO:teuthology.orchestra.run.smithi188.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.0 MB/s | 185 kB 00:00 2023-12-11T20:00:54.595 INFO:teuthology.orchestra.run.smithi115.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 28 MB/s | 11 MB 00:00 2023-12-11T20:00:54.624 INFO:teuthology.orchestra.run.smithi188.stdout:(18/19): cockpit-podman-29-2.module+el8.6.0+148 3.1 MB/s | 1.1 MB 00:00 2023-12-11T20:00:54.628 INFO:teuthology.orchestra.run.smithi115.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.6 MB/s | 322 kB 00:00 2023-12-11T20:00:54.639 INFO:teuthology.orchestra.run.smithi081.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-12-11T20:00:54.673 INFO:teuthology.orchestra.run.smithi081.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.4 MB/s | 322 kB 00:00 2023-12-11T20:00:54.707 INFO:teuthology.orchestra.run.smithi188.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 336 kB/s | 51 kB 00:00 2023-12-11T20:00:54.708 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2023-12-11T20:00:54.708 INFO:teuthology.orchestra.run.smithi188.stdout:Total 33 MB/s | 51 MB 00:01 2023-12-11T20:00:54.795 INFO:teuthology.orchestra.run.smithi115.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 204 kB/s | 41 kB 00:00 2023-12-11T20:00:54.806 INFO:teuthology.orchestra.run.smithi081.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 245 kB/s | 41 kB 00:00 2023-12-11T20:00:54.854 INFO:teuthology.orchestra.run.smithi115.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 9.7 MB/s | 2.2 MB 00:00 2023-12-11T20:00:54.965 INFO:teuthology.orchestra.run.smithi081.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 7.5 MB/s | 2.2 MB 00:00 2023-12-11T20:00:55.059 INFO:teuthology.orchestra.run.smithi115.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 29 MB/s | 19 MB 00:00 2023-12-11T20:00:55.149 INFO:teuthology.orchestra.run.smithi081.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 26 MB/s | 19 MB 00:00 2023-12-11T20:00:55.187 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2023-12-11T20:00:55.221 INFO:teuthology.orchestra.run.smithi115.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 15 MB/s | 6.4 MB 00:00 2023-12-11T20:00:55.230 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2023-12-11T20:00:55.230 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2023-12-11T20:00:55.305 INFO:teuthology.orchestra.run.smithi115.stdout:(16/19): buildah-1.19.9-3.module+el8.6.0+14874+ 15 MB/s | 6.8 MB 00:00 2023-12-11T20:00:55.324 INFO:teuthology.orchestra.run.smithi081.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 12 MB/s | 6.4 MB 00:00 2023-12-11T20:00:55.338 INFO:teuthology.orchestra.run.smithi115.stdout:(17/19): cockpit-podman-29-2.module+el8.6.0+148 3.8 MB/s | 1.1 MB 00:00 2023-12-11T20:00:55.363 INFO:teuthology.orchestra.run.smithi115.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.3 MB/s | 185 kB 00:00 2023-12-11T20:00:55.366 INFO:teuthology.orchestra.run.smithi081.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.9 MB/s | 1.1 MB 00:00 2023-12-11T20:00:55.447 INFO:teuthology.orchestra.run.smithi115.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 356 kB/s | 51 kB 00:00 2023-12-11T20:00:55.448 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2023-12-11T20:00:55.448 INFO:teuthology.orchestra.run.smithi115.stdout:Total 32 MB/s | 51 MB 00:01 2023-12-11T20:00:55.449 INFO:teuthology.orchestra.run.smithi081.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 14 MB/s | 6.8 MB 00:00 2023-12-11T20:00:55.475 INFO:teuthology.orchestra.run.smithi081.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 1.2 MB/s | 185 kB 00:00 2023-12-11T20:00:55.525 INFO:teuthology.orchestra.run.smithi081.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 318 kB/s | 51 kB 00:00 2023-12-11T20:00:55.525 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2023-12-11T20:00:55.525 INFO:teuthology.orchestra.run.smithi081.stdout:Total 31 MB/s | 51 MB 00:01 2023-12-11T20:00:55.666 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2023-12-11T20:00:55.669 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2023-12-11T20:00:55.918 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2023-12-11T20:00:55.960 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2023-12-11T20:00:55.961 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2023-12-11T20:00:56.001 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2023-12-11T20:00:56.043 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2023-12-11T20:00:56.043 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2023-12-11T20:00:56.389 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2023-12-11T20:00:56.392 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2023-12-11T20:00:56.483 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2023-12-11T20:00:56.487 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2023-12-11T20:00:56.817 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2023-12-11T20:00:56.868 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-11T20:00:57.029 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-11T20:00:57.038 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-11T20:00:57.058 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-11T20:00:57.270 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-11T20:00:57.543 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2023-12-11T20:00:57.592 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-11T20:00:57.668 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2023-12-11T20:00:57.726 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-11T20:00:57.767 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-11T20:00:57.776 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-11T20:00:57.800 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-11T20:00:57.896 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-11T20:00:57.905 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-11T20:00:57.922 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-11T20:00:57.983 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-11T20:00:58.129 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-11T20:01:14.408 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-11T20:01:14.712 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-11T20:01:15.089 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-11T20:01:16.202 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-11T20:01:16.407 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-11T20:01:16.480 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-11T20:01:16.616 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-11T20:01:16.712 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-11T20:01:16.789 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-11T20:01:16.837 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-11T20:01:16.914 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-11T20:01:16.999 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-11T20:01:17.000 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-11T20:01:17.000 INFO:teuthology.orchestra.run.smithi188.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-11T20:01:17.000 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:01:17.094 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-11T20:01:17.098 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-11T20:01:17.272 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-11T20:01:17.272 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-11T20:01:17.273 INFO:teuthology.orchestra.run.smithi115.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-11T20:01:17.273 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:01:17.299 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-11T20:01:17.525 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-11T20:01:17.736 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-11T20:01:17.736 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-11T20:01:17.736 INFO:teuthology.orchestra.run.smithi081.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-11T20:01:17.736 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:01:17.857 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-11T20:01:18.056 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-11T20:01:18.082 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-11T20:01:18.288 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-11T20:01:18.604 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-11T20:01:18.860 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-11T20:01:19.546 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-11T20:01:19.763 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-11T20:01:19.903 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-11T20:01:20.056 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-11T20:01:20.291 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-11T20:01:20.292 INFO:teuthology.orchestra.run.smithi188.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-11T20:01:20.454 INFO:teuthology.orchestra.run.smithi115.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-11T20:01:20.614 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-11T20:01:20.624 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-11T20:01:20.711 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-11T20:01:21.030 INFO:teuthology.orchestra.run.smithi081.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-11T20:01:21.325 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-11T20:01:21.349 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-11T20:01:21.429 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-11T20:01:22.064 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-11T20:01:22.068 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-11T20:01:22.131 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-11T20:01:22.289 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-11T20:01:22.369 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-11T20:01:22.528 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-11T20:01:22.560 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-11T20:01:22.698 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-11T20:01:22.778 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-11T20:01:22.782 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-11T20:01:22.812 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-11T20:01:22.812 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-11T20:01:22.918 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-11T20:01:22.918 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-11T20:01:23.041 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-11T20:01:23.168 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-11T20:01:23.203 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-11T20:01:23.250 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-11T20:01:23.350 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-11T20:01:23.350 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-11T20:01:23.377 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-11T20:01:23.377 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-11T20:01:23.468 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-11T20:01:23.526 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-11T20:01:23.579 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-11T20:01:23.617 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-11T20:01:23.617 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-11T20:01:23.673 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-11T20:01:23.731 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-11T20:01:23.857 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-11T20:01:23.863 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-11T20:01:23.946 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-11T20:01:24.004 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-11T20:01:24.015 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-11T20:01:24.145 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-11T20:01:24.145 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-11T20:01:24.168 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-11T20:01:24.200 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-11T20:01:24.323 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-11T20:01:24.330 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-11T20:01:24.346 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-11T20:01:24.462 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-11T20:01:24.476 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-11T20:01:24.481 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-11T20:01:24.634 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-11T20:01:24.634 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-11T20:01:24.635 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-11T20:01:24.635 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-11T20:01:24.661 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-11T20:01:24.794 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-11T20:01:24.806 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-11T20:01:24.827 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-11T20:01:25.020 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-11T20:01:25.160 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-11T20:01:25.320 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-11T20:01:25.326 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-11T20:01:25.342 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-11T20:01:25.466 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-11T20:01:25.467 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-11T20:01:25.609 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-11T20:01:25.733 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-11T20:01:25.733 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-11T20:01:25.733 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-11T20:01:25.733 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-11T20:01:25.733 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-11T20:01:25.733 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-11T20:01:25.733 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-11T20:01:25.733 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-11T20:01:25.733 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-11T20:01:25.734 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-11T20:01:25.735 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-11T20:01:25.735 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-11T20:01:25.735 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-11T20:01:25.735 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-11T20:01:25.735 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-11T20:01:25.735 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-11T20:01:25.736 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-11T20:01:25.736 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-11T20:01:25.736 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-11T20:01:25.736 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-11T20:01:25.739 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-11T20:01:25.739 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-11T20:01:25.739 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-11T20:01:25.739 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-11T20:01:25.739 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-11T20:01:25.739 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-11T20:01:25.739 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-11T20:01:25.740 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-11T20:01:25.741 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-11T20:01:25.741 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-11T20:01:25.741 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-11T20:01:25.741 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-11T20:01:25.741 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-11T20:01:25.741 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-11T20:01:25.741 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-11T20:01:25.741 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-11T20:01:25.741 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-11T20:01:25.741 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-11T20:01:26.137 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-11T20:01:26.536 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-11T20:01:26.537 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-11T20:01:26.537 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-11T20:01:26.537 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-11T20:01:26.537 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-11T20:01:26.537 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-11T20:01:26.537 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-11T20:01:26.537 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-11T20:01:26.537 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-11T20:01:26.537 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-11T20:01:26.538 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-11T20:01:26.539 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-11T20:01:26.539 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-11T20:01:26.539 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-11T20:01:26.539 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-11T20:01:26.539 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-11T20:01:26.539 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-11T20:01:26.539 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-11T20:01:26.539 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-11T20:01:26.540 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-11T20:01:26.540 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-11T20:01:31.395 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-11T20:01:31.396 INFO:teuthology.orchestra.run.smithi188.stdout:Installed products updated. 2023-12-11T20:01:31.511 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-11T20:01:31.511 INFO:teuthology.orchestra.run.smithi115.stdout:Installed products updated. 2023-12-11T20:01:31.594 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:01:31.594 INFO:teuthology.orchestra.run.smithi188.stdout:Downgraded: 2023-12-11T20:01:31.594 INFO:teuthology.orchestra.run.smithi188.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.594 INFO:teuthology.orchestra.run.smithi188.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.594 INFO:teuthology.orchestra.run.smithi188.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.594 INFO:teuthology.orchestra.run.smithi188.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.594 INFO:teuthology.orchestra.run.smithi188.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.595 INFO:teuthology.orchestra.run.smithi188.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.595 INFO:teuthology.orchestra.run.smithi188.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.595 INFO:teuthology.orchestra.run.smithi188.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.595 INFO:teuthology.orchestra.run.smithi188.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.595 INFO:teuthology.orchestra.run.smithi188.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.595 INFO:teuthology.orchestra.run.smithi188.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.595 INFO:teuthology.orchestra.run.smithi188.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.595 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2023-12-11T20:01:31.595 INFO:teuthology.orchestra.run.smithi188.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.595 INFO:teuthology.orchestra.run.smithi188.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.596 INFO:teuthology.orchestra.run.smithi188.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.596 INFO:teuthology.orchestra.run.smithi188.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.596 INFO:teuthology.orchestra.run.smithi188.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.596 INFO:teuthology.orchestra.run.smithi188.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.596 INFO:teuthology.orchestra.run.smithi188.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-11T20:01:31.596 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:01:31.596 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-12-11T20:01:31.708 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:01:31.708 INFO:teuthology.orchestra.run.smithi115.stdout:Downgraded: 2023-12-11T20:01:31.708 INFO:teuthology.orchestra.run.smithi115.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.708 INFO:teuthology.orchestra.run.smithi115.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.709 INFO:teuthology.orchestra.run.smithi115.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.710 INFO:teuthology.orchestra.run.smithi115.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.710 INFO:teuthology.orchestra.run.smithi115.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.710 INFO:teuthology.orchestra.run.smithi115.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-11T20:01:31.710 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:01:31.710 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-11T20:01:31.710 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-11T20:01:31.711 INFO:teuthology.orchestra.run.smithi081.stdout:Installed products updated. 2023-12-11T20:01:31.786 DEBUG:teuthology.parallel:result is None 2023-12-11T20:01:31.887 DEBUG:teuthology.parallel:result is None 2023-12-11T20:01:31.897 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:01:31.897 INFO:teuthology.orchestra.run.smithi081.stdout:Downgraded: 2023-12-11T20:01:31.897 INFO:teuthology.orchestra.run.smithi081.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.898 INFO:teuthology.orchestra.run.smithi081.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.898 INFO:teuthology.orchestra.run.smithi081.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.898 INFO:teuthology.orchestra.run.smithi081.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.898 INFO:teuthology.orchestra.run.smithi081.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.898 INFO:teuthology.orchestra.run.smithi081.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.898 INFO:teuthology.orchestra.run.smithi081.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.898 INFO:teuthology.orchestra.run.smithi081.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.898 INFO:teuthology.orchestra.run.smithi081.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.898 INFO:teuthology.orchestra.run.smithi081.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.898 INFO:teuthology.orchestra.run.smithi081.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:01:31.899 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2023-12-11T20:01:32.081 DEBUG:teuthology.parallel:result is None 2023-12-11T20:01:32.081 INFO:teuthology.run_tasks:Running task install... 2023-12-11T20:01:32.105 DEBUG:teuthology.task.install:project ceph 2023-12-11T20:01:32.105 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe'}} 2023-12-11T20:01:32.105 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe'} 2023-12-11T20:01:32.105 INFO:teuthology.task.install:Using flavor: default 2023-12-11T20:01:32.113 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-11T20:01:32.113 INFO:teuthology.task.install:extra packages: [] 2023-12-11T20:01:32.114 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': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe', 'tag': None, 'wait_for_package': False} 2023-12-11T20:01:32.115 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-11T20:01:32.117 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': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe', 'tag': None, 'wait_for_package': False} 2023-12-11T20:01:32.117 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-11T20:01:32.119 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': 'c56ad3eaf0784383bf22c04e35d26e15c4baeafe', 'tag': None, 'wait_for_package': False} 2023-12-11T20:01:32.119 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=c56ad3eaf0784383bf22c04e35d26e15c4baeafe 2023-12-11T20:01:32.258 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/ 2023-12-11T20:01:32.258 INFO:teuthology.task.install.rpm:Package version is 19.0.0-83.gc56ad3ea 2023-12-11T20:01:32.263 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/ 2023-12-11T20:01:32.263 INFO:teuthology.task.install.rpm:Package version is 19.0.0-83.gc56ad3ea 2023-12-11T20:01:32.337 INFO:teuthology.task.install.rpm:Pulling from https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/ 2023-12-11T20:01:32.337 INFO:teuthology.task.install.rpm:Package version is 19.0.0-83.gc56ad3ea 2023-12-11T20:01:32.369 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/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-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/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-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-11T20:01:32.370 DEBUG:teuthology.orchestra.run.smithi188:> set -ex 2023-12-11T20:01:32.370 DEBUG:teuthology.orchestra.run.smithi188:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-11T20:01:32.399 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-11T20:01:32.399 DEBUG:teuthology.orchestra.run.smithi188:> 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/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-11T20:01:32.421 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/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-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/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-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-11T20:01:32.421 DEBUG:teuthology.orchestra.run.smithi081:> set -ex 2023-12-11T20:01:32.421 DEBUG:teuthology.orchestra.run.smithi081:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-11T20:01:32.449 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-11T20:01:32.449 DEBUG:teuthology.orchestra.run.smithi081:> 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/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-11T20:01:32.469 DEBUG:teuthology.orchestra.run.smithi188:> 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-11T20:01:32.493 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://4.chacra.ceph.com/r/ceph/wip-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/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-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/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-yuri3-testing-2023-12-07-0727/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-11T20:01:32.493 DEBUG:teuthology.orchestra.run.smithi115:> set -ex 2023-12-11T20:01:32.493 DEBUG:teuthology.orchestra.run.smithi115:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-11T20:01:32.515 DEBUG:teuthology.orchestra.run.smithi081:> 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-11T20:01:32.524 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-11T20:01:32.524 DEBUG:teuthology.orchestra.run.smithi115:> 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/c56ad3eaf0784383bf22c04e35d26e15c4baeafe/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-11T20:01:32.548 DEBUG:teuthology.orchestra.run.smithi188:> 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-11T20:01:32.596 DEBUG:teuthology.orchestra.run.smithi115:> 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-11T20:01:32.597 DEBUG:teuthology.orchestra.run.smithi081:> 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-11T20:01:32.619 INFO:teuthology.orchestra.run.smithi188.stdout:check_obsoletes = 1 2023-12-11T20:01:32.621 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum clean all 2023-12-11T20:01:32.663 INFO:teuthology.orchestra.run.smithi081.stdout:check_obsoletes = 1 2023-12-11T20:01:32.664 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum clean all 2023-12-11T20:01:32.676 DEBUG:teuthology.orchestra.run.smithi115:> 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-11T20:01:32.743 INFO:teuthology.orchestra.run.smithi115.stdout:check_obsoletes = 1 2023-12-11T20:01:32.744 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum clean all 2023-12-11T20:01:32.991 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-11T20:01:33.034 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-11T20:01:33.114 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-11T20:01:34.167 INFO:teuthology.orchestra.run.smithi188.stdout:44 files removed 2023-12-11T20:01:34.219 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-radosgw 2023-12-11T20:01:34.236 INFO:teuthology.orchestra.run.smithi081.stdout:44 files removed 2023-12-11T20:01:34.288 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-radosgw 2023-12-11T20:01:34.502 INFO:teuthology.orchestra.run.smithi115.stdout:44 files removed 2023-12-11T20:01:34.551 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-11T20:01:34.556 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-radosgw 2023-12-11T20:01:34.620 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-11T20:01:34.888 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-11T20:01:36.144 INFO:teuthology.orchestra.run.smithi188.stdout:ceph packages for x86_64 336 kB/s | 83 kB 00:00 2023-12-11T20:01:36.331 INFO:teuthology.orchestra.run.smithi081.stdout:ceph packages for x86_64 231 kB/s | 83 kB 00:00 2023-12-11T20:01:36.470 INFO:teuthology.orchestra.run.smithi188.stdout:ceph noarch packages 32 kB/s | 9.5 kB 00:00 2023-12-11T20:01:36.665 INFO:teuthology.orchestra.run.smithi081.stdout:ceph noarch packages 31 kB/s | 9.5 kB 00:00 2023-12-11T20:01:36.746 INFO:teuthology.orchestra.run.smithi115.stdout:ceph packages for x86_64 322 kB/s | 83 kB 00:00 2023-12-11T20:01:36.787 INFO:teuthology.orchestra.run.smithi188.stdout:ceph source packages 5.0 kB/s | 1.5 kB 00:00 2023-12-11T20:01:36.922 INFO:teuthology.orchestra.run.smithi188.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-12-11T20:01:37.016 INFO:teuthology.orchestra.run.smithi081.stdout:ceph source packages 4.5 kB/s | 1.5 kB 00:00 2023-12-11T20:01:37.046 INFO:teuthology.orchestra.run.smithi115.stdout:ceph noarch packages 35 kB/s | 9.5 kB 00:00 2023-12-11T20:01:37.192 INFO:teuthology.orchestra.run.smithi081.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-11T20:01:37.397 INFO:teuthology.orchestra.run.smithi115.stdout:ceph source packages 4.5 kB/s | 1.5 kB 00:00 2023-12-11T20:01:37.523 INFO:teuthology.orchestra.run.smithi115.stdout:Copr repo for python3-asyncssh owned by ceph 33 kB/s | 3.5 kB 00:00 2023-12-11T20:01:37.622 INFO:teuthology.orchestra.run.smithi188.stdout:Extra Packages for Enterprise Linux 23 MB/s | 16 MB 00:00 2023-12-11T20:01:38.774 INFO:teuthology.orchestra.run.smithi115.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-11T20:01:41.164 INFO:teuthology.orchestra.run.smithi188.stdout:lab-extras 398 kB/s | 24 kB 00:00 2023-12-11T20:01:42.324 INFO:teuthology.orchestra.run.smithi115.stdout:lab-extras 411 kB/s | 24 kB 00:00 2023-12-11T20:01:42.324 INFO:teuthology.orchestra.run.smithi188.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 44 MB/s | 47 MB 00:01 2023-12-11T20:01:43.684 INFO:teuthology.orchestra.run.smithi115.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 MB/s | 47 MB 00:01 2023-12-11T20:01:46.220 INFO:teuthology.orchestra.run.smithi081.stdout:Extra Packages for Enterprise Linux 1.8 MB/s | 16 MB 00:09 2023-12-11T20:01:49.776 INFO:teuthology.orchestra.run.smithi081.stdout:lab-extras 382 kB/s | 24 kB 00:00 2023-12-11T20:01:50.442 INFO:teuthology.orchestra.run.smithi188.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 MB/s | 53 MB 00:01 2023-12-11T20:01:51.053 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 44 MB/s | 53 MB 00:01 2023-12-11T20:01:51.751 INFO:teuthology.orchestra.run.smithi115.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 MB/s | 53 MB 00:01 2023-12-11T20:01:59.354 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 47 MB/s | 47 MB 00:01 2023-12-11T20:02:01.657 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================================== 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================================== 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-radosgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 14 M 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout:Upgrading: 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout: librados2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout: librbd1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-base x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 5.4 M 2023-12-11T20:02:01.660 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 23 M 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-selinux x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 24 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: libcephfs2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 864 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: libradosstriper1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 545 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: librgw2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.9 M 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-argparse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 45 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 129 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cephfs x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 197 k 2023-12-11T20:02:01.661 INFO:teuthology.orchestra.run.smithi188.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-11T20:02:01.662 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rados x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 371 k 2023-12-11T20:02:01.662 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 364 k 2023-12-11T20:02:01.662 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 106 k 2023-12-11T20:02:01.662 INFO:teuthology.orchestra.run.smithi188.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-11T20:02:01.662 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:02:01.662 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-12-11T20:02:01.662 INFO:teuthology.orchestra.run.smithi188.stdout:================================================================================================== 2023-12-11T20:02:01.662 INFO:teuthology.orchestra.run.smithi188.stdout:Install 21 Packages 2023-12-11T20:02:01.662 INFO:teuthology.orchestra.run.smithi188.stdout:Upgrade 2 Packages 2023-12-11T20:02:01.662 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:02:01.663 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 62 M 2023-12-11T20:02:01.663 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2023-12-11T20:02:02.841 INFO:teuthology.orchestra.run.smithi188.stdout:(1/23): ceph-base-19.0.0-83.gc56ad3ea.el8.x86_6 4.8 MB/s | 5.4 MB 00:01 2023-12-11T20:02:02.907 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-11T20:02:02.910 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================================== 2023-12-11T20:02:02.910 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2023-12-11T20:02:02.910 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================================== 2023-12-11T20:02:02.910 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2023-12-11T20:02:02.910 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-radosgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 14 M 2023-12-11T20:02:02.910 INFO:teuthology.orchestra.run.smithi115.stdout:Upgrading: 2023-12-11T20:02:02.910 INFO:teuthology.orchestra.run.smithi115.stdout: librados2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-11T20:02:02.910 INFO:teuthology.orchestra.run.smithi115.stdout: librbd1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-base x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 5.4 M 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 23 M 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-selinux x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 24 k 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: libcephfs2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 864 k 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: libradosstriper1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 545 k 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: librgw2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.9 M 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-11T20:02:02.911 INFO:teuthology.orchestra.run.smithi115.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-argparse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 45 k 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 129 k 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cephfs x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 197 k 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rados x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 371 k 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 364 k 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 106 k 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout:================================================================================================== 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout:Install 21 Packages 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout:Upgrade 2 Packages 2023-12-11T20:02:02.912 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:02:02.913 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 62 M 2023-12-11T20:02:02.913 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2023-12-11T20:02:02.950 INFO:teuthology.orchestra.run.smithi188.stdout:(2/23): ceph-selinux-19.0.0-83.gc56ad3ea.el8.x8 225 kB/s | 24 kB 00:00 2023-12-11T20:02:03.167 INFO:teuthology.orchestra.run.smithi188.stdout:(3/23): ceph-common-19.0.0-83.gc56ad3ea.el8.x86 16 MB/s | 23 MB 00:01 2023-12-11T20:02:03.200 INFO:teuthology.orchestra.run.smithi188.stdout:(4/23): libcephfs2-19.0.0-83.gc56ad3ea.el8.x86_ 3.4 MB/s | 864 kB 00:00 2023-12-11T20:02:03.234 INFO:teuthology.orchestra.run.smithi188.stdout:(5/23): libradosstriper1-19.0.0-83.gc56ad3ea.el 8.0 MB/s | 545 kB 00:00 2023-12-11T20:02:03.286 INFO:teuthology.orchestra.run.smithi188.stdout:(6/23): python3-ceph-argparse-19.0.0-83.gc56ad3 894 kB/s | 45 kB 00:00 2023-12-11T20:02:03.334 INFO:teuthology.orchestra.run.smithi188.stdout:(7/23): python3-ceph-common-19.0.0-83.gc56ad3ea 2.5 MB/s | 129 kB 00:00 2023-12-11T20:02:03.410 INFO:teuthology.orchestra.run.smithi188.stdout:(8/23): python3-cephfs-19.0.0-83.gc56ad3ea.el8. 2.6 MB/s | 197 kB 00:00 2023-12-11T20:02:03.493 INFO:teuthology.orchestra.run.smithi188.stdout:(9/23): python3-rados-19.0.0-83.gc56ad3ea.el8.x 4.3 MB/s | 371 kB 00:00 2023-12-11T20:02:03.585 INFO:teuthology.orchestra.run.smithi188.stdout:(10/23): python3-rbd-19.0.0-83.gc56ad3ea.el8.x8 3.9 MB/s | 364 kB 00:00 2023-12-11T20:02:03.669 INFO:teuthology.orchestra.run.smithi188.stdout:(11/23): python3-rgw-19.0.0-83.gc56ad3ea.el8.x8 1.2 MB/s | 106 kB 00:00 2023-12-11T20:02:03.878 INFO:teuthology.orchestra.run.smithi188.stdout:(12/23): librgw2-19.0.0-83.gc56ad3ea.el8.x86_64 10 MB/s | 6.9 MB 00:00 2023-12-11T20:02:04.011 INFO:teuthology.orchestra.run.smithi188.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 441 kB/s | 59 kB 00:00 2023-12-11T20:02:04.050 INFO:teuthology.orchestra.run.smithi115.stdout:(1/23): ceph-base-19.0.0-83.gc56ad3ea.el8.x86_6 5.0 MB/s | 5.4 MB 00:01 2023-12-11T20:02:04.086 INFO:teuthology.orchestra.run.smithi188.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.0 MB/s | 75 kB 00:00 2023-12-11T20:02:04.109 INFO:teuthology.orchestra.run.smithi115.stdout:(2/23): ceph-selinux-19.0.0-83.gc56ad3ea.el8.x8 417 kB/s | 24 kB 00:00 2023-12-11T20:02:04.259 INFO:teuthology.orchestra.run.smithi115.stdout:(3/23): libcephfs2-19.0.0-83.gc56ad3ea.el8.x86_ 5.6 MB/s | 864 kB 00:00 2023-12-11T20:02:04.343 INFO:teuthology.orchestra.run.smithi115.stdout:(4/23): libradosstriper1-19.0.0-83.gc56ad3ea.el 6.4 MB/s | 545 kB 00:00 2023-12-11T20:02:04.428 INFO:teuthology.orchestra.run.smithi188.stdout:(15/23): ceph-radosgw-19.0.0-83.gc56ad3ea.el8.x 5.1 MB/s | 14 MB 00:02 2023-12-11T20:02:04.470 INFO:teuthology.orchestra.run.smithi188.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 4.5 MB/s | 1.7 MB 00:00 2023-12-11T20:02:04.595 INFO:teuthology.orchestra.run.smithi188.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.5 MB/s | 259 kB 00:00 2023-12-11T20:02:04.621 INFO:teuthology.orchestra.run.smithi188.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 303 kB/s | 44 kB 00:00 2023-12-11T20:02:04.655 INFO:teuthology.orchestra.run.smithi188.stdout:(19/23): gperftools-libs-2.7-9.el8.x86_64.rpm 311 kB/s | 306 kB 00:00 2023-12-11T20:02:04.705 INFO:teuthology.orchestra.run.smithi188.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.2 MB/s | 354 kB 00:00 2023-12-11T20:02:04.759 INFO:teuthology.orchestra.run.smithi188.stdout:(21/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 349 kB/s | 47 kB 00:00 2023-12-11T20:02:04.918 INFO:teuthology.orchestra.run.smithi115.stdout:(5/23): librgw2-19.0.0-83.gc56ad3ea.el8.x86_64. 12 MB/s | 6.9 MB 00:00 2023-12-11T20:02:05.035 INFO:teuthology.orchestra.run.smithi115.stdout:(6/23): python3-ceph-argparse-19.0.0-83.gc56ad3 384 kB/s | 45 kB 00:00 2023-12-11T20:02:05.152 INFO:teuthology.orchestra.run.smithi115.stdout:(7/23): python3-ceph-common-19.0.0-83.gc56ad3ea 1.1 MB/s | 129 kB 00:00 2023-12-11T20:02:05.260 INFO:teuthology.orchestra.run.smithi115.stdout:(8/23): python3-cephfs-19.0.0-83.gc56ad3ea.el8. 1.8 MB/s | 197 kB 00:00 2023-12-11T20:02:05.280 INFO:teuthology.orchestra.run.smithi188.stdout:(22/23): librados2-19.0.0-83.gc56ad3ea.el8.x86_ 6.1 MB/s | 3.8 MB 00:00 2023-12-11T20:02:05.339 INFO:teuthology.orchestra.run.smithi188.stdout:(23/23): librbd1-19.0.0-83.gc56ad3ea.el8.x86_64 5.9 MB/s | 3.8 MB 00:00 2023-12-11T20:02:05.380 INFO:teuthology.orchestra.run.smithi115.stdout:(9/23): python3-rados-19.0.0-83.gc56ad3ea.el8.x 4.4 MB/s | 371 kB 00:00 2023-12-11T20:02:05.380 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2023-12-11T20:02:05.380 INFO:teuthology.orchestra.run.smithi188.stdout:Total 17 MB/s | 62 MB 00:03 2023-12-11T20:02:05.384 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2023-12-11T20:02:05.429 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2023-12-11T20:02:05.429 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2023-12-11T20:02:05.444 INFO:teuthology.orchestra.run.smithi115.stdout:(10/23): python3-rbd-19.0.0-83.gc56ad3ea.el8.x8 3.6 MB/s | 364 kB 00:00 2023-12-11T20:02:05.528 INFO:teuthology.orchestra.run.smithi115.stdout:(11/23): python3-rgw-19.0.0-83.gc56ad3ea.el8.x8 1.3 MB/s | 106 kB 00:00 2023-12-11T20:02:05.703 INFO:teuthology.orchestra.run.smithi115.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.7 MB/s | 306 kB 00:00 2023-12-11T20:02:05.745 INFO:teuthology.orchestra.run.smithi115.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 1.4 MB/s | 59 kB 00:00 2023-12-11T20:02:05.772 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2023-12-11T20:02:05.775 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2023-12-11T20:02:05.787 INFO:teuthology.orchestra.run.smithi115.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.8 MB/s | 75 kB 00:00 2023-12-11T20:02:05.906 INFO:teuthology.orchestra.run.smithi115.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 15 MB/s | 1.7 MB 00:00 2023-12-11T20:02:06.038 INFO:teuthology.orchestra.run.smithi115.stdout:(16/23): ceph-radosgw-19.0.0-83.gc56ad3ea.el8.x 4.5 MB/s | 14 MB 00:03 2023-12-11T20:02:06.313 INFO:teuthology.orchestra.run.smithi115.stdout:(17/23): ceph-common-19.0.0-83.gc56ad3ea.el8.x8 6.8 MB/s | 23 MB 00:03 2023-12-11T20:02:06.330 INFO:teuthology.orchestra.run.smithi115.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 151 kB/s | 44 kB 00:00 2023-12-11T20:02:06.364 INFO:teuthology.orchestra.run.smithi115.stdout:(19/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 567 kB/s | 259 kB 00:00 2023-12-11T20:02:06.425 INFO:teuthology.orchestra.run.smithi115.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 540 kB/s | 47 kB 00:00 2023-12-11T20:02:06.472 INFO:teuthology.orchestra.run.smithi115.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.2 MB/s | 354 kB 00:00 2023-12-11T20:02:06.756 INFO:teuthology.orchestra.run.smithi115.stdout:(22/23): librbd1-19.0.0-83.gc56ad3ea.el8.x86_64 11 MB/s | 3.8 MB 00:00 2023-12-11T20:02:06.848 INFO:teuthology.orchestra.run.smithi115.stdout:(23/23): librados2-19.0.0-83.gc56ad3ea.el8.x86_ 7.9 MB/s | 3.8 MB 00:00 2023-12-11T20:02:06.851 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2023-12-11T20:02:06.851 INFO:teuthology.orchestra.run.smithi115.stdout:Total 16 MB/s | 62 MB 00:03 2023-12-11T20:02:06.895 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2023-12-11T20:02:06.940 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2023-12-11T20:02:06.940 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2023-12-11T20:02:06.957 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2023-12-11T20:02:07.135 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-11T20:02:07.280 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2023-12-11T20:02:07.284 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2023-12-11T20:02:07.346 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-11T20:02:07.780 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-11T20:02:07.954 INFO:teuthology.orchestra.run.smithi188.stdout: Upgrading : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-11T20:02:08.072 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-11T20:02:08.235 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-11T20:02:08.449 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2023-12-11T20:02:08.452 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-11T20:02:08.636 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-11T20:02:08.678 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-11T20:02:08.851 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-11T20:02:09.092 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-11T20:02:09.271 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-11T20:02:09.362 INFO:teuthology.orchestra.run.smithi188.stdout: Upgrading : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-11T20:02:09.426 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-11T20:02:09.429 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-11T20:02:09.522 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-11T20:02:09.618 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-11T20:02:09.698 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-11T20:02:09.762 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-11T20:02:09.957 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-11T20:02:10.150 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-11T20:02:10.245 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2023-12-11T20:02:10.247 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================================== 2023-12-11T20:02:10.247 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2023-12-11T20:02:10.247 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================================== 2023-12-11T20:02:10.247 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2023-12-11T20:02:10.247 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-radosgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 14 M 2023-12-11T20:02:10.247 INFO:teuthology.orchestra.run.smithi081.stdout:Upgrading: 2023-12-11T20:02:10.247 INFO:teuthology.orchestra.run.smithi081.stdout: librados2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-11T20:02:10.247 INFO:teuthology.orchestra.run.smithi081.stdout: librbd1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 3.8 M 2023-12-11T20:02:10.247 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2023-12-11T20:02:10.247 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-base x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 5.4 M 2023-12-11T20:02:10.248 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 23 M 2023-12-11T20:02:10.248 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-selinux x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 24 k 2023-12-11T20:02:10.248 INFO:teuthology.orchestra.run.smithi081.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-11T20:02:10.248 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 864 k 2023-12-11T20:02:10.248 INFO:teuthology.orchestra.run.smithi081.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-11T20:02:10.248 INFO:teuthology.orchestra.run.smithi081.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-11T20:02:10.248 INFO:teuthology.orchestra.run.smithi081.stdout: libradosstriper1 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 545 k 2023-12-11T20:02:10.248 INFO:teuthology.orchestra.run.smithi081.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-11T20:02:10.248 INFO:teuthology.orchestra.run.smithi081.stdout: librgw2 x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 6.9 M 2023-12-11T20:02:10.249 INFO:teuthology.orchestra.run.smithi081.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-11T20:02:10.249 INFO:teuthology.orchestra.run.smithi081.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-11T20:02:10.249 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-argparse x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 45 k 2023-12-11T20:02:10.249 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-common x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 129 k 2023-12-11T20:02:10.249 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cephfs x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 197 k 2023-12-11T20:02:10.249 INFO:teuthology.orchestra.run.smithi081.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-11T20:02:10.249 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rados x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 371 k 2023-12-11T20:02:10.249 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rbd x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 364 k 2023-12-11T20:02:10.249 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rgw x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 106 k 2023-12-11T20:02:10.249 INFO:teuthology.orchestra.run.smithi081.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-11T20:02:10.250 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:02:10.250 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2023-12-11T20:02:10.250 INFO:teuthology.orchestra.run.smithi081.stdout:================================================================================================== 2023-12-11T20:02:10.250 INFO:teuthology.orchestra.run.smithi081.stdout:Install 21 Packages 2023-12-11T20:02:10.250 INFO:teuthology.orchestra.run.smithi081.stdout:Upgrade 2 Packages 2023-12-11T20:02:10.250 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:02:10.251 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 62 M 2023-12-11T20:02:10.251 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2023-12-11T20:02:10.425 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-11T20:02:10.556 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-11T20:02:10.620 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-11T20:02:10.674 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-11T20:02:10.758 INFO:teuthology.orchestra.run.smithi115.stdout: Upgrading : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-11T20:02:10.816 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 11/25 2023-12-11T20:02:10.820 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-11T20:02:10.965 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-11T20:02:11.024 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-11T20:02:11.164 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-11T20:02:11.167 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-11T20:02:11.376 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 14/25 2023-12-11T20:02:11.778 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-11T20:02:11.830 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-11T20:02:11.850 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-11T20:02:11.899 INFO:teuthology.orchestra.run.smithi081.stdout:(1/23): ceph-common-19.0.0-83.gc56ad3ea.el8.x86 15 MB/s | 23 MB 00:01 2023-12-11T20:02:11.946 INFO:teuthology.orchestra.run.smithi081.stdout:(2/23): ceph-selinux-19.0.0-83.gc56ad3ea.el8.x8 514 kB/s | 24 kB 00:00 2023-12-11T20:02:11.963 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-11T20:02:12.030 INFO:teuthology.orchestra.run.smithi081.stdout:(3/23): libcephfs2-19.0.0-83.gc56ad3ea.el8.x86_ 10 MB/s | 864 kB 00:00 2023-12-11T20:02:12.050 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-11T20:02:12.110 INFO:teuthology.orchestra.run.smithi081.stdout:(4/23): libradosstriper1-19.0.0-83.gc56ad3ea.el 6.7 MB/s | 545 kB 00:00 2023-12-11T20:02:12.117 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-11T20:02:12.157 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-11T20:02:12.245 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 11/25 2023-12-11T20:02:12.374 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-11T20:02:12.403 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-11T20:02:12.514 INFO:teuthology.orchestra.run.smithi081.stdout:(5/23): librgw2-19.0.0-83.gc56ad3ea.el8.x86_64. 17 MB/s | 6.9 MB 00:00 2023-12-11T20:02:12.553 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 19/25 2023-12-11T20:02:12.588 INFO:teuthology.orchestra.run.smithi081.stdout:(6/23): python3-ceph-argparse-19.0.0-83.gc56ad3 605 kB/s | 45 kB 00:00 2023-12-11T20:02:12.619 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-11T20:02:12.650 INFO:teuthology.orchestra.run.smithi081.stdout:(7/23): python3-ceph-common-19.0.0-83.gc56ad3ea 2.1 MB/s | 129 kB 00:00 2023-12-11T20:02:12.709 INFO:teuthology.orchestra.run.smithi081.stdout:(8/23): python3-cephfs-19.0.0-83.gc56ad3ea.el8. 3.3 MB/s | 197 kB 00:00 2023-12-11T20:02:12.767 INFO:teuthology.orchestra.run.smithi081.stdout:(9/23): python3-rados-19.0.0-83.gc56ad3ea.el8.x 6.2 MB/s | 371 kB 00:00 2023-12-11T20:02:12.807 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 14/25 2023-12-11T20:02:12.834 INFO:teuthology.orchestra.run.smithi081.stdout:(10/23): python3-rbd-19.0.0-83.gc56ad3ea.el8.x8 5.3 MB/s | 364 kB 00:00 2023-12-11T20:02:12.910 INFO:teuthology.orchestra.run.smithi081.stdout:(11/23): ceph-base-19.0.0-83.gc56ad3ea.el8.x86_ 2.1 MB/s | 5.4 MB 00:02 2023-12-11T20:02:12.935 INFO:teuthology.orchestra.run.smithi081.stdout:(12/23): python3-rgw-19.0.0-83.gc56ad3ea.el8.x8 1.0 MB/s | 106 kB 00:00 2023-12-11T20:02:12.958 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-11T20:02:13.029 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-11T20:02:13.168 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-11T20:02:13.202 INFO:teuthology.orchestra.run.smithi081.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 220 kB/s | 59 kB 00:00 2023-12-11T20:02:13.302 INFO:teuthology.orchestra.run.smithi081.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 781 kB/s | 306 kB 00:00 2023-12-11T20:02:13.319 INFO:teuthology.orchestra.run.smithi081.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 643 kB/s | 75 kB 00:00 2023-12-11T20:02:13.349 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-11T20:02:13.370 INFO:teuthology.orchestra.run.smithi081.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 942 kB/s | 47 kB 00:00 2023-12-11T20:02:13.420 INFO:teuthology.orchestra.run.smithi081.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 5.1 MB/s | 259 kB 00:00 2023-12-11T20:02:13.470 INFO:teuthology.orchestra.run.smithi081.stdout:(18/23): python3-prettytable-0.7.2-14.el8.noarc 878 kB/s | 44 kB 00:00 2023-12-11T20:02:13.537 INFO:teuthology.orchestra.run.smithi081.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.2 MB/s | 354 kB 00:00 2023-12-11T20:02:13.577 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-11T20:02:13.741 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 19/25 2023-12-11T20:02:14.112 INFO:teuthology.orchestra.run.smithi081.stdout:(20/23): librados2-19.0.0-83.gc56ad3ea.el8.x86_ 6.6 MB/s | 3.8 MB 00:00 2023-12-11T20:02:14.354 INFO:teuthology.orchestra.run.smithi081.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 1.7 MB/s | 1.7 MB 00:01 2023-12-11T20:02:14.513 INFO:teuthology.orchestra.run.smithi081.stdout:(22/23): librbd1-19.0.0-83.gc56ad3ea.el8.x86_64 9.4 MB/s | 3.8 MB 00:00 2023-12-11T20:02:16.230 INFO:teuthology.orchestra.run.smithi081.stdout:(23/23): ceph-radosgw-19.0.0-83.gc56ad3ea.el8.x 2.4 MB/s | 14 MB 00:05 2023-12-11T20:02:16.234 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2023-12-11T20:02:16.234 INFO:teuthology.orchestra.run.smithi081.stdout:Total 10 MB/s | 62 MB 00:05 2023-12-11T20:02:16.283 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2023-12-11T20:02:16.316 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-11T20:02:16.329 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2023-12-11T20:02:16.329 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2023-12-11T20:02:16.569 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-11T20:02:16.664 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2023-12-11T20:02:16.668 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2023-12-11T20:02:17.157 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-11T20:02:17.412 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-11T20:02:17.478 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-11T20:02:17.611 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-11T20:02:17.652 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-11T20:02:17.849 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-11T20:02:17.917 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2023-12-11T20:02:18.121 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-11T20:02:18.302 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-11T20:02:18.454 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-11T20:02:18.714 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-11T20:02:18.728 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-11T20:02:18.786 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-11T20:02:18.893 INFO:teuthology.orchestra.run.smithi081.stdout: Upgrading : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-11T20:02:18.932 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-11T20:02:18.979 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-11T20:02:19.216 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-11T20:02:19.439 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-11T20:02:19.651 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-11T20:02:20.068 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-11T20:02:20.252 INFO:teuthology.orchestra.run.smithi081.stdout: Upgrading : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-11T20:02:20.330 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-11T20:02:20.518 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-11T20:02:20.571 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-11T20:02:21.348 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-11T20:02:21.509 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-11T20:02:21.582 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-11T20:02:21.717 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 11/25 2023-12-11T20:02:21.904 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-11T20:02:22.103 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-11T20:02:22.508 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 14/25 2023-12-11T20:02:22.676 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-11T20:02:22.745 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 15/25 2023-12-11T20:02:22.894 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-11T20:02:23.085 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-11T20:02:23.356 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-11T20:02:23.518 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 19/25 2023-12-11T20:02:27.290 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-11T20:02:27.543 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-11T20:02:28.211 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 20/25 2023-12-11T20:02:28.494 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-11T20:02:28.578 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 21/25 2023-12-11T20:02:28.709 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-11T20:02:36.116 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-11T20:02:36.116 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /sys 2023-12-11T20:02:36.117 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /proc 2023-12-11T20:02:36.117 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /dev 2023-12-11T20:02:36.117 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /run 2023-12-11T20:02:36.117 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /mnt 2023-12-11T20:02:36.117 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /var/tmp 2023-12-11T20:02:36.117 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /home 2023-12-11T20:02:36.117 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /tmp 2023-12-11T20:02:36.117 INFO:teuthology.orchestra.run.smithi188.stdout:skipping the directory /dev 2023-12-11T20:02:36.117 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:02:37.459 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-11T20:02:37.459 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /sys 2023-12-11T20:02:37.459 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /proc 2023-12-11T20:02:37.459 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /dev 2023-12-11T20:02:37.459 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /run 2023-12-11T20:02:37.459 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /mnt 2023-12-11T20:02:37.459 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /var/tmp 2023-12-11T20:02:37.459 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /home 2023-12-11T20:02:37.460 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /tmp 2023-12-11T20:02:37.460 INFO:teuthology.orchestra.run.smithi115.stdout:skipping the directory /dev 2023-12-11T20:02:37.460 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:02:37.524 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-11T20:02:37.544 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-11T20:02:37.544 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-11T20:02:37.799 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-11T20:02:37.799 INFO:teuthology.orchestra.run.smithi188.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-11T20:02:38.435 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-11T20:02:38.435 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/25 2023-12-11T20:02:38.435 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/25 2023-12-11T20:02:38.435 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-11T20:02:38.435 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 8/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 9/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 11/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-11T20:02:38.436 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-11T20:02:38.437 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-11T20:02:38.437 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-11T20:02:38.437 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-11T20:02:38.437 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-11T20:02:38.437 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-11T20:02:38.437 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 24/25 2023-12-11T20:02:38.909 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-11T20:02:38.931 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-11T20:02:38.931 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-11T20:02:39.121 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-11T20:02:39.121 INFO:teuthology.orchestra.run.smithi115.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-11T20:02:39.716 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-11T20:02:39.716 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/25 2023-12-11T20:02:39.716 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 8/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 9/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 11/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-11T20:02:39.717 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-11T20:02:39.718 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-11T20:02:39.718 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-11T20:02:39.718 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-11T20:02:39.718 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-11T20:02:39.718 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-11T20:02:39.718 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-11T20:02:39.718 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-11T20:02:39.718 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 24/25 2023-12-11T20:02:42.644 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-11T20:02:42.644 INFO:teuthology.orchestra.run.smithi188.stdout:Installed products updated. 2023-12-11T20:02:42.829 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:02:42.829 INFO:teuthology.orchestra.run.smithi188.stdout:Upgraded: 2023-12-11T20:02:42.829 INFO:teuthology.orchestra.run.smithi188.stdout: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.829 INFO:teuthology.orchestra.run.smithi188.stdout: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.829 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2023-12-11T20:02:42.829 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-11T20:02:42.830 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.831 INFO:teuthology.orchestra.run.smithi188.stdout: python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.831 INFO:teuthology.orchestra.run.smithi188.stdout: python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.831 INFO:teuthology.orchestra.run.smithi188.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-11T20:02:42.831 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.831 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.831 INFO:teuthology.orchestra.run.smithi188.stdout: python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:42.831 INFO:teuthology.orchestra.run.smithi188.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-11T20:02:42.831 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:02:42.831 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-12-11T20:02:43.022 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph-test 2023-12-11T20:02:43.374 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-11T20:02:43.779 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-11T20:02:43.779 INFO:teuthology.orchestra.run.smithi115.stdout:Installed products updated. 2023-12-11T20:02:43.966 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:02:43.966 INFO:teuthology.orchestra.run.smithi115.stdout:Upgraded: 2023-12-11T20:02:43.966 INFO:teuthology.orchestra.run.smithi115.stdout: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.966 INFO:teuthology.orchestra.run.smithi115.stdout: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-11T20:02:43.967 INFO:teuthology.orchestra.run.smithi115.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-11T20:02:43.968 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.968 INFO:teuthology.orchestra.run.smithi115.stdout: python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.968 INFO:teuthology.orchestra.run.smithi115.stdout: python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.968 INFO:teuthology.orchestra.run.smithi115.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-11T20:02:43.968 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.968 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.968 INFO:teuthology.orchestra.run.smithi115.stdout: python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:43.968 INFO:teuthology.orchestra.run.smithi115.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-11T20:02:43.968 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:02:43.968 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-11T20:02:44.048 INFO:teuthology.orchestra.run.smithi188.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 125 kB/s | 4.5 kB 00:00 2023-12-11T20:02:44.132 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph-test 2023-12-11T20:02:44.356 INFO:teuthology.orchestra.run.smithi188.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 115 kB/s | 4.1 kB 00:00 2023-12-11T20:02:44.480 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-11T20:02:45.107 INFO:teuthology.orchestra.run.smithi115.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 116 kB/s | 4.5 kB 00:00 2023-12-11T20:02:45.402 INFO:teuthology.orchestra.run.smithi115.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 157 kB/s | 4.1 kB 00:00 2023-12-11T20:02:45.943 INFO:teuthology.orchestra.run.smithi188.stdout:Dependencies resolved. 2023-12-11T20:02:45.944 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================== 2023-12-11T20:02:45.944 INFO:teuthology.orchestra.run.smithi188.stdout: Package Arch Version Repository Size 2023-12-11T20:02:45.944 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================== 2023-12-11T20:02:45.944 INFO:teuthology.orchestra.run.smithi188.stdout:Installing: 2023-12-11T20:02:45.944 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-test x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 52 M 2023-12-11T20:02:45.944 INFO:teuthology.orchestra.run.smithi188.stdout:Installing dependencies: 2023-12-11T20:02:45.944 INFO:teuthology.orchestra.run.smithi188.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-11T20:02:45.944 INFO:teuthology.orchestra.run.smithi188.stdout: libcephsqlite x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 183 k 2023-12-11T20:02:45.944 INFO:teuthology.orchestra.run.smithi188.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-11T20:02:45.945 INFO:teuthology.orchestra.run.smithi188.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-11T20:02:45.945 INFO:teuthology.orchestra.run.smithi188.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-11T20:02:45.945 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:02:45.945 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction Summary 2023-12-11T20:02:45.945 INFO:teuthology.orchestra.run.smithi188.stdout:========================================================================================== 2023-12-11T20:02:45.945 INFO:teuthology.orchestra.run.smithi188.stdout:Install 6 Packages 2023-12-11T20:02:45.945 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:02:45.945 INFO:teuthology.orchestra.run.smithi188.stdout:Total download size: 53 M 2023-12-11T20:02:45.946 INFO:teuthology.orchestra.run.smithi188.stdout:Installed size: 254 M 2023-12-11T20:02:45.946 INFO:teuthology.orchestra.run.smithi188.stdout:Downloading Packages: 2023-12-11T20:02:45.987 INFO:teuthology.orchestra.run.smithi188.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-11T20:02:46.053 INFO:teuthology.orchestra.run.smithi188.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.7 MB/s | 323 kB 00:00 2023-12-11T20:02:46.121 INFO:teuthology.orchestra.run.smithi188.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.7 MB/s | 187 kB 00:00 2023-12-11T20:02:46.162 INFO:teuthology.orchestra.run.smithi188.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-11T20:02:46.562 INFO:teuthology.orchestra.run.smithi188.stdout:(5/6): libcephsqlite-19.0.0-83.gc56ad3ea.el8.x8 297 kB/s | 183 kB 00:00 2023-12-11T20:02:46.936 INFO:teuthology.orchestra.run.smithi115.stdout:Dependencies resolved. 2023-12-11T20:02:46.936 INFO:teuthology.orchestra.run.smithi115.stdout:========================================================================================== 2023-12-11T20:02:46.936 INFO:teuthology.orchestra.run.smithi115.stdout: Package Arch Version Repository Size 2023-12-11T20:02:46.936 INFO:teuthology.orchestra.run.smithi115.stdout:========================================================================================== 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout:Installing: 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-test x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 52 M 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout:Installing dependencies: 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout: libcephsqlite x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 183 k 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction Summary 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout:========================================================================================== 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout:Install 6 Packages 2023-12-11T20:02:46.937 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:02:46.938 INFO:teuthology.orchestra.run.smithi115.stdout:Total download size: 53 M 2023-12-11T20:02:46.938 INFO:teuthology.orchestra.run.smithi115.stdout:Installed size: 254 M 2023-12-11T20:02:46.938 INFO:teuthology.orchestra.run.smithi115.stdout:Downloading Packages: 2023-12-11T20:02:46.976 INFO:teuthology.orchestra.run.smithi115.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.8 MB/s | 70 kB 00:00 2023-12-11T20:02:47.051 INFO:teuthology.orchestra.run.smithi115.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-11T20:02:47.093 INFO:teuthology.orchestra.run.smithi115.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.9 MB/s | 187 kB 00:00 2023-12-11T20:02:47.135 INFO:teuthology.orchestra.run.smithi115.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-11T20:02:47.181 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-11T20:02:47.182 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /sys 2023-12-11T20:02:47.182 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /proc 2023-12-11T20:02:47.182 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /dev 2023-12-11T20:02:47.182 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /run 2023-12-11T20:02:47.182 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /mnt 2023-12-11T20:02:47.182 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /var/tmp 2023-12-11T20:02:47.182 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /home 2023-12-11T20:02:47.182 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /tmp 2023-12-11T20:02:47.182 INFO:teuthology.orchestra.run.smithi081.stdout:skipping the directory /dev 2023-12-11T20:02:47.182 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:02:47.452 INFO:teuthology.orchestra.run.smithi115.stdout:(5/6): libcephsqlite-19.0.0-83.gc56ad3ea.el8.x8 357 kB/s | 183 kB 00:00 2023-12-11T20:02:48.658 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-11T20:02:48.679 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 23/25 2023-12-11T20:02:48.679 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-11T20:02:48.900 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-11T20:02:48.900 INFO:teuthology.orchestra.run.smithi081.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-11T20:02:49.549 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-11T20:02:49.549 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 3/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 4/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 7/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x8 8/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_ 9/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 10/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 11/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 12/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 13/25 2023-12-11T20:02:49.550 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-11T20:02:49.551 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-11T20:02:49.551 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-11T20:02:49.551 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-11T20:02:49.551 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-11T20:02:49.551 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-11T20:02:49.551 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-11T20:02:49.551 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-11T20:02:49.551 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 22/25 2023-12-11T20:02:49.551 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-11T20:02:49.551 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 24/25 2023-12-11T20:02:52.551 INFO:teuthology.orchestra.run.smithi115.stdout:(6/6): ceph-test-19.0.0-83.gc56ad3ea.el8.x86_64 9.3 MB/s | 52 MB 00:05 2023-12-11T20:02:52.553 INFO:teuthology.orchestra.run.smithi115.stdout:-------------------------------------------------------------------------------- 2023-12-11T20:02:52.554 INFO:teuthology.orchestra.run.smithi115.stdout:Total 9.5 MB/s | 53 MB 00:05 2023-12-11T20:02:52.591 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction check 2023-12-11T20:02:52.613 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction check succeeded. 2023-12-11T20:02:52.613 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction test 2023-12-11T20:02:52.894 INFO:teuthology.orchestra.run.smithi115.stdout:Transaction test succeeded. 2023-12-11T20:02:52.898 INFO:teuthology.orchestra.run.smithi115.stdout:Running transaction 2023-12-11T20:02:53.364 INFO:teuthology.orchestra.run.smithi115.stdout: Preparing : 1/1 2023-12-11T20:02:53.415 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-11T20:02:53.415 INFO:teuthology.orchestra.run.smithi081.stdout:Installed products updated. 2023-12-11T20:02:53.532 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-11T20:02:53.603 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:02:53.603 INFO:teuthology.orchestra.run.smithi081.stdout:Upgraded: 2023-12-11T20:02:53.603 INFO:teuthology.orchestra.run.smithi081.stdout: librados2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.603 INFO:teuthology.orchestra.run.smithi081.stdout: librbd1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.603 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-base-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-radosgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-selinux-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: libcephfs2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: libradosstriper1-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: librgw2-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-argparse-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.604 INFO:teuthology.orchestra.run.smithi081.stdout: python3-ceph-common-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.605 INFO:teuthology.orchestra.run.smithi081.stdout: python3-cephfs-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.605 INFO:teuthology.orchestra.run.smithi081.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-11T20:02:53.605 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rados-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.605 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rbd-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.605 INFO:teuthology.orchestra.run.smithi081.stdout: python3-rgw-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:02:53.605 INFO:teuthology.orchestra.run.smithi081.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-11T20:02:53.605 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:02:53.605 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2023-12-11T20:02:53.621 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-11T20:02:53.747 INFO:teuthology.orchestra.run.smithi188.stdout:(6/6): ceph-test-19.0.0-83.gc56ad3ea.el8.x86_64 6.7 MB/s | 52 MB 00:07 2023-12-11T20:02:53.747 INFO:teuthology.orchestra.run.smithi188.stdout:-------------------------------------------------------------------------------- 2023-12-11T20:02:53.747 INFO:teuthology.orchestra.run.smithi188.stdout:Total 6.8 MB/s | 53 MB 00:07 2023-12-11T20:02:53.785 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction check 2023-12-11T20:02:53.799 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph-test 2023-12-11T20:02:53.806 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction check succeeded. 2023-12-11T20:02:53.806 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction test 2023-12-11T20:02:53.823 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-11T20:02:53.958 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-11T20:02:54.088 INFO:teuthology.orchestra.run.smithi188.stdout:Transaction test succeeded. 2023-12-11T20:02:54.092 INFO:teuthology.orchestra.run.smithi188.stdout:Running transaction 2023-12-11T20:02:54.106 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-11T20:02:54.147 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-11T20:02:54.282 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-11T20:02:54.567 INFO:teuthology.orchestra.run.smithi188.stdout: Preparing : 1/1 2023-12-11T20:02:54.701 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-11T20:02:54.786 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-11T20:02:54.884 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 111 kB/s | 4.1 kB 00:00 2023-12-11T20:02:54.996 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-11T20:02:55.112 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 115 kB/s | 4.5 kB 00:00 2023-12-11T20:02:55.178 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-11T20:02:55.341 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-11T20:02:55.484 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-11T20:02:56.697 INFO:teuthology.orchestra.run.smithi081.stdout:Dependencies resolved. 2023-12-11T20:02:56.697 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================== 2023-12-11T20:02:56.697 INFO:teuthology.orchestra.run.smithi081.stdout: Package Arch Version Repository Size 2023-12-11T20:02:56.697 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================== 2023-12-11T20:02:56.697 INFO:teuthology.orchestra.run.smithi081.stdout:Installing: 2023-12-11T20:02:56.697 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-test x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 52 M 2023-12-11T20:02:56.698 INFO:teuthology.orchestra.run.smithi081.stdout:Installing dependencies: 2023-12-11T20:02:56.698 INFO:teuthology.orchestra.run.smithi081.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-11T20:02:56.698 INFO:teuthology.orchestra.run.smithi081.stdout: libcephsqlite x86_64 2:19.0.0-83.gc56ad3ea.el8 ceph 183 k 2023-12-11T20:02:56.698 INFO:teuthology.orchestra.run.smithi081.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-11T20:02:56.698 INFO:teuthology.orchestra.run.smithi081.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-11T20:02:56.698 INFO:teuthology.orchestra.run.smithi081.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-11T20:02:56.698 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:02:56.698 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction Summary 2023-12-11T20:02:56.698 INFO:teuthology.orchestra.run.smithi081.stdout:========================================================================================== 2023-12-11T20:02:56.699 INFO:teuthology.orchestra.run.smithi081.stdout:Install 6 Packages 2023-12-11T20:02:56.699 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:02:56.699 INFO:teuthology.orchestra.run.smithi081.stdout:Total download size: 53 M 2023-12-11T20:02:56.699 INFO:teuthology.orchestra.run.smithi081.stdout:Installed size: 254 M 2023-12-11T20:02:56.699 INFO:teuthology.orchestra.run.smithi081.stdout:Downloading Packages: 2023-12-11T20:02:56.739 INFO:teuthology.orchestra.run.smithi081.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-11T20:02:56.831 INFO:teuthology.orchestra.run.smithi081.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 3.8 MB/s | 323 kB 00:00 2023-12-11T20:02:56.898 INFO:teuthology.orchestra.run.smithi081.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 2.7 MB/s | 187 kB 00:00 2023-12-11T20:02:56.940 INFO:teuthology.orchestra.run.smithi081.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.8 MB/s | 202 kB 00:00 2023-12-11T20:02:56.999 INFO:teuthology.orchestra.run.smithi081.stdout:(5/6): libcephsqlite-19.0.0-83.gc56ad3ea.el8.x8 613 kB/s | 183 kB 00:00 2023-12-11T20:02:59.431 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-11T20:02:59.686 INFO:teuthology.orchestra.run.smithi115.stdout: Installing : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-11T20:02:59.895 INFO:teuthology.orchestra.run.smithi115.stdout: Running scriptlet: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-11T20:02:59.896 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/6 2023-12-11T20:02:59.896 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/6 2023-12-11T20:02:59.896 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-11T20:02:59.896 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-11T20:02:59.896 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-11T20:03:00.649 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-11T20:03:00.939 INFO:teuthology.orchestra.run.smithi188.stdout: Installing : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-11T20:03:01.151 INFO:teuthology.orchestra.run.smithi188.stdout: Running scriptlet: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-11T20:03:01.151 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/6 2023-12-11T20:03:01.151 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/6 2023-12-11T20:03:01.151 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-11T20:03:01.151 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-11T20:03:01.151 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-11T20:03:01.840 INFO:teuthology.orchestra.run.smithi081.stdout:(6/6): ceph-test-19.0.0-83.gc56ad3ea.el8.x86_64 10 MB/s | 52 MB 00:05 2023-12-11T20:03:01.842 INFO:teuthology.orchestra.run.smithi081.stdout:-------------------------------------------------------------------------------- 2023-12-11T20:03:01.842 INFO:teuthology.orchestra.run.smithi081.stdout:Total 10 MB/s | 53 MB 00:05 2023-12-11T20:03:01.880 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction check 2023-12-11T20:03:01.938 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction check succeeded. 2023-12-11T20:03:01.938 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction test 2023-12-11T20:03:02.183 INFO:teuthology.orchestra.run.smithi081.stdout:Transaction test succeeded. 2023-12-11T20:03:02.187 INFO:teuthology.orchestra.run.smithi081.stdout:Running transaction 2023-12-11T20:03:02.682 INFO:teuthology.orchestra.run.smithi081.stdout: Preparing : 1/1 2023-12-11T20:03:02.846 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-11T20:03:02.935 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-11T20:03:03.150 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-11T20:03:03.366 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-11T20:03:03.519 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-11T20:03:03.687 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-11T20:03:08.873 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 5/6 2023-12-11T20:03:09.125 INFO:teuthology.orchestra.run.smithi081.stdout: Installing : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-11T20:03:09.354 INFO:teuthology.orchestra.run.smithi081.stdout: Running scriptlet: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 6/6 2023-12-11T20:03:09.354 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 1/6 2023-12-11T20:03:09.355 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 2/6 2023-12-11T20:03:09.355 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-11T20:03:09.355 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-11T20:03:09.355 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-11T20:03:10.128 INFO:teuthology.orchestra.run.smithi115.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-11T20:03:10.128 INFO:teuthology.orchestra.run.smithi115.stdout:Installed products updated. 2023-12-11T20:03:10.311 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:03:10.311 INFO:teuthology.orchestra.run.smithi115.stdout:Installed: 2023-12-11T20:03:10.311 INFO:teuthology.orchestra.run.smithi115.stdout: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-11T20:03:10.311 INFO:teuthology.orchestra.run.smithi115.stdout: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-11T20:03:10.311 INFO:teuthology.orchestra.run.smithi115.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-11T20:03:10.311 INFO:teuthology.orchestra.run.smithi115.stdout: 2023-12-11T20:03:10.311 INFO:teuthology.orchestra.run.smithi115.stdout:Complete! 2023-12-11T20:03:10.444 DEBUG:teuthology.orchestra.run.smithi115:> sudo yum -y install ceph 2023-12-11T20:03:10.534 INFO:teuthology.orchestra.run.smithi188.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-11T20:03:10.534 INFO:teuthology.orchestra.run.smithi188.stdout:Installed products updated. 2023-12-11T20:03:10.719 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:03:10.719 INFO:teuthology.orchestra.run.smithi188.stdout:Installed: 2023-12-11T20:03:10.719 INFO:teuthology.orchestra.run.smithi188.stdout: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-11T20:03:10.719 INFO:teuthology.orchestra.run.smithi188.stdout: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-11T20:03:10.719 INFO:teuthology.orchestra.run.smithi188.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-11T20:03:10.719 INFO:teuthology.orchestra.run.smithi188.stdout: 2023-12-11T20:03:10.719 INFO:teuthology.orchestra.run.smithi188.stdout:Complete! 2023-12-11T20:03:10.777 INFO:teuthology.orchestra.run.smithi115.stdout:Updating Subscription Management repositories. 2023-12-11T20:03:11.424 DEBUG:teuthology.orchestra.run.smithi188:> sudo yum -y install ceph 2023-12-11T20:03:11.762 INFO:teuthology.orchestra.run.smithi188.stdout:Updating Subscription Management repositories. 2023-12-11T20:03:12.752 INFO:teuthology.orchestra.run.smithi115.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 34 kB/s | 4.5 kB 00:00 2023-12-11T20:03:13.210 INFO:teuthology.orchestra.run.smithi115.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 23 kB/s | 4.1 kB 00:00 2023-12-11T20:03:13.463 INFO:teuthology.orchestra.run.smithi188.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 39 kB/s | 4.5 kB 00:00 2023-12-11T20:03:13.866 INFO:teuthology.orchestra.run.smithi188.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 32 kB/s | 4.1 kB 00:00 2023-12-11T20:03:14.749 INFO:teuthology.orchestra.run.smithi115.stderr:Error: 2023-12-11T20:03:14.749 INFO:teuthology.orchestra.run.smithi115.stderr: Problem: conflicting requests 2023-12-11T20:03:14.749 INFO:teuthology.orchestra.run.smithi115.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:03:14.749 INFO:teuthology.orchestra.run.smithi115.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-11T20:03:14.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T20:03:14.836 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi115 with status 1: 'sudo yum -y install ceph' 2023-12-11T20:03:14.841 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi115 with status 1: 'sudo yum -y install ceph' 2023-12-11T20:03:14.919 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=00233a9d66684f97b149f275970fbae0 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/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_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_5f3731ee8689ef3b0ef7d571e4cc2cb968c78d73/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi115 with status 1: 'sudo yum -y install ceph' 2023-12-11T20:03:14.922 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-11T20:03:14.932 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-11T20:03:14.977 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-11T20:03:14.977 DEBUG:teuthology.orchestra.run.smithi081:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-11T20:03:14.991 DEBUG:teuthology.orchestra.run.smithi115:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-11T20:03:14.995 DEBUG:teuthology.orchestra.run.smithi188:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-11T20:03:15.002 INFO:teuthology.orchestra.run.smithi081.stderr:bash: ntpq: command not found 2023-12-11T20:03:15.007 INFO:teuthology.orchestra.run.smithi081.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-11T20:03:15.007 INFO:teuthology.orchestra.run.smithi081.stdout:=============================================================================== 2023-12-11T20:03:15.008 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 20 +2619us[+2619us] +/- 78ms 2023-12-11T20:03:15.008 INFO:teuthology.orchestra.run.smithi081.stdout:^* hv02.front.sepia.ceph.com 3 6 77 20 -1473us[-1473us] +/- 48ms 2023-12-11T20:03:15.008 INFO:teuthology.orchestra.run.smithi081.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 21 -294us[ -293us] +/- 80ms 2023-12-11T20:03:15.008 INFO:teuthology.orchestra.run.smithi081.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:03:15.009 INFO:teuthology.orchestra.run.smithi115.stderr:bash: ntpq: command not found 2023-12-11T20:03:15.010 INFO:teuthology.orchestra.run.smithi188.stderr:bash: ntpq: command not found 2023-12-11T20:03:15.013 INFO:teuthology.orchestra.run.smithi115.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-11T20:03:15.013 INFO:teuthology.orchestra.run.smithi115.stdout:=============================================================================== 2023-12-11T20:03:15.013 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 21 +2622us[+2626us] +/- 78ms 2023-12-11T20:03:15.013 INFO:teuthology.orchestra.run.smithi115.stdout:^* hv02.front.sepia.ceph.com 3 6 77 21 -1480us[-1476us] +/- 48ms 2023-12-11T20:03:15.014 INFO:teuthology.orchestra.run.smithi115.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 20 -288us[ -288us] +/- 80ms 2023-12-11T20:03:15.014 INFO:teuthology.orchestra.run.smithi115.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:03:15.015 INFO:teuthology.orchestra.run.smithi188.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-11T20:03:15.015 INFO:teuthology.orchestra.run.smithi188.stdout:=============================================================================== 2023-12-11T20:03:15.015 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 21 +2619us[+2672us] +/- 78ms 2023-12-11T20:03:15.015 INFO:teuthology.orchestra.run.smithi188.stdout:^* hv02.front.sepia.ceph.com 3 6 77 21 -1471us[-1418us] +/- 48ms 2023-12-11T20:03:15.016 INFO:teuthology.orchestra.run.smithi188.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 20 -269us[ -269us] +/- 80ms 2023-12-11T20:03:15.016 INFO:teuthology.orchestra.run.smithi188.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-11T20:03:15.016 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-11T20:03:15.028 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-11T20:03:15.028 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-11T20:03:15.061 DEBUG:teuthology.orchestra.run.smithi081:> 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-11T20:03:15.168 DEBUG:teuthology.orchestra.run.smithi115:> 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-11T20:03:15.269 DEBUG:teuthology.orchestra.run.smithi188:> 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-11T20:03:15.366 DEBUG:teuthology.orchestra.run.smithi081:> 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-11T20:03:15.380 INFO:teuthology.orchestra.run.smithi188.stderr:Error: 2023-12-11T20:03:15.381 INFO:teuthology.orchestra.run.smithi188.stderr: Problem: conflicting requests 2023-12-11T20:03:15.381 INFO:teuthology.orchestra.run.smithi188.stderr: - nothing provides lua-devel needed by ceph-2:19.0.0-83.gc56ad3ea.el8.x86_64 2023-12-11T20:03:15.381 INFO:teuthology.orchestra.run.smithi188.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-11T20:03:15.400 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T20:03:15.401 DEBUG:teuthology.orchestra.run.smithi115:> 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-11T20:03:15.432 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T20:03:15.432 DEBUG:teuthology.orchestra.run.smithi188:> 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-11T20:03:15.465 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T20:03:15.465 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-11T20:03:15.475 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-11T20:03:15.554 INFO:teuthology.task.internal:Duration was 725.899603 seconds 2023-12-11T20:03:15.554 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-11T20:03:15.595 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-11T20:03:15.595 DEBUG:teuthology.orchestra.run.smithi081:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-11T20:03:15.597 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T20:03:15.599 DEBUG:teuthology.orchestra.run.smithi115:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-11T20:03:15.601 DEBUG:teuthology.orchestra.run.smithi188:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-11T20:03:15.646 INFO:teuthology.orchestra.run.smithi115.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-11T20:03:15.648 INFO:teuthology.orchestra.run.smithi081.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-11T20:03:15.685 INFO:teuthology.orchestra.run.smithi188.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-11T20:03:16.067 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-11T20:03:16.067 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi081.front.sepia.ceph.com 2023-12-11T20:03:16.067 DEBUG:teuthology.orchestra.run.smithi081:> 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-11T20:03:16.093 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi115.front.sepia.ceph.com 2023-12-11T20:03:16.093 DEBUG:teuthology.orchestra.run.smithi115:> 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-11T20:03:16.115 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi188.front.sepia.ceph.com 2023-12-11T20:03:16.116 DEBUG:teuthology.orchestra.run.smithi188:> 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-11T20:03:16.138 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-11T20:03:16.138 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-11T20:03:16.141 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-11T20:03:16.160 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-11T20:03:16.217 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-11T20:03:16.217 DEBUG:teuthology.orchestra.run.smithi081:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-11T20:03:16.223 DEBUG:teuthology.orchestra.run.smithi115:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-11T20:03:16.238 DEBUG:teuthology.orchestra.run.smithi188:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-11T20:03:16.325 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-11T20:03:16.339 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-11T20:03:16.340 DEBUG:teuthology.orchestra.run.smithi081:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-11T20:03:16.388 DEBUG:teuthology.orchestra.run.smithi115:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-11T20:03:16.421 DEBUG:teuthology.orchestra.run.smithi188:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-11T20:03:16.460 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-11T20:03:16.472 DEBUG:teuthology.orchestra.run.smithi081:> 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-11T20:03:16.474 DEBUG:teuthology.orchestra.run.smithi115:> 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-11T20:03:16.479 DEBUG:teuthology.orchestra.run.smithi188:> 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-11T20:03:16.499 INFO:teuthology.orchestra.run.smithi081.stdout:kernel.core_pattern = core 2023-12-11T20:03:16.500 INFO:teuthology.orchestra.run.smithi115.stdout:kernel.core_pattern = core 2023-12-11T20:03:16.527 INFO:teuthology.orchestra.run.smithi188.stdout:kernel.core_pattern = core 2023-12-11T20:03:16.555 DEBUG:teuthology.orchestra.run.smithi081:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-11T20:03:16.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T20:03:16.572 DEBUG:teuthology.orchestra.run.smithi115:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-11T20:03:16.588 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T20:03:16.588 DEBUG:teuthology.orchestra.run.smithi188:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-11T20:03:16.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-11T20:03:16.612 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-11T20:03:16.624 INFO:teuthology.task.internal:Transferring archived files... 2023-12-11T20:03:16.625 DEBUG:teuthology.misc:Transferring archived files from smithi081:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260/remote/smithi081 2023-12-11T20:03:16.626 DEBUG:teuthology.orchestra.run.smithi081:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-11T20:03:16.679 DEBUG:teuthology.misc:Transferring archived files from smithi115:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260/remote/smithi115 2023-12-11T20:03:16.680 DEBUG:teuthology.orchestra.run.smithi115:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-11T20:03:16.725 DEBUG:teuthology.misc:Transferring archived files from smithi188:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260/remote/smithi188 2023-12-11T20:03:16.726 DEBUG:teuthology.orchestra.run.smithi188:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-11T20:03:16.774 INFO:teuthology.task.internal:Removing archive directory... 2023-12-11T20:03:16.774 DEBUG:teuthology.orchestra.run.smithi081:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-11T20:03:16.777 DEBUG:teuthology.orchestra.run.smithi115:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-11T20:03:16.779 DEBUG:teuthology.orchestra.run.smithi188:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-11T20:03:16.825 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-11T20:03:16.840 INFO:teuthology.task.internal:Not uploading archives. 2023-12-11T20:03:16.841 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-11T20:03:16.871 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-11T20:03:16.872 DEBUG:teuthology.orchestra.run.smithi081:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-11T20:03:16.874 DEBUG:teuthology.orchestra.run.smithi115:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-11T20:03:16.876 DEBUG:teuthology.orchestra.run.smithi188:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-11T20:03:16.888 INFO:teuthology.orchestra.run.smithi081.stdout: 262170 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 11 20:03 /home/ubuntu/cephtest 2023-12-11T20:03:16.890 INFO:teuthology.orchestra.run.smithi115.stdout: 262324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 11 20:03 /home/ubuntu/cephtest 2023-12-11T20:03:16.894 INFO:teuthology.orchestra.run.smithi188.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 11 20:03 /home/ubuntu/cephtest 2023-12-11T20:03:16.895 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-11T20:03:16.907 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-11T20:03:17.024 INFO:teuthology.nuke:Checking targets against current locks 2023-12-11T20:03:17.028 INFO:teuthology.orchestra.run.smithi081.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-11T20:03:17.028 INFO:teuthology.orchestra.run.smithi081.stdout:Installed products updated. 2023-12-11T20:03:17.052 DEBUG:teuthology.nuke:shortname: smithi081 2023-12-11T20:03:17.052 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-11T20:03:17.078 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi081.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260', '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-11 19:45:38.852150', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-11T20:03:17.082 DEBUG:teuthology.nuke:shortname: smithi115 2023-12-11T20:03:17.082 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-11T20:03:17.103 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi115.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260', '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-11 19:45:38.853579', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-11T20:03:17.107 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:03:17.107 INFO:teuthology.orchestra.run.smithi081.stdout:Installed: 2023-12-11T20:03:17.107 INFO:teuthology.orchestra.run.smithi081.stdout: ceph-test-2:19.0.0-83.gc56ad3ea.el8.x86_64 jq-1.6-3.el8.x86_64 2023-12-11T20:03:17.107 INFO:teuthology.orchestra.run.smithi081.stdout: libcephsqlite-2:19.0.0-83.gc56ad3ea.el8.x86_64 oniguruma-6.8.2-2.el8.x86_64 2023-12-11T20:03:17.107 INFO:teuthology.orchestra.run.smithi081.stdout: socat-1.7.4.1-1.el8.x86_64 xmlstarlet-1.6.1-20.el8.x86_64 2023-12-11T20:03:17.108 INFO:teuthology.orchestra.run.smithi081.stdout: 2023-12-11T20:03:17.108 INFO:teuthology.orchestra.run.smithi081.stdout:Complete! 2023-12-11T20:03:17.112 DEBUG:teuthology.nuke:shortname: smithi188 2023-12-11T20:03:17.112 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-11T20:03:17.133 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi188.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-11_16:41:51-rados-wip-yuri3-testing-2023-12-07-0727-distro-default-smithi/7487260', '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-11 19:45:38.850507', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-11T20:03:17.145 INFO:teuthology.orchestra.console.smithi081:Power off 2023-12-11T20:03:17.146 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-11T20:03:17.163 INFO:teuthology.orchestra.console.smithi115:Power off 2023-12-11T20:03:17.164 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-11T20:03:17.174 DEBUG:teuthology.orchestra.console.smithi081:power off output: Chassis Power Control: Down/Off 2023-12-11T20:03:17.174 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:17.189 DEBUG:teuthology.orchestra.console.smithi115:power off output: Chassis Power Control: Down/Off 2023-12-11T20:03:17.190 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:17.200 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2023-12-11T20:03:17.217 INFO:teuthology.orchestra.console.smithi188:Power off 2023-12-11T20:03:17.217 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-11T20:03:17.227 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2023-12-11T20:03:17.240 DEBUG:teuthology.orchestra.console.smithi188:power off output: Chassis Power Control: Down/Off 2023-12-11T20:03:17.241 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:17.254 DEBUG:teuthology.orchestra.run.smithi081:> sudo yum -y install ceph 2023-12-11T20:03:17.270 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-12-11T20:03:17.626 INFO:teuthology.orchestra.run.smithi081.stdout:Updating Subscription Management repositories. 2023-12-11T20:03:19.334 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2023-12-11T20:03:19.678 INFO:teuthology.orchestra.run.smithi081.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 27 kB/s | 4.5 kB 00:00 2023-12-11T20:03:20.993 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-11T20:03:21.201 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:21.228 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:21.270 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:21.312 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is on 2023-12-11T20:03:21.339 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2023-12-11T20:03:21.382 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-12-11T20:03:25.314 DEBUG:teuthology.orchestra.console.smithi081:pexpect command: ipmitool -H smithi081.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:25.340 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:25.383 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:25.425 DEBUG:teuthology.orchestra.console.smithi081:check power output: Chassis Power is off 2023-12-11T20:03:25.451 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is on 2023-12-11T20:03:25.494 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is on 2023-12-11T20:03:25.526 INFO:teuthology.orchestra.console.smithi081:Power off completed 2023-12-11T20:03:29.454 DEBUG:teuthology.orchestra.console.smithi115:pexpect command: ipmitool -H smithi115.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:29.495 DEBUG:teuthology.orchestra.console.smithi188:pexpect command: ipmitool -H smithi188.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-11T20:03:29.566 DEBUG:teuthology.orchestra.console.smithi115:check power output: Chassis Power is off 2023-12-11T20:03:29.609 DEBUG:teuthology.orchestra.console.smithi188:check power output: Chassis Power is off 2023-12-11T20:03:29.667 INFO:teuthology.orchestra.console.smithi115:Power off completed 2023-12-11T20:03:29.710 INFO:teuthology.orchestra.console.smithi188:Power off completed 2023-12-11T20:03:29.817 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/classic task/test_host_drain} duration: 725.8996031284332 failure_reason: 'Command failed on smithi115 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=00233a9d66684f97b149f275970fbae0 status: fail success: false 2023-12-11T20:03:29.817 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-11T20:03:29.894 INFO:teuthology.run:FAIL