2023-12-01T16:58:11.181 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T16:58:11.182 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} --name adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi --archive /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258 --owner scheduled_adking@teuthology -- /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258/orig.config.yaml 2023-12-01T16:58:11.213 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T16:58:11.289 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258 branch: wip-adk-testing-2023-11-30-1735 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7474258' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk-testing-2023-11-30-1735 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-30-1735 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 owner: scheduled_adking@teuthology priority: 50 repo: https://git.ceph.com/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: 6799 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-30-1735 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 targets: smithi012.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi177.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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-01_16:40:50 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T16:58:11.290 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa; will attempt to use it 2023-12-01T16:58:11.290 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks 2023-12-01T16:58:11.290 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T16:58:11.292 INFO:teuthology.task.internal:Checking packages... 2023-12-01T16:58:11.320 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'b5f2d3894d094aabe62070fbfb31ffe158591885' 2023-12-01T16:58:11.320 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T16:58:11.321 INFO:teuthology.packaging:ref: None 2023-12-01T16:58:11.321 INFO:teuthology.packaging:tag: None 2023-12-01T16:58:11.321 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-30-1735 2023-12-01T16:58:11.321 INFO:teuthology.packaging:sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T16:58:11.321 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-30-1735 2023-12-01T16:58:11.461 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7673.gb5f2d389 2023-12-01T16:58:11.461 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T16:58:11.468 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T16:58:11.468 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T16:58:11.474 INFO:teuthology.task.internal:Saving configuration 2023-12-01T16:58:11.487 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T16:58:11.493 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T16:58:11.519 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258', '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-01 16:53:06.824892', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:58:11.539 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258', '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-01 16:53:06.826169', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:58:11.563 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258', '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-01 16:53:06.823407', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T16:58:11.563 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T16:58:11.570 INFO:teuthology.task.internal:roles: ubuntu@smithi012.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-01T16:58:11.570 INFO:teuthology.task.internal:roles: ubuntu@smithi170.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-01T16:58:11.570 INFO:teuthology.task.internal:roles: ubuntu@smithi177.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-01T16:58:11.570 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T16:58:11.681 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0c82d1dee0>, signals=[15]) 2023-12-01T16:58:11.681 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T16:58:11.688 INFO:teuthology.task.internal:Opening connections... 2023-12-01T16:58:11.688 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi012.front.sepia.ceph.com 2023-12-01T16:58:11.691 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:58:11.759 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2023-12-01T16:58:11.760 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:58:11.832 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi177.front.sepia.ceph.com 2023-12-01T16:58:11.832 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T16:58:11.901 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T16:58:11.908 DEBUG:teuthology.orchestra.run.smithi012:> uname -m 2023-12-01T16:58:11.930 INFO:teuthology.orchestra.run.smithi012.stdout:x86_64 2023-12-01T16:58:11.930 DEBUG:teuthology.orchestra.run.smithi012:> cat /etc/os-release 2023-12-01T16:58:11.990 INFO:teuthology.orchestra.run.smithi012.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T16:58:11.990 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T16:58:11.990 INFO:teuthology.orchestra.run.smithi012.stdout:ID="rhel" 2023-12-01T16:58:11.991 INFO:teuthology.orchestra.run.smithi012.stdout:ID_LIKE="fedora" 2023-12-01T16:58:11.991 INFO:teuthology.orchestra.run.smithi012.stdout:VERSION_ID="8.6" 2023-12-01T16:58:11.991 INFO:teuthology.orchestra.run.smithi012.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:58:11.991 INFO:teuthology.orchestra.run.smithi012.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T16:58:11.991 INFO:teuthology.orchestra.run.smithi012.stdout:ANSI_COLOR="0;31" 2023-12-01T16:58:11.991 INFO:teuthology.orchestra.run.smithi012.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T16:58:11.991 INFO:teuthology.orchestra.run.smithi012.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T16:58:11.991 INFO:teuthology.orchestra.run.smithi012.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T16:58:11.991 INFO:teuthology.orchestra.run.smithi012.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:58:11.991 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T16:58:11.992 INFO:teuthology.orchestra.run.smithi012.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:58:11.992 INFO:teuthology.orchestra.run.smithi012.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T16:58:11.992 INFO:teuthology.orchestra.run.smithi012.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T16:58:11.992 INFO:teuthology.orchestra.run.smithi012.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T16:58:11.992 INFO:teuthology.lock.ops:Updating smithi012.front.sepia.ceph.com on lock server 2023-12-01T16:58:12.018 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2023-12-01T16:58:12.039 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2023-12-01T16:58:12.039 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:ID="rhel" 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE="fedora" 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="8.6" 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:ANSI_COLOR="0;31" 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T16:58:12.102 INFO:teuthology.orchestra.run.smithi170.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T16:58:12.103 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:58:12.103 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T16:58:12.103 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:58:12.103 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T16:58:12.103 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T16:58:12.103 INFO:teuthology.orchestra.run.smithi170.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T16:58:12.103 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2023-12-01T16:58:12.126 DEBUG:teuthology.orchestra.run.smithi177:> uname -m 2023-12-01T16:58:12.147 INFO:teuthology.orchestra.run.smithi177.stdout:x86_64 2023-12-01T16:58:12.148 DEBUG:teuthology.orchestra.run.smithi177:> cat /etc/os-release 2023-12-01T16:58:12.208 INFO:teuthology.orchestra.run.smithi177.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T16:58:12.208 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T16:58:12.208 INFO:teuthology.orchestra.run.smithi177.stdout:ID="rhel" 2023-12-01T16:58:12.208 INFO:teuthology.orchestra.run.smithi177.stdout:ID_LIKE="fedora" 2023-12-01T16:58:12.208 INFO:teuthology.orchestra.run.smithi177.stdout:VERSION_ID="8.6" 2023-12-01T16:58:12.208 INFO:teuthology.orchestra.run.smithi177.stdout:PLATFORM_ID="platform:el8" 2023-12-01T16:58:12.208 INFO:teuthology.orchestra.run.smithi177.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T16:58:12.208 INFO:teuthology.orchestra.run.smithi177.stdout:ANSI_COLOR="0;31" 2023-12-01T16:58:12.208 INFO:teuthology.orchestra.run.smithi177.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T16:58:12.208 INFO:teuthology.orchestra.run.smithi177.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T16:58:12.209 INFO:teuthology.orchestra.run.smithi177.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T16:58:12.209 INFO:teuthology.orchestra.run.smithi177.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T16:58:12.209 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T16:58:12.209 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T16:58:12.209 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T16:58:12.209 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T16:58:12.209 INFO:teuthology.orchestra.run.smithi177.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T16:58:12.209 INFO:teuthology.lock.ops:Updating smithi177.front.sepia.ceph.com on lock server 2023-12-01T16:58:12.234 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T16:58:12.243 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T16:58:12.249 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T16:58:12.249 DEBUG:teuthology.orchestra.run.smithi012:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:58:12.251 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:58:12.254 DEBUG:teuthology.orchestra.run.smithi177:> test '!' -e /home/ubuntu/cephtest 2023-12-01T16:58:12.272 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T16:58:12.278 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T16:58:12.278 DEBUG:teuthology.orchestra.run.smithi012:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:58:12.311 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:58:12.317 DEBUG:teuthology.orchestra.run.smithi177:> test -z $(ls -A /var/lib/ceph) 2023-12-01T16:58:12.345 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T16:58:12.423 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T16:58:12.438 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T16:58:12.438 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-01T16:58:12.438 DEBUG:teuthology.orchestra.run.smithi012:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:58:12.439 DEBUG:teuthology.orchestra.run.smithi170:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:58:12.439 DEBUG:teuthology.orchestra.run.smithi177:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T16:58:12.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:58:12.459 DEBUG:teuthology.orchestra.run.smithi177:> uname -r 2023-12-01T16:58:12.459 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:58:12.460 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:58:12.460 DEBUG:teuthology.orchestra.run.smithi012:> uname -r 2023-12-01T16:58:12.461 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2023-12-01T16:58:12.518 INFO:teuthology.orchestra.run.smithi177.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:12.518 INFO:teuthology.task.kernel:Running kernel on smithi177: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:12.518 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum install -y kernel 2023-12-01T16:58:12.520 INFO:teuthology.orchestra.run.smithi012.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:12.520 INFO:teuthology.task.kernel:Running kernel on smithi012: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:12.520 DEBUG:teuthology.orchestra.run.smithi012:> sudo yum install -y kernel 2023-12-01T16:58:12.524 INFO:teuthology.orchestra.run.smithi170.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:12.525 INFO:teuthology.task.kernel:Running kernel on smithi170: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:12.525 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum install -y kernel 2023-12-01T16:58:13.777 INFO:teuthology.orchestra.run.smithi012.stdout:Updating Subscription Management repositories. 2023-12-01T16:58:13.778 INFO:teuthology.orchestra.run.smithi012.stdout:Unable to read consumer identity 2023-12-01T16:58:13.788 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:58:13.788 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-12-01T16:58:13.807 INFO:teuthology.orchestra.run.smithi170.stdout:Updating Subscription Management repositories. 2023-12-01T16:58:13.807 INFO:teuthology.orchestra.run.smithi170.stdout:Unable to read consumer identity 2023-12-01T16:58:15.333 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 13 kB/s | 3.5 kB 00:00 2023-12-01T16:58:15.349 INFO:teuthology.orchestra.run.smithi170.stdout:Copr repo for python3-asyncssh owned by ceph 16 kB/s | 3.5 kB 00:00 2023-12-01T16:58:15.362 INFO:teuthology.orchestra.run.smithi012.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-12-01T16:58:16.225 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-12-01T16:58:16.391 INFO:teuthology.orchestra.run.smithi170.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:01 2023-12-01T16:58:16.512 INFO:teuthology.orchestra.run.smithi012.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-01T16:58:19.675 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 583 kB/s | 24 kB 00:00 2023-12-01T16:58:19.908 INFO:teuthology.orchestra.run.smithi170.stdout:lab-extras 367 kB/s | 24 kB 00:00 2023-12-01T16:58:20.295 INFO:teuthology.orchestra.run.smithi012.stdout:lab-extras 404 kB/s | 24 kB 00:00 2023-12-01T16:58:20.319 INFO:teuthology.orchestra.run.smithi177.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T16:58:20.370 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T16:58:20.372 INFO:teuthology.orchestra.run.smithi177.stdout:Nothing to do. 2023-12-01T16:58:20.372 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T16:58:20.479 DEBUG:teuthology.orchestra.run.smithi177:> echo no | sudo yum reinstall kernel || true 2023-12-01T16:58:20.577 INFO:teuthology.orchestra.run.smithi170.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T16:58:20.634 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-12-01T16:58:20.635 INFO:teuthology.orchestra.run.smithi170.stdout:Nothing to do. 2023-12-01T16:58:20.635 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-12-01T16:58:20.792 DEBUG:teuthology.orchestra.run.smithi170:> echo no | sudo yum reinstall kernel || true 2023-12-01T16:58:20.810 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:58:20.810 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-12-01T16:58:20.989 INFO:teuthology.orchestra.run.smithi012.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T16:58:21.039 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2023-12-01T16:58:21.040 INFO:teuthology.orchestra.run.smithi012.stdout:Nothing to do. 2023-12-01T16:58:21.040 INFO:teuthology.orchestra.run.smithi012.stdout:Complete! 2023-12-01T16:58:21.077 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:58:19 PM UTC. 2023-12-01T16:58:21.122 INFO:teuthology.orchestra.run.smithi170.stdout:Updating Subscription Management repositories. 2023-12-01T16:58:21.122 INFO:teuthology.orchestra.run.smithi170.stdout:Unable to read consumer identity 2023-12-01T16:58:21.126 INFO:teuthology.orchestra.run.smithi177.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:58:21.172 INFO:teuthology.orchestra.run.smithi177.stderr:Error: No packages marked for reinstall. 2023-12-01T16:58:21.185 DEBUG:teuthology.orchestra.run.smithi012:> echo no | sudo yum reinstall kernel || true 2023-12-01T16:58:21.218 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum reinstall -y kernel || true 2023-12-01T16:58:21.385 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:58:19 PM UTC. 2023-12-01T16:58:21.430 INFO:teuthology.orchestra.run.smithi170.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:58:21.464 INFO:teuthology.orchestra.run.smithi170.stderr:Error: No packages marked for reinstall. 2023-12-01T16:58:21.510 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum reinstall -y kernel || true 2023-12-01T16:58:21.534 INFO:teuthology.orchestra.run.smithi012.stdout:Updating Subscription Management repositories. 2023-12-01T16:58:21.534 INFO:teuthology.orchestra.run.smithi012.stdout:Unable to read consumer identity 2023-12-01T16:58:21.548 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T16:58:21.548 INFO:teuthology.orchestra.run.smithi177.stdout:Unable to read consumer identity 2023-12-01T16:58:21.805 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:58:19 PM UTC. 2023-12-01T16:58:21.812 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 04:58:20 PM UTC. 2023-12-01T16:58:21.841 INFO:teuthology.orchestra.run.smithi170.stdout:Updating Subscription Management repositories. 2023-12-01T16:58:21.841 INFO:teuthology.orchestra.run.smithi170.stdout:Unable to read consumer identity 2023-12-01T16:58:21.846 INFO:teuthology.orchestra.run.smithi177.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:58:21.857 INFO:teuthology.orchestra.run.smithi012.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:58:21.880 INFO:teuthology.orchestra.run.smithi177.stderr:Error: No packages marked for reinstall. 2023-12-01T16:58:21.907 INFO:teuthology.orchestra.run.smithi012.stderr:Error: No packages marked for reinstall. 2023-12-01T16:58:21.931 DEBUG:teuthology.orchestra.run.smithi177:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:58:21.955 DEBUG:teuthology.orchestra.run.smithi012:> sudo yum reinstall -y kernel || true 2023-12-01T16:58:22.012 INFO:teuthology.orchestra.run.smithi177.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:22.013 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:22.013 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T16:58:22.013 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-01T16:58:22.013 DEBUG:teuthology.orchestra.run.smithi177:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:58:22.044 INFO:teuthology.orchestra.run.smithi177.stdout:ttyS1 2023-12-01T16:58:22.064 DEBUG:teuthology.parallel:result is None 2023-12-01T16:58:22.098 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 04:58:19 PM UTC. 2023-12-01T16:58:22.141 INFO:teuthology.orchestra.run.smithi170.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:58:22.174 INFO:teuthology.orchestra.run.smithi170.stderr:Error: No packages marked for reinstall. 2023-12-01T16:58:22.220 DEBUG:teuthology.orchestra.run.smithi170:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:58:22.300 INFO:teuthology.orchestra.run.smithi170.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:22.300 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:22.300 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T16:58:22.300 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T16:58:22.300 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:58:22.303 INFO:teuthology.orchestra.run.smithi012.stdout:Updating Subscription Management repositories. 2023-12-01T16:58:22.304 INFO:teuthology.orchestra.run.smithi012.stdout:Unable to read consumer identity 2023-12-01T16:58:22.326 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2023-12-01T16:58:22.343 DEBUG:teuthology.parallel:result is None 2023-12-01T16:58:22.578 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 04:58:20 PM UTC. 2023-12-01T16:58:22.619 INFO:teuthology.orchestra.run.smithi012.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T16:58:22.656 INFO:teuthology.orchestra.run.smithi012.stderr:Error: No packages marked for reinstall. 2023-12-01T16:58:22.704 DEBUG:teuthology.orchestra.run.smithi012:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T16:58:22.787 INFO:teuthology.orchestra.run.smithi012.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:22.787 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T16:58:22.787 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T16:58:22.787 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T16:58:22.787 DEBUG:teuthology.orchestra.run.smithi012:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T16:58:22.825 INFO:teuthology.orchestra.run.smithi012.stdout:ttyS1 2023-12-01T16:58:22.837 DEBUG:teuthology.parallel:result is None 2023-12-01T16:58:22.837 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T16:58:22.844 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T16:58:22.844 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:58:22.880 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:58:22.882 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T16:58:22.901 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T16:58:22.908 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T16:58:22.915 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T16:58:22.915 DEBUG:teuthology.orchestra.run.smithi012:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:58:22.937 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:58:22.940 DEBUG:teuthology.orchestra.run.smithi177:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T16:58:22.967 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T16:58:22.975 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T16:58:22.975 DEBUG:teuthology.orchestra.run.smithi012:> 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-01T16:58:23.002 DEBUG:teuthology.orchestra.run.smithi170:> 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-01T16:58:23.006 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:58:23.037 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:58:23.037 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:58:23.037 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:58:23.046 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:58:23.047 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:58:23.047 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T16:58:23.049 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T16:58:23.056 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T16:58:23.056 DEBUG:teuthology.orchestra.run.smithi012:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T16:58:23.091 DEBUG:teuthology.orchestra.run.smithi170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T16:58:23.093 DEBUG:teuthology.orchestra.run.smithi177:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T16:58:23.121 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T16:58:23.130 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T16:58:23.131 DEBUG:teuthology.orchestra.run.smithi012:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:58:23.159 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:58:23.162 DEBUG:teuthology.orchestra.run.smithi177:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T16:58:23.178 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:58:23.258 DEBUG:teuthology.orchestra.run.smithi012:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:58:23.316 DEBUG:teuthology.orchestra.run.smithi012:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:58:23.401 DEBUG:teuthology.orchestra.run.smithi012:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:58:23.443 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-12-01T16:58:23.443 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:58:23.533 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:58:23.577 DEBUG:teuthology.orchestra.run.smithi170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:58:23.629 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:58:23.716 DEBUG:teuthology.orchestra.run.smithi170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:58:23.757 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-12-01T16:58:23.757 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:58:23.825 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:58:23.875 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T16:58:23.929 DEBUG:teuthology.orchestra.run.smithi177:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:58:24.021 DEBUG:teuthology.orchestra.run.smithi177:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T16:58:24.060 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-01T16:58:24.061 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T16:58:24.131 DEBUG:teuthology.orchestra.run.smithi012:> sudo service rsyslog restart 2023-12-01T16:58:24.134 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2023-12-01T16:58:24.137 DEBUG:teuthology.orchestra.run.smithi177:> sudo service rsyslog restart 2023-12-01T16:58:24.189 INFO:teuthology.orchestra.run.smithi170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:58:24.189 INFO:teuthology.orchestra.run.smithi012.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:58:24.225 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T16:58:24.683 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T16:58:24.691 INFO:teuthology.task.internal:Starting timer... 2023-12-01T16:58:24.692 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T16:58:24.702 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T16:58:24.713 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T16:58:24.714 DEBUG:teuthology.orchestra.run.smithi012:> sudo service auditd rotate 2023-12-01T16:58:24.770 INFO:teuthology.orchestra.run.smithi012.stdout:Rotating logs: 2023-12-01T16:58:24.772 DEBUG:teuthology.orchestra.run.smithi170:> sudo service auditd rotate 2023-12-01T16:58:24.839 INFO:teuthology.orchestra.run.smithi170.stdout:Rotating logs: 2023-12-01T16:58:24.841 DEBUG:teuthology.orchestra.run.smithi177:> sudo service auditd rotate 2023-12-01T16:58:24.906 INFO:teuthology.orchestra.run.smithi177.stdout:Rotating logs: 2023-12-01T16:58:24.908 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T16:58:24.908 DEBUG:teuthology.orchestra.run.smithi012:> /usr/sbin/getenforce 2023-12-01T16:58:24.936 INFO:teuthology.orchestra.run.smithi012.stdout:Permissive 2023-12-01T16:58:24.936 DEBUG:teuthology.orchestra.run.smithi170:> /usr/sbin/getenforce 2023-12-01T16:58:24.962 INFO:teuthology.orchestra.run.smithi170.stdout:Permissive 2023-12-01T16:58:24.962 DEBUG:teuthology.orchestra.run.smithi177:> /usr/sbin/getenforce 2023-12-01T16:58:24.984 INFO:teuthology.orchestra.run.smithi177.stdout:Permissive 2023-12-01T16:58:24.984 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi012.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi170.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi177.front.sepia.ceph.com': 'permissive'} 2023-12-01T16:58:24.984 DEBUG:teuthology.orchestra.run.smithi012:> 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-01T16:58:25.014 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:58:25.014 DEBUG:teuthology.orchestra.run.smithi170:> 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-01T16:58:25.041 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:58:25.041 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T16:58:25.067 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T16:58:25.067 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T16:58:25.068 DEBUG:teuthology.orchestra.run.smithi012:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:58:25.096 DEBUG:teuthology.orchestra.run.smithi170:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:58:25.123 DEBUG:teuthology.orchestra.run.smithi177:> sudo /usr/sbin/setenforce permissive 2023-12-01T16:58:25.152 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T16:58:25.161 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-01T16:58:25.161 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T16:58:25.185 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-01T16:58:25.186 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi012.front.sepia.ceph.com,smithi170.front.sepia.ceph.com,smithi177.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T17:09:16.815 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi012.front.sepia.ceph.com'), Remote(name='ubuntu@smithi170.front.sepia.ceph.com'), Remote(name='ubuntu@smithi177.front.sepia.ceph.com')] 2023-12-01T17:09:16.817 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi012.front.sepia.ceph.com' 2023-12-01T17:09:16.817 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi012.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:09:16.890 DEBUG:teuthology.orchestra.run.smithi012:> true 2023-12-01T17:09:16.964 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi012.front.sepia.ceph.com' 2023-12-01T17:09:16.964 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-12-01T17:09:16.964 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:09:17.033 DEBUG:teuthology.orchestra.run.smithi170:> true 2023-12-01T17:09:17.101 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2023-12-01T17:09:17.102 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-01T17:09:17.102 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi177.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T17:09:17.171 DEBUG:teuthology.orchestra.run.smithi177:> true 2023-12-01T17:09:17.245 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi177.front.sepia.ceph.com' 2023-12-01T17:09:17.245 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T17:09:17.257 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T17:09:17.258 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T17:09:17.258 DEBUG:teuthology.orchestra.run.smithi012:> 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-01T17:09:17.261 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T17:09:17.261 DEBUG:teuthology.orchestra.run.smithi170:> 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-01T17:09:17.265 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T17:09:17.265 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T17:09:17.296 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T17:09:17.297 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T17:09:17.312 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T17:09:17.313 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T17:09:17.319 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T17:09:17.334 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T17:09:17.381 INFO:teuthology.orchestra.run.smithi170.stderr:sudo: ntpd: command not found 2023-12-01T17:09:17.392 INFO:teuthology.orchestra.run.smithi012.stderr:sudo: ntpd: command not found 2023-12-01T17:09:17.394 INFO:teuthology.orchestra.run.smithi170.stdout:506 Cannot talk to daemon 2023-12-01T17:09:17.405 INFO:teuthology.orchestra.run.smithi012.stdout:506 Cannot talk to daemon 2023-12-01T17:09:17.410 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T17:09:17.412 INFO:teuthology.orchestra.run.smithi177.stderr:sudo: ntpd: command not found 2023-12-01T17:09:17.421 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T17:09:17.424 INFO:teuthology.orchestra.run.smithi170.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T17:09:17.424 INFO:teuthology.orchestra.run.smithi177.stdout:506 Cannot talk to daemon 2023-12-01T17:09:17.436 INFO:teuthology.orchestra.run.smithi012.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T17:09:17.440 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T17:09:17.454 INFO:teuthology.orchestra.run.smithi177.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T17:09:17.489 INFO:teuthology.orchestra.run.smithi170.stderr:bash: ntpq: command not found 2023-12-01T17:09:17.492 INFO:teuthology.orchestra.run.smithi170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:09:17.492 INFO:teuthology.orchestra.run.smithi170.stdout:=============================================================================== 2023-12-01T17:09:17.492 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.493 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.493 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.493 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.518 INFO:teuthology.orchestra.run.smithi012.stderr:bash: ntpq: command not found 2023-12-01T17:09:17.522 INFO:teuthology.orchestra.run.smithi012.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:09:17.522 INFO:teuthology.orchestra.run.smithi012.stdout:=============================================================================== 2023-12-01T17:09:17.522 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.522 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.522 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.522 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.524 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2023-12-01T17:09:17.527 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:09:17.527 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2023-12-01T17:09:17.527 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.527 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.527 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.528 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:09:17.528 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T17:09:17.543 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T17:09:17.544 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi012.front.sepia.ceph.com 2023-12-01T17:09:17.544 DEBUG:teuthology.orchestra.run.smithi012:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T17:09:17.544 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi170.front.sepia.ceph.com 2023-12-01T17:09:17.545 DEBUG:teuthology.orchestra.run.smithi170:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T17:09:17.545 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi177.front.sepia.ceph.com 2023-12-01T17:09:17.545 DEBUG:teuthology.orchestra.run.smithi177:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T17:09:17.915 INFO:teuthology.orchestra.run.smithi170.stdout:Updating Subscription Management repositories. 2023-12-01T17:09:17.945 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T17:09:17.958 INFO:teuthology.orchestra.run.smithi012.stdout:Updating Subscription Management repositories. 2023-12-01T17:09:19.359 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:05 ago on Fri 01 Dec 2023 05:07:13 PM UTC. 2023-12-01T17:09:19.475 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:06 ago on Fri 01 Dec 2023 05:07:13 PM UTC. 2023-12-01T17:09:19.490 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:01:53 ago on Fri 01 Dec 2023 05:07:26 PM UTC. 2023-12-01T17:09:21.069 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-12-01T17:09:21.070 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-12-01T17:09:21.070 INFO:teuthology.orchestra.run.smithi170.stdout: Package Architecture Version Repository Size 2023-12-01T17:09:21.070 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-12-01T17:09:21.070 INFO:teuthology.orchestra.run.smithi170.stdout:Resetting modules: 2023-12-01T17:09:21.070 INFO:teuthology.orchestra.run.smithi170.stdout: container-tools 2023-12-01T17:09:21.070 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:09:21.070 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2023-12-01T17:09:21.070 INFO:teuthology.orchestra.run.smithi170.stdout:================================================================================ 2023-12-01T17:09:21.070 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:09:21.244 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T17:09:21.246 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T17:09:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: Package Architecture Version Repository Size 2023-12-01T17:09:21.246 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T17:09:21.246 INFO:teuthology.orchestra.run.smithi177.stdout:Resetting modules: 2023-12-01T17:09:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 2023-12-01T17:09:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:09:21.246 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T17:09:21.246 INFO:teuthology.orchestra.run.smithi177.stdout:================================================================================ 2023-12-01T17:09:21.246 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:09:21.494 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2023-12-01T17:09:21.495 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2023-12-01T17:09:21.496 INFO:teuthology.orchestra.run.smithi012.stdout: Package Architecture Version Repository Size 2023-12-01T17:09:21.496 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2023-12-01T17:09:21.496 INFO:teuthology.orchestra.run.smithi012.stdout:Resetting modules: 2023-12-01T17:09:21.496 INFO:teuthology.orchestra.run.smithi012.stdout: container-tools 2023-12-01T17:09:21.496 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:09:21.496 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction Summary 2023-12-01T17:09:21.496 INFO:teuthology.orchestra.run.smithi012.stdout:================================================================================ 2023-12-01T17:09:21.496 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:09:22.032 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:08 ago on Fri 01 Dec 2023 05:07:13 PM UTC. 2023-12-01T17:09:22.206 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:08 ago on Fri 01 Dec 2023 05:07:13 PM UTC. 2023-12-01T17:09:22.515 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:01:56 ago on Fri 01 Dec 2023 05:07:26 PM UTC. 2023-12-01T17:09:30.756 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-12-01T17:09:30.960 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T17:09:30.983 INFO:teuthology.orchestra.run.smithi012.stdout:Complete! 2023-12-01T17:09:31.217 INFO:teuthology.orchestra.run.smithi170.stdout:Updating Subscription Management repositories. 2023-12-01T17:09:31.419 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T17:09:31.473 INFO:teuthology.orchestra.run.smithi012.stdout:Updating Subscription Management repositories. 2023-12-01T17:09:32.827 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:19 ago on Fri 01 Dec 2023 05:07:13 PM UTC. 2023-12-01T17:09:33.066 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:19 ago on Fri 01 Dec 2023 05:07:13 PM UTC. 2023-12-01T17:09:33.096 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:02:06 ago on Fri 01 Dec 2023 05:07:26 PM UTC. 2023-12-01T17:09:34.520 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-12-01T17:09:34.617 INFO:teuthology.orchestra.run.smithi170.stdout:========================================================================================================================== 2023-12-01T17:09:34.617 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2023-12-01T17:09:34.617 INFO:teuthology.orchestra.run.smithi170.stdout:========================================================================================================================== 2023-12-01T17:09:34.617 INFO:teuthology.orchestra.run.smithi170.stdout:Installing group/module packages: 2023-12-01T17:09:34.617 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.617 INFO:teuthology.orchestra.run.smithi170.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T17:09:34.617 INFO:teuthology.orchestra.run.smithi170.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2023-12-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.stdout:Downgrading: 2023-12-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.618 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.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-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.stdout:Installing module profiles: 2023-12-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.stdout: container-tools/common 2023-12-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.stdout:Enabling module streams: 2023-12-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.stdout: container-tools 3.0 2023-12-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2023-12-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.stdout:========================================================================================================================== 2023-12-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.stdout:Install 7 Packages 2023-12-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.stdout:Downgrade 12 Packages 2023-12-01T17:09:34.619 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:09:34.620 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 51 M 2023-12-01T17:09:34.620 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2023-12-01T17:09:34.799 INFO:teuthology.orchestra.run.smithi170.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 288 kB/s | 51 kB 00:00 2023-12-01T17:09:34.821 INFO:teuthology.orchestra.run.smithi170.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 265 kB/s | 53 kB 00:00 2023-12-01T17:09:34.838 INFO:teuthology.orchestra.run.smithi170.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 420 kB/s | 91 kB 00:00 2023-12-01T17:09:34.849 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T17:09:34.913 INFO:teuthology.orchestra.run.smithi170.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 4.4 MB/s | 511 kB 00:00 2023-12-01T17:09:34.939 INFO:teuthology.orchestra.run.smithi170.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 587 kB/s | 69 kB 00:00 2023-12-01T17:09:34.941 INFO:teuthology.orchestra.run.smithi177.stdout:========================================================================================================================== 2023-12-01T17:09:34.941 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-12-01T17:09:34.941 INFO:teuthology.orchestra.run.smithi177.stdout:========================================================================================================================== 2023-12-01T17:09:34.941 INFO:teuthology.orchestra.run.smithi177.stdout:Installing group/module packages: 2023-12-01T17:09:34.941 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.942 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T17:09:34.942 INFO:teuthology.orchestra.run.smithi177.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T17:09:34.942 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.942 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.942 INFO:teuthology.orchestra.run.smithi177.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T17:09:34.942 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-01T17:09:34.943 INFO:teuthology.orchestra.run.smithi177.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T17:09:34.943 INFO:teuthology.orchestra.run.smithi177.stdout:Downgrading: 2023-12-01T17:09:34.943 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.943 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.943 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.944 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.944 INFO:teuthology.orchestra.run.smithi177.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T17:09:34.944 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.944 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.944 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.945 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.945 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.945 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.945 INFO:teuthology.orchestra.run.smithi177.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-01T17:09:34.945 INFO:teuthology.orchestra.run.smithi177.stdout:Installing module profiles: 2023-12-01T17:09:34.945 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools/common 2023-12-01T17:09:34.954 INFO:teuthology.orchestra.run.smithi177.stdout:Enabling module streams: 2023-12-01T17:09:34.954 INFO:teuthology.orchestra.run.smithi177.stdout: container-tools 3.0 2023-12-01T17:09:34.954 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:09:34.955 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T17:09:34.955 INFO:teuthology.orchestra.run.smithi177.stdout:========================================================================================================================== 2023-12-01T17:09:34.955 INFO:teuthology.orchestra.run.smithi177.stdout:Install 7 Packages 2023-12-01T17:09:34.955 INFO:teuthology.orchestra.run.smithi177.stdout:Downgrade 12 Packages 2023-12-01T17:09:34.955 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:09:34.957 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 51 M 2023-12-01T17:09:34.957 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-01T17:09:34.971 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2023-12-01T17:09:35.005 INFO:teuthology.orchestra.run.smithi170.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 17 MB/s | 2.9 MB 00:00 2023-12-01T17:09:35.064 INFO:teuthology.orchestra.run.smithi170.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 478 kB/s | 72 kB 00:00 2023-12-01T17:09:35.072 INFO:teuthology.orchestra.run.smithi012.stdout:========================================================================================================================== 2023-12-01T17:09:35.072 INFO:teuthology.orchestra.run.smithi012.stdout: Package Arch Version Repository Size 2023-12-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.stdout:========================================================================================================================== 2023-12-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.stdout:Installing group/module packages: 2023-12-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.stdout:Installing dependencies: 2023-12-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T17:09:35.073 INFO:teuthology.orchestra.run.smithi012.stdout:Downgrading: 2023-12-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.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-01T17:09:35.074 INFO:teuthology.orchestra.run.smithi012.stdout:Installing module profiles: 2023-12-01T17:09:35.075 INFO:teuthology.orchestra.run.smithi012.stdout: container-tools/common 2023-12-01T17:09:35.075 INFO:teuthology.orchestra.run.smithi012.stdout:Enabling module streams: 2023-12-01T17:09:35.075 INFO:teuthology.orchestra.run.smithi012.stdout: container-tools 3.0 2023-12-01T17:09:35.075 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:09:35.075 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction Summary 2023-12-01T17:09:35.075 INFO:teuthology.orchestra.run.smithi012.stdout:========================================================================================================================== 2023-12-01T17:09:35.075 INFO:teuthology.orchestra.run.smithi012.stdout:Install 7 Packages 2023-12-01T17:09:35.075 INFO:teuthology.orchestra.run.smithi012.stdout:Downgrade 12 Packages 2023-12-01T17:09:35.075 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:09:35.076 INFO:teuthology.orchestra.run.smithi012.stdout:Total download size: 51 M 2023-12-01T17:09:35.076 INFO:teuthology.orchestra.run.smithi012.stdout:Downloading Packages: 2023-12-01T17:09:35.126 INFO:teuthology.orchestra.run.smithi177.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 292 kB/s | 53 kB 00:00 2023-12-01T17:09:35.151 INFO:teuthology.orchestra.run.smithi177.stdout:(2/19): containers-common-1.2.4-1.module+el8.6. 440 kB/s | 91 kB 00:00 2023-12-01T17:09:35.156 INFO:teuthology.orchestra.run.smithi170.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 372 kB/s | 56 kB 00:00 2023-12-01T17:09:35.177 INFO:teuthology.orchestra.run.smithi177.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 221 kB/s | 51 kB 00:00 2023-12-01T17:09:35.189 INFO:teuthology.orchestra.run.smithi170.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 407 kB/s | 51 kB 00:00 2023-12-01T17:09:35.309 INFO:teuthology.orchestra.run.smithi012.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 390 kB/s | 91 kB 00:00 2023-12-01T17:09:35.331 INFO:teuthology.orchestra.run.smithi170.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 28 MB/s | 11 MB 00:00 2023-12-01T17:09:35.351 INFO:teuthology.orchestra.run.smithi012.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 192 kB/s | 53 kB 00:00 2023-12-01T17:09:35.356 INFO:teuthology.orchestra.run.smithi170.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.9 MB/s | 322 kB 00:00 2023-12-01T17:09:35.444 INFO:teuthology.orchestra.run.smithi177.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 1.6 MB/s | 511 kB 00:00 2023-12-01T17:09:35.482 INFO:teuthology.orchestra.run.smithi170.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 271 kB/s | 41 kB 00:00 2023-12-01T17:09:35.509 INFO:teuthology.orchestra.run.smithi012.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 118 kB/s | 51 kB 00:00 2023-12-01T17:09:35.518 INFO:teuthology.orchestra.run.smithi177.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 188 kB/s | 69 kB 00:00 2023-12-01T17:09:35.535 INFO:teuthology.orchestra.run.smithi012.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 377 kB/s | 69 kB 00:00 2023-12-01T17:09:35.568 INFO:teuthology.orchestra.run.smithi012.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 1.9 MB/s | 511 kB 00:00 2023-12-01T17:09:35.644 INFO:teuthology.orchestra.run.smithi177.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 6.2 MB/s | 2.9 MB 00:00 2023-12-01T17:09:35.661 INFO:teuthology.orchestra.run.smithi177.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 332 kB/s | 72 kB 00:00 2023-12-01T17:09:35.677 INFO:teuthology.orchestra.run.smithi012.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 17 MB/s | 2.9 MB 00:00 2023-12-01T17:09:35.704 INFO:teuthology.orchestra.run.smithi012.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 431 kB/s | 72 kB 00:00 2023-12-01T17:09:35.749 INFO:teuthology.orchestra.run.smithi170.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 32 MB/s | 19 MB 00:00 2023-12-01T17:09:35.787 INFO:teuthology.orchestra.run.smithi177.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 394 kB/s | 56 kB 00:00 2023-12-01T17:09:35.816 INFO:teuthology.orchestra.run.smithi170.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 4.8 MB/s | 2.2 MB 00:00 2023-12-01T17:09:35.828 INFO:teuthology.orchestra.run.smithi177.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 305 kB/s | 51 kB 00:00 2023-12-01T17:09:35.861 INFO:teuthology.orchestra.run.smithi012.stdout:(8/19): conmon-2.0.26-1.module+el8.6.0+14874+64 323 kB/s | 51 kB 00:00 2023-12-01T17:09:35.886 INFO:teuthology.orchestra.run.smithi012.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 268 kB/s | 56 kB 00:00 2023-12-01T17:09:35.941 INFO:teuthology.orchestra.run.smithi170.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-12-01T17:09:35.987 INFO:teuthology.orchestra.run.smithi177.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-12-01T17:09:36.008 INFO:teuthology.orchestra.run.smithi170.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.6 MB/s | 1.1 MB 00:00 2023-12-01T17:09:36.020 INFO:teuthology.orchestra.run.smithi177.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.6 MB/s | 322 kB 00:00 2023-12-01T17:09:36.042 INFO:teuthology.orchestra.run.smithi012.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 23 MB/s | 11 MB 00:00 2023-12-01T17:09:36.067 INFO:teuthology.orchestra.run.smithi170.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.4 MB/s | 185 kB 00:00 2023-12-01T17:09:36.080 INFO:teuthology.orchestra.run.smithi012.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.6 MB/s | 322 kB 00:00 2023-12-01T17:09:36.121 INFO:teuthology.orchestra.run.smithi177.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 305 kB/s | 41 kB 00:00 2023-12-01T17:09:36.150 INFO:teuthology.orchestra.run.smithi170.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 17 MB/s | 6.8 MB 00:00 2023-12-01T17:09:36.170 INFO:teuthology.orchestra.run.smithi012.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 320 kB/s | 41 kB 00:00 2023-12-01T17:09:36.176 INFO:teuthology.orchestra.run.smithi170.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 303 kB/s | 51 kB 00:00 2023-12-01T17:09:36.176 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:09:36.176 INFO:teuthology.orchestra.run.smithi170.stdout:Total 33 MB/s | 51 MB 00:01 2023-12-01T17:09:36.212 INFO:teuthology.orchestra.run.smithi177.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-01T17:09:36.246 INFO:teuthology.orchestra.run.smithi012.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 13 MB/s | 2.2 MB 00:00 2023-12-01T17:09:36.354 INFO:teuthology.orchestra.run.smithi177.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 27 MB/s | 6.4 MB 00:00 2023-12-01T17:09:36.421 INFO:teuthology.orchestra.run.smithi012.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 26 MB/s | 6.4 MB 00:00 2023-12-01T17:09:36.555 INFO:teuthology.orchestra.run.smithi177.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 25 MB/s | 19 MB 00:00 2023-12-01T17:09:36.597 INFO:teuthology.orchestra.run.smithi177.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 4.4 MB/s | 1.1 MB 00:00 2023-12-01T17:09:36.656 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2023-12-01T17:09:36.679 INFO:teuthology.orchestra.run.smithi012.stdout:(15/19): containernetworking-plugins-0.9.1-1.mo 23 MB/s | 19 MB 00:00 2023-12-01T17:09:36.699 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2023-12-01T17:09:36.699 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2023-12-01T17:09:36.722 INFO:teuthology.orchestra.run.smithi177.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 13 MB/s | 6.8 MB 00:00 2023-12-01T17:09:36.730 INFO:teuthology.orchestra.run.smithi012.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 3.5 MB/s | 1.1 MB 00:00 2023-12-01T17:09:36.747 INFO:teuthology.orchestra.run.smithi177.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 337 kB/s | 51 kB 00:00 2023-12-01T17:09:36.763 INFO:teuthology.orchestra.run.smithi177.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 887 kB/s | 185 kB 00:00 2023-12-01T17:09:36.764 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:09:36.764 INFO:teuthology.orchestra.run.smithi177.stdout:Total 28 MB/s | 51 MB 00:01 2023-12-01T17:09:36.838 INFO:teuthology.orchestra.run.smithi012.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 11 MB/s | 6.8 MB 00:00 2023-12-01T17:09:36.863 INFO:teuthology.orchestra.run.smithi012.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 379 kB/s | 51 kB 00:00 2023-12-01T17:09:36.890 INFO:teuthology.orchestra.run.smithi012.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 886 kB/s | 185 kB 00:00 2023-12-01T17:09:36.891 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:09:36.891 INFO:teuthology.orchestra.run.smithi012.stdout:Total 28 MB/s | 51 MB 00:01 2023-12-01T17:09:37.126 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2023-12-01T17:09:37.130 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2023-12-01T17:09:37.242 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-01T17:09:37.284 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-01T17:09:37.284 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-01T17:09:37.379 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction check 2023-12-01T17:09:37.426 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction check succeeded. 2023-12-01T17:09:37.426 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction test 2023-12-01T17:09:37.727 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-01T17:09:37.731 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-01T17:09:37.868 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction test succeeded. 2023-12-01T17:09:37.874 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction 2023-12-01T17:09:38.362 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2023-12-01T17:09:38.414 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T17:09:38.626 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T17:09:38.636 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T17:09:38.658 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T17:09:38.879 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-01T17:09:38.893 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T17:09:38.930 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T17:09:39.091 INFO:teuthology.orchestra.run.smithi012.stdout: Preparing : 1/1 2023-12-01T17:09:39.105 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T17:09:39.112 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T17:09:39.134 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T17:09:39.137 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T17:09:39.327 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T17:09:39.332 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T17:09:39.341 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T17:09:39.365 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T17:09:39.523 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T17:09:55.835 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T17:09:56.185 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T17:09:57.532 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T17:09:57.686 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T17:09:57.940 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T17:09:57.953 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T17:09:58.165 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T17:09:58.173 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T17:09:58.313 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T17:09:58.380 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T17:09:58.540 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T17:09:58.548 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T17:09:58.548 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T17:09:58.548 INFO:teuthology.orchestra.run.smithi170.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T17:09:58.548 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:09:58.709 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T17:09:58.709 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T17:09:58.709 INFO:teuthology.orchestra.run.smithi177.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T17:09:58.709 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:09:59.422 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T17:09:59.435 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T17:09:59.536 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T17:09:59.644 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T17:09:59.672 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T17:09:59.774 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T17:09:59.893 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T17:10:00.051 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T17:10:00.304 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T17:10:00.304 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T17:10:00.304 INFO:teuthology.orchestra.run.smithi012.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T17:10:00.305 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:10:01.119 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T17:10:01.142 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T17:10:01.222 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T17:10:01.362 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T17:10:01.509 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T17:10:01.516 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T17:10:01.868 INFO:teuthology.orchestra.run.smithi177.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T17:10:01.898 INFO:teuthology.orchestra.run.smithi170.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T17:10:02.130 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T17:10:02.201 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T17:10:02.823 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T17:10:02.875 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T17:10:02.963 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T17:10:03.187 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T17:10:03.567 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T17:10:03.606 INFO:teuthology.orchestra.run.smithi012.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T17:10:03.712 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T17:10:03.816 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T17:10:03.872 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T17:10:03.996 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T17:10:04.013 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T17:10:04.188 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T17:10:04.223 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T17:10:04.371 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T17:10:04.371 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T17:10:04.422 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T17:10:04.587 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T17:10:04.588 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T17:10:04.635 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T17:10:04.698 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T17:10:04.867 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T17:10:04.867 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T17:10:04.915 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T17:10:05.024 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T17:10:05.098 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T17:10:05.098 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T17:10:05.165 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T17:10:05.289 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T17:10:05.309 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T17:10:05.392 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T17:10:05.430 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T17:10:05.449 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T17:10:05.601 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T17:10:05.609 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T17:10:05.630 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T17:10:05.750 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T17:10:05.793 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T17:10:05.814 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T17:10:05.857 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T17:10:05.985 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T17:10:05.997 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T17:10:06.000 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T17:10:06.000 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T17:10:06.109 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T17:10:06.110 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T17:10:06.181 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T17:10:06.198 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T17:10:06.313 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T17:10:06.448 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T17:10:06.505 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T17:10:06.505 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T17:10:06.622 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T17:10:06.622 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T17:10:06.706 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T17:10:06.720 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T17:10:06.794 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T17:10:06.951 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T17:10:07.094 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T17:10:07.108 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T17:10:07.109 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T17:10:07.110 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T17:10:07.110 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T17:10:07.110 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T17:10:07.110 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T17:10:07.110 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T17:10:07.110 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T17:10:07.110 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T17:10:07.110 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T17:10:07.110 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T17:10:07.110 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T17:10:07.113 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T17:10:07.113 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T17:10:07.113 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T17:10:07.113 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T17:10:07.113 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T17:10:07.113 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T17:10:07.113 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T17:10:07.114 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T17:10:07.231 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T17:10:07.252 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T17:10:07.446 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T17:10:07.570 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T17:10:07.613 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T17:10:07.614 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T17:10:07.615 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T17:10:07.615 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T17:10:07.615 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T17:10:07.615 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T17:10:07.685 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T17:10:07.818 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T17:10:07.818 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T17:10:08.001 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T17:10:08.516 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T17:10:08.517 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:02:55 ago on Fri 01 Dec 2023 05:07:13 PM UTC. 2023-12-01T17:10:08.554 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T17:10:08.949 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T17:10:08.949 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T17:10:08.949 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T17:10:08.949 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T17:10:08.950 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T17:10:08.951 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T17:10:09.073 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T17:10:09.074 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:02:55 ago on Fri 01 Dec 2023 05:07:13 PM UTC. 2023-12-01T17:10:10.367 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T17:10:10.367 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:02:43 ago on Fri 01 Dec 2023 05:07:26 PM UTC. 2023-12-01T17:10:17.866 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-12-01T17:10:18.056 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:10:18.056 INFO:teuthology.orchestra.run.smithi177.stdout:Downgraded: 2023-12-01T17:10:18.056 INFO:teuthology.orchestra.run.smithi177.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.056 INFO:teuthology.orchestra.run.smithi177.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.057 INFO:teuthology.orchestra.run.smithi177.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.058 INFO:teuthology.orchestra.run.smithi177.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.058 INFO:teuthology.orchestra.run.smithi177.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:18.058 INFO:teuthology.orchestra.run.smithi177.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T17:10:18.058 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:10:18.058 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T17:10:18.255 DEBUG:teuthology.parallel:result is None 2023-12-01T17:10:18.519 INFO:teuthology.orchestra.run.smithi170.stdout:Installed products updated. 2023-12-01T17:10:18.715 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout:Downgraded: 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2023-12-01T17:10:18.716 INFO:teuthology.orchestra.run.smithi170.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.717 INFO:teuthology.orchestra.run.smithi170.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:18.717 INFO:teuthology.orchestra.run.smithi170.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.717 INFO:teuthology.orchestra.run.smithi170.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.717 INFO:teuthology.orchestra.run.smithi170.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:18.717 INFO:teuthology.orchestra.run.smithi170.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:18.717 INFO:teuthology.orchestra.run.smithi170.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T17:10:18.717 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:10:18.717 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-12-01T17:10:18.814 INFO:teuthology.orchestra.run.smithi012.stdout:Installed products updated. 2023-12-01T17:10:18.901 DEBUG:teuthology.parallel:result is None 2023-12-01T17:10:19.033 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout:Downgraded: 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.034 INFO:teuthology.orchestra.run.smithi012.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.035 INFO:teuthology.orchestra.run.smithi012.stdout:Installed: 2023-12-01T17:10:19.035 INFO:teuthology.orchestra.run.smithi012.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.035 INFO:teuthology.orchestra.run.smithi012.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:19.035 INFO:teuthology.orchestra.run.smithi012.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.035 INFO:teuthology.orchestra.run.smithi012.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.035 INFO:teuthology.orchestra.run.smithi012.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T17:10:19.035 INFO:teuthology.orchestra.run.smithi012.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T17:10:19.035 INFO:teuthology.orchestra.run.smithi012.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T17:10:19.035 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:10:19.035 INFO:teuthology.orchestra.run.smithi012.stdout:Complete! 2023-12-01T17:10:19.228 DEBUG:teuthology.parallel:result is None 2023-12-01T17:10:19.228 INFO:teuthology.run_tasks:Running task install... 2023-12-01T17:10:19.239 DEBUG:teuthology.task.install:project ceph 2023-12-01T17:10:19.239 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885'}} 2023-12-01T17:10:19.239 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885'} 2023-12-01T17:10:19.239 INFO:teuthology.task.install:Using flavor: default 2023-12-01T17:10:19.256 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-01T17:10:19.257 INFO:teuthology.task.install:extra packages: [] 2023-12-01T17:10:19.257 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': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-01T17:10:19.258 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T17:10:19.261 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': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-01T17:10:19.262 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T17:10:19.263 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': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-01T17:10:19.263 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-01T17:10:19.409 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-01T17:10:19.409 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-01T17:10:19.415 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-01T17:10:19.415 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-01T17:10:19.492 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-01T17:10:19.492 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-01T17:10:19.523 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T17:10:19.523 DEBUG:teuthology.orchestra.run.smithi012:> set -ex 2023-12-01T17:10:19.523 DEBUG:teuthology.orchestra.run.smithi012:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T17:10:19.541 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T17:10:19.541 DEBUG:teuthology.orchestra.run.smithi177:> set -ex 2023-12-01T17:10:19.541 DEBUG:teuthology.orchestra.run.smithi177:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T17:10:19.553 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-01T17:10:19.553 DEBUG:teuthology.orchestra.run.smithi012:> 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/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T17:10:19.573 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-01T17:10:19.574 DEBUG:teuthology.orchestra.run.smithi177:> 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/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T17:10:19.622 DEBUG:teuthology.orchestra.run.smithi012:> 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-01T17:10:19.645 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T17:10:19.661 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T17:10:19.661 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2023-12-01T17:10:19.661 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T17:10:19.691 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-01T17:10:19.691 DEBUG:teuthology.orchestra.run.smithi170:> 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/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T17:10:19.701 DEBUG:teuthology.orchestra.run.smithi012:> 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-01T17:10:19.726 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T17:10:19.761 DEBUG:teuthology.orchestra.run.smithi170:> 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-01T17:10:19.812 INFO:teuthology.orchestra.run.smithi012.stdout:check_obsoletes = 1 2023-12-01T17:10:19.813 DEBUG:teuthology.orchestra.run.smithi012:> sudo yum clean all 2023-12-01T17:10:19.839 INFO:teuthology.orchestra.run.smithi177.stdout:check_obsoletes = 1 2023-12-01T17:10:19.841 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum clean all 2023-12-01T17:10:19.853 DEBUG:teuthology.orchestra.run.smithi170:> 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-01T17:10:19.918 INFO:teuthology.orchestra.run.smithi170.stdout:check_obsoletes = 1 2023-12-01T17:10:19.919 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum clean all 2023-12-01T17:10:20.205 INFO:teuthology.orchestra.run.smithi012.stdout:Updating Subscription Management repositories. 2023-12-01T17:10:20.214 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T17:10:20.291 INFO:teuthology.orchestra.run.smithi170.stdout:Updating Subscription Management repositories. 2023-12-01T17:10:21.183 INFO:teuthology.orchestra.run.smithi170.stdout:44 files removed 2023-12-01T17:10:21.235 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-radosgw 2023-12-01T17:10:21.249 INFO:teuthology.orchestra.run.smithi177.stdout:44 files removed 2023-12-01T17:10:21.301 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-radosgw 2023-12-01T17:10:21.362 INFO:teuthology.orchestra.run.smithi012.stdout:44 files removed 2023-12-01T17:10:21.417 DEBUG:teuthology.orchestra.run.smithi012:> sudo yum -y install ceph-radosgw 2023-12-01T17:10:21.568 INFO:teuthology.orchestra.run.smithi170.stdout:Updating Subscription Management repositories. 2023-12-01T17:10:21.633 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T17:10:21.768 INFO:teuthology.orchestra.run.smithi012.stdout:Updating Subscription Management repositories. 2023-12-01T17:10:22.912 INFO:teuthology.orchestra.run.smithi170.stdout:ceph packages for x86_64 267 kB/s | 81 kB 00:00 2023-12-01T17:10:23.151 INFO:teuthology.orchestra.run.smithi177.stdout:ceph packages for x86_64 257 kB/s | 81 kB 00:00 2023-12-01T17:10:23.244 INFO:teuthology.orchestra.run.smithi012.stdout:ceph packages for x86_64 188 kB/s | 81 kB 00:00 2023-12-01T17:10:23.254 INFO:teuthology.orchestra.run.smithi170.stdout:ceph noarch packages 31 kB/s | 9.5 kB 00:00 2023-12-01T17:10:23.418 INFO:teuthology.orchestra.run.smithi177.stdout:ceph noarch packages 40 kB/s | 9.5 kB 00:00 2023-12-01T17:10:23.636 INFO:teuthology.orchestra.run.smithi012.stdout:ceph noarch packages 27 kB/s | 9.5 kB 00:00 2023-12-01T17:10:23.638 INFO:teuthology.orchestra.run.smithi170.stdout:ceph source packages 4.1 kB/s | 1.5 kB 00:00 2023-12-01T17:10:23.710 INFO:teuthology.orchestra.run.smithi177.stdout:ceph source packages 5.5 kB/s | 1.5 kB 00:00 2023-12-01T17:10:23.797 INFO:teuthology.orchestra.run.smithi170.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T17:10:23.844 INFO:teuthology.orchestra.run.smithi177.stdout:Copr repo for python3-asyncssh owned by ceph 30 kB/s | 3.5 kB 00:00 2023-12-01T17:10:23.929 INFO:teuthology.orchestra.run.smithi012.stdout:ceph source packages 5.6 kB/s | 1.5 kB 00:00 2023-12-01T17:10:24.087 INFO:teuthology.orchestra.run.smithi012.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-01T17:10:25.288 INFO:teuthology.orchestra.run.smithi012.stdout:Extra Packages for Enterprise Linux 14 MB/s | 16 MB 00:01 2023-12-01T17:10:25.456 INFO:teuthology.orchestra.run.smithi170.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 16 MB 00:01 2023-12-01T17:10:25.689 INFO:teuthology.orchestra.run.smithi177.stdout:Extra Packages for Enterprise Linux 8.7 MB/s | 16 MB 00:01 2023-12-01T17:10:28.932 INFO:teuthology.orchestra.run.smithi170.stdout:lab-extras 501 kB/s | 24 kB 00:00 2023-12-01T17:10:29.047 INFO:teuthology.orchestra.run.smithi012.stdout:lab-extras 418 kB/s | 24 kB 00:00 2023-12-01T17:10:29.145 INFO:teuthology.orchestra.run.smithi177.stdout:lab-extras 424 kB/s | 24 kB 00:00 2023-12-01T17:10:30.125 INFO:teuthology.orchestra.run.smithi170.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 47 MB/s | 53 MB 00:01 2023-12-01T17:10:30.315 INFO:teuthology.orchestra.run.smithi012.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 44 MB/s | 53 MB 00:01 2023-12-01T17:10:30.357 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 MB/s | 47 MB 00:01 2023-12-01T17:10:38.531 INFO:teuthology.orchestra.run.smithi177.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 46 MB/s | 53 MB 00:01 2023-12-01T17:10:38.560 INFO:teuthology.orchestra.run.smithi170.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 42 MB/s | 47 MB 00:01 2023-12-01T17:10:39.749 INFO:teuthology.orchestra.run.smithi012.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 MB/s | 47 MB 00:01 2023-12-01T17:10:49.517 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-12-01T17:10:49.520 INFO:teuthology.orchestra.run.smithi170.stdout:==================================================================================================== 2023-12-01T17:10:49.520 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2023-12-01T17:10:49.520 INFO:teuthology.orchestra.run.smithi170.stdout:==================================================================================================== 2023-12-01T17:10:49.520 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2023-12-01T17:10:49.520 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-01T17:10:49.520 INFO:teuthology.orchestra.run.smithi170.stdout:Upgrading: 2023-12-01T17:10:49.520 INFO:teuthology.orchestra.run.smithi170.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-01T17:10:49.520 INFO:teuthology.orchestra.run.smithi170.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T17:10:49.521 INFO:teuthology.orchestra.run.smithi170.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout:==================================================================================================== 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout:Install 21 Packages 2023-12-01T17:10:49.522 INFO:teuthology.orchestra.run.smithi170.stdout:Upgrade 2 Packages 2023-12-01T17:10:49.523 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:10:49.523 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 62 M 2023-12-01T17:10:49.523 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2023-12-01T17:10:49.669 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T17:10:49.671 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-12-01T17:10:49.671 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-12-01T17:10:49.671 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-12-01T17:10:49.671 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-12-01T17:10:49.671 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrading: 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-01T17:10:49.672 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T17:10:49.673 INFO:teuthology.orchestra.run.smithi177.stdout:==================================================================================================== 2023-12-01T17:10:49.674 INFO:teuthology.orchestra.run.smithi177.stdout:Install 21 Packages 2023-12-01T17:10:49.674 INFO:teuthology.orchestra.run.smithi177.stdout:Upgrade 2 Packages 2023-12-01T17:10:49.674 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:10:49.674 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 62 M 2023-12-01T17:10:49.674 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-01T17:10:51.534 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2023-12-01T17:10:51.536 INFO:teuthology.orchestra.run.smithi012.stdout:==================================================================================================== 2023-12-01T17:10:51.536 INFO:teuthology.orchestra.run.smithi012.stdout: Package Arch Version Repository Size 2023-12-01T17:10:51.536 INFO:teuthology.orchestra.run.smithi012.stdout:==================================================================================================== 2023-12-01T17:10:51.536 INFO:teuthology.orchestra.run.smithi012.stdout:Installing: 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout:Upgrading: 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout:Installing dependencies: 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T17:10:51.537 INFO:teuthology.orchestra.run.smithi012.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction Summary 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout:==================================================================================================== 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout:Install 21 Packages 2023-12-01T17:10:51.538 INFO:teuthology.orchestra.run.smithi012.stdout:Upgrade 2 Packages 2023-12-01T17:10:51.539 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:10:51.539 INFO:teuthology.orchestra.run.smithi012.stdout:Total download size: 62 M 2023-12-01T17:10:51.539 INFO:teuthology.orchestra.run.smithi012.stdout:Downloading Packages: 2023-12-01T17:10:52.312 INFO:teuthology.orchestra.run.smithi170.stdout:(1/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x86 2.2 MB/s | 5.4 MB 00:02 2023-12-01T17:10:52.460 INFO:teuthology.orchestra.run.smithi170.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 162 kB/s | 24 kB 00:00 2023-12-01T17:10:52.994 INFO:teuthology.orchestra.run.smithi170.stdout:(3/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 1.5 MB/s | 838 kB 00:00 2023-12-01T17:10:53.210 INFO:teuthology.orchestra.run.smithi170.stdout:(4/23): libradosstriper1-18.0.0-7673.gb5f2d389. 2.3 MB/s | 517 kB 00:00 2023-12-01T17:10:53.852 INFO:teuthology.orchestra.run.smithi170.stdout:(5/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8. 3.5 MB/s | 14 MB 00:03 2023-12-01T17:10:53.944 INFO:teuthology.orchestra.run.smithi170.stdout:(6/23): python3-ceph-argparse-18.0.0-7673.gb5f2 489 kB/s | 45 kB 00:00 2023-12-01T17:10:54.053 INFO:teuthology.orchestra.run.smithi170.stdout:(7/23): python3-ceph-common-18.0.0-7673.gb5f2d3 1.2 MB/s | 130 kB 00:00 2023-12-01T17:10:54.114 INFO:teuthology.orchestra.run.smithi012.stdout:(1/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x86 2.4 MB/s | 5.4 MB 00:02 2023-12-01T17:10:54.145 INFO:teuthology.orchestra.run.smithi170.stdout:(8/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 2.1 MB/s | 197 kB 00:00 2023-12-01T17:10:54.198 INFO:teuthology.orchestra.run.smithi012.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 292 kB/s | 24 kB 00:00 2023-12-01T17:10:54.347 INFO:teuthology.orchestra.run.smithi170.stdout:(9/23): python3-rados-18.0.0-7673.gb5f2d389.el8 1.8 MB/s | 371 kB 00:00 2023-12-01T17:10:54.529 INFO:teuthology.orchestra.run.smithi170.stdout:(10/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 2.0 MB/s | 365 kB 00:00 2023-12-01T17:10:54.621 INFO:teuthology.orchestra.run.smithi170.stdout:(11/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 1.1 MB/s | 107 kB 00:00 2023-12-01T17:10:54.632 INFO:teuthology.orchestra.run.smithi012.stdout:(3/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 1.9 MB/s | 838 kB 00:00 2023-12-01T17:10:54.639 INFO:teuthology.orchestra.run.smithi177.stdout:(1/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x86 1.2 MB/s | 5.4 MB 00:04 2023-12-01T17:10:54.730 INFO:teuthology.orchestra.run.smithi177.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 266 kB/s | 24 kB 00:00 2023-12-01T17:10:54.865 INFO:teuthology.orchestra.run.smithi012.stdout:(4/23): libradosstriper1-18.0.0-7673.gb5f2d389. 2.2 MB/s | 517 kB 00:00 2023-12-01T17:10:55.221 INFO:teuthology.orchestra.run.smithi170.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 511 kB/s | 306 kB 00:00 2023-12-01T17:10:55.330 INFO:teuthology.orchestra.run.smithi170.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 543 kB/s | 59 kB 00:00 2023-12-01T17:10:55.389 INFO:teuthology.orchestra.run.smithi177.stdout:(3/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 1.2 MB/s | 838 kB 00:00 2023-12-01T17:10:55.447 INFO:teuthology.orchestra.run.smithi170.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 643 kB/s | 75 kB 00:00 2023-12-01T17:10:55.539 INFO:teuthology.orchestra.run.smithi170.stdout:(15/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_ 3.0 MB/s | 6.9 MB 00:02 2023-12-01T17:10:55.698 INFO:teuthology.orchestra.run.smithi170.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 296 kB/s | 47 kB 00:00 2023-12-01T17:10:55.773 INFO:teuthology.orchestra.run.smithi170.stdout:(17/23): thrift-0.13.0-2.el8.x86_64.rpm 5.3 MB/s | 1.7 MB 00:00 2023-12-01T17:10:55.806 INFO:teuthology.orchestra.run.smithi177.stdout:(4/23): libradosstriper1-18.0.0-7673.gb5f2d389. 1.2 MB/s | 517 kB 00:00 2023-12-01T17:10:55.815 INFO:teuthology.orchestra.run.smithi170.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.2 MB/s | 259 kB 00:00 2023-12-01T17:10:55.923 INFO:teuthology.orchestra.run.smithi170.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 292 kB/s | 44 kB 00:00 2023-12-01T17:10:55.957 INFO:teuthology.orchestra.run.smithi170.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.4 MB/s | 354 kB 00:00 2023-12-01T17:10:56.648 INFO:teuthology.orchestra.run.smithi012.stdout:(5/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8. 2.9 MB/s | 14 MB 00:04 2023-12-01T17:10:56.749 INFO:teuthology.orchestra.run.smithi012.stdout:(6/23): python3-ceph-argparse-18.0.0-7673.gb5f2 448 kB/s | 45 kB 00:00 2023-12-01T17:10:56.849 INFO:teuthology.orchestra.run.smithi012.stdout:(7/23): python3-ceph-common-18.0.0-7673.gb5f2d3 1.3 MB/s | 130 kB 00:00 2023-12-01T17:10:56.941 INFO:teuthology.orchestra.run.smithi012.stdout:(8/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 2.1 MB/s | 197 kB 00:00 2023-12-01T17:10:56.990 INFO:teuthology.orchestra.run.smithi177.stdout:(5/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8. 2.0 MB/s | 14 MB 00:06 2023-12-01T17:10:57.024 INFO:teuthology.orchestra.run.smithi012.stdout:(9/23): python3-rados-18.0.0-7673.gb5f2d389.el8 4.4 MB/s | 371 kB 00:00 2023-12-01T17:10:57.065 INFO:teuthology.orchestra.run.smithi177.stdout:(6/23): python3-ceph-argparse-18.0.0-7673.gb5f2 600 kB/s | 45 kB 00:00 2023-12-01T17:10:57.140 INFO:teuthology.orchestra.run.smithi177.stdout:(7/23): python3-ceph-common-18.0.0-7673.gb5f2d3 1.7 MB/s | 130 kB 00:00 2023-12-01T17:10:57.166 INFO:teuthology.orchestra.run.smithi012.stdout:(10/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_ 3.0 MB/s | 6.9 MB 00:02 2023-12-01T17:10:57.192 INFO:teuthology.orchestra.run.smithi012.stdout:(11/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 2.1 MB/s | 365 kB 00:00 2023-12-01T17:10:57.234 INFO:teuthology.orchestra.run.smithi012.stdout:(12/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 1.6 MB/s | 107 kB 00:00 2023-12-01T17:10:57.240 INFO:teuthology.orchestra.run.smithi177.stdout:(8/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 1.9 MB/s | 197 kB 00:00 2023-12-01T17:10:57.274 INFO:teuthology.orchestra.run.smithi170.stdout:(21/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 2.8 MB/s | 3.8 MB 00:01 2023-12-01T17:10:57.334 INFO:teuthology.orchestra.run.smithi012.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 588 kB/s | 59 kB 00:00 2023-12-01T17:10:57.382 INFO:teuthology.orchestra.run.smithi177.stdout:(9/23): python3-rados-18.0.0-7673.gb5f2d389.el8 2.6 MB/s | 371 kB 00:00 2023-12-01T17:10:57.384 INFO:teuthology.orchestra.run.smithi012.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.6 MB/s | 306 kB 00:00 2023-12-01T17:10:57.410 INFO:teuthology.orchestra.run.smithi012.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 996 kB/s | 75 kB 00:00 2023-12-01T17:10:57.502 INFO:teuthology.orchestra.run.smithi012.stdout:(16/23): thrift-0.13.0-2.el8.x86_64.rpm 15 MB/s | 1.7 MB 00:00 2023-12-01T17:10:57.516 INFO:teuthology.orchestra.run.smithi177.stdout:(10/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 2.7 MB/s | 365 kB 00:00 2023-12-01T17:10:57.527 INFO:teuthology.orchestra.run.smithi012.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 400 kB/s | 47 kB 00:00 2023-12-01T17:10:57.566 INFO:teuthology.orchestra.run.smithi177.stdout:(11/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 2.1 MB/s | 107 kB 00:00 2023-12-01T17:10:57.636 INFO:teuthology.orchestra.run.smithi012.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.9 MB/s | 259 kB 00:00 2023-12-01T17:10:57.661 INFO:teuthology.orchestra.run.smithi012.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 351 kB/s | 44 kB 00:00 2023-12-01T17:10:57.835 INFO:teuthology.orchestra.run.smithi012.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.7 MB/s | 354 kB 00:00 2023-12-01T17:10:58.341 INFO:teuthology.orchestra.run.smithi177.stdout:(12/23): gperftools-libs-2.7-9.el8.x86_64.rpm 395 kB/s | 306 kB 00:00 2023-12-01T17:10:58.450 INFO:teuthology.orchestra.run.smithi177.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 544 kB/s | 59 kB 00:00 2023-12-01T17:10:58.457 INFO:teuthology.orchestra.run.smithi170.stdout:(22/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 1.5 MB/s | 3.7 MB 00:02 2023-12-01T17:10:58.637 INFO:teuthology.orchestra.run.smithi012.stdout:(21/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 4.6 MB/s | 3.7 MB 00:00 2023-12-01T17:10:58.658 INFO:teuthology.orchestra.run.smithi177.stdout:(14/23): libunwind-1.3.1-3.el8.x86_64.rpm 361 kB/s | 75 kB 00:00 2023-12-01T17:10:59.017 INFO:teuthology.orchestra.run.smithi177.stdout:(15/23): thrift-0.13.0-2.el8.x86_64.rpm 4.8 MB/s | 1.7 MB 00:00 2023-12-01T17:10:59.109 INFO:teuthology.orchestra.run.smithi177.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.8 MB/s | 259 kB 00:00 2023-12-01T17:10:59.162 INFO:teuthology.orchestra.run.smithi012.stdout:(22/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 2.5 MB/s | 3.8 MB 00:01 2023-12-01T17:10:59.234 INFO:teuthology.orchestra.run.smithi177.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 352 kB/s | 44 kB 00:00 2023-12-01T17:10:59.335 INFO:teuthology.orchestra.run.smithi177.stdout:(18/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.5 MB/s | 354 kB 00:00 2023-12-01T17:10:59.468 INFO:teuthology.orchestra.run.smithi177.stdout:(19/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 352 kB/s | 47 kB 00:00 2023-12-01T17:10:59.577 INFO:teuthology.orchestra.run.smithi177.stdout:(20/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_ 1.8 MB/s | 6.9 MB 00:03 2023-12-01T17:11:00.002 INFO:teuthology.orchestra.run.smithi177.stdout:(21/23): ceph-common-18.0.0-7673.gb5f2d389.el8. 2.3 MB/s | 23 MB 00:09 2023-12-01T17:11:01.277 INFO:teuthology.orchestra.run.smithi177.stdout:(22/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 2.1 MB/s | 3.8 MB 00:01 2023-12-01T17:11:01.385 INFO:teuthology.orchestra.run.smithi177.stdout:(23/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 2.1 MB/s | 3.7 MB 00:01 2023-12-01T17:11:01.388 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:11:01.388 INFO:teuthology.orchestra.run.smithi177.stdout:Total 5.3 MB/s | 62 MB 00:11 2023-12-01T17:11:01.437 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-01T17:11:01.483 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-01T17:11:01.483 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-01T17:11:01.826 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-01T17:11:01.830 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-01T17:11:02.137 INFO:teuthology.orchestra.run.smithi012.stdout:(23/23): ceph-common-18.0.0-7673.gb5f2d389.el8. 2.2 MB/s | 23 MB 00:10 2023-12-01T17:11:02.139 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:11:02.139 INFO:teuthology.orchestra.run.smithi012.stdout:Total 5.8 MB/s | 62 MB 00:10 2023-12-01T17:11:02.187 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction check 2023-12-01T17:11:02.236 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction check succeeded. 2023-12-01T17:11:02.236 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction test 2023-12-01T17:11:02.565 INFO:teuthology.orchestra.run.smithi170.stdout:(23/23): ceph-common-18.0.0-7673.gb5f2d389.el8. 1.8 MB/s | 23 MB 00:12 2023-12-01T17:11:02.569 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:11:02.569 INFO:teuthology.orchestra.run.smithi170.stdout:Total 4.7 MB/s | 62 MB 00:13 2023-12-01T17:11:02.606 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction test succeeded. 2023-12-01T17:11:02.610 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction 2023-12-01T17:11:02.614 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2023-12-01T17:11:02.659 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2023-12-01T17:11:02.659 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2023-12-01T17:11:02.963 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-01T17:11:02.992 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2023-12-01T17:11:02.995 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2023-12-01T17:11:03.176 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T17:11:03.371 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:11:03.811 INFO:teuthology.orchestra.run.smithi012.stdout: Preparing : 1/1 2023-12-01T17:11:03.932 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:11:04.052 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T17:11:04.079 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T17:11:04.160 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T17:11:04.212 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2023-12-01T17:11:04.246 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:11:04.318 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T17:11:04.392 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T17:11:04.540 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T17:11:04.628 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:11:04.665 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:11:04.737 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T17:11:04.812 INFO:teuthology.orchestra.run.smithi012.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T17:11:04.913 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T17:11:05.031 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T17:11:05.135 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T17:11:05.146 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T17:11:05.219 INFO:teuthology.orchestra.run.smithi170.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T17:11:05.298 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T17:11:05.337 INFO:teuthology.orchestra.run.smithi177.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T17:11:05.354 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T17:11:05.399 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T17:11:05.509 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T17:11:05.545 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T17:11:05.585 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-01T17:11:05.745 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T17:11:05.747 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T17:11:05.961 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T17:11:05.985 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T17:11:06.195 INFO:teuthology.orchestra.run.smithi012.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T17:11:06.289 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T17:11:06.378 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-01T17:11:06.424 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-01T17:11:06.454 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T17:11:06.503 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T17:11:06.562 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T17:11:06.586 INFO:teuthology.orchestra.run.smithi170.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T17:11:06.629 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T17:11:06.682 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T17:11:06.763 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-01T17:11:06.869 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T17:11:06.914 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T17:11:06.940 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T17:11:07.105 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T17:11:07.290 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-01T17:11:07.334 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T17:11:07.445 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T17:11:07.470 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T17:11:07.516 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T17:11:07.522 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T17:11:07.646 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T17:11:07.690 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-01T17:11:07.747 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T17:11:07.836 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T17:11:07.857 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T17:11:07.903 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T17:11:08.001 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T17:11:08.059 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T17:11:08.096 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T17:11:08.117 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-01T17:11:08.270 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-01T17:11:08.270 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-01T17:11:08.428 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T17:11:08.505 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T17:11:08.573 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T17:11:08.656 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T17:11:08.806 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T17:11:08.841 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T17:11:09.032 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-01T17:11:09.079 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T17:11:09.185 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T17:11:09.279 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-01T17:11:09.281 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-01T17:11:09.387 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T17:11:09.603 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T17:11:09.824 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T17:11:10.044 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-01T17:11:12.090 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T17:11:12.344 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T17:11:12.925 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T17:11:13.196 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T17:11:13.263 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T17:11:13.411 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T17:11:13.718 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T17:11:13.882 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T17:11:13.969 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T17:11:14.210 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T17:11:14.595 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T17:11:14.788 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-01T17:11:14.839 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T17:11:14.918 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T17:11:15.085 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T17:11:15.093 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T17:11:15.180 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-01T17:11:15.384 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T17:11:31.951 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T17:11:31.952 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /sys 2023-12-01T17:11:31.952 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /proc 2023-12-01T17:11:31.952 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /dev 2023-12-01T17:11:31.952 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /run 2023-12-01T17:11:31.952 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /mnt 2023-12-01T17:11:31.952 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /var/tmp 2023-12-01T17:11:31.952 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /home 2023-12-01T17:11:31.952 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /tmp 2023-12-01T17:11:31.952 INFO:teuthology.orchestra.run.smithi177.stdout:skipping the directory /dev 2023-12-01T17:11:31.952 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:11:33.400 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T17:11:33.422 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T17:11:33.422 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:11:33.601 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:11:33.601 INFO:teuthology.orchestra.run.smithi177.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:11:34.040 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T17:11:34.040 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /sys 2023-12-01T17:11:34.040 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /proc 2023-12-01T17:11:34.040 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /dev 2023-12-01T17:11:34.040 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /run 2023-12-01T17:11:34.040 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /mnt 2023-12-01T17:11:34.040 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /var/tmp 2023-12-01T17:11:34.040 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /home 2023-12-01T17:11:34.041 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /tmp 2023-12-01T17:11:34.041 INFO:teuthology.orchestra.run.smithi170.stdout:skipping the directory /dev 2023-12-01T17:11:34.041 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:11:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:11:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-01T17:11:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-01T17:11:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T17:11:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T17:11:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-01T17:11:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-01T17:11:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T17:11:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-01T17:11:34.209 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T17:11:34.210 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-01T17:11:34.542 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T17:11:34.543 INFO:teuthology.orchestra.run.smithi012.stdout:skipping the directory /sys 2023-12-01T17:11:34.543 INFO:teuthology.orchestra.run.smithi012.stdout:skipping the directory /proc 2023-12-01T17:11:34.543 INFO:teuthology.orchestra.run.smithi012.stdout:skipping the directory /dev 2023-12-01T17:11:34.543 INFO:teuthology.orchestra.run.smithi012.stdout:skipping the directory /run 2023-12-01T17:11:34.543 INFO:teuthology.orchestra.run.smithi012.stdout:skipping the directory /mnt 2023-12-01T17:11:34.543 INFO:teuthology.orchestra.run.smithi012.stdout:skipping the directory /var/tmp 2023-12-01T17:11:34.543 INFO:teuthology.orchestra.run.smithi012.stdout:skipping the directory /home 2023-12-01T17:11:34.543 INFO:teuthology.orchestra.run.smithi012.stdout:skipping the directory /tmp 2023-12-01T17:11:34.543 INFO:teuthology.orchestra.run.smithi012.stdout:skipping the directory /dev 2023-12-01T17:11:34.543 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:11:35.465 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T17:11:35.485 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T17:11:35.486 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:11:35.563 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:11:35.563 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:00:57 ago on Fri 01 Dec 2023 05:10:38 PM UTC. 2023-12-01T17:11:35.717 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:11:35.717 INFO:teuthology.orchestra.run.smithi170.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:11:36.042 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T17:11:36.064 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-01T17:11:36.064 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:11:36.283 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T17:11:36.283 INFO:teuthology.orchestra.run.smithi012.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:11:36.358 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:11:36.358 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-01T17:11:36.358 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T17:11:36.359 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T17:11:36.360 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T17:11:36.360 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T17:11:36.360 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T17:11:36.360 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T17:11:36.360 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T17:11:36.360 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T17:11:36.360 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T17:11:36.360 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-01T17:11:36.880 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:11:36.880 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-01T17:11:36.880 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-01T17:11:36.880 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-01T17:11:36.880 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-01T17:11:36.880 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-01T17:11:36.880 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-01T17:11:36.880 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-01T17:11:36.880 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-01T17:11:36.880 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-01T17:11:36.881 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T17:11:36.882 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-01T17:11:37.788 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:11:37.789 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:00 ago on Fri 01 Dec 2023 05:10:37 PM UTC. 2023-12-01T17:11:38.254 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T17:11:38.254 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:01:00 ago on Fri 01 Dec 2023 05:10:38 PM UTC. 2023-12-01T17:11:43.008 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-12-01T17:11:43.195 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:11:43.195 INFO:teuthology.orchestra.run.smithi177.stdout:Upgraded: 2023-12-01T17:11:43.195 INFO:teuthology.orchestra.run.smithi177.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.196 INFO:teuthology.orchestra.run.smithi177.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.196 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-12-01T17:11:43.196 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.196 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.196 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.196 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.196 INFO:teuthology.orchestra.run.smithi177.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T17:11:43.196 INFO:teuthology.orchestra.run.smithi177.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.196 INFO:teuthology.orchestra.run.smithi177.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T17:11:43.196 INFO:teuthology.orchestra.run.smithi177.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T17:11:43.197 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:11:43.198 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T17:11:43.357 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph-test 2023-12-01T17:11:43.704 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T17:11:45.258 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:07 ago on Fri 01 Dec 2023 05:10:38 PM UTC. 2023-12-01T17:11:46.680 INFO:teuthology.orchestra.run.smithi170.stdout:Installed products updated. 2023-12-01T17:11:46.694 INFO:teuthology.orchestra.run.smithi177.stdout:Dependencies resolved. 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout: Package Arch Version Repository Size 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout:Installing: 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout:Installing dependencies: 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:11:46.695 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction Summary 2023-12-01T17:11:46.696 INFO:teuthology.orchestra.run.smithi177.stdout:============================================================================================ 2023-12-01T17:11:46.696 INFO:teuthology.orchestra.run.smithi177.stdout:Install 6 Packages 2023-12-01T17:11:46.696 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:11:46.696 INFO:teuthology.orchestra.run.smithi177.stdout:Total download size: 50 M 2023-12-01T17:11:46.696 INFO:teuthology.orchestra.run.smithi177.stdout:Installed size: 223 M 2023-12-01T17:11:46.696 INFO:teuthology.orchestra.run.smithi177.stdout:Downloading Packages: 2023-12-01T17:11:46.755 INFO:teuthology.orchestra.run.smithi177.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.2 MB/s | 70 kB 00:00 2023-12-01T17:11:46.793 INFO:teuthology.orchestra.run.smithi012.stdout:Installed products updated. 2023-12-01T17:11:46.870 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:11:46.870 INFO:teuthology.orchestra.run.smithi170.stdout:Upgraded: 2023-12-01T17:11:46.870 INFO:teuthology.orchestra.run.smithi170.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.871 INFO:teuthology.orchestra.run.smithi170.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:11:46.872 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-12-01T17:11:46.923 INFO:teuthology.orchestra.run.smithi177.stdout:(2/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 813 kB/s | 183 kB 00:00 2023-12-01T17:11:46.972 INFO:teuthology.orchestra.run.smithi177.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-01T17:11:46.995 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:11:46.995 INFO:teuthology.orchestra.run.smithi012.stdout:Upgraded: 2023-12-01T17:11:46.995 INFO:teuthology.orchestra.run.smithi012.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.995 INFO:teuthology.orchestra.run.smithi012.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.995 INFO:teuthology.orchestra.run.smithi012.stdout:Installed: 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T17:11:46.996 INFO:teuthology.orchestra.run.smithi012.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.997 INFO:teuthology.orchestra.run.smithi012.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.997 INFO:teuthology.orchestra.run.smithi012.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.997 INFO:teuthology.orchestra.run.smithi012.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T17:11:46.997 INFO:teuthology.orchestra.run.smithi012.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.997 INFO:teuthology.orchestra.run.smithi012.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.997 INFO:teuthology.orchestra.run.smithi012.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:11:46.997 INFO:teuthology.orchestra.run.smithi012.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T17:11:46.997 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:11:46.997 INFO:teuthology.orchestra.run.smithi012.stdout:Complete! 2023-12-01T17:11:47.029 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph-test 2023-12-01T17:11:47.089 INFO:teuthology.orchestra.run.smithi177.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.1 MB/s | 187 kB 00:00 2023-12-01T17:11:47.132 INFO:teuthology.orchestra.run.smithi177.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-01T17:11:47.166 DEBUG:teuthology.orchestra.run.smithi012:> sudo yum -y install ceph-test 2023-12-01T17:11:47.377 INFO:teuthology.orchestra.run.smithi170.stdout:Updating Subscription Management repositories. 2023-12-01T17:11:47.535 INFO:teuthology.orchestra.run.smithi012.stdout:Updating Subscription Management repositories. 2023-12-01T17:11:48.896 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:11 ago on Fri 01 Dec 2023 05:10:37 PM UTC. 2023-12-01T17:11:49.005 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:01:11 ago on Fri 01 Dec 2023 05:10:38 PM UTC. 2023-12-01T17:11:50.252 INFO:teuthology.orchestra.run.smithi170.stdout:Dependencies resolved. 2023-12-01T17:11:50.252 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================================ 2023-12-01T17:11:50.252 INFO:teuthology.orchestra.run.smithi170.stdout: Package Arch Version Repository Size 2023-12-01T17:11:50.253 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================================ 2023-12-01T17:11:50.253 INFO:teuthology.orchestra.run.smithi170.stdout:Installing: 2023-12-01T17:11:50.253 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-01T17:11:50.253 INFO:teuthology.orchestra.run.smithi170.stdout:Installing dependencies: 2023-12-01T17:11:50.253 INFO:teuthology.orchestra.run.smithi170.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T17:11:50.253 INFO:teuthology.orchestra.run.smithi170.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-01T17:11:50.253 INFO:teuthology.orchestra.run.smithi170.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T17:11:50.253 INFO:teuthology.orchestra.run.smithi170.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T17:11:50.253 INFO:teuthology.orchestra.run.smithi170.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T17:11:50.253 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:11:50.254 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction Summary 2023-12-01T17:11:50.254 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================================ 2023-12-01T17:11:50.254 INFO:teuthology.orchestra.run.smithi170.stdout:Install 6 Packages 2023-12-01T17:11:50.254 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:11:50.254 INFO:teuthology.orchestra.run.smithi170.stdout:Total download size: 50 M 2023-12-01T17:11:50.255 INFO:teuthology.orchestra.run.smithi170.stdout:Installed size: 223 M 2023-12-01T17:11:50.255 INFO:teuthology.orchestra.run.smithi170.stdout:Downloading Packages: 2023-12-01T17:11:50.297 INFO:teuthology.orchestra.run.smithi170.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.6 MB/s | 70 kB 00:00 2023-12-01T17:11:50.448 INFO:teuthology.orchestra.run.smithi170.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.1 MB/s | 323 kB 00:00 2023-12-01T17:11:50.538 INFO:teuthology.orchestra.run.smithi012.stdout:Dependencies resolved. 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================================ 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout: Package Arch Version Repository Size 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================================ 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout:Installing: 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout:Installing dependencies: 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T17:11:50.543 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:11:50.544 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction Summary 2023-12-01T17:11:50.544 INFO:teuthology.orchestra.run.smithi012.stdout:============================================================================================ 2023-12-01T17:11:50.544 INFO:teuthology.orchestra.run.smithi012.stdout:Install 6 Packages 2023-12-01T17:11:50.544 INFO:teuthology.orchestra.run.smithi012.stdout: 2023-12-01T17:11:50.544 INFO:teuthology.orchestra.run.smithi012.stdout:Total download size: 50 M 2023-12-01T17:11:50.544 INFO:teuthology.orchestra.run.smithi012.stdout:Installed size: 223 M 2023-12-01T17:11:50.544 INFO:teuthology.orchestra.run.smithi012.stdout:Downloading Packages: 2023-12-01T17:11:50.572 INFO:teuthology.orchestra.run.smithi012.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 2.3 MB/s | 70 kB 00:00 2023-12-01T17:11:50.589 INFO:teuthology.orchestra.run.smithi170.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2023-12-01T17:11:50.698 INFO:teuthology.orchestra.run.smithi170.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.8 MB/s | 202 kB 00:00 2023-12-01T17:11:50.757 INFO:teuthology.orchestra.run.smithi170.stdout:(5/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 364 kB/s | 183 kB 00:00 2023-12-01T17:11:50.781 INFO:teuthology.orchestra.run.smithi012.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-01T17:11:50.939 INFO:teuthology.orchestra.run.smithi012.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.2 MB/s | 187 kB 00:00 2023-12-01T17:11:51.106 INFO:teuthology.orchestra.run.smithi012.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-01T17:11:51.290 INFO:teuthology.orchestra.run.smithi012.stdout:(5/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 244 kB/s | 183 kB 00:00 2023-12-01T17:11:52.464 INFO:teuthology.orchestra.run.smithi177.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 8.6 MB/s | 49 MB 00:05 2023-12-01T17:11:52.469 INFO:teuthology.orchestra.run.smithi177.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:11:52.469 INFO:teuthology.orchestra.run.smithi177.stdout:Total 8.7 MB/s | 50 MB 00:05 2023-12-01T17:11:52.505 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction check 2023-12-01T17:11:52.526 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction check succeeded. 2023-12-01T17:11:52.526 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction test 2023-12-01T17:11:52.792 INFO:teuthology.orchestra.run.smithi177.stdout:Transaction test succeeded. 2023-12-01T17:11:52.797 INFO:teuthology.orchestra.run.smithi177.stdout:Running transaction 2023-12-01T17:11:53.245 INFO:teuthology.orchestra.run.smithi177.stdout: Preparing : 1/1 2023-12-01T17:11:53.387 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:11:53.471 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:11:53.698 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T17:11:53.845 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T17:11:54.010 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T17:11:54.153 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T17:11:55.348 INFO:teuthology.orchestra.run.smithi170.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 9.7 MB/s | 49 MB 00:05 2023-12-01T17:11:55.350 INFO:teuthology.orchestra.run.smithi170.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:11:55.350 INFO:teuthology.orchestra.run.smithi170.stdout:Total 9.9 MB/s | 50 MB 00:05 2023-12-01T17:11:55.387 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction check 2023-12-01T17:11:55.408 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction check succeeded. 2023-12-01T17:11:55.408 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction test 2023-12-01T17:11:55.673 INFO:teuthology.orchestra.run.smithi170.stdout:Transaction test succeeded. 2023-12-01T17:11:55.679 INFO:teuthology.orchestra.run.smithi170.stdout:Running transaction 2023-12-01T17:11:56.154 INFO:teuthology.orchestra.run.smithi170.stdout: Preparing : 1/1 2023-12-01T17:11:56.270 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:11:56.354 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:11:56.584 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T17:11:56.737 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T17:11:56.927 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T17:11:57.111 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T17:11:58.538 INFO:teuthology.orchestra.run.smithi012.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 6.2 MB/s | 49 MB 00:07 2023-12-01T17:11:58.540 INFO:teuthology.orchestra.run.smithi012.stdout:-------------------------------------------------------------------------------- 2023-12-01T17:11:58.540 INFO:teuthology.orchestra.run.smithi012.stdout:Total 6.3 MB/s | 50 MB 00:08 2023-12-01T17:11:58.579 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction check 2023-12-01T17:11:58.602 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction check succeeded. 2023-12-01T17:11:58.603 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction test 2023-12-01T17:11:58.883 INFO:teuthology.orchestra.run.smithi012.stdout:Transaction test succeeded. 2023-12-01T17:11:58.887 INFO:teuthology.orchestra.run.smithi012.stdout:Running transaction 2023-12-01T17:11:58.891 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T17:11:59.116 INFO:teuthology.orchestra.run.smithi177.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T17:11:59.328 INFO:teuthology.orchestra.run.smithi177.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T17:11:59.328 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-01T17:11:59.328 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-01T17:11:59.329 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T17:11:59.329 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T17:11:59.329 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T17:11:59.350 INFO:teuthology.orchestra.run.smithi012.stdout: Preparing : 1/1 2023-12-01T17:11:59.483 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:11:59.575 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T17:11:59.806 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T17:11:59.960 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T17:12:00.125 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T17:12:00.250 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T17:12:00.393 INFO:teuthology.orchestra.run.smithi177.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T17:12:00.393 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:22 ago on Fri 01 Dec 2023 05:10:38 PM UTC. 2023-12-01T17:12:01.856 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T17:12:02.124 INFO:teuthology.orchestra.run.smithi170.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T17:12:02.340 INFO:teuthology.orchestra.run.smithi170.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T17:12:02.340 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-01T17:12:02.340 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-01T17:12:02.340 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T17:12:02.341 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T17:12:02.341 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T17:12:03.457 INFO:teuthology.orchestra.run.smithi170.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T17:12:03.458 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:26 ago on Fri 01 Dec 2023 05:10:37 PM UTC. 2023-12-01T17:12:04.980 INFO:teuthology.orchestra.run.smithi177.stdout:Installed products updated. 2023-12-01T17:12:05.162 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:12:05.162 INFO:teuthology.orchestra.run.smithi177.stdout:Installed: 2023-12-01T17:12:05.162 INFO:teuthology.orchestra.run.smithi177.stdout: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:12:05.162 INFO:teuthology.orchestra.run.smithi177.stdout: jq-1.6-3.el8.x86_64 2023-12-01T17:12:05.163 INFO:teuthology.orchestra.run.smithi177.stdout: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:12:05.163 INFO:teuthology.orchestra.run.smithi177.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T17:12:05.163 INFO:teuthology.orchestra.run.smithi177.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T17:12:05.163 INFO:teuthology.orchestra.run.smithi177.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T17:12:05.163 INFO:teuthology.orchestra.run.smithi177.stdout: 2023-12-01T17:12:05.163 INFO:teuthology.orchestra.run.smithi177.stdout:Complete! 2023-12-01T17:12:05.301 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-01T17:12:05.307 DEBUG:teuthology.orchestra.run.smithi177:> sudo yum -y install ceph 2023-12-01T17:12:05.571 INFO:teuthology.orchestra.run.smithi012.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T17:12:05.638 INFO:teuthology.orchestra.run.smithi177.stdout:Updating Subscription Management repositories. 2023-12-01T17:12:05.813 INFO:teuthology.orchestra.run.smithi012.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-01T17:12:05.813 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-01T17:12:05.813 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-01T17:12:05.813 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T17:12:05.813 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T17:12:05.813 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T17:12:07.080 INFO:teuthology.orchestra.run.smithi012.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T17:12:07.080 INFO:teuthology.orchestra.run.smithi012.stdout:Last metadata expiration check: 0:01:29 ago on Fri 01 Dec 2023 05:10:38 PM UTC. 2023-12-01T17:12:07.179 INFO:teuthology.orchestra.run.smithi177.stdout:Last metadata expiration check: 0:01:29 ago on Fri 01 Dec 2023 05:10:38 PM UTC. 2023-12-01T17:12:08.620 INFO:teuthology.orchestra.run.smithi177.stderr:Error: 2023-12-01T17:12:08.620 INFO:teuthology.orchestra.run.smithi177.stderr: Problem: conflicting requests 2023-12-01T17:12:08.621 INFO:teuthology.orchestra.run.smithi177.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:12:08.621 INFO:teuthology.orchestra.run.smithi177.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T17:12:08.705 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:12:08.706 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi177 with status 1: 'sudo yum -y install ceph' 2023-12-01T17:12:08.708 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi177 with status 1: 'sudo yum -y install ceph' 2023-12-01T17:12:08.788 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=b661e121c0af4a7987c7e970f892cbab Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 622, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 218, in install install_packages(ctx, package_list, config) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/__init__.py", line 81, in install_packages p.spawn( File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 84, in __exit__ for result in self: File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 98, in __next__ resurrect_traceback(result) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 30, in resurrect_traceback raise exc.exc_info[1] File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/parallel.py", line 23, in capture_traceback return func(*args, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 283, in _update_package_list_and_install _retry_if_failures_are_recoverable(remote, File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/task/install/rpm.py", line 155, in _retry_if_failures_are_recoverable return remote.run(args=args, stderr=stderr, stdout=stdout) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi177 with status 1: 'sudo yum -y install ceph' 2023-12-01T17:12:08.795 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T17:12:08.808 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T17:12:08.826 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T17:12:08.827 DEBUG:teuthology.orchestra.run.smithi012:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T17:12:08.840 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T17:12:08.844 DEBUG:teuthology.orchestra.run.smithi177:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T17:12:08.849 INFO:teuthology.orchestra.run.smithi012.stderr:bash: ntpq: command not found 2023-12-01T17:12:08.854 INFO:teuthology.orchestra.run.smithi012.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:12:08.854 INFO:teuthology.orchestra.run.smithi012.stdout:=============================================================================== 2023-12-01T17:12:08.855 INFO:teuthology.orchestra.run.smithi012.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 35 +1652us[+1652us] +/- 86ms 2023-12-01T17:12:08.855 INFO:teuthology.orchestra.run.smithi012.stdout:^* hv02.front.sepia.ceph.com 3 6 77 35 -70us[ -48us] +/- 74ms 2023-12-01T17:12:08.855 INFO:teuthology.orchestra.run.smithi012.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 35 -1558us[-1558us] +/- 82ms 2023-12-01T17:12:08.855 INFO:teuthology.orchestra.run.smithi012.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:12:08.860 INFO:teuthology.orchestra.run.smithi177.stderr:bash: ntpq: command not found 2023-12-01T17:12:08.861 INFO:teuthology.orchestra.run.smithi170.stderr:bash: ntpq: command not found 2023-12-01T17:12:08.863 INFO:teuthology.orchestra.run.smithi177.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:12:08.864 INFO:teuthology.orchestra.run.smithi177.stdout:=============================================================================== 2023-12-01T17:12:08.864 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 34 +1674us[+1674us] +/- 86ms 2023-12-01T17:12:08.864 INFO:teuthology.orchestra.run.smithi177.stdout:^* hv02.front.sepia.ceph.com 3 6 77 35 -51us[-2954ns] +/- 74ms 2023-12-01T17:12:08.864 INFO:teuthology.orchestra.run.smithi177.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 36 -1541us[-1494us] +/- 82ms 2023-12-01T17:12:08.864 INFO:teuthology.orchestra.run.smithi177.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:12:08.866 INFO:teuthology.orchestra.run.smithi170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T17:12:08.866 INFO:teuthology.orchestra.run.smithi170.stdout:=============================================================================== 2023-12-01T17:12:08.866 INFO:teuthology.orchestra.run.smithi170.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 35 +1642us[+1642us] +/- 86ms 2023-12-01T17:12:08.866 INFO:teuthology.orchestra.run.smithi170.stdout:^* hv02.front.sepia.ceph.com 3 6 77 35 -63us[ -121us] +/- 74ms 2023-12-01T17:12:08.867 INFO:teuthology.orchestra.run.smithi170.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 36 -1566us[-1624us] +/- 82ms 2023-12-01T17:12:08.867 INFO:teuthology.orchestra.run.smithi170.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T17:12:08.867 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T17:12:08.879 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T17:12:08.879 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T17:12:08.889 DEBUG:teuthology.orchestra.run.smithi012:> 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-01T17:12:08.993 DEBUG:teuthology.orchestra.run.smithi170:> 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-01T17:12:09.300 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T17:12:09.414 DEBUG:teuthology.orchestra.run.smithi012:> 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-01T17:12:09.449 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:12:09.450 DEBUG:teuthology.orchestra.run.smithi170:> 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-01T17:12:09.487 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:12:09.487 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T17:12:09.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:12:09.519 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T17:12:09.529 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T17:12:09.538 INFO:teuthology.task.internal:Duration was 824.846315 seconds 2023-12-01T17:12:09.538 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T17:12:09.549 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T17:12:09.549 DEBUG:teuthology.orchestra.run.smithi012:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T17:12:09.551 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T17:12:09.553 DEBUG:teuthology.orchestra.run.smithi177:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T17:12:09.602 INFO:teuthology.orchestra.run.smithi012.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:12:09.603 INFO:teuthology.orchestra.run.smithi170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:12:09.605 INFO:teuthology.orchestra.run.smithi177.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T17:12:09.932 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T17:12:09.932 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi012.front.sepia.ceph.com 2023-12-01T17:12:09.933 DEBUG:teuthology.orchestra.run.smithi012:> 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-01T17:12:09.958 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi170.front.sepia.ceph.com 2023-12-01T17:12:09.958 DEBUG:teuthology.orchestra.run.smithi170:> 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-01T17:12:09.982 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi177.front.sepia.ceph.com 2023-12-01T17:12:09.982 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T17:12:10.005 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T17:12:10.005 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T17:12:10.012 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T17:12:10.025 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T17:12:10.086 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T17:12:10.086 DEBUG:teuthology.orchestra.run.smithi012:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T17:12:10.098 DEBUG:teuthology.orchestra.run.smithi170:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T17:12:10.108 DEBUG:teuthology.orchestra.run.smithi177:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T17:12:10.198 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T17:12:10.208 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T17:12:10.208 DEBUG:teuthology.orchestra.run.smithi012:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T17:12:10.252 DEBUG:teuthology.orchestra.run.smithi170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T17:12:10.283 DEBUG:teuthology.orchestra.run.smithi177:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T17:12:10.318 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T17:12:10.333 DEBUG:teuthology.orchestra.run.smithi012:> 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-01T17:12:10.336 DEBUG:teuthology.orchestra.run.smithi170:> 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-01T17:12:10.339 DEBUG:teuthology.orchestra.run.smithi177:> 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-01T17:12:10.361 INFO:teuthology.orchestra.run.smithi012.stdout:kernel.core_pattern = core 2023-12-01T17:12:10.362 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = core 2023-12-01T17:12:10.384 INFO:teuthology.orchestra.run.smithi177.stdout:kernel.core_pattern = core 2023-12-01T17:12:10.413 DEBUG:teuthology.orchestra.run.smithi012:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T17:12:10.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:12:10.434 DEBUG:teuthology.orchestra.run.smithi170:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T17:12:10.451 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:12:10.452 DEBUG:teuthology.orchestra.run.smithi177:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T17:12:10.469 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T17:12:10.469 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T17:12:10.479 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T17:12:10.481 DEBUG:teuthology.misc:Transferring archived files from smithi012:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258/remote/smithi012 2023-12-01T17:12:10.482 DEBUG:teuthology.orchestra.run.smithi012:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T17:12:10.533 DEBUG:teuthology.misc:Transferring archived files from smithi170:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258/remote/smithi170 2023-12-01T17:12:10.534 DEBUG:teuthology.orchestra.run.smithi170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T17:12:10.586 DEBUG:teuthology.misc:Transferring archived files from smithi177:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258/remote/smithi177 2023-12-01T17:12:10.587 DEBUG:teuthology.orchestra.run.smithi177:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T17:12:10.643 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T17:12:10.644 DEBUG:teuthology.orchestra.run.smithi012:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T17:12:10.647 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T17:12:10.649 DEBUG:teuthology.orchestra.run.smithi177:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T17:12:10.666 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T17:12:10.679 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T17:12:10.680 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T17:12:10.690 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T17:12:10.690 DEBUG:teuthology.orchestra.run.smithi012:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T17:12:10.705 DEBUG:teuthology.orchestra.run.smithi170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T17:12:10.707 DEBUG:teuthology.orchestra.run.smithi177:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T17:12:10.720 INFO:teuthology.orchestra.run.smithi012.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 17:12 /home/ubuntu/cephtest 2023-12-01T17:12:10.721 INFO:teuthology.orchestra.run.smithi170.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 17:12 /home/ubuntu/cephtest 2023-12-01T17:12:10.724 INFO:teuthology.orchestra.run.smithi177.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 17:12 /home/ubuntu/cephtest 2023-12-01T17:12:10.725 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T17:12:10.737 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T17:12:10.756 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T17:12:10.784 DEBUG:teuthology.nuke:shortname: smithi012 2023-12-01T17:12:10.785 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:12:10.810 DEBUG:teuthology.nuke:shortname: smithi170 2023-12-01T17:12:10.810 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:12:10.815 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi012.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258', '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-01 16:53:06.824892', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T17:12:10.833 DEBUG:teuthology.nuke:shortname: smithi177 2023-12-01T17:12:10.834 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T17:12:10.841 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258', '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-01 16:53:06.826169', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T17:12:10.877 INFO:teuthology.orchestra.console.smithi012:Power off 2023-12-01T17:12:10.878 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T17:12:10.895 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi177.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-01_16:40:50-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7474258', '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-01 16:53:06.823407', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T17:12:10.912 DEBUG:teuthology.orchestra.console.smithi012:power off output: Chassis Power Control: Down/Off 2023-12-01T17:12:10.913 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:12:10.948 INFO:teuthology.orchestra.console.smithi170:Power off 2023-12-01T17:12:10.949 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T17:12:10.963 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2023-12-01T17:12:10.979 DEBUG:teuthology.orchestra.console.smithi170:power off output: Chassis Power Control: Down/Off 2023-12-01T17:12:10.979 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:12:11.017 INFO:teuthology.orchestra.console.smithi177:Power off 2023-12-01T17:12:11.018 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T17:12:11.035 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2023-12-01T17:12:11.053 DEBUG:teuthology.orchestra.console.smithi177:power off output: Chassis Power Control: Down/Off 2023-12-01T17:12:11.054 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:12:11.090 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-01T17:12:11.586 INFO:teuthology.orchestra.run.smithi170.stdout:Installed products updated. 2023-12-01T17:12:11.765 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:12:11.766 INFO:teuthology.orchestra.run.smithi170.stdout:Installed: 2023-12-01T17:12:11.766 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:12:11.766 INFO:teuthology.orchestra.run.smithi170.stdout: jq-1.6-3.el8.x86_64 2023-12-01T17:12:11.766 INFO:teuthology.orchestra.run.smithi170.stdout: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-01T17:12:11.766 INFO:teuthology.orchestra.run.smithi170.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T17:12:11.766 INFO:teuthology.orchestra.run.smithi170.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T17:12:11.766 INFO:teuthology.orchestra.run.smithi170.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T17:12:11.766 INFO:teuthology.orchestra.run.smithi170.stdout: 2023-12-01T17:12:11.767 INFO:teuthology.orchestra.run.smithi170.stdout:Complete! 2023-12-01T17:12:11.914 DEBUG:teuthology.orchestra.run.smithi170:> sudo yum -y install ceph 2023-12-01T17:12:12.245 INFO:teuthology.orchestra.run.smithi170.stdout:Updating Subscription Management repositories. 2023-12-01T17:12:13.964 INFO:teuthology.orchestra.run.smithi170.stdout:Last metadata expiration check: 0:01:36 ago on Fri 01 Dec 2023 05:10:37 PM UTC. 2023-12-01T17:12:14.076 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:12:14.694 INFO:teuthology.orchestra.run.smithi012.stdout:Installed products updated. 2023-12-01T17:12:14.728 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T17:12:14.964 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:12:15.037 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:12:15.089 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is on 2023-12-01T17:12:15.091 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:12:15.150 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is on 2023-12-01T17:12:15.204 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-01T17:12:19.094 DEBUG:teuthology.orchestra.console.smithi012:pexpect command: ipmitool -H smithi012.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:12:19.152 DEBUG:teuthology.orchestra.console.smithi170:pexpect command: ipmitool -H smithi170.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:12:19.205 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:12:19.229 DEBUG:teuthology.orchestra.console.smithi012:check power output: Chassis Power is off 2023-12-01T17:12:19.269 DEBUG:teuthology.orchestra.console.smithi170:check power output: Chassis Power is off 2023-12-01T17:12:19.330 INFO:teuthology.orchestra.console.smithi012:Power off completed 2023-12-01T17:12:19.331 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is on 2023-12-01T17:12:19.373 INFO:teuthology.orchestra.console.smithi170:Power off completed 2023-12-01T17:12:23.334 DEBUG:teuthology.orchestra.console.smithi177:pexpect command: ipmitool -H smithi177.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T17:12:23.447 DEBUG:teuthology.orchestra.console.smithi177:check power output: Chassis Power is off 2023-12-01T17:12:23.547 INFO:teuthology.orchestra.console.smithi177:Power off completed 2023-12-01T17:12:23.652 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} duration: 824.846314907074 failure_reason: 'Command failed on smithi177 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=b661e121c0af4a7987c7e970f892cbab status: fail success: false 2023-12-01T17:12:23.652 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T17:12:23.745 INFO:teuthology.run:FAIL