2023-12-01T05:17:03.159 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-01T05:17:03.159 DEBUG:teuthology.run:Teuthology command: teuthology --name phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi --verbose --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/connectivity task/test_host_drain} --owner scheduled_phlogistonjohn@teuthology --archive /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928 -- /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928/orig.config.yaml 2023-12-01T05:17:03.194 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:17:03.276 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928 branch: wip-phlogistonjohn-testing-2023-11-30-1010 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/connectivity task/test_host_drain} email: jmulligan@redhat.com first_in_suite: false job_id: '7472928' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-phlogistonjohn-testing-2023-11-30-1010 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-phlogistonjohn-testing-2023-11-30-1010 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d owner: scheduled_phlogistonjohn@teuthology priority: 99 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: 9533 sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d sleep_before_teardown: 0 subset: 1/15 suite: orch:cephadm suite_branch: wip-phlogistonjohn-testing-2023-11-30-1010 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d targets: smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi154.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi178.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-11-30_21:17:15 tube: smithi user: phlogistonjohn verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-01T05:17:03.276 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa; will attempt to use it 2023-12-01T05:17:03.277 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_875037c4c0585d32b171b61f9b83f482e6b73b3d/qa/tasks 2023-12-01T05:17:03.277 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-01T05:17:03.278 INFO:teuthology.task.internal:Checking packages... 2023-12-01T05:17:03.303 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '875037c4c0585d32b171b61f9b83f482e6b73b3d' 2023-12-01T05:17:03.303 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-01T05:17:03.303 INFO:teuthology.packaging:ref: None 2023-12-01T05:17:03.303 INFO:teuthology.packaging:tag: None 2023-12-01T05:17:03.303 INFO:teuthology.packaging:branch: wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:17:03.303 INFO:teuthology.packaging:sha1: 875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:17:03.304 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-phlogistonjohn-testing-2023-11-30-1010 2023-12-01T05:17:03.448 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7662.g875037c4 2023-12-01T05:17:03.448 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-01T05:17:03.455 INFO:teuthology.task.internal:no buildpackages task found 2023-12-01T05:17:03.455 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-01T05:17:03.502 INFO:teuthology.task.internal:Saving configuration 2023-12-01T05:17:03.515 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-01T05:17:03.535 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:17:03.561 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928', '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 05:11:26.998514', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:17:03.587 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928', '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 05:11:27.002043', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:17:03.610 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928', '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 05:11:27.000421', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:17:03.610 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-01T05:17:03.617 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-01T05:17:03.617 INFO:teuthology.task.internal:roles: ubuntu@smithi154.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-01T05:17:03.617 INFO:teuthology.task.internal:roles: ubuntu@smithi178.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-01T05:17:03.617 INFO:teuthology.run_tasks:Running task console_log... 2023-12-01T05:17:03.741 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f827a4e49d0>, signals=[15]) 2023-12-01T05:17:03.741 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-01T05:17:03.747 INFO:teuthology.task.internal:Opening connections... 2023-12-01T05:17:03.748 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2023-12-01T05:17:03.749 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:17:03.817 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T05:17:03.818 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:17:03.884 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi178.front.sepia.ceph.com 2023-12-01T05:17:03.885 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:17:03.952 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-01T05:17:03.959 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2023-12-01T05:17:03.980 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2023-12-01T05:17:03.981 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2023-12-01T05:17:04.039 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:17:04.039 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:17:04.039 INFO:teuthology.orchestra.run.smithi149.stdout:ID="rhel" 2023-12-01T05:17:04.039 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE="fedora" 2023-12-01T05:17:04.039 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="8.6" 2023-12-01T05:17:04.039 INFO:teuthology.orchestra.run.smithi149.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout:ANSI_COLOR="0;31" 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:17:04.040 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:17:04.041 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2023-12-01T05:17:04.062 DEBUG:teuthology.orchestra.run.smithi154:> uname -m 2023-12-01T05:17:04.082 INFO:teuthology.orchestra.run.smithi154.stdout:x86_64 2023-12-01T05:17:04.083 DEBUG:teuthology.orchestra.run.smithi154:> cat /etc/os-release 2023-12-01T05:17:04.142 INFO:teuthology.orchestra.run.smithi154.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:17:04.142 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:17:04.142 INFO:teuthology.orchestra.run.smithi154.stdout:ID="rhel" 2023-12-01T05:17:04.142 INFO:teuthology.orchestra.run.smithi154.stdout:ID_LIKE="fedora" 2023-12-01T05:17:04.142 INFO:teuthology.orchestra.run.smithi154.stdout:VERSION_ID="8.6" 2023-12-01T05:17:04.142 INFO:teuthology.orchestra.run.smithi154.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:17:04.142 INFO:teuthology.orchestra.run.smithi154.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:17:04.142 INFO:teuthology.orchestra.run.smithi154.stdout:ANSI_COLOR="0;31" 2023-12-01T05:17:04.143 INFO:teuthology.orchestra.run.smithi154.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:17:04.143 INFO:teuthology.orchestra.run.smithi154.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:17:04.143 INFO:teuthology.orchestra.run.smithi154.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:17:04.143 INFO:teuthology.orchestra.run.smithi154.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:17:04.143 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:17:04.143 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:17:04.143 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:17:04.143 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:17:04.143 INFO:teuthology.orchestra.run.smithi154.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:17:04.143 INFO:teuthology.lock.ops:Updating smithi154.front.sepia.ceph.com on lock server 2023-12-01T05:17:04.162 DEBUG:teuthology.orchestra.run.smithi178:> uname -m 2023-12-01T05:17:04.182 INFO:teuthology.orchestra.run.smithi178.stdout:x86_64 2023-12-01T05:17:04.182 DEBUG:teuthology.orchestra.run.smithi178:> cat /etc/os-release 2023-12-01T05:17:04.241 INFO:teuthology.orchestra.run.smithi178.stdout:NAME="Red Hat Enterprise Linux" 2023-12-01T05:17:04.241 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION="8.6 (Ootpa)" 2023-12-01T05:17:04.241 INFO:teuthology.orchestra.run.smithi178.stdout:ID="rhel" 2023-12-01T05:17:04.241 INFO:teuthology.orchestra.run.smithi178.stdout:ID_LIKE="fedora" 2023-12-01T05:17:04.241 INFO:teuthology.orchestra.run.smithi178.stdout:VERSION_ID="8.6" 2023-12-01T05:17:04.241 INFO:teuthology.orchestra.run.smithi178.stdout:PLATFORM_ID="platform:el8" 2023-12-01T05:17:04.241 INFO:teuthology.orchestra.run.smithi178.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-01T05:17:04.241 INFO:teuthology.orchestra.run.smithi178.stdout:ANSI_COLOR="0;31" 2023-12-01T05:17:04.242 INFO:teuthology.orchestra.run.smithi178.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-01T05:17:04.242 INFO:teuthology.orchestra.run.smithi178.stdout:HOME_URL="https://www.redhat.com/" 2023-12-01T05:17:04.242 INFO:teuthology.orchestra.run.smithi178.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-01T05:17:04.242 INFO:teuthology.orchestra.run.smithi178.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-01T05:17:04.242 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:17:04.242 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-01T05:17:04.242 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-01T05:17:04.242 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-01T05:17:04.242 INFO:teuthology.orchestra.run.smithi178.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-01T05:17:04.242 INFO:teuthology.lock.ops:Updating smithi178.front.sepia.ceph.com on lock server 2023-12-01T05:17:04.262 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-01T05:17:04.271 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-01T05:17:04.294 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-01T05:17:04.294 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:17:04.297 DEBUG:teuthology.orchestra.run.smithi154:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:17:04.299 DEBUG:teuthology.orchestra.run.smithi178:> test '!' -e /home/ubuntu/cephtest 2023-12-01T05:17:04.317 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-01T05:17:04.324 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-01T05:17:04.325 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:17:04.356 DEBUG:teuthology.orchestra.run.smithi154:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:17:04.359 DEBUG:teuthology.orchestra.run.smithi178:> test -z $(ls -A /var/lib/ceph) 2023-12-01T05:17:04.390 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-01T05:17:04.469 INFO:teuthology.run_tasks:Running task kernel... 2023-12-01T05:17:04.484 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-01T05:17:04.484 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-01T05:17:04.484 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:17:04.484 DEBUG:teuthology.orchestra.run.smithi154:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:17:04.485 DEBUG:teuthology.orchestra.run.smithi178:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-01T05:17:04.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:17:04.503 DEBUG:teuthology.orchestra.run.smithi178:> uname -r 2023-12-01T05:17:04.503 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:17:04.504 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2023-12-01T05:17:04.504 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:17:04.505 DEBUG:teuthology.orchestra.run.smithi154:> uname -r 2023-12-01T05:17:04.561 INFO:teuthology.orchestra.run.smithi178.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:04.561 INFO:teuthology.task.kernel:Running kernel on smithi178: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:04.561 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum install -y kernel 2023-12-01T05:17:04.563 INFO:teuthology.orchestra.run.smithi149.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:04.563 INFO:teuthology.task.kernel:Running kernel on smithi149: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:04.563 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum install -y kernel 2023-12-01T05:17:04.565 INFO:teuthology.orchestra.run.smithi154.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:04.565 INFO:teuthology.task.kernel:Running kernel on smithi154: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:04.565 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum install -y kernel 2023-12-01T05:17:05.758 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-01T05:17:05.758 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-12-01T05:17:05.761 INFO:teuthology.orchestra.run.smithi178.stdout:Updating Subscription Management repositories. 2023-12-01T05:17:05.761 INFO:teuthology.orchestra.run.smithi178.stdout:Unable to read consumer identity 2023-12-01T05:17:05.852 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T05:17:05.852 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2023-12-01T05:17:07.163 INFO:teuthology.orchestra.run.smithi149.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T05:17:07.204 INFO:teuthology.orchestra.run.smithi178.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2023-12-01T05:17:07.316 INFO:teuthology.orchestra.run.smithi154.stdout:Copr repo for python3-asyncssh owned by ceph 18 kB/s | 3.5 kB 00:00 2023-12-01T05:17:08.138 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-01T05:17:08.155 INFO:teuthology.orchestra.run.smithi178.stdout:Extra Packages for Enterprise Linux 17 MB/s | 16 MB 00:00 2023-12-01T05:17:08.591 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-01T05:17:11.705 INFO:teuthology.orchestra.run.smithi178.stdout:lab-extras 440 kB/s | 24 kB 00:00 2023-12-01T05:17:11.763 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 437 kB/s | 24 kB 00:00 2023-12-01T05:17:12.075 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 384 kB/s | 24 kB 00:00 2023-12-01T05:17:12.407 INFO:teuthology.orchestra.run.smithi178.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:17:12.449 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:17:12.464 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2023-12-01T05:17:12.465 INFO:teuthology.orchestra.run.smithi178.stdout:Nothing to do. 2023-12-01T05:17:12.466 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2023-12-01T05:17:12.499 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-01T05:17:12.500 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2023-12-01T05:17:12.501 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-01T05:17:12.599 DEBUG:teuthology.orchestra.run.smithi178:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:17:12.660 DEBUG:teuthology.orchestra.run.smithi149:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:17:12.752 INFO:teuthology.orchestra.run.smithi154.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-01T05:17:12.804 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T05:17:12.806 INFO:teuthology.orchestra.run.smithi154.stdout:Nothing to do. 2023-12-01T05:17:12.806 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T05:17:12.917 DEBUG:teuthology.orchestra.run.smithi154:> echo no | sudo yum reinstall kernel || true 2023-12-01T05:17:12.928 INFO:teuthology.orchestra.run.smithi178.stdout:Updating Subscription Management repositories. 2023-12-01T05:17:12.928 INFO:teuthology.orchestra.run.smithi178.stdout:Unable to read consumer identity 2023-12-01T05:17:12.991 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-01T05:17:12.991 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-12-01T05:17:13.201 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:17:11 AM UTC. 2023-12-01T05:17:13.270 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:17:11 AM UTC. 2023-12-01T05:17:13.271 INFO:teuthology.orchestra.run.smithi178.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:17:13.289 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T05:17:13.289 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2023-12-01T05:17:13.309 INFO:teuthology.orchestra.run.smithi178.stderr:Error: No packages marked for reinstall. 2023-12-01T05:17:13.310 INFO:teuthology.orchestra.run.smithi149.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:17:13.353 INFO:teuthology.orchestra.run.smithi149.stderr:Error: No packages marked for reinstall. 2023-12-01T05:17:13.355 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum reinstall -y kernel || true 2023-12-01T05:17:13.400 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum reinstall -y kernel || true 2023-12-01T05:17:13.560 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:01 ago on Fri 01 Dec 2023 05:17:12 AM UTC. 2023-12-01T05:17:13.600 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:17:13.642 INFO:teuthology.orchestra.run.smithi154.stderr:Error: No packages marked for reinstall. 2023-12-01T05:17:13.682 INFO:teuthology.orchestra.run.smithi178.stdout:Updating Subscription Management repositories. 2023-12-01T05:17:13.682 INFO:teuthology.orchestra.run.smithi178.stdout:Unable to read consumer identity 2023-12-01T05:17:13.688 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum reinstall -y kernel || true 2023-12-01T05:17:13.731 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-01T05:17:13.732 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-12-01T05:17:13.948 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:17:11 AM UTC. 2023-12-01T05:17:13.990 INFO:teuthology.orchestra.run.smithi178.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:17:14.010 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:03 ago on Fri 01 Dec 2023 05:17:11 AM UTC. 2023-12-01T05:17:14.016 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T05:17:14.016 INFO:teuthology.orchestra.run.smithi154.stdout:Unable to read consumer identity 2023-12-01T05:17:14.031 INFO:teuthology.orchestra.run.smithi178.stderr:Error: No packages marked for reinstall. 2023-12-01T05:17:14.049 INFO:teuthology.orchestra.run.smithi149.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:17:14.077 DEBUG:teuthology.orchestra.run.smithi178:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:17:14.100 INFO:teuthology.orchestra.run.smithi149.stderr:Error: No packages marked for reinstall. 2023-12-01T05:17:14.147 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:17:14.156 INFO:teuthology.orchestra.run.smithi178.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:14.157 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:14.157 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:17:14.157 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-01T05:17:14.158 DEBUG:teuthology.orchestra.run.smithi178:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:17:14.183 INFO:teuthology.orchestra.run.smithi178.stdout:ttyS1 2023-12-01T05:17:14.195 DEBUG:teuthology.parallel:result is None 2023-12-01T05:17:14.227 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:14.228 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:14.228 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:17:14.228 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-01T05:17:14.228 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:17:14.260 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2023-12-01T05:17:14.276 DEBUG:teuthology.parallel:result is None 2023-12-01T05:17:14.290 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:02 ago on Fri 01 Dec 2023 05:17:12 AM UTC. 2023-12-01T05:17:14.331 INFO:teuthology.orchestra.run.smithi154.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-01T05:17:14.364 INFO:teuthology.orchestra.run.smithi154.stderr:Error: No packages marked for reinstall. 2023-12-01T05:17:14.416 DEBUG:teuthology.orchestra.run.smithi154:> rpm -q kernel | sort -rV | head -n 1 2023-12-01T05:17:14.498 INFO:teuthology.orchestra.run.smithi154.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:14.498 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-01T05:17:14.498 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-01T05:17:14.498 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-01T05:17:14.499 DEBUG:teuthology.orchestra.run.smithi154:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-01T05:17:14.524 INFO:teuthology.orchestra.run.smithi154.stdout:ttyS1 2023-12-01T05:17:14.539 DEBUG:teuthology.parallel:result is None 2023-12-01T05:17:14.539 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-01T05:17:14.546 INFO:teuthology.task.internal:Creating test directory... 2023-12-01T05:17:14.546 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:17:14.548 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:17:14.582 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-01T05:17:14.599 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-01T05:17:14.606 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-01T05:17:14.634 INFO:teuthology.task.internal:Creating archive directory... 2023-12-01T05:17:14.635 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:17:14.637 DEBUG:teuthology.orchestra.run.smithi154:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:17:14.639 DEBUG:teuthology.orchestra.run.smithi178:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-01T05:17:14.677 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-01T05:17:14.683 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-01T05:17:14.683 DEBUG:teuthology.orchestra.run.smithi149:> 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-01T05:17:14.695 DEBUG:teuthology.orchestra.run.smithi154:> 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-01T05:17:14.709 DEBUG:teuthology.orchestra.run.smithi178:> 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-01T05:17:14.734 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:17:14.743 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:17:14.744 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:17:14.753 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:17:14.754 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:17:14.764 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-01T05:17:14.766 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-01T05:17:14.773 INFO:teuthology.task.internal:Configuring sudo... 2023-12-01T05:17:14.773 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:17:14.787 DEBUG:teuthology.orchestra.run.smithi154:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:17:14.798 DEBUG:teuthology.orchestra.run.smithi178:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-01T05:17:14.833 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-01T05:17:14.842 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-01T05:17:14.842 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:17:14.854 DEBUG:teuthology.orchestra.run.smithi154:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:17:14.865 DEBUG:teuthology.orchestra.run.smithi178:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-01T05:17:14.890 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:17:14.949 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:17:15.011 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:17:15.053 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:17:15.095 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-01T05:17:15.095 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:17:15.187 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:17:15.231 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:17:15.282 DEBUG:teuthology.orchestra.run.smithi154:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:17:15.366 DEBUG:teuthology.orchestra.run.smithi154:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:17:15.408 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T05:17:15.408 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:17:15.474 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:17:15.522 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-01T05:17:15.570 DEBUG:teuthology.orchestra.run.smithi178:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:17:15.655 DEBUG:teuthology.orchestra.run.smithi178:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-01T05:17:15.697 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2023-12-01T05:17:15.697 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-01T05:17:15.766 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2023-12-01T05:17:15.768 DEBUG:teuthology.orchestra.run.smithi154:> sudo service rsyslog restart 2023-12-01T05:17:15.770 DEBUG:teuthology.orchestra.run.smithi178:> sudo service rsyslog restart 2023-12-01T05:17:15.819 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:17:15.828 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:17:15.859 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:17:16.294 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-01T05:17:16.302 INFO:teuthology.task.internal:Starting timer... 2023-12-01T05:17:16.302 INFO:teuthology.run_tasks:Running task pcp... 2023-12-01T05:17:16.355 INFO:teuthology.run_tasks:Running task selinux... 2023-12-01T05:17:16.378 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-01T05:17:16.379 DEBUG:teuthology.orchestra.run.smithi149:> sudo service auditd rotate 2023-12-01T05:17:16.448 INFO:teuthology.orchestra.run.smithi149.stdout:Rotating logs: 2023-12-01T05:17:16.450 DEBUG:teuthology.orchestra.run.smithi154:> sudo service auditd rotate 2023-12-01T05:17:16.504 INFO:teuthology.orchestra.run.smithi154.stdout:Rotating logs: 2023-12-01T05:17:16.505 DEBUG:teuthology.orchestra.run.smithi178:> sudo service auditd rotate 2023-12-01T05:17:16.564 INFO:teuthology.orchestra.run.smithi178.stdout:Rotating logs: 2023-12-01T05:17:16.567 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-01T05:17:16.567 DEBUG:teuthology.orchestra.run.smithi149:> /usr/sbin/getenforce 2023-12-01T05:17:16.588 INFO:teuthology.orchestra.run.smithi149.stdout:Permissive 2023-12-01T05:17:16.588 DEBUG:teuthology.orchestra.run.smithi154:> /usr/sbin/getenforce 2023-12-01T05:17:16.610 INFO:teuthology.orchestra.run.smithi154.stdout:Permissive 2023-12-01T05:17:16.611 DEBUG:teuthology.orchestra.run.smithi178:> /usr/sbin/getenforce 2023-12-01T05:17:16.633 INFO:teuthology.orchestra.run.smithi178.stdout:Permissive 2023-12-01T05:17:16.633 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi149.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi154.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi178.front.sepia.ceph.com': 'permissive'} 2023-12-01T05:17:16.633 DEBUG:teuthology.orchestra.run.smithi149:> 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-01T05:17:16.660 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:17:16.661 DEBUG:teuthology.orchestra.run.smithi154:> 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-01T05:17:16.689 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:17:16.689 DEBUG:teuthology.orchestra.run.smithi178:> 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-01T05:17:16.718 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:17:16.718 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-01T05:17:16.718 DEBUG:teuthology.orchestra.run.smithi149:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:17:16.746 DEBUG:teuthology.orchestra.run.smithi154:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:17:16.773 DEBUG:teuthology.orchestra.run.smithi178:> sudo /usr/sbin/setenforce permissive 2023-12-01T05:17:16.802 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-01T05:17:16.811 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-01T05:17:16.811 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-01T05:17:16.827 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-01T05:17:16.828 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi149.front.sepia.ceph.com,smithi154.front.sepia.ceph.com,smithi178.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-01T05:27:39.051 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi149.front.sepia.ceph.com'), Remote(name='ubuntu@smithi154.front.sepia.ceph.com'), Remote(name='ubuntu@smithi178.front.sepia.ceph.com')] 2023-12-01T05:27:39.052 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-01T05:27:39.053 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:27:39.122 DEBUG:teuthology.orchestra.run.smithi149:> true 2023-12-01T05:27:39.193 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-01T05:27:39.193 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T05:27:39.194 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi154.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:27:39.262 DEBUG:teuthology.orchestra.run.smithi154:> true 2023-12-01T05:27:39.333 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi154.front.sepia.ceph.com' 2023-12-01T05:27:39.333 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi178.front.sepia.ceph.com' 2023-12-01T05:27:39.334 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi178.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-01T05:27:39.402 DEBUG:teuthology.orchestra.run.smithi178:> true 2023-12-01T05:27:39.431 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi178.front.sepia.ceph.com' 2023-12-01T05:27:39.432 INFO:teuthology.run_tasks:Running task clock... 2023-12-01T05:27:39.442 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-01T05:27:39.442 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:27:39.443 DEBUG:teuthology.orchestra.run.smithi149:> 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-01T05:27:39.445 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:27:39.445 DEBUG:teuthology.orchestra.run.smithi154:> 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-01T05:27:39.447 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-01T05:27:39.448 DEBUG:teuthology.orchestra.run.smithi178:> 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-01T05:27:39.478 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:27:39.479 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:27:39.493 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:27:39.495 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:27:39.505 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-01T05:27:39.521 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-01T05:27:39.565 INFO:teuthology.orchestra.run.smithi149.stderr:sudo: ntpd: command not found 2023-12-01T05:27:39.565 INFO:teuthology.orchestra.run.smithi154.stderr:sudo: ntpd: command not found 2023-12-01T05:27:39.577 INFO:teuthology.orchestra.run.smithi149.stdout:506 Cannot talk to daemon 2023-12-01T05:27:39.577 INFO:teuthology.orchestra.run.smithi154.stdout:506 Cannot talk to daemon 2023-12-01T05:27:39.589 INFO:teuthology.orchestra.run.smithi178.stderr:sudo: ntpd: command not found 2023-12-01T05:27:39.591 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:27:39.593 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:27:39.602 INFO:teuthology.orchestra.run.smithi178.stdout:506 Cannot talk to daemon 2023-12-01T05:27:39.606 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:27:39.607 INFO:teuthology.orchestra.run.smithi154.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:27:39.617 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-01T05:27:39.632 INFO:teuthology.orchestra.run.smithi178.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-01T05:27:39.675 INFO:teuthology.orchestra.run.smithi149.stderr:bash: ntpq: command not found 2023-12-01T05:27:39.678 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:27:39.678 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2023-12-01T05:27:39.678 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.678 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.678 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.678 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.681 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2023-12-01T05:27:39.684 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:27:39.684 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2023-12-01T05:27:39.684 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.684 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.684 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.684 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.704 INFO:teuthology.orchestra.run.smithi178.stderr:bash: ntpq: command not found 2023-12-01T05:27:39.707 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:27:39.707 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2023-12-01T05:27:39.707 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.707 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.707 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.707 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:27:39.708 INFO:teuthology.run_tasks:Running task pexec... 2023-12-01T05:27:39.718 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-01T05:27:39.718 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi149.front.sepia.ceph.com 2023-12-01T05:27:39.718 DEBUG:teuthology.orchestra.run.smithi149:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:27:39.719 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T05:27:39.719 DEBUG:teuthology.orchestra.run.smithi154:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:27:39.719 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi178.front.sepia.ceph.com 2023-12-01T05:27:39.719 DEBUG:teuthology.orchestra.run.smithi178:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-01T05:27:40.092 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-01T05:27:40.098 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T05:27:40.121 INFO:teuthology.orchestra.run.smithi178.stdout:Updating Subscription Management repositories. 2023-12-01T05:27:41.698 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:39 ago on Fri 01 Dec 2023 05:26:02 AM UTC. 2023-12-01T05:27:41.708 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:51 ago on Fri 01 Dec 2023 05:25:50 AM UTC. 2023-12-01T05:27:41.745 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:51 ago on Fri 01 Dec 2023 05:25:50 AM UTC. 2023-12-01T05:27:43.432 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2023-12-01T05:27:43.433 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2023-12-01T05:27:43.433 INFO:teuthology.orchestra.run.smithi178.stdout: Package Architecture Version Repository Size 2023-12-01T05:27:43.433 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2023-12-01T05:27:43.433 INFO:teuthology.orchestra.run.smithi178.stdout:Resetting modules: 2023-12-01T05:27:43.433 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools 2023-12-01T05:27:43.433 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:27:43.433 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2023-12-01T05:27:43.433 INFO:teuthology.orchestra.run.smithi178.stdout:================================================================================ 2023-12-01T05:27:43.433 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:27:43.453 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-01T05:27:43.454 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-01T05:27:43.454 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2023-12-01T05:27:43.454 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-01T05:27:43.454 INFO:teuthology.orchestra.run.smithi149.stdout:Resetting modules: 2023-12-01T05:27:43.454 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools 2023-12-01T05:27:43.455 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:27:43.455 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-12-01T05:27:43.455 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-01T05:27:43.455 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:27:43.554 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T05:27:43.555 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T05:27:43.555 INFO:teuthology.orchestra.run.smithi154.stdout: Package Architecture Version Repository Size 2023-12-01T05:27:43.555 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T05:27:43.555 INFO:teuthology.orchestra.run.smithi154.stdout:Resetting modules: 2023-12-01T05:27:43.555 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 2023-12-01T05:27:43.556 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:27:43.556 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-01T05:27:43.556 INFO:teuthology.orchestra.run.smithi154.stdout:================================================================================ 2023-12-01T05:27:43.556 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:27:44.389 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:41 ago on Fri 01 Dec 2023 05:26:02 AM UTC. 2023-12-01T05:27:44.467 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:54 ago on Fri 01 Dec 2023 05:25:50 AM UTC. 2023-12-01T05:27:44.521 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:54 ago on Fri 01 Dec 2023 05:25:50 AM UTC. 2023-12-01T05:27:48.190 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-01T05:27:48.287 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2023-12-01T05:27:48.428 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T05:27:48.646 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-01T05:27:48.744 INFO:teuthology.orchestra.run.smithi178.stdout:Updating Subscription Management repositories. 2023-12-01T05:27:48.881 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T05:27:49.586 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:59 ago on Fri 01 Dec 2023 05:25:50 AM UTC. 2023-12-01T05:27:49.645 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:47 ago on Fri 01 Dec 2023 05:26:02 AM UTC. 2023-12-01T05:27:49.780 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:59 ago on Fri 01 Dec 2023 05:25:50 AM UTC. 2023-12-01T05:27:51.312 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-01T05:27:51.361 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2023-12-01T05:27:51.404 INFO:teuthology.orchestra.run.smithi149.stdout:========================================================================================================================== 2023-12-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2023-12-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.stdout:========================================================================================================================== 2023-12-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.stdout:Installing group/module packages: 2023-12-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2023-12-01T05:27:51.405 INFO:teuthology.orchestra.run.smithi149.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:27:51.406 INFO:teuthology.orchestra.run.smithi149.stdout:Downgrading: 2023-12-01T05:27:51.406 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.406 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.406 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.406 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.406 INFO:teuthology.orchestra.run.smithi149.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T05:27:51.406 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.406 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.406 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.407 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.407 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.407 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.407 INFO:teuthology.orchestra.run.smithi149.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-01T05:27:51.407 INFO:teuthology.orchestra.run.smithi149.stdout:Installing module profiles: 2023-12-01T05:27:51.407 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools/common 2023-12-01T05:27:51.407 INFO:teuthology.orchestra.run.smithi149.stdout:Enabling module streams: 2023-12-01T05:27:51.407 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools 3.0 2023-12-01T05:27:51.407 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:27:51.407 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-12-01T05:27:51.408 INFO:teuthology.orchestra.run.smithi149.stdout:========================================================================================================================== 2023-12-01T05:27:51.408 INFO:teuthology.orchestra.run.smithi149.stdout:Install 7 Packages 2023-12-01T05:27:51.408 INFO:teuthology.orchestra.run.smithi149.stdout:Downgrade 12 Packages 2023-12-01T05:27:51.408 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:27:51.408 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 51 M 2023-12-01T05:27:51.408 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2023-12-01T05:27:51.457 INFO:teuthology.orchestra.run.smithi178.stdout:========================================================================================================================== 2023-12-01T05:27:51.457 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2023-12-01T05:27:51.457 INFO:teuthology.orchestra.run.smithi178.stdout:========================================================================================================================== 2023-12-01T05:27:51.457 INFO:teuthology.orchestra.run.smithi178.stdout:Installing group/module packages: 2023-12-01T05:27:51.457 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.457 INFO:teuthology.orchestra.run.smithi178.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T05:27:51.457 INFO:teuthology.orchestra.run.smithi178.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T05:27:51.457 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.457 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2023-12-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.stdout:Downgrading: 2023-12-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.458 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.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-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.stdout:Installing module profiles: 2023-12-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools/common 2023-12-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.stdout:Enabling module streams: 2023-12-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.stdout: container-tools 3.0 2023-12-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2023-12-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.stdout:========================================================================================================================== 2023-12-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.stdout:Install 7 Packages 2023-12-01T05:27:51.459 INFO:teuthology.orchestra.run.smithi178.stdout:Downgrade 12 Packages 2023-12-01T05:27:51.460 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:27:51.460 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 51 M 2023-12-01T05:27:51.460 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2023-12-01T05:27:51.479 INFO:teuthology.orchestra.run.smithi149.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 752 kB/s | 53 kB 00:00 2023-12-01T05:27:51.482 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T05:27:51.504 INFO:teuthology.orchestra.run.smithi149.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 537 kB/s | 51 kB 00:00 2023-12-01T05:27:51.530 INFO:teuthology.orchestra.run.smithi149.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 752 kB/s | 91 kB 00:00 2023-12-01T05:27:51.534 INFO:teuthology.orchestra.run.smithi178.stdout:(1/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 703 kB/s | 51 kB 00:00 2023-12-01T05:27:51.559 INFO:teuthology.orchestra.run.smithi178.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 537 kB/s | 53 kB 00:00 2023-12-01T05:27:51.563 INFO:teuthology.orchestra.run.smithi149.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.2 MB/s | 69 kB 00:00 2023-12-01T05:27:51.574 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2023-12-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-12-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2023-12-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.stdout:Installing group/module packages: 2023-12-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-12-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.stdout:Downgrading: 2023-12-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.575 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.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-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.stdout:Installing module profiles: 2023-12-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools/common 2023-12-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.stdout:Enabling module streams: 2023-12-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.stdout: container-tools 3.0 2023-12-01T05:27:51.576 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:27:51.577 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-01T05:27:51.577 INFO:teuthology.orchestra.run.smithi154.stdout:========================================================================================================================== 2023-12-01T05:27:51.577 INFO:teuthology.orchestra.run.smithi154.stdout:Install 7 Packages 2023-12-01T05:27:51.577 INFO:teuthology.orchestra.run.smithi154.stdout:Downgrade 12 Packages 2023-12-01T05:27:51.577 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:27:51.577 INFO:teuthology.orchestra.run.smithi178.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 789 kB/s | 91 kB 00:00 2023-12-01T05:27:51.577 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 51 M 2023-12-01T05:27:51.578 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-12-01T05:27:51.597 INFO:teuthology.orchestra.run.smithi149.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.3 MB/s | 511 kB 00:00 2023-12-01T05:27:51.610 INFO:teuthology.orchestra.run.smithi178.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 6.6 MB/s | 511 kB 00:00 2023-12-01T05:27:51.622 INFO:teuthology.orchestra.run.smithi149.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-12-01T05:27:51.635 INFO:teuthology.orchestra.run.smithi178.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 915 kB/s | 69 kB 00:00 2023-12-01T05:27:51.652 INFO:teuthology.orchestra.run.smithi178.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.7 MB/s | 72 kB 00:00 2023-12-01T05:27:51.654 INFO:teuthology.orchestra.run.smithi154.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 700 kB/s | 53 kB 00:00 2023-12-01T05:27:51.664 INFO:teuthology.orchestra.run.smithi149.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-12-01T05:27:51.679 INFO:teuthology.orchestra.run.smithi154.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 509 kB/s | 51 kB 00:00 2023-12-01T05:27:51.702 INFO:teuthology.orchestra.run.smithi178.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.1 MB/s | 56 kB 00:00 2023-12-01T05:27:51.704 INFO:teuthology.orchestra.run.smithi154.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 722 kB/s | 91 kB 00:00 2023-12-01T05:27:51.730 INFO:teuthology.orchestra.run.smithi154.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-12-01T05:27:51.749 INFO:teuthology.orchestra.run.smithi149.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-01T05:27:51.763 INFO:teuthology.orchestra.run.smithi154.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-12-01T05:27:51.777 INFO:teuthology.orchestra.run.smithi178.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-12-01T05:27:51.781 INFO:teuthology.orchestra.run.smithi149.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 437 kB/s | 51 kB 00:00 2023-12-01T05:27:51.802 INFO:teuthology.orchestra.run.smithi178.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 509 kB/s | 51 kB 00:00 2023-12-01T05:27:51.822 INFO:teuthology.orchestra.run.smithi154.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 781 kB/s | 72 kB 00:00 2023-12-01T05:27:51.840 INFO:teuthology.orchestra.run.smithi149.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 5.4 MB/s | 322 kB 00:00 2023-12-01T05:27:51.870 INFO:teuthology.orchestra.run.smithi178.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 4.7 MB/s | 322 kB 00:00 2023-12-01T05:27:51.898 INFO:teuthology.orchestra.run.smithi149.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 703 kB/s | 41 kB 00:00 2023-12-01T05:27:51.906 INFO:teuthology.orchestra.run.smithi154.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-12-01T05:27:51.911 INFO:teuthology.orchestra.run.smithi178.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 985 kB/s | 41 kB 00:00 2023-12-01T05:27:51.939 INFO:teuthology.orchestra.run.smithi154.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 479 kB/s | 56 kB 00:00 2023-12-01T05:27:51.965 INFO:teuthology.orchestra.run.smithi154.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 879 kB/s | 51 kB 00:00 2023-12-01T05:27:52.015 INFO:teuthology.orchestra.run.smithi154.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-12-01T05:27:52.048 INFO:teuthology.orchestra.run.smithi149.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 24 MB/s | 11 MB 00:00 2023-12-01T05:27:52.057 INFO:teuthology.orchestra.run.smithi154.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 982 kB/s | 41 kB 00:00 2023-12-01T05:27:52.070 INFO:teuthology.orchestra.run.smithi178.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 25 MB/s | 11 MB 00:00 2023-12-01T05:27:52.107 INFO:teuthology.orchestra.run.smithi149.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-12-01T05:27:52.145 INFO:teuthology.orchestra.run.smithi178.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 9.4 MB/s | 2.2 MB 00:00 2023-12-01T05:27:52.157 INFO:teuthology.orchestra.run.smithi154.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 22 MB/s | 2.2 MB 00:00 2023-12-01T05:27:52.282 INFO:teuthology.orchestra.run.smithi149.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 27 MB/s | 6.4 MB 00:00 2023-12-01T05:27:52.299 INFO:teuthology.orchestra.run.smithi154.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 20 MB/s | 11 MB 00:00 2023-12-01T05:27:52.321 INFO:teuthology.orchestra.run.smithi178.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 26 MB/s | 6.4 MB 00:00 2023-12-01T05:27:52.391 INFO:teuthology.orchestra.run.smithi149.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 24 MB/s | 6.8 MB 00:00 2023-12-01T05:27:52.429 INFO:teuthology.orchestra.run.smithi178.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 24 MB/s | 6.8 MB 00:00 2023-12-01T05:27:52.433 INFO:teuthology.orchestra.run.smithi149.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.1 MB/s | 1.1 MB 00:00 2023-12-01T05:27:52.458 INFO:teuthology.orchestra.run.smithi149.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.7 MB/s | 185 kB 00:00 2023-12-01T05:27:52.466 INFO:teuthology.orchestra.run.smithi154.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 21 MB/s | 6.4 MB 00:00 2023-12-01T05:27:52.475 INFO:teuthology.orchestra.run.smithi149.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.2 MB/s | 51 kB 00:00 2023-12-01T05:27:52.496 INFO:teuthology.orchestra.run.smithi178.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.1 MB/s | 1.1 MB 00:00 2023-12-01T05:27:52.522 INFO:teuthology.orchestra.run.smithi178.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.0 MB/s | 185 kB 00:00 2023-12-01T05:27:52.547 INFO:teuthology.orchestra.run.smithi178.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-12-01T05:27:52.575 INFO:teuthology.orchestra.run.smithi154.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 25 MB/s | 6.8 MB 00:00 2023-12-01T05:27:52.609 INFO:teuthology.orchestra.run.smithi154.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.5 MB/s | 1.1 MB 00:00 2023-12-01T05:27:52.700 INFO:teuthology.orchestra.run.smithi149.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 20 MB/s | 19 MB 00:00 2023-12-01T05:27:52.701 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:27:52.701 INFO:teuthology.orchestra.run.smithi149.stdout:Total 39 MB/s | 51 MB 00:01 2023-12-01T05:27:52.747 INFO:teuthology.orchestra.run.smithi178.stdout:(19/19): containernetworking-plugins-0.9.1-1.mo 19 MB/s | 19 MB 00:00 2023-12-01T05:27:52.748 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:27:52.748 INFO:teuthology.orchestra.run.smithi178.stdout:Total 39 MB/s | 51 MB 00:01 2023-12-01T05:27:52.809 INFO:teuthology.orchestra.run.smithi154.stdout:(17/19): containernetworking-plugins-0.9.1-1.mo 22 MB/s | 19 MB 00:00 2023-12-01T05:27:52.834 INFO:teuthology.orchestra.run.smithi154.stdout:(18/19): crun-0.18-3.module+el8.6.0+14874+64436 715 kB/s | 185 kB 00:00 2023-12-01T05:27:52.851 INFO:teuthology.orchestra.run.smithi154.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 209 kB/s | 51 kB 00:00 2023-12-01T05:27:52.852 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:27:52.852 INFO:teuthology.orchestra.run.smithi154.stdout:Total 40 MB/s | 51 MB 00:01 2023-12-01T05:27:53.174 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2023-12-01T05:27:53.217 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2023-12-01T05:27:53.217 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2023-12-01T05:27:53.225 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2023-12-01T05:27:53.268 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2023-12-01T05:27:53.268 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2023-12-01T05:27:53.328 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-12-01T05:27:53.371 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-12-01T05:27:53.371 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-12-01T05:27:53.662 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2023-12-01T05:27:53.666 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2023-12-01T05:27:53.697 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2023-12-01T05:27:53.701 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2023-12-01T05:27:53.811 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-12-01T05:27:53.815 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-12-01T05:27:54.849 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2023-12-01T05:27:54.868 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2023-12-01T05:27:54.902 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:27:54.918 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:27:55.015 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-12-01T05:27:55.064 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-01T05:27:55.096 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:27:55.105 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:27:55.125 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:27:55.141 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:27:55.150 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:27:55.167 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:27:55.233 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:27:55.242 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-01T05:27:55.261 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:27:55.279 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:27:55.382 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:27:55.466 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:28:12.373 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:28:12.606 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:28:12.672 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-01T05:28:14.146 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:28:14.387 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:28:14.413 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:28:14.425 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-01T05:28:14.616 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:28:14.642 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:28:14.670 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-01T05:28:14.793 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:28:14.828 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:28:14.928 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-01T05:28:14.999 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:28:15.022 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:28:15.022 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:28:15.022 INFO:teuthology.orchestra.run.smithi178.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:28:15.022 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:28:15.111 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-01T05:28:15.234 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:28:15.234 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:28:15.234 INFO:teuthology.orchestra.run.smithi149.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:28:15.234 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:28:15.331 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-01T05:28:15.331 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-01T05:28:15.331 INFO:teuthology.orchestra.run.smithi154.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-01T05:28:15.331 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:28:15.826 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:28:16.023 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:28:16.053 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:28:16.196 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-01T05:28:16.225 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:28:16.437 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-01T05:28:17.565 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:28:17.645 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:28:17.905 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:28:17.922 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-01T05:28:17.971 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:28:18.264 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-01T05:28:18.268 INFO:teuthology.orchestra.run.smithi178.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:28:18.359 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:28:18.538 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:28:18.625 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:28:18.661 INFO:teuthology.orchestra.run.smithi154.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-01T05:28:18.972 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-01T05:28:19.253 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:28:19.344 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:28:19.705 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-01T05:28:19.973 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:28:20.069 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:28:20.219 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:28:20.291 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:28:20.438 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:28:20.449 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-01T05:28:20.491 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:28:20.628 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:28:20.650 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:28:20.710 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-01T05:28:20.773 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:28:20.774 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:28:20.784 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:28:20.784 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:28:20.891 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-01T05:28:21.074 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:28:21.087 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-01T05:28:21.117 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:28:21.209 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-01T05:28:21.210 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:28:21.232 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:28:21.232 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:28:21.283 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:28:21.283 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:28:21.426 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:28:21.478 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:28:21.520 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-01T05:28:21.551 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:28:21.613 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:28:21.685 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:28:21.711 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-01T05:28:21.711 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:28:21.820 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:28:21.843 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:28:21.912 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-01T05:28:21.970 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:28:22.023 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:28:22.062 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:28:22.168 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:28:22.182 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:28:22.221 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-01T05:28:22.319 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:28:22.367 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:28:22.387 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-01T05:28:22.453 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:28:22.494 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:28:22.494 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:28:22.577 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-01T05:28:22.644 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:28:22.644 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:28:22.658 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:28:22.704 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-01T05:28:22.802 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:28:22.878 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-01T05:28:23.027 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-01T05:28:23.028 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:28:23.200 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:28:23.228 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:28:23.320 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:28:23.602 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:28:23.602 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:28:23.602 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:28:23.602 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:28:23.602 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:28:23.602 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:28:23.602 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:28:23.602 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:28:23.603 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:28:23.604 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:28:23.604 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:28:23.604 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:28:23.604 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:28:23.604 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:28:23.604 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:28:23.604 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:28:23.604 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:28:23.705 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:28:23.705 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:28:23.705 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:28:23.705 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:28:23.705 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:28:23.705 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:28:23.706 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:28:23.707 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:28:23.770 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-01T05:28:24.156 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-01T05:28:24.156 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-01T05:28:24.156 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-01T05:28:24.156 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-01T05:28:24.156 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-01T05:28:24.156 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-01T05:28:24.157 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-01T05:28:24.158 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-01T05:28:24.158 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-01T05:28:24.158 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-01T05:28:24.158 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-01T05:28:24.158 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-01T05:28:24.158 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-01T05:28:24.158 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-01T05:28:24.159 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-01T05:28:24.159 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-01T05:28:24.159 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-01T05:28:24.996 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:28:24.996 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:02:34 ago on Fri 01 Dec 2023 05:25:50 AM UTC. 2023-12-01T05:28:25.206 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:28:25.207 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:02:22 ago on Fri 01 Dec 2023 05:26:02 AM UTC. 2023-12-01T05:28:25.519 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-01T05:28:25.519 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:02:35 ago on Fri 01 Dec 2023 05:25:50 AM UTC. 2023-12-01T05:28:27.921 INFO:teuthology.orchestra.run.smithi149.stdout:Installed products updated. 2023-12-01T05:28:28.117 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:28:28.117 INFO:teuthology.orchestra.run.smithi149.stdout:Downgraded: 2023-12-01T05:28:28.117 INFO:teuthology.orchestra.run.smithi149.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.117 INFO:teuthology.orchestra.run.smithi149.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.117 INFO:teuthology.orchestra.run.smithi149.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.118 INFO:teuthology.orchestra.run.smithi149.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.119 INFO:teuthology.orchestra.run.smithi149.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.119 INFO:teuthology.orchestra.run.smithi149.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.119 INFO:teuthology.orchestra.run.smithi149.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:28:28.119 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:28:28.119 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-01T05:28:28.249 INFO:teuthology.orchestra.run.smithi178.stdout:Installed products updated. 2023-12-01T05:28:28.312 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-12-01T05:28:28.319 DEBUG:teuthology.parallel:result is None 2023-12-01T05:28:28.452 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:28:28.452 INFO:teuthology.orchestra.run.smithi178.stdout:Downgraded: 2023-12-01T05:28:28.452 INFO:teuthology.orchestra.run.smithi178.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.452 INFO:teuthology.orchestra.run.smithi178.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.452 INFO:teuthology.orchestra.run.smithi178.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.452 INFO:teuthology.orchestra.run.smithi178.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.452 INFO:teuthology.orchestra.run.smithi178.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.452 INFO:teuthology.orchestra.run.smithi178.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:28:28.453 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:28:28.454 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2023-12-01T05:28:28.503 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:28:28.503 INFO:teuthology.orchestra.run.smithi154.stdout:Downgraded: 2023-12-01T05:28:28.504 INFO:teuthology.orchestra.run.smithi154.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.504 INFO:teuthology.orchestra.run.smithi154.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.504 INFO:teuthology.orchestra.run.smithi154.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.504 INFO:teuthology.orchestra.run.smithi154.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.504 INFO:teuthology.orchestra.run.smithi154.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.504 INFO:teuthology.orchestra.run.smithi154.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.505 INFO:teuthology.orchestra.run.smithi154.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.505 INFO:teuthology.orchestra.run.smithi154.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.505 INFO:teuthology.orchestra.run.smithi154.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.505 INFO:teuthology.orchestra.run.smithi154.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.505 INFO:teuthology.orchestra.run.smithi154.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.505 INFO:teuthology.orchestra.run.smithi154.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.505 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-12-01T05:28:28.506 INFO:teuthology.orchestra.run.smithi154.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.506 INFO:teuthology.orchestra.run.smithi154.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.506 INFO:teuthology.orchestra.run.smithi154.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.506 INFO:teuthology.orchestra.run.smithi154.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.506 INFO:teuthology.orchestra.run.smithi154.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-01T05:28:28.506 INFO:teuthology.orchestra.run.smithi154.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-01T05:28:28.506 INFO:teuthology.orchestra.run.smithi154.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-01T05:28:28.507 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:28:28.507 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T05:28:28.645 DEBUG:teuthology.parallel:result is None 2023-12-01T05:28:28.697 DEBUG:teuthology.parallel:result is None 2023-12-01T05:28:28.698 INFO:teuthology.run_tasks:Running task install... 2023-12-01T05:28:28.706 DEBUG:teuthology.task.install:project ceph 2023-12-01T05:28:28.707 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'}} 2023-12-01T05:28:28.707 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '875037c4c0585d32b171b61f9b83f482e6b73b3d'} 2023-12-01T05:28:28.707 INFO:teuthology.task.install:Using flavor: default 2023-12-01T05:28:28.713 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-01T05:28:28.713 INFO:teuthology.task.install:extra packages: [] 2023-12-01T05:28:28.713 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'tag': None, 'wait_for_package': False} 2023-12-01T05:28:28.714 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:28:28.716 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'tag': None, 'wait_for_package': False} 2023-12-01T05:28:28.716 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:28:28.717 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': '875037c4c0585d32b171b61f9b83f482e6b73b3d', 'tag': None, 'wait_for_package': False} 2023-12-01T05:28:28.717 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=875037c4c0585d32b171b61f9b83f482e6b73b3d 2023-12-01T05:28:28.870 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/ 2023-12-01T05:28:28.870 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T05:28:28.877 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/ 2023-12-01T05:28:28.877 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T05:28:28.940 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/ 2023-12-01T05:28:28.940 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7662.g875037c4 2023-12-01T05:28:29.043 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T05:28:29.043 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-01T05:28:29.043 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T05:28:29.047 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T05:28:29.047 DEBUG:teuthology.orchestra.run.smithi154:> set -ex 2023-12-01T05:28:29.047 DEBUG:teuthology.orchestra.run.smithi154:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T05:28:29.050 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-phlogistonjohn-testing-2023-11-30-1010/875037c4c0585d32b171b61f9b83f482e6b73b3d/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-01T05:28:29.051 DEBUG:teuthology.orchestra.run.smithi178:> set -ex 2023-12-01T05:28:29.051 DEBUG:teuthology.orchestra.run.smithi178:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-01T05:28:29.075 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-01T05:28:29.075 DEBUG:teuthology.orchestra.run.smithi149:> 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/875037c4c0585d32b171b61f9b83f482e6b73b3d/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T05:28:29.078 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-01T05:28:29.078 DEBUG:teuthology.orchestra.run.smithi178:> 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/875037c4c0585d32b171b61f9b83f482e6b73b3d/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T05:28:29.079 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-01T05:28:29.080 DEBUG:teuthology.orchestra.run.smithi154:> 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/875037c4c0585d32b171b61f9b83f482e6b73b3d/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-01T05:28:29.146 DEBUG:teuthology.orchestra.run.smithi149:> 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-01T05:28:29.147 DEBUG:teuthology.orchestra.run.smithi178:> 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-01T05:28:29.148 DEBUG:teuthology.orchestra.run.smithi154:> 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-01T05:28:29.224 DEBUG:teuthology.orchestra.run.smithi178:> 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-01T05:28:29.225 DEBUG:teuthology.orchestra.run.smithi149:> 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-01T05:28:29.226 DEBUG:teuthology.orchestra.run.smithi154:> 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-01T05:28:29.290 INFO:teuthology.orchestra.run.smithi178.stdout:check_obsoletes = 1 2023-12-01T05:28:29.291 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum clean all 2023-12-01T05:28:29.292 INFO:teuthology.orchestra.run.smithi154.stdout:check_obsoletes = 1 2023-12-01T05:28:29.292 INFO:teuthology.orchestra.run.smithi149.stdout:check_obsoletes = 1 2023-12-01T05:28:29.294 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum clean all 2023-12-01T05:28:29.295 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum clean all 2023-12-01T05:28:29.661 INFO:teuthology.orchestra.run.smithi178.stdout:Updating Subscription Management repositories. 2023-12-01T05:28:29.666 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T05:28:29.668 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-01T05:28:29.960 INFO:teuthology.orchestra.run.smithi178.stdout:44 files removed 2023-12-01T05:28:29.969 INFO:teuthology.orchestra.run.smithi149.stdout:44 files removed 2023-12-01T05:28:29.994 INFO:teuthology.orchestra.run.smithi154.stdout:44 files removed 2023-12-01T05:28:30.007 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-radosgw 2023-12-01T05:28:30.018 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-radosgw 2023-12-01T05:28:30.042 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-radosgw 2023-12-01T05:28:30.337 INFO:teuthology.orchestra.run.smithi178.stdout:Updating Subscription Management repositories. 2023-12-01T05:28:30.352 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-01T05:28:30.380 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T05:28:31.239 INFO:teuthology.orchestra.run.smithi178.stdout:ceph packages for x86_64 278 kB/s | 81 kB 00:00 2023-12-01T05:28:31.291 INFO:teuthology.orchestra.run.smithi149.stdout:ceph packages for x86_64 240 kB/s | 81 kB 00:00 2023-12-01T05:28:31.385 INFO:teuthology.orchestra.run.smithi154.stdout:ceph packages for x86_64 199 kB/s | 81 kB 00:00 2023-12-01T05:28:31.548 INFO:teuthology.orchestra.run.smithi178.stdout:ceph noarch packages 34 kB/s | 9.5 kB 00:00 2023-12-01T05:28:31.617 INFO:teuthology.orchestra.run.smithi149.stdout:ceph noarch packages 32 kB/s | 9.5 kB 00:00 2023-12-01T05:28:31.678 INFO:teuthology.orchestra.run.smithi154.stdout:ceph noarch packages 36 kB/s | 9.5 kB 00:00 2023-12-01T05:28:31.890 INFO:teuthology.orchestra.run.smithi178.stdout:ceph source packages 4.6 kB/s | 1.5 kB 00:00 2023-12-01T05:28:31.959 INFO:teuthology.orchestra.run.smithi149.stdout:ceph source packages 4.7 kB/s | 1.5 kB 00:00 2023-12-01T05:28:31.978 INFO:teuthology.orchestra.run.smithi154.stdout:ceph source packages 5.3 kB/s | 1.5 kB 00:00 2023-12-01T05:28:32.040 INFO:teuthology.orchestra.run.smithi178.stdout:Copr repo for python3-asyncssh owned by ceph 26 kB/s | 3.5 kB 00:00 2023-12-01T05:28:32.118 INFO:teuthology.orchestra.run.smithi149.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-01T05:28:32.120 INFO:teuthology.orchestra.run.smithi154.stdout:Copr repo for python3-asyncssh owned by ceph 28 kB/s | 3.5 kB 00:00 2023-12-01T05:28:32.755 INFO:teuthology.orchestra.run.smithi154.stdout:Extra Packages for Enterprise Linux 26 MB/s | 16 MB 00:00 2023-12-01T05:28:33.519 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 12 MB/s | 16 MB 00:01 2023-12-01T05:28:34.658 INFO:teuthology.orchestra.run.smithi178.stdout:Extra Packages for Enterprise Linux 6.1 MB/s | 16 MB 00:02 2023-12-01T05:28:36.230 INFO:teuthology.orchestra.run.smithi154.stdout:lab-extras 402 kB/s | 24 kB 00:00 2023-12-01T05:28:37.060 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 555 kB/s | 24 kB 00:00 2023-12-01T05:28:37.148 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 MB/s | 53 MB 00:00 2023-12-01T05:28:37.971 INFO:teuthology.orchestra.run.smithi149.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 63 MB/s | 53 MB 00:00 2023-12-01T05:28:38.216 INFO:teuthology.orchestra.run.smithi178.stdout:lab-extras 394 kB/s | 24 kB 00:00 2023-12-01T05:28:39.159 INFO:teuthology.orchestra.run.smithi178.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 61 MB/s | 53 MB 00:00 2023-12-01T05:28:45.274 INFO:teuthology.orchestra.run.smithi154.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 58 MB/s | 47 MB 00:00 2023-12-01T05:28:46.172 INFO:teuthology.orchestra.run.smithi149.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 55 MB/s | 47 MB 00:00 2023-12-01T05:28:47.343 INFO:teuthology.orchestra.run.smithi178.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 54 MB/s | 47 MB 00:00 2023-12-01T05:28:56.263 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T05:28:56.266 INFO:teuthology.orchestra.run.smithi154.stdout:==================================================================================================== 2023-12-01T05:28:56.266 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-12-01T05:28:56.266 INFO:teuthology.orchestra.run.smithi154.stdout:==================================================================================================== 2023-12-01T05:28:56.266 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-12-01T05:28:56.266 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T05:28:56.266 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrading: 2023-12-01T05:28:56.266 INFO:teuthology.orchestra.run.smithi154.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T05:28:56.266 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T05:28:56.267 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout:==================================================================================================== 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout:Install 21 Packages 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout:Upgrade 2 Packages 2023-12-01T05:28:56.268 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:28:56.269 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 62 M 2023-12-01T05:28:56.269 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-12-01T05:28:57.100 INFO:teuthology.orchestra.run.smithi154.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 9.4 MB/s | 5.4 MB 00:00 2023-12-01T05:28:57.167 INFO:teuthology.orchestra.run.smithi154.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 366 kB/s | 24 kB 00:00 2023-12-01T05:28:57.284 INFO:teuthology.orchestra.run.smithi154.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 7.0 MB/s | 838 kB 00:00 2023-12-01T05:28:57.359 INFO:teuthology.orchestra.run.smithi154.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 6.7 MB/s | 517 kB 00:00 2023-12-01T05:28:57.418 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-01T05:28:57.420 INFO:teuthology.orchestra.run.smithi149.stdout:==================================================================================================== 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout:==================================================================================================== 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout:Upgrading: 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T05:28:57.421 INFO:teuthology.orchestra.run.smithi149.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T05:28:57.422 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:28:57.423 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-12-01T05:28:57.423 INFO:teuthology.orchestra.run.smithi149.stdout:==================================================================================================== 2023-12-01T05:28:57.423 INFO:teuthology.orchestra.run.smithi149.stdout:Install 21 Packages 2023-12-01T05:28:57.423 INFO:teuthology.orchestra.run.smithi149.stdout:Upgrade 2 Packages 2023-12-01T05:28:57.423 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:28:57.423 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 62 M 2023-12-01T05:28:57.423 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2023-12-01T05:28:58.018 INFO:teuthology.orchestra.run.smithi154.stdout:(5/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 11 MB/s | 6.9 MB 00:00 2023-12-01T05:28:58.093 INFO:teuthology.orchestra.run.smithi154.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 598 kB/s | 45 kB 00:00 2023-12-01T05:28:58.176 INFO:teuthology.orchestra.run.smithi154.stdout:(7/23): python3-ceph-common-18.0.0-7662.g875037 1.5 MB/s | 128 kB 00:00 2023-12-01T05:28:58.277 INFO:teuthology.orchestra.run.smithi154.stdout:(8/23): python3-cephfs-18.0.0-7662.g875037c4.el 1.9 MB/s | 196 kB 00:00 2023-12-01T05:28:58.427 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2023-12-01T05:28:58.430 INFO:teuthology.orchestra.run.smithi178.stdout:==================================================================================================== 2023-12-01T05:28:58.430 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2023-12-01T05:28:58.430 INFO:teuthology.orchestra.run.smithi178.stdout:==================================================================================================== 2023-12-01T05:28:58.430 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2023-12-01T05:28:58.430 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-radosgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 14 M 2023-12-01T05:28:58.430 INFO:teuthology.orchestra.run.smithi178.stdout:Upgrading: 2023-12-01T05:28:58.430 INFO:teuthology.orchestra.run.smithi178.stdout: librados2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.8 M 2023-12-01T05:28:58.430 INFO:teuthology.orchestra.run.smithi178.stdout: librbd1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 3.7 M 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-base x86_64 2:18.0.0-7662.g875037c4.el8 ceph 5.4 M 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 23 M 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-selinux x86_64 2:18.0.0-7662.g875037c4.el8 ceph 24 k 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: libcephfs2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 838 k 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: libradosstriper1 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 517 k 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: librgw2 x86_64 2:18.0.0-7662.g875037c4.el8 ceph 6.9 M 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-01T05:28:58.431 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-argparse x86_64 2:18.0.0-7662.g875037c4.el8 ceph 45 k 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-common x86_64 2:18.0.0-7662.g875037c4.el8 ceph 128 k 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cephfs x86_64 2:18.0.0-7662.g875037c4.el8 ceph 196 k 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rados x86_64 2:18.0.0-7662.g875037c4.el8 ceph 370 k 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rbd x86_64 2:18.0.0-7662.g875037c4.el8 ceph 364 k 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rgw x86_64 2:18.0.0-7662.g875037c4.el8 ceph 107 k 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout:==================================================================================================== 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout:Install 21 Packages 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout:Upgrade 2 Packages 2023-12-01T05:28:58.432 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:28:58.433 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 62 M 2023-12-01T05:28:58.433 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2023-12-01T05:28:58.718 INFO:teuthology.orchestra.run.smithi154.stdout:(9/23): python3-rados-18.0.0-7662.g875037c4.el8 839 kB/s | 370 kB 00:00 2023-12-01T05:28:58.819 INFO:teuthology.orchestra.run.smithi154.stdout:(10/23): python3-rbd-18.0.0-7662.g875037c4.el8. 3.6 MB/s | 364 kB 00:00 2023-12-01T05:28:58.911 INFO:teuthology.orchestra.run.smithi154.stdout:(11/23): python3-rgw-18.0.0-7662.g875037c4.el8. 1.1 MB/s | 107 kB 00:00 2023-12-01T05:28:59.094 INFO:teuthology.orchestra.run.smithi154.stdout:(12/23): ceph-radosgw-18.0.0-7662.g875037c4.el8 5.4 MB/s | 14 MB 00:02 2023-12-01T05:28:59.337 INFO:teuthology.orchestra.run.smithi154.stdout:(13/23): ceph-common-18.0.0-7662.g875037c4.el8. 8.0 MB/s | 23 MB 00:02 2023-12-01T05:28:59.362 INFO:teuthology.orchestra.run.smithi154.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 680 kB/s | 306 kB 00:00 2023-12-01T05:28:59.387 INFO:teuthology.orchestra.run.smithi154.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 1.5 MB/s | 75 kB 00:00 2023-12-01T05:28:59.412 INFO:teuthology.orchestra.run.smithi154.stdout:(16/23): liboath-2.6.2-3.el8.x86_64.rpm 185 kB/s | 59 kB 00:00 2023-12-01T05:28:59.471 INFO:teuthology.orchestra.run.smithi154.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 561 kB/s | 47 kB 00:00 2023-12-01T05:28:59.505 INFO:teuthology.orchestra.run.smithi154.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.8 MB/s | 259 kB 00:00 2023-12-01T05:28:59.547 INFO:teuthology.orchestra.run.smithi154.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 583 kB/s | 44 kB 00:00 2023-12-01T05:28:59.589 INFO:teuthology.orchestra.run.smithi154.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 7.7 MB/s | 1.7 MB 00:00 2023-12-01T05:28:59.614 INFO:teuthology.orchestra.run.smithi154.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 3.2 MB/s | 354 kB 00:00 2023-12-01T05:28:59.669 INFO:teuthology.orchestra.run.smithi178.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 4.5 MB/s | 5.4 MB 00:01 2023-12-01T05:28:59.779 INFO:teuthology.orchestra.run.smithi178.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 225 kB/s | 24 kB 00:00 2023-12-01T05:29:00.364 INFO:teuthology.orchestra.run.smithi154.stdout:(22/23): librados2-18.0.0-7662.g875037c4.el8.x8 4.6 MB/s | 3.8 MB 00:00 2023-12-01T05:29:00.397 INFO:teuthology.orchestra.run.smithi149.stdout:(1/23): ceph-base-18.0.0-7662.g875037c4.el8.x86 2.0 MB/s | 5.4 MB 00:02 2023-12-01T05:29:00.411 INFO:teuthology.orchestra.run.smithi178.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 1.3 MB/s | 838 kB 00:00 2023-12-01T05:29:00.447 INFO:teuthology.orchestra.run.smithi149.stdout:(2/23): ceph-selinux-18.0.0-7662.g875037c4.el8. 490 kB/s | 24 kB 00:00 2023-12-01T05:29:00.481 INFO:teuthology.orchestra.run.smithi154.stdout:(23/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 4.2 MB/s | 3.7 MB 00:00 2023-12-01T05:29:00.483 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:29:00.483 INFO:teuthology.orchestra.run.smithi154.stdout:Total 15 MB/s | 62 MB 00:04 2023-12-01T05:29:00.531 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-12-01T05:29:00.544 INFO:teuthology.orchestra.run.smithi178.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 3.8 MB/s | 517 kB 00:00 2023-12-01T05:29:00.578 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-12-01T05:29:00.578 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-12-01T05:29:00.756 INFO:teuthology.orchestra.run.smithi149.stdout:(3/23): libcephfs2-18.0.0-7662.g875037c4.el8.x8 2.7 MB/s | 838 kB 00:00 2023-12-01T05:29:00.921 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-12-01T05:29:00.924 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-12-01T05:29:01.014 INFO:teuthology.orchestra.run.smithi149.stdout:(4/23): libradosstriper1-18.0.0-7662.g875037c4. 2.0 MB/s | 517 kB 00:00 2023-12-01T05:29:01.636 INFO:teuthology.orchestra.run.smithi178.stdout:(5/23): librgw2-18.0.0-7662.g875037c4.el8.x86_6 6.3 MB/s | 6.9 MB 00:01 2023-12-01T05:29:01.895 INFO:teuthology.orchestra.run.smithi178.stdout:(6/23): ceph-common-18.0.0-7662.g875037c4.el8.x 6.6 MB/s | 23 MB 00:03 2023-12-01T05:29:01.920 INFO:teuthology.orchestra.run.smithi178.stdout:(7/23): python3-ceph-argparse-18.0.0-7662.g8750 158 kB/s | 45 kB 00:00 2023-12-01T05:29:01.945 INFO:teuthology.orchestra.run.smithi178.stdout:(8/23): python3-ceph-common-18.0.0-7662.g875037 2.5 MB/s | 128 kB 00:00 2023-12-01T05:29:01.971 INFO:teuthology.orchestra.run.smithi178.stdout:(9/23): python3-cephfs-18.0.0-7662.g875037c4.el 3.8 MB/s | 196 kB 00:00 2023-12-01T05:29:02.021 INFO:teuthology.orchestra.run.smithi178.stdout:(10/23): python3-rados-18.0.0-7662.g875037c4.el 4.8 MB/s | 370 kB 00:00 2023-12-01T05:29:02.046 INFO:teuthology.orchestra.run.smithi178.stdout:(11/23): python3-rbd-18.0.0-7662.g875037c4.el8. 4.7 MB/s | 364 kB 00:00 2023-12-01T05:29:02.072 INFO:teuthology.orchestra.run.smithi178.stdout:(12/23): python3-rgw-18.0.0-7662.g875037c4.el8. 2.1 MB/s | 107 kB 00:00 2023-12-01T05:29:02.073 INFO:teuthology.orchestra.run.smithi149.stdout:(5/23): ceph-common-18.0.0-7662.g875037c4.el8.x 5.1 MB/s | 23 MB 00:04 2023-12-01T05:29:02.123 INFO:teuthology.orchestra.run.smithi149.stdout:(6/23): python3-ceph-argparse-18.0.0-7662.g8750 902 kB/s | 45 kB 00:00 2023-12-01T05:29:02.134 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-12-01T05:29:02.282 INFO:teuthology.orchestra.run.smithi149.stdout:(7/23): ceph-radosgw-18.0.0-7662.g875037c4.el8. 3.0 MB/s | 14 MB 00:04 2023-12-01T05:29:02.307 INFO:teuthology.orchestra.run.smithi149.stdout:(8/23): python3-ceph-common-18.0.0-7662.g875037 701 kB/s | 128 kB 00:00 2023-12-01T05:29:02.357 INFO:teuthology.orchestra.run.smithi149.stdout:(9/23): python3-cephfs-18.0.0-7662.g875037c4.el 2.6 MB/s | 196 kB 00:00 2023-12-01T05:29:02.365 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T05:29:02.408 INFO:teuthology.orchestra.run.smithi149.stdout:(10/23): python3-rados-18.0.0-7662.g875037c4.el 3.6 MB/s | 370 kB 00:00 2023-12-01T05:29:02.458 INFO:teuthology.orchestra.run.smithi149.stdout:(11/23): python3-rbd-18.0.0-7662.g875037c4.el8. 3.6 MB/s | 364 kB 00:00 2023-12-01T05:29:02.483 INFO:teuthology.orchestra.run.smithi149.stdout:(12/23): python3-rgw-18.0.0-7662.g875037c4.el8. 1.4 MB/s | 107 kB 00:00 2023-12-01T05:29:02.579 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:29:02.601 INFO:teuthology.orchestra.run.smithi149.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 501 kB/s | 59 kB 00:00 2023-12-01T05:29:02.614 INFO:teuthology.orchestra.run.smithi178.stdout:(13/23): ceph-radosgw-18.0.0-7662.g875037c4.el8 3.4 MB/s | 14 MB 00:04 2023-12-01T05:29:02.639 INFO:teuthology.orchestra.run.smithi178.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 104 kB/s | 59 kB 00:00 2023-12-01T05:29:02.684 INFO:teuthology.orchestra.run.smithi149.stdout:(14/23): librgw2-18.0.0-7662.g875037c4.el8.x86_ 4.2 MB/s | 6.9 MB 00:01 2023-12-01T05:29:02.709 INFO:teuthology.orchestra.run.smithi149.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 1.2 MB/s | 306 kB 00:00 2023-12-01T05:29:02.726 INFO:teuthology.orchestra.run.smithi149.stdout:(16/23): libunwind-1.3.1-3.el8.x86_64.rpm 603 kB/s | 75 kB 00:00 2023-12-01T05:29:02.785 INFO:teuthology.orchestra.run.smithi149.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 806 kB/s | 47 kB 00:00 2023-12-01T05:29:02.810 INFO:teuthology.orchestra.run.smithi149.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.0 MB/s | 259 kB 00:00 2023-12-01T05:29:02.835 INFO:teuthology.orchestra.run.smithi149.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 878 kB/s | 44 kB 00:00 2023-12-01T05:29:02.869 INFO:teuthology.orchestra.run.smithi149.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 5.9 MB/s | 354 kB 00:00 2023-12-01T05:29:02.953 INFO:teuthology.orchestra.run.smithi149.stdout:(21/23): thrift-0.13.0-2.el8.x86_64.rpm 6.5 MB/s | 1.7 MB 00:00 2023-12-01T05:29:02.989 INFO:teuthology.orchestra.run.smithi178.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 325 kB/s | 306 kB 00:00 2023-12-01T05:29:02.996 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:29:03.048 INFO:teuthology.orchestra.run.smithi178.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 803 kB/s | 47 kB 00:00 2023-12-01T05:29:03.090 INFO:teuthology.orchestra.run.smithi178.stdout:(17/23): libunwind-1.3.1-3.el8.x86_64.rpm 158 kB/s | 75 kB 00:00 2023-12-01T05:29:03.115 INFO:teuthology.orchestra.run.smithi178.stdout:(18/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 3.8 MB/s | 259 kB 00:00 2023-12-01T05:29:03.200 INFO:teuthology.orchestra.run.smithi178.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 399 kB/s | 44 kB 00:00 2023-12-01T05:29:03.202 INFO:teuthology.orchestra.run.smithi149.stdout:(22/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 11 MB/s | 3.7 MB 00:00 2023-12-01T05:29:03.203 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:29:03.241 INFO:teuthology.orchestra.run.smithi178.stdout:(20/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.9 MB/s | 354 kB 00:00 2023-12-01T05:29:03.289 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:29:03.468 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:29:03.503 INFO:teuthology.orchestra.run.smithi149.stdout:(23/23): librados2-18.0.0-7662.g875037c4.el8.x8 5.6 MB/s | 3.8 MB 00:00 2023-12-01T05:29:03.505 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:29:03.505 INFO:teuthology.orchestra.run.smithi149.stdout:Total 10 MB/s | 62 MB 00:06 2023-12-01T05:29:03.550 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2023-12-01T05:29:03.595 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2023-12-01T05:29:03.595 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2023-12-01T05:29:03.641 INFO:teuthology.orchestra.run.smithi178.stdout:(21/23): librbd1-18.0.0-7662.g875037c4.el8.x86_ 9.3 MB/s | 3.7 MB 00:00 2023-12-01T05:29:03.716 INFO:teuthology.orchestra.run.smithi178.stdout:(22/23): librados2-18.0.0-7662.g875037c4.el8.x8 7.3 MB/s | 3.8 MB 00:00 2023-12-01T05:29:03.749 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T05:29:03.927 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2023-12-01T05:29:03.931 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2023-12-01T05:29:03.937 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:29:04.388 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:29:04.620 INFO:teuthology.orchestra.run.smithi154.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:29:04.756 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:29:04.937 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:29:05.006 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:29:05.095 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2023-12-01T05:29:05.332 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T05:29:05.534 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:29:05.792 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T05:29:05.930 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:29:05.941 INFO:teuthology.orchestra.run.smithi178.stdout:(23/23): thrift-0.13.0-2.el8.x86_64.rpm 538 kB/s | 1.7 MB 00:03 2023-12-01T05:29:05.943 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:29:05.944 INFO:teuthology.orchestra.run.smithi178.stdout:Total 8.2 MB/s | 62 MB 00:07 2023-12-01T05:29:05.953 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:29:05.991 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2023-12-01T05:29:06.009 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:29:06.036 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2023-12-01T05:29:06.036 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2023-12-01T05:29:06.101 INFO:teuthology.orchestra.run.smithi149.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:29:06.131 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T05:29:06.215 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:29:06.323 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:29:06.381 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2023-12-01T05:29:06.384 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2023-12-01T05:29:06.407 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:29:06.548 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:29:06.662 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T05:29:06.758 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T05:29:06.868 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:29:06.912 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:29:06.971 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:29:07.129 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T05:29:07.259 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:29:07.316 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T05:29:07.467 INFO:teuthology.orchestra.run.smithi149.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:29:07.561 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:29:07.579 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T05:29:07.584 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2023-12-01T05:29:07.734 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:29:07.745 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T05:29:07.802 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:29:07.808 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-01T05:29:07.985 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:29:08.425 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-01T05:29:08.629 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T05:29:08.685 INFO:teuthology.orchestra.run.smithi178.stdout: Upgrading : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:29:08.783 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:29:08.817 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:29:08.981 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:29:08.982 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:29:09.212 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T05:29:09.246 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-01T05:29:09.370 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:29:09.427 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:29:09.570 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:29:09.759 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T05:29:09.835 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 6/25 2023-12-01T05:29:09.917 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:29:09.985 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:29:10.068 INFO:teuthology.orchestra.run.smithi178.stdout: Upgrading : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:29:10.102 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T05:29:10.158 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:29:10.290 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T05:29:10.343 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:29:10.407 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-01T05:29:10.528 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T05:29:10.709 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T05:29:11.237 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-01T05:29:11.418 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:29:11.481 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:29:11.485 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:29:11.603 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 11/25 2023-12-01T05:29:11.703 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:29:11.796 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:29:12.020 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:29:12.273 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 14/25 2023-12-01T05:29:12.295 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:29:12.493 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:29:12.548 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 15/25 2023-12-01T05:29:12.576 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:29:12.645 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:29:12.686 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-01T05:29:12.835 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:29:12.933 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-01T05:29:13.171 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-01T05:29:13.410 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 19/25 2023-12-01T05:29:14.533 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:29:14.942 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:29:15.537 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:29:15.815 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:29:15.902 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:29:16.075 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:29:17.502 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:29:17.784 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:29:18.361 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 20/25 2023-12-01T05:29:18.621 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:29:18.735 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 21/25 2023-12-01T05:29:18.874 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:29:31.348 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:29:31.348 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /sys 2023-12-01T05:29:31.348 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /proc 2023-12-01T05:29:31.348 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /dev 2023-12-01T05:29:31.348 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /run 2023-12-01T05:29:31.348 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /mnt 2023-12-01T05:29:31.348 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /var/tmp 2023-12-01T05:29:31.349 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /home 2023-12-01T05:29:31.349 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /tmp 2023-12-01T05:29:31.349 INFO:teuthology.orchestra.run.smithi154.stdout:skipping the directory /dev 2023-12-01T05:29:31.349 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:29:32.823 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:29:32.844 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:29:32.844 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:29:33.093 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:29:33.093 INFO:teuthology.orchestra.run.smithi154.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T05:29:33.708 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T05:29:33.709 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T05:29:34.745 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:29:34.746 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /sys 2023-12-01T05:29:34.746 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /proc 2023-12-01T05:29:34.746 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /dev 2023-12-01T05:29:34.746 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /run 2023-12-01T05:29:34.746 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /mnt 2023-12-01T05:29:34.746 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /var/tmp 2023-12-01T05:29:34.746 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /home 2023-12-01T05:29:34.746 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /tmp 2023-12-01T05:29:34.746 INFO:teuthology.orchestra.run.smithi149.stdout:skipping the directory /dev 2023-12-01T05:29:34.746 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:29:35.088 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:29:35.089 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:51 ago on Fri 01 Dec 2023 05:28:44 AM UTC. 2023-12-01T05:29:36.144 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:29:36.166 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:29:36.166 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:29:36.374 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:29:36.374 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:29:36.971 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:29:36.971 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T05:29:36.971 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T05:29:36.972 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T05:29:36.973 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T05:29:36.973 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T05:29:36.973 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T05:29:36.973 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T05:29:36.973 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:29:36.973 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T05:29:36.973 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T05:29:37.516 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-12-01T05:29:37.639 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:29:37.639 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /sys 2023-12-01T05:29:37.639 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /proc 2023-12-01T05:29:37.639 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /dev 2023-12-01T05:29:37.639 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /run 2023-12-01T05:29:37.639 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /mnt 2023-12-01T05:29:37.639 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /var/tmp 2023-12-01T05:29:37.639 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /home 2023-12-01T05:29:37.639 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /tmp 2023-12-01T05:29:37.639 INFO:teuthology.orchestra.run.smithi178.stdout:skipping the directory /dev 2023-12-01T05:29:37.640 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:29:37.701 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:29:37.701 INFO:teuthology.orchestra.run.smithi154.stdout:Upgraded: 2023-12-01T05:29:37.701 INFO:teuthology.orchestra.run.smithi154.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.701 INFO:teuthology.orchestra.run.smithi154.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.701 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-12-01T05:29:37.701 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.701 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.701 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.702 INFO:teuthology.orchestra.run.smithi154.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T05:29:37.703 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.703 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.703 INFO:teuthology.orchestra.run.smithi154.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:37.703 INFO:teuthology.orchestra.run.smithi154.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T05:29:37.703 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:29:37.703 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T05:29:37.915 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph-test 2023-12-01T05:29:38.265 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T05:29:38.335 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:29:38.335 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:53 ago on Fri 01 Dec 2023 05:28:45 AM UTC. 2023-12-01T05:29:39.068 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:29:39.071 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:00:55 ago on Fri 01 Dec 2023 05:28:44 AM UTC. 2023-12-01T05:29:39.088 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 23/25 2023-12-01T05:29:39.088 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:29:39.298 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-01T05:29:39.298 INFO:teuthology.orchestra.run.smithi178.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 1/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 3/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 4/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 5/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_6 6/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 7/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8. 8/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x8 9/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 10/25 2023-12-01T05:29:39.943 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 11/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 12/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 13/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librados2-2:18.0.0-7662.g875037c4.el8.x86_64 22/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-01T05:29:39.944 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 24/25 2023-12-01T05:29:40.436 INFO:teuthology.orchestra.run.smithi154.stdout:Dependencies resolved. 2023-12-01T05:29:40.437 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout: Package Arch Version Repository Size 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout:Installing: 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout:Installing dependencies: 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction Summary 2023-12-01T05:29:40.438 INFO:teuthology.orchestra.run.smithi154.stdout:============================================================================================ 2023-12-01T05:29:40.439 INFO:teuthology.orchestra.run.smithi154.stdout:Install 6 Packages 2023-12-01T05:29:40.439 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:29:40.439 INFO:teuthology.orchestra.run.smithi154.stdout:Total download size: 50 M 2023-12-01T05:29:40.439 INFO:teuthology.orchestra.run.smithi154.stdout:Installed size: 223 M 2023-12-01T05:29:40.439 INFO:teuthology.orchestra.run.smithi154.stdout:Downloading Packages: 2023-12-01T05:29:40.480 INFO:teuthology.orchestra.run.smithi154.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-01T05:29:40.563 INFO:teuthology.orchestra.run.smithi154.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 4.2 MB/s | 323 kB 00:00 2023-12-01T05:29:40.605 INFO:teuthology.orchestra.run.smithi154.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 4.4 MB/s | 187 kB 00:00 2023-12-01T05:29:40.647 INFO:teuthology.orchestra.run.smithi154.stdout:(4/6): jq-1.6-3.el8.x86_64.rpm 4.7 MB/s | 202 kB 00:00 2023-12-01T05:29:40.664 INFO:teuthology.orchestra.run.smithi154.stdout:(5/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 817 kB/s | 183 kB 00:00 2023-12-01T05:29:40.815 INFO:teuthology.orchestra.run.smithi149.stdout:Installed products updated. 2023-12-01T05:29:41.005 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:29:41.006 INFO:teuthology.orchestra.run.smithi149.stdout:Upgraded: 2023-12-01T05:29:41.006 INFO:teuthology.orchestra.run.smithi149.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.006 INFO:teuthology.orchestra.run.smithi149.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.006 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2023-12-01T05:29:41.006 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.006 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.006 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.007 INFO:teuthology.orchestra.run.smithi149.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T05:29:41.008 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.008 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.008 INFO:teuthology.orchestra.run.smithi149.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:41.008 INFO:teuthology.orchestra.run.smithi149.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T05:29:41.008 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:29:41.008 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-01T05:29:41.169 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph-test 2023-12-01T05:29:41.314 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-01T05:29:41.315 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:00:55 ago on Fri 01 Dec 2023 05:28:46 AM UTC. 2023-12-01T05:29:41.519 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-01T05:29:42.382 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:57 ago on Fri 01 Dec 2023 05:28:45 AM UTC. 2023-12-01T05:29:43.297 INFO:teuthology.orchestra.run.smithi154.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 17 MB/s | 49 MB 00:02 2023-12-01T05:29:43.299 INFO:teuthology.orchestra.run.smithi154.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:29:43.299 INFO:teuthology.orchestra.run.smithi154.stdout:Total 18 MB/s | 50 MB 00:02 2023-12-01T05:29:43.337 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction check 2023-12-01T05:29:43.360 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction check succeeded. 2023-12-01T05:29:43.360 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction test 2023-12-01T05:29:43.626 INFO:teuthology.orchestra.run.smithi154.stdout:Transaction test succeeded. 2023-12-01T05:29:43.630 INFO:teuthology.orchestra.run.smithi154.stdout:Running transaction 2023-12-01T05:29:43.742 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-01T05:29:43.743 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================================ 2023-12-01T05:29:43.743 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2023-12-01T05:29:43.743 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================================ 2023-12-01T05:29:43.743 INFO:teuthology.orchestra.run.smithi149.stdout:Installing: 2023-12-01T05:29:43.743 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================================ 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout:Install 6 Packages 2023-12-01T05:29:43.744 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:29:43.745 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 50 M 2023-12-01T05:29:43.745 INFO:teuthology.orchestra.run.smithi149.stdout:Installed size: 223 M 2023-12-01T05:29:43.745 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2023-12-01T05:29:43.800 INFO:teuthology.orchestra.run.smithi149.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.3 MB/s | 70 kB 00:00 2023-12-01T05:29:43.967 INFO:teuthology.orchestra.run.smithi149.stdout:(2/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 827 kB/s | 183 kB 00:00 2023-12-01T05:29:44.018 INFO:teuthology.orchestra.run.smithi149.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-01T05:29:44.073 INFO:teuthology.orchestra.run.smithi154.stdout: Preparing : 1/1 2023-12-01T05:29:44.109 INFO:teuthology.orchestra.run.smithi149.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.3 MB/s | 187 kB 00:00 2023-12-01T05:29:44.159 INFO:teuthology.orchestra.run.smithi149.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.4 MB/s | 202 kB 00:00 2023-12-01T05:29:44.214 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:29:44.319 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:29:44.534 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T05:29:44.697 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T05:29:44.771 INFO:teuthology.orchestra.run.smithi178.stdout:Installed products updated. 2023-12-01T05:29:44.896 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T05:29:44.959 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:29:44.959 INFO:teuthology.orchestra.run.smithi178.stdout:Upgraded: 2023-12-01T05:29:44.959 INFO:teuthology.orchestra.run.smithi178.stdout: librados2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.959 INFO:teuthology.orchestra.run.smithi178.stdout: librbd1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.959 INFO:teuthology.orchestra.run.smithi178.stdout:Installed: 2023-12-01T05:29:44.959 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-base-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.959 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.959 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-radosgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.959 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-selinux-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.959 INFO:teuthology.orchestra.run.smithi178.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: libcephfs2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: libradosstriper1-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: librgw2-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-argparse-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: python3-ceph-common-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: python3-cephfs-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rados-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rbd-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.960 INFO:teuthology.orchestra.run.smithi178.stdout: python3-rgw-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:44.961 INFO:teuthology.orchestra.run.smithi178.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-01T05:29:44.961 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:29:44.961 INFO:teuthology.orchestra.run.smithi178.stdout:Complete! 2023-12-01T05:29:45.046 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:29:45.125 DEBUG:teuthology.orchestra.run.smithi178:> sudo yum -y install ceph-test 2023-12-01T05:29:45.474 INFO:teuthology.orchestra.run.smithi178.stdout:Updating Subscription Management repositories. 2023-12-01T05:29:46.159 INFO:teuthology.orchestra.run.smithi149.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 20 MB/s | 49 MB 00:02 2023-12-01T05:29:46.161 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:29:46.162 INFO:teuthology.orchestra.run.smithi149.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-01T05:29:46.199 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2023-12-01T05:29:46.220 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2023-12-01T05:29:46.220 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2023-12-01T05:29:46.319 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:00 ago on Fri 01 Dec 2023 05:28:46 AM UTC. 2023-12-01T05:29:46.487 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2023-12-01T05:29:46.491 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2023-12-01T05:29:46.957 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2023-12-01T05:29:47.103 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:29:47.187 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:29:47.366 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T05:29:47.532 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T05:29:47.702 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T05:29:47.754 INFO:teuthology.orchestra.run.smithi178.stdout:Dependencies resolved. 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout:============================================================================================ 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout: Package Arch Version Repository Size 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout:============================================================================================ 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout:Installing: 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout: ceph-test x86_64 2:18.0.0-7662.g875037c4.el8 ceph 49 M 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout:Installing dependencies: 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout: libcephsqlite x86_64 2:18.0.0-7662.g875037c4.el8 ceph 183 k 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-01T05:29:47.755 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:29:47.756 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction Summary 2023-12-01T05:29:47.756 INFO:teuthology.orchestra.run.smithi178.stdout:============================================================================================ 2023-12-01T05:29:47.756 INFO:teuthology.orchestra.run.smithi178.stdout:Install 6 Packages 2023-12-01T05:29:47.756 INFO:teuthology.orchestra.run.smithi178.stdout: 2023-12-01T05:29:47.756 INFO:teuthology.orchestra.run.smithi178.stdout:Total download size: 50 M 2023-12-01T05:29:47.757 INFO:teuthology.orchestra.run.smithi178.stdout:Installed size: 223 M 2023-12-01T05:29:47.757 INFO:teuthology.orchestra.run.smithi178.stdout:Downloading Packages: 2023-12-01T05:29:47.820 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:29:47.833 INFO:teuthology.orchestra.run.smithi178.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 914 kB/s | 70 kB 00:00 2023-12-01T05:29:48.027 INFO:teuthology.orchestra.run.smithi178.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.7 MB/s | 323 kB 00:00 2023-12-01T05:29:48.103 INFO:teuthology.orchestra.run.smithi178.stdout:(3/6): libcephsqlite-18.0.0-7662.g875037c4.el8. 529 kB/s | 183 kB 00:00 2023-12-01T05:29:48.212 INFO:teuthology.orchestra.run.smithi178.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.0 MB/s | 187 kB 00:00 2023-12-01T05:29:48.312 INFO:teuthology.orchestra.run.smithi178.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 969 kB/s | 202 kB 00:00 2023-12-01T05:29:49.777 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:29:50.036 INFO:teuthology.orchestra.run.smithi154.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:29:50.187 INFO:teuthology.orchestra.run.smithi178.stdout:(6/6): ceph-test-18.0.0-7662.g875037c4.el8.x86_ 20 MB/s | 49 MB 00:02 2023-12-01T05:29:50.189 INFO:teuthology.orchestra.run.smithi178.stdout:-------------------------------------------------------------------------------- 2023-12-01T05:29:50.189 INFO:teuthology.orchestra.run.smithi178.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-01T05:29:50.227 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction check 2023-12-01T05:29:50.249 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction check succeeded. 2023-12-01T05:29:50.249 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction test 2023-12-01T05:29:50.261 INFO:teuthology.orchestra.run.smithi154.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:29:50.261 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T05:29:50.261 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T05:29:50.261 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T05:29:50.261 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T05:29:50.262 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T05:29:50.514 INFO:teuthology.orchestra.run.smithi178.stdout:Transaction test succeeded. 2023-12-01T05:29:50.518 INFO:teuthology.orchestra.run.smithi178.stdout:Running transaction 2023-12-01T05:29:50.970 INFO:teuthology.orchestra.run.smithi178.stdout: Preparing : 1/1 2023-12-01T05:29:51.102 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:29:51.171 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-01T05:29:51.382 INFO:teuthology.orchestra.run.smithi154.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T05:29:51.382 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:07 ago on Fri 01 Dec 2023 05:28:44 AM UTC. 2023-12-01T05:29:51.389 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-01T05:29:51.529 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-01T05:29:51.726 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-01T05:29:51.877 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:29:52.599 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:29:52.816 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:29:53.078 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:29:53.078 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T05:29:53.078 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T05:29:53.078 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T05:29:53.078 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T05:29:53.078 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T05:29:53.893 INFO:teuthology.orchestra.run.smithi154.stdout:Installed products updated. 2023-12-01T05:29:54.075 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:29:54.075 INFO:teuthology.orchestra.run.smithi154.stdout:Installed: 2023-12-01T05:29:54.075 INFO:teuthology.orchestra.run.smithi154.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:54.075 INFO:teuthology.orchestra.run.smithi154.stdout: jq-1.6-3.el8.x86_64 2023-12-01T05:29:54.075 INFO:teuthology.orchestra.run.smithi154.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:54.075 INFO:teuthology.orchestra.run.smithi154.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T05:29:54.076 INFO:teuthology.orchestra.run.smithi154.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T05:29:54.076 INFO:teuthology.orchestra.run.smithi154.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T05:29:54.076 INFO:teuthology.orchestra.run.smithi154.stdout: 2023-12-01T05:29:54.076 INFO:teuthology.orchestra.run.smithi154.stdout:Complete! 2023-12-01T05:29:54.185 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T05:29:54.185 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:09 ago on Fri 01 Dec 2023 05:28:45 AM UTC. 2023-12-01T05:29:54.224 DEBUG:teuthology.orchestra.run.smithi154:> sudo yum -y install ceph 2023-12-01T05:29:54.559 INFO:teuthology.orchestra.run.smithi154.stdout:Updating Subscription Management repositories. 2023-12-01T05:29:55.496 INFO:teuthology.orchestra.run.smithi154.stdout:Last metadata expiration check: 0:01:11 ago on Fri 01 Dec 2023 05:28:44 AM UTC. 2023-12-01T05:29:56.637 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 5/6 2023-12-01T05:29:56.890 INFO:teuthology.orchestra.run.smithi178.stdout: Installing : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:29:56.890 INFO:teuthology.orchestra.run.smithi154.stderr:Error: 2023-12-01T05:29:56.890 INFO:teuthology.orchestra.run.smithi154.stderr: Problem: conflicting requests 2023-12-01T05:29:56.890 INFO:teuthology.orchestra.run.smithi154.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:56.890 INFO:teuthology.orchestra.run.smithi154.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T05:29:56.971 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:29:56.971 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 smithi154 with status 1: 'sudo yum -y install ceph' 2023-12-01T05:29:56.973 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 smithi154 with status 1: 'sudo yum -y install ceph' 2023-12-01T05:29:57.047 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=3357f2c10fce48dc86bd838eff238c89 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 smithi154 with status 1: 'sudo yum -y install ceph' 2023-12-01T05:29:57.051 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-01T05:29:57.061 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-01T05:29:57.109 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-01T05:29:57.110 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:29:57.125 INFO:teuthology.orchestra.run.smithi178.stdout: Running scriptlet: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 6/6 2023-12-01T05:29:57.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 1/6 2023-12-01T05:29:57.125 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2/6 2023-12-01T05:29:57.126 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-01T05:29:57.126 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-01T05:29:57.126 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-01T05:29:57.136 DEBUG:teuthology.orchestra.run.smithi154:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:29:57.140 DEBUG:teuthology.orchestra.run.smithi178:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-01T05:29:57.144 INFO:teuthology.orchestra.run.smithi149.stderr:bash: ntpq: command not found 2023-12-01T05:29:57.148 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:29:57.149 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2023-12-01T05:29:57.149 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 2 +1279us[+1295us] +/- 99ms 2023-12-01T05:29:57.149 INFO:teuthology.orchestra.run.smithi149.stdout:^* hv02.front.sepia.ceph.com 3 6 77 1 -1244us[-1228us] +/- 70ms 2023-12-01T05:29:57.149 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 1 +307us[ +307us] +/- 75ms 2023-12-01T05:29:57.149 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:29:57.153 INFO:teuthology.orchestra.run.smithi154.stderr:bash: ntpq: command not found 2023-12-01T05:29:57.156 INFO:teuthology.orchestra.run.smithi178.stderr:bash: ntpq: command not found 2023-12-01T05:29:57.157 INFO:teuthology.orchestra.run.smithi154.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:29:57.158 INFO:teuthology.orchestra.run.smithi154.stdout:=============================================================================== 2023-12-01T05:29:57.158 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 2 +1313us[+1313us] +/- 99ms 2023-12-01T05:29:57.158 INFO:teuthology.orchestra.run.smithi154.stdout:^* hv02.front.sepia.ceph.com 3 6 77 2 -1043us[ -945us] +/- 70ms 2023-12-01T05:29:57.158 INFO:teuthology.orchestra.run.smithi154.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 2 +348us[ +348us] +/- 75ms 2023-12-01T05:29:57.158 INFO:teuthology.orchestra.run.smithi154.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:29:57.159 INFO:teuthology.orchestra.run.smithi178.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-01T05:29:57.160 INFO:teuthology.orchestra.run.smithi178.stdout:=============================================================================== 2023-12-01T05:29:57.160 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 2 +1316us[+1316us] +/- 99ms 2023-12-01T05:29:57.160 INFO:teuthology.orchestra.run.smithi178.stdout:^* hv02.front.sepia.ceph.com 3 6 77 2 -1231us[-1140us] +/- 70ms 2023-12-01T05:29:57.160 INFO:teuthology.orchestra.run.smithi178.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 2 +310us[ +310us] +/- 75ms 2023-12-01T05:29:57.160 INFO:teuthology.orchestra.run.smithi178.stdout:^? hv04.front.sepia.ceph.com 0 7 0 - +0ns[ +0ns] +/- 0ns 2023-12-01T05:29:57.161 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-01T05:29:57.172 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-01T05:29:57.173 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-01T05:29:57.210 DEBUG:teuthology.orchestra.run.smithi149:> 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-01T05:29:57.313 DEBUG:teuthology.orchestra.run.smithi154:> 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-01T05:29:57.411 DEBUG:teuthology.orchestra.run.smithi178:> 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-01T05:29:57.515 DEBUG:teuthology.orchestra.run.smithi149:> 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-01T05:29:57.548 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:29:57.549 DEBUG:teuthology.orchestra.run.smithi154:> 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-01T05:29:57.580 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:29:57.581 DEBUG:teuthology.orchestra.run.smithi178:> 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-01T05:29:57.613 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:29:57.613 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-01T05:29:57.623 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-01T05:29:57.658 INFO:teuthology.task.internal:Duration was 761.356456 seconds 2023-12-01T05:29:57.659 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-01T05:29:57.691 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-01T05:29:57.692 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:29:57.694 DEBUG:teuthology.orchestra.run.smithi154:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:29:57.696 DEBUG:teuthology.orchestra.run.smithi178:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-01T05:29:57.740 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:29:57.740 INFO:teuthology.orchestra.run.smithi154.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:29:57.745 INFO:teuthology.orchestra.run.smithi178.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-01T05:29:57.763 INFO:teuthology.orchestra.run.smithi149.stdout:Installed products updated. 2023-12-01T05:29:57.945 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:29:57.945 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2023-12-01T05:29:57.945 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-test-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:57.945 INFO:teuthology.orchestra.run.smithi149.stdout: jq-1.6-3.el8.x86_64 2023-12-01T05:29:57.946 INFO:teuthology.orchestra.run.smithi149.stdout: libcephsqlite-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:29:57.946 INFO:teuthology.orchestra.run.smithi149.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-01T05:29:57.946 INFO:teuthology.orchestra.run.smithi149.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-01T05:29:57.946 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-01T05:29:57.946 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-01T05:29:57.946 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-01T05:29:58.097 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum -y install ceph 2023-12-01T05:29:58.100 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-01T05:29:58.100 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2023-12-01T05:29:58.100 DEBUG:teuthology.orchestra.run.smithi149:> 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-01T05:29:58.121 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi154.front.sepia.ceph.com 2023-12-01T05:29:58.121 DEBUG:teuthology.orchestra.run.smithi154:> 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-01T05:29:58.142 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi178.front.sepia.ceph.com 2023-12-01T05:29:58.143 DEBUG:teuthology.orchestra.run.smithi178:> 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-01T05:29:58.163 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-01T05:29:58.164 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:29:58.166 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:29:58.185 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-01T05:29:58.228 INFO:teuthology.orchestra.run.smithi178.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-01T05:29:58.228 INFO:teuthology.orchestra.run.smithi178.stdout:Last metadata expiration check: 0:01:12 ago on Fri 01 Dec 2023 05:28:46 AM UTC. 2023-12-01T05:29:58.244 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-01T05:29:58.244 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:29:58.246 DEBUG:teuthology.orchestra.run.smithi154:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:29:58.264 DEBUG:teuthology.orchestra.run.smithi178:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-01T05:29:58.359 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-01T05:29:58.369 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-01T05:29:58.369 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:29:58.414 DEBUG:teuthology.orchestra.run.smithi154:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:29:58.447 DEBUG:teuthology.orchestra.run.smithi178:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-01T05:29:58.453 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-01T05:29:58.493 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-01T05:29:58.502 DEBUG:teuthology.orchestra.run.smithi149:> 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-01T05:29:58.505 DEBUG:teuthology.orchestra.run.smithi154:> 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-01T05:29:58.507 DEBUG:teuthology.orchestra.run.smithi178:> 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-01T05:29:58.528 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2023-12-01T05:29:58.531 INFO:teuthology.orchestra.run.smithi154.stdout:kernel.core_pattern = core 2023-12-01T05:29:58.532 INFO:teuthology.orchestra.run.smithi178.stdout:kernel.core_pattern = core 2023-12-01T05:29:58.564 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:29:58.599 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:29:58.600 DEBUG:teuthology.orchestra.run.smithi154:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:29:58.615 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:29:58.616 DEBUG:teuthology.orchestra.run.smithi178:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-01T05:29:58.631 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:29:58.632 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-01T05:29:58.642 INFO:teuthology.task.internal:Transferring archived files... 2023-12-01T05:29:58.643 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928/remote/smithi149 2023-12-01T05:29:58.645 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:29:58.694 DEBUG:teuthology.misc:Transferring archived files from smithi154:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928/remote/smithi154 2023-12-01T05:29:58.695 DEBUG:teuthology.orchestra.run.smithi154:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:29:58.753 DEBUG:teuthology.misc:Transferring archived files from smithi178:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928/remote/smithi178 2023-12-01T05:29:58.754 DEBUG:teuthology.orchestra.run.smithi178:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-01T05:29:58.806 INFO:teuthology.task.internal:Removing archive directory... 2023-12-01T05:29:58.806 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:29:58.809 DEBUG:teuthology.orchestra.run.smithi154:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:29:58.810 DEBUG:teuthology.orchestra.run.smithi178:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-01T05:29:58.856 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-01T05:29:58.870 INFO:teuthology.task.internal:Not uploading archives. 2023-12-01T05:29:58.870 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-01T05:29:58.917 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-01T05:29:58.917 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:29:58.919 DEBUG:teuthology.orchestra.run.smithi154:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:29:58.921 DEBUG:teuthology.orchestra.run.smithi178:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-01T05:29:58.933 INFO:teuthology.orchestra.run.smithi149.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:29 /home/ubuntu/cephtest 2023-12-01T05:29:58.935 INFO:teuthology.orchestra.run.smithi154.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:29 /home/ubuntu/cephtest 2023-12-01T05:29:58.937 INFO:teuthology.orchestra.run.smithi178.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 1 05:29 /home/ubuntu/cephtest 2023-12-01T05:29:58.939 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-01T05:29:58.951 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-01T05:29:59.017 INFO:teuthology.nuke:Checking targets against current locks 2023-12-01T05:29:59.044 DEBUG:teuthology.nuke:shortname: smithi149 2023-12-01T05:29:59.044 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:29:59.067 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928', '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 05:11:26.998514', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:29:59.071 DEBUG:teuthology.nuke:shortname: smithi154 2023-12-01T05:29:59.071 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:29:59.098 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi154.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928', '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 05:11:27.002043', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:29:59.108 DEBUG:teuthology.nuke:shortname: smithi178 2023-12-01T05:29:59.108 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-01T05:29:59.131 INFO:teuthology.orchestra.console.smithi149:Power off 2023-12-01T05:29:59.132 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:29:59.141 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi178.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/phlogistonjohn-2023-11-30_21:17:15-orch:cephadm-wip-phlogistonjohn-testing-2023-11-30-1010-distro-default-smithi/7472928', '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 05:11:27.000421', 'locked_by': 'scheduled_phlogistonjohn@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-01T05:29:59.155 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2023-12-01T05:29:59.155 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:29:59.169 INFO:teuthology.orchestra.console.smithi154:Power off 2023-12-01T05:29:59.169 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:29:59.182 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-12-01T05:29:59.191 DEBUG:teuthology.orchestra.console.smithi154:power off output: Chassis Power Control: Down/Off 2023-12-01T05:29:59.191 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:29:59.211 INFO:teuthology.orchestra.console.smithi178:Power off 2023-12-01T05:29:59.211 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-01T05:29:59.221 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-12-01T05:29:59.234 DEBUG:teuthology.orchestra.console.smithi178:power off output: Chassis Power Control: Down/Off 2023-12-01T05:29:59.235 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:29:59.259 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2023-12-01T05:29:59.341 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:01:14 ago on Fri 01 Dec 2023 05:28:45 AM UTC. 2023-12-01T05:30:00.794 INFO:teuthology.orchestra.run.smithi149.stderr:Error: 2023-12-01T05:30:00.795 INFO:teuthology.orchestra.run.smithi149.stderr: Problem: conflicting requests 2023-12-01T05:30:00.795 INFO:teuthology.orchestra.run.smithi149.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7662.g875037c4.el8.x86_64 2023-12-01T05:30:00.795 INFO:teuthology.orchestra.run.smithi149.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-01T05:30:00.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-01T05:30:03.054 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-01T05:30:03.183 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:30:03.222 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:30:03.260 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:30:03.294 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-12-01T05:30:03.333 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is on 2023-12-01T05:30:03.370 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2023-12-01T05:30:07.298 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:30:07.334 DEBUG:teuthology.orchestra.console.smithi154:pexpect command: ipmitool -H smithi154.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:30:07.371 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:30:07.409 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2023-12-01T05:30:07.445 DEBUG:teuthology.orchestra.console.smithi154:check power output: Chassis Power is off 2023-12-01T05:30:07.480 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is on 2023-12-01T05:30:07.510 INFO:teuthology.orchestra.console.smithi149:Power off completed 2023-12-01T05:30:07.546 INFO:teuthology.orchestra.console.smithi154:Power off completed 2023-12-01T05:30:11.482 DEBUG:teuthology.orchestra.console.smithi178:pexpect command: ipmitool -H smithi178.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-01T05:30:11.593 DEBUG:teuthology.orchestra.console.smithi178:check power output: Chassis Power is off 2023-12-01T05:30:11.694 INFO:teuthology.orchestra.console.smithi178:Power off completed 2023-12-01T05:30:11.799 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/on mon_election/connectivity task/test_host_drain} duration: 761.3564558029175 failure_reason: 'Command failed on smithi154 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_phlogistonjohn@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=3357f2c10fce48dc86bd838eff238c89 status: fail success: false 2023-12-01T05:30:11.799 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-01T05:30:11.883 INFO:teuthology.run:FAIL