2023-12-03T14:56:46.245 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-03T14:56:46.245 DEBUG:teuthology.run:Teuthology command: teuthology --name adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi --archive /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448 --verbose --owner scheduled_adking@teuthology --description orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} -- /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448/orig.config.yaml 2023-12-03T14:56:46.276 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-03T14:56:46.352 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448 branch: wip-adk-testing-2023-11-30-1735 description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} email: adking@redhat.com first_in_suite: false job_id: '7476448' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: rhel os_version: '8.6' overrides: admin_socket: branch: wip-adk-testing-2023-11-30-1735 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-adk-testing-2023-11-30-1735 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 owner: scheduled_adking@teuthology priority: 50 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - osd.1 - - host.b - mon.b - mgr.b - osd.2 - osd.3 - - host.c - mon.c - osd.4 - osd.5 seed: 6799 sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 sleep_before_teardown: 0 subset: 1/14 suite: orch:cephadm suite_branch: wip-adk-testing-2023-11-30-1735 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 targets: smithi028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi080.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi167.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -ex\nHOSTNAMES=$(ceph orch host ls --format json | jq -r '.[] | .hostname')\n\ for host in $HOSTNAMES; do\n # find the hostname for \"host.c\" which will\ \ have no mgr\n HAS_MGRS=$(ceph orch ps --hostname ${host} --format json |\ \ jq 'any(.daemon_type == \"mgr\")')\n if [ \"$HAS_MGRS\" == \"false\" ]; then\n\ \ HOST_C=\"${host}\"\n fi\ndone\n# One last thing to worry about before\ \ draining the host\n# is that the teuthology test tends to put the explicit\n\ # hostnames in the placement for the mon service.\n# We want to make sure we\ \ can drain without providing\n# --force and there is a check for the host being\ \ removed\n# being listed explicitly in the placements. Therefore,\n# we should\ \ remove it from the mon placement.\nceph orch ls mon --export > mon.yaml\n\ sed /\"$HOST_C\"/d mon.yaml > mon_adjusted.yaml\nceph orch apply -i mon_adjusted.yaml\n\ # now drain that host\nceph orch host drain $HOST_C --zap-osd-devices\n# wait\ \ for drain to complete\nHOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\n\ while [ \"$HOST_C_DAEMONS\" != \"No daemons reported\" ]; do\n sleep 15\n \ \ HOST_C_DAEMONS=$(ceph orch ps --hostname $HOST_C)\ndone\n# we want to check\ \ the ability to remove the host from\n# the CRUSH map, so we should first verify\ \ the host is in\n# the CRUSH map.\nceph osd getcrushmap -o compiled-crushmap\n\ crushtool -d compiled-crushmap -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\n\ if ! grep -q \"$HOST_C\" <<< \"$CRUSH_MAP\"; then\n printf \"Expected to see\ \ $HOST_C in CRUSH map. Saw:\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n# If the drain\ \ was successful, we should be able to remove the\n# host without force with\ \ no issues. If there are still daemons\n# we will get a response telling us\ \ to drain the host and a\n# non-zero return code\nceph orch host rm $HOST_C\ \ --rm-crush-entry\n# verify we've successfully removed the host from the CRUSH\ \ map\nsleep 30\nceph osd getcrushmap -o compiled-crushmap\ncrushtool -d compiled-crushmap\ \ -o crushmap.txt\nCRUSH_MAP=$(cat crushmap.txt)\nif grep -q \"$HOST_C\" <<<\ \ \"$CRUSH_MAP\"; then\n printf \"Saw $HOST_C in CRUSH map after it should\ \ have been removed.\\n\\n$CRUSH_MAP\"\n exit 1\nfi\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-03_14:46:03 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-03T14:56:46.352 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa; will attempt to use it 2023-12-03T14:56:46.353 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_b5f2d3894d094aabe62070fbfb31ffe158591885/qa/tasks 2023-12-03T14:56:46.353 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-03T14:56:46.355 INFO:teuthology.task.internal:Checking packages... 2023-12-03T14:56:46.379 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'b5f2d3894d094aabe62070fbfb31ffe158591885' 2023-12-03T14:56:46.379 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-03T14:56:46.380 INFO:teuthology.packaging:ref: None 2023-12-03T14:56:46.380 INFO:teuthology.packaging:tag: None 2023-12-03T14:56:46.380 INFO:teuthology.packaging:branch: wip-adk-testing-2023-11-30-1735 2023-12-03T14:56:46.380 INFO:teuthology.packaging:sha1: b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T14:56:46.380 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-adk-testing-2023-11-30-1735 2023-12-03T14:56:46.595 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-7673.gb5f2d389 2023-12-03T14:56:46.595 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-03T14:56:46.603 INFO:teuthology.task.internal:no buildpackages task found 2023-12-03T14:56:46.603 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-03T14:56:46.636 INFO:teuthology.task.internal:Saving configuration 2023-12-03T14:56:46.649 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-03T14:56:46.655 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-03T14:56:46.681 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448', '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-03 14:51:59.013884', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-03T14:56:46.706 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448', '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-03 14:51:59.016593', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-03T14:56:46.729 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448', '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-03 14:51:59.015335', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-03T14:56:46.730 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-03T14:56:46.737 INFO:teuthology.task.internal:roles: ubuntu@smithi028.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0', 'osd.1'] 2023-12-03T14:56:46.737 INFO:teuthology.task.internal:roles: ubuntu@smithi080.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.2', 'osd.3'] 2023-12-03T14:56:46.737 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.4', 'osd.5'] 2023-12-03T14:56:46.737 INFO:teuthology.run_tasks:Running task console_log... 2023-12-03T14:56:46.868 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fe31f628ee0>, signals=[15]) 2023-12-03T14:56:46.869 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-03T14:56:46.875 INFO:teuthology.task.internal:Opening connections... 2023-12-03T14:56:46.875 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi028.front.sepia.ceph.com 2023-12-03T14:56:46.877 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:56:46.945 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi080.front.sepia.ceph.com 2023-12-03T14:56:46.946 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:56:47.015 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2023-12-03T14:56:47.017 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T14:56:47.083 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-03T14:56:47.089 DEBUG:teuthology.orchestra.run.smithi028:> uname -m 2023-12-03T14:56:47.110 INFO:teuthology.orchestra.run.smithi028.stdout:x86_64 2023-12-03T14:56:47.110 DEBUG:teuthology.orchestra.run.smithi028:> cat /etc/os-release 2023-12-03T14:56:47.170 INFO:teuthology.orchestra.run.smithi028.stdout:NAME="Red Hat Enterprise Linux" 2023-12-03T14:56:47.170 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION="8.6 (Ootpa)" 2023-12-03T14:56:47.170 INFO:teuthology.orchestra.run.smithi028.stdout:ID="rhel" 2023-12-03T14:56:47.170 INFO:teuthology.orchestra.run.smithi028.stdout:ID_LIKE="fedora" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_ID="8.6" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:PLATFORM_ID="platform:el8" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:ANSI_COLOR="0;31" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:HOME_URL="https://www.redhat.com/" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-03T14:56:47.171 INFO:teuthology.orchestra.run.smithi028.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-03T14:56:47.172 INFO:teuthology.lock.ops:Updating smithi028.front.sepia.ceph.com on lock server 2023-12-03T14:56:47.197 DEBUG:teuthology.orchestra.run.smithi080:> uname -m 2023-12-03T14:56:47.218 INFO:teuthology.orchestra.run.smithi080.stdout:x86_64 2023-12-03T14:56:47.218 DEBUG:teuthology.orchestra.run.smithi080:> cat /etc/os-release 2023-12-03T14:56:47.277 INFO:teuthology.orchestra.run.smithi080.stdout:NAME="Red Hat Enterprise Linux" 2023-12-03T14:56:47.277 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION="8.6 (Ootpa)" 2023-12-03T14:56:47.277 INFO:teuthology.orchestra.run.smithi080.stdout:ID="rhel" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:ID_LIKE="fedora" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:VERSION_ID="8.6" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:PLATFORM_ID="platform:el8" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:ANSI_COLOR="0;31" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:HOME_URL="https://www.redhat.com/" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-03T14:56:47.278 INFO:teuthology.orchestra.run.smithi080.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-03T14:56:47.279 INFO:teuthology.lock.ops:Updating smithi080.front.sepia.ceph.com on lock server 2023-12-03T14:56:47.308 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2023-12-03T14:56:47.326 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2023-12-03T14:56:47.327 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2023-12-03T14:56:47.383 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="Red Hat Enterprise Linux" 2023-12-03T14:56:47.383 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="8.6 (Ootpa)" 2023-12-03T14:56:47.383 INFO:teuthology.orchestra.run.smithi167.stdout:ID="rhel" 2023-12-03T14:56:47.383 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE="fedora" 2023-12-03T14:56:47.383 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="8.6" 2023-12-03T14:56:47.384 INFO:teuthology.orchestra.run.smithi167.stdout:PLATFORM_ID="platform:el8" 2023-12-03T14:56:47.384 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-12-03T14:56:47.384 INFO:teuthology.orchestra.run.smithi167.stdout:ANSI_COLOR="0;31" 2023-12-03T14:56:47.384 INFO:teuthology.orchestra.run.smithi167.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-12-03T14:56:47.384 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://www.redhat.com/" 2023-12-03T14:56:47.384 INFO:teuthology.orchestra.run.smithi167.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-03T14:56:47.384 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-03T14:56:47.384 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T14:56:47.385 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-03T14:56:47.385 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-12-03T14:56:47.385 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-03T14:56:47.385 INFO:teuthology.orchestra.run.smithi167.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-12-03T14:56:47.385 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2023-12-03T14:56:47.413 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-03T14:56:47.422 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-03T14:56:47.428 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-03T14:56:47.428 DEBUG:teuthology.orchestra.run.smithi028:> test '!' -e /home/ubuntu/cephtest 2023-12-03T14:56:47.431 DEBUG:teuthology.orchestra.run.smithi080:> test '!' -e /home/ubuntu/cephtest 2023-12-03T14:56:47.433 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2023-12-03T14:56:47.451 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-03T14:56:47.458 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-03T14:56:47.464 DEBUG:teuthology.orchestra.run.smithi028:> test -z $(ls -A /var/lib/ceph) 2023-12-03T14:56:47.491 DEBUG:teuthology.orchestra.run.smithi080:> test -z $(ls -A /var/lib/ceph) 2023-12-03T14:56:47.494 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2023-12-03T14:56:47.517 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-03T14:56:47.599 INFO:teuthology.run_tasks:Running task kernel... 2023-12-03T14:56:47.614 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-03T14:56:47.615 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-03T14:56:47.615 DEBUG:teuthology.orchestra.run.smithi028:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-03T14:56:47.615 DEBUG:teuthology.orchestra.run.smithi080:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-03T14:56:47.616 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-03T14:56:47.633 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:56:47.633 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2023-12-03T14:56:47.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:56:47.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:56:47.641 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2023-12-03T14:56:47.641 DEBUG:teuthology.orchestra.run.smithi080:> uname -r 2023-12-03T14:56:47.691 INFO:teuthology.orchestra.run.smithi167.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:47.691 INFO:teuthology.task.kernel:Running kernel on smithi167: 4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:47.692 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum install -y kernel 2023-12-03T14:56:47.699 INFO:teuthology.orchestra.run.smithi080.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:47.700 INFO:teuthology.task.kernel:Running kernel on smithi080: 4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:47.700 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum install -y kernel 2023-12-03T14:56:47.701 INFO:teuthology.orchestra.run.smithi028.stdout:4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:47.701 INFO:teuthology.task.kernel:Running kernel on smithi028: 4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:47.701 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum install -y kernel 2023-12-03T14:56:48.921 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-03T14:56:48.921 INFO:teuthology.orchestra.run.smithi080.stdout:Unable to read consumer identity 2023-12-03T14:56:48.934 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-03T14:56:48.934 INFO:teuthology.orchestra.run.smithi167.stdout:Unable to read consumer identity 2023-12-03T14:56:48.971 INFO:teuthology.orchestra.run.smithi028.stdout:Updating Subscription Management repositories. 2023-12-03T14:56:48.972 INFO:teuthology.orchestra.run.smithi028.stdout:Unable to read consumer identity 2023-12-03T14:56:50.368 INFO:teuthology.orchestra.run.smithi028.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-03T14:56:50.373 INFO:teuthology.orchestra.run.smithi080.stdout:Copr repo for python3-asyncssh owned by ceph 21 kB/s | 3.5 kB 00:00 2023-12-03T14:56:50.392 INFO:teuthology.orchestra.run.smithi167.stdout:Copr repo for python3-asyncssh owned by ceph 25 kB/s | 3.5 kB 00:00 2023-12-03T14:56:51.251 INFO:teuthology.orchestra.run.smithi167.stdout:Extra Packages for Enterprise Linux 19 MB/s | 16 MB 00:00 2023-12-03T14:56:51.290 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 18 MB/s | 16 MB 00:00 2023-12-03T14:56:51.611 INFO:teuthology.orchestra.run.smithi028.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2023-12-03T14:56:54.735 INFO:teuthology.orchestra.run.smithi167.stdout:lab-extras 400 kB/s | 24 kB 00:00 2023-12-03T14:56:54.773 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 432 kB/s | 24 kB 00:00 2023-12-03T14:56:55.269 INFO:teuthology.orchestra.run.smithi028.stdout:lab-extras 417 kB/s | 24 kB 00:00 2023-12-03T14:56:55.437 INFO:teuthology.orchestra.run.smithi167.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-03T14:56:55.459 INFO:teuthology.orchestra.run.smithi080.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-03T14:56:55.492 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-03T14:56:55.493 INFO:teuthology.orchestra.run.smithi167.stdout:Nothing to do. 2023-12-03T14:56:55.493 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-03T14:56:55.521 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-03T14:56:55.522 INFO:teuthology.orchestra.run.smithi080.stdout:Nothing to do. 2023-12-03T14:56:55.522 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2023-12-03T14:56:55.623 DEBUG:teuthology.orchestra.run.smithi080:> echo no | sudo yum reinstall kernel || true 2023-12-03T14:56:55.627 DEBUG:teuthology.orchestra.run.smithi167:> echo no | sudo yum reinstall kernel || true 2023-12-03T14:56:55.959 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-03T14:56:55.959 INFO:teuthology.orchestra.run.smithi167.stdout:Unable to read consumer identity 2023-12-03T14:56:55.960 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-03T14:56:55.960 INFO:teuthology.orchestra.run.smithi080.stdout:Unable to read consumer identity 2023-12-03T14:56:56.030 INFO:teuthology.orchestra.run.smithi028.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-12-03T14:56:56.108 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-03T14:56:56.109 INFO:teuthology.orchestra.run.smithi028.stdout:Nothing to do. 2023-12-03T14:56:56.109 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-03T14:56:56.215 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:02 ago on Sun 03 Dec 2023 02:56:54 PM UTC. 2023-12-03T14:56:56.216 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:02 ago on Sun 03 Dec 2023 02:56:54 PM UTC. 2023-12-03T14:56:56.229 DEBUG:teuthology.orchestra.run.smithi028:> echo no | sudo yum reinstall kernel || true 2023-12-03T14:56:56.256 INFO:teuthology.orchestra.run.smithi080.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-03T14:56:56.264 INFO:teuthology.orchestra.run.smithi167.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-03T14:56:56.294 INFO:teuthology.orchestra.run.smithi080.stderr:Error: No packages marked for reinstall. 2023-12-03T14:56:56.302 INFO:teuthology.orchestra.run.smithi167.stderr:Error: No packages marked for reinstall. 2023-12-03T14:56:56.340 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum reinstall -y kernel || true 2023-12-03T14:56:56.348 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum reinstall -y kernel || true 2023-12-03T14:56:56.580 INFO:teuthology.orchestra.run.smithi028.stdout:Updating Subscription Management repositories. 2023-12-03T14:56:56.580 INFO:teuthology.orchestra.run.smithi028.stdout:Unable to read consumer identity 2023-12-03T14:56:56.671 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-03T14:56:56.671 INFO:teuthology.orchestra.run.smithi080.stdout:Unable to read consumer identity 2023-12-03T14:56:56.681 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-03T14:56:56.681 INFO:teuthology.orchestra.run.smithi167.stdout:Unable to read consumer identity 2023-12-03T14:56:56.851 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:01 ago on Sun 03 Dec 2023 02:56:55 PM UTC. 2023-12-03T14:56:56.897 INFO:teuthology.orchestra.run.smithi028.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-03T14:56:56.922 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:03 ago on Sun 03 Dec 2023 02:56:54 PM UTC. 2023-12-03T14:56:56.936 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:03 ago on Sun 03 Dec 2023 02:56:54 PM UTC. 2023-12-03T14:56:56.962 INFO:teuthology.orchestra.run.smithi080.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-03T14:56:56.971 INFO:teuthology.orchestra.run.smithi028.stderr:Error: No packages marked for reinstall. 2023-12-03T14:56:56.977 INFO:teuthology.orchestra.run.smithi167.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-03T14:56:56.994 INFO:teuthology.orchestra.run.smithi080.stderr:Error: No packages marked for reinstall. 2023-12-03T14:56:57.010 INFO:teuthology.orchestra.run.smithi167.stderr:Error: No packages marked for reinstall. 2023-12-03T14:56:57.019 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum reinstall -y kernel || true 2023-12-03T14:56:57.043 DEBUG:teuthology.orchestra.run.smithi080:> rpm -q kernel | sort -rV | head -n 1 2023-12-03T14:56:57.056 DEBUG:teuthology.orchestra.run.smithi167:> rpm -q kernel | sort -rV | head -n 1 2023-12-03T14:56:57.124 INFO:teuthology.orchestra.run.smithi080.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:57.125 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:57.125 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-03T14:56:57.125 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-03T14:56:57.125 DEBUG:teuthology.orchestra.run.smithi080:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-03T14:56:57.134 INFO:teuthology.orchestra.run.smithi167.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:57.135 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:57.135 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-03T14:56:57.135 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2023-12-03T14:56:57.136 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-03T14:56:57.151 INFO:teuthology.orchestra.run.smithi080.stdout:ttyS1 2023-12-03T14:56:57.166 DEBUG:teuthology.parallel:result is None 2023-12-03T14:56:57.168 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2023-12-03T14:56:57.184 DEBUG:teuthology.parallel:result is None 2023-12-03T14:56:57.369 INFO:teuthology.orchestra.run.smithi028.stdout:Updating Subscription Management repositories. 2023-12-03T14:56:57.369 INFO:teuthology.orchestra.run.smithi028.stdout:Unable to read consumer identity 2023-12-03T14:56:57.633 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:02 ago on Sun 03 Dec 2023 02:56:55 PM UTC. 2023-12-03T14:56:57.677 INFO:teuthology.orchestra.run.smithi028.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-12-03T14:56:57.699 INFO:teuthology.orchestra.run.smithi028.stderr:Error: No packages marked for reinstall. 2023-12-03T14:56:57.747 DEBUG:teuthology.orchestra.run.smithi028:> rpm -q kernel | sort -rV | head -n 1 2023-12-03T14:56:57.830 INFO:teuthology.orchestra.run.smithi028.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:57.830 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-12-03T14:56:57.830 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-12-03T14:56:57.830 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-03T14:56:57.830 DEBUG:teuthology.orchestra.run.smithi028:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-03T14:56:57.863 INFO:teuthology.orchestra.run.smithi028.stdout:ttyS1 2023-12-03T14:56:57.879 DEBUG:teuthology.parallel:result is None 2023-12-03T14:56:57.879 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-03T14:56:57.892 INFO:teuthology.task.internal:Creating test directory... 2023-12-03T14:56:57.892 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-03T14:56:57.921 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-03T14:56:57.924 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-03T14:56:57.943 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-03T14:56:57.950 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-03T14:56:57.961 INFO:teuthology.task.internal:Creating archive directory... 2023-12-03T14:56:57.961 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-03T14:56:57.981 DEBUG:teuthology.orchestra.run.smithi080:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-03T14:56:57.983 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-03T14:56:58.008 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-03T14:56:58.014 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-03T14:56:58.015 DEBUG:teuthology.orchestra.run.smithi028:> 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-03T14:56:58.037 DEBUG:teuthology.orchestra.run.smithi080:> 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-03T14:56:58.044 DEBUG:teuthology.orchestra.run.smithi167:> 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-03T14:56:58.062 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:56:58.073 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:56:58.096 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:56:58.098 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:56:58.109 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:56:58.110 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-03T14:56:58.112 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-03T14:56:58.119 INFO:teuthology.task.internal:Configuring sudo... 2023-12-03T14:56:58.119 DEBUG:teuthology.orchestra.run.smithi028:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-03T14:56:58.121 DEBUG:teuthology.orchestra.run.smithi080:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-03T14:56:58.123 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-03T14:56:58.153 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-03T14:56:58.162 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-03T14:56:58.162 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-03T14:56:58.190 DEBUG:teuthology.orchestra.run.smithi080:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-03T14:56:58.196 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-03T14:56:58.214 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:56:58.290 DEBUG:teuthology.orchestra.run.smithi028:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:56:58.349 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:56:58.391 DEBUG:teuthology.orchestra.run.smithi028:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:56:58.436 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-03T14:56:58.436 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-03T14:56:58.511 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:56:58.557 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:56:58.613 DEBUG:teuthology.orchestra.run.smithi080:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:56:58.694 DEBUG:teuthology.orchestra.run.smithi080:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:56:58.750 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-03T14:56:58.750 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-03T14:56:58.823 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:56:58.873 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-03T14:56:58.927 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:56:59.016 DEBUG:teuthology.orchestra.run.smithi167:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-03T14:56:59.063 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2023-12-03T14:56:59.063 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-03T14:56:59.135 DEBUG:teuthology.orchestra.run.smithi028:> sudo service rsyslog restart 2023-12-03T14:56:59.138 DEBUG:teuthology.orchestra.run.smithi080:> sudo service rsyslog restart 2023-12-03T14:56:59.140 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2023-12-03T14:56:59.203 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T14:56:59.230 INFO:teuthology.orchestra.run.smithi028.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T14:56:59.278 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T14:56:59.580 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-03T14:56:59.590 INFO:teuthology.task.internal:Starting timer... 2023-12-03T14:56:59.590 INFO:teuthology.run_tasks:Running task pcp... 2023-12-03T14:56:59.605 INFO:teuthology.run_tasks:Running task selinux... 2023-12-03T14:56:59.613 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-03T14:56:59.614 DEBUG:teuthology.orchestra.run.smithi028:> sudo service auditd rotate 2023-12-03T14:56:59.677 INFO:teuthology.orchestra.run.smithi028.stdout:Rotating logs: 2023-12-03T14:56:59.679 DEBUG:teuthology.orchestra.run.smithi080:> sudo service auditd rotate 2023-12-03T14:56:59.743 INFO:teuthology.orchestra.run.smithi080.stdout:Rotating logs: 2023-12-03T14:56:59.745 DEBUG:teuthology.orchestra.run.smithi167:> sudo service auditd rotate 2023-12-03T14:56:59.814 INFO:teuthology.orchestra.run.smithi167.stdout:Rotating logs: 2023-12-03T14:56:59.816 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-03T14:56:59.816 DEBUG:teuthology.orchestra.run.smithi028:> /usr/sbin/getenforce 2023-12-03T14:56:59.843 INFO:teuthology.orchestra.run.smithi028.stdout:Permissive 2023-12-03T14:56:59.844 DEBUG:teuthology.orchestra.run.smithi080:> /usr/sbin/getenforce 2023-12-03T14:56:59.870 INFO:teuthology.orchestra.run.smithi080.stdout:Permissive 2023-12-03T14:56:59.871 DEBUG:teuthology.orchestra.run.smithi167:> /usr/sbin/getenforce 2023-12-03T14:56:59.893 INFO:teuthology.orchestra.run.smithi167.stdout:Permissive 2023-12-03T14:56:59.893 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi028.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi080.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi167.front.sepia.ceph.com': 'permissive'} 2023-12-03T14:56:59.893 DEBUG:teuthology.orchestra.run.smithi028:> 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-03T14:56:59.922 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:56:59.923 DEBUG:teuthology.orchestra.run.smithi080:> 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-03T14:56:59.952 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:56:59.952 DEBUG:teuthology.orchestra.run.smithi167:> 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-03T14:56:59.982 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T14:56:59.983 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-03T14:56:59.983 DEBUG:teuthology.orchestra.run.smithi028:> sudo /usr/sbin/setenforce permissive 2023-12-03T14:57:00.017 DEBUG:teuthology.orchestra.run.smithi080:> sudo /usr/sbin/setenforce permissive 2023-12-03T14:57:00.047 DEBUG:teuthology.orchestra.run.smithi167:> sudo /usr/sbin/setenforce permissive 2023-12-03T14:57:00.100 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-03T14:57:00.113 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-03T14:57:00.124 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-03T14:57:00.268 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-03T14:57:00.289 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-03T14:57:00.466 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi028.front.sepia.ceph.com,smithi080.front.sepia.ceph.com,smithi167.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-03T15:08:17.210 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi028.front.sepia.ceph.com'), Remote(name='ubuntu@smithi080.front.sepia.ceph.com'), Remote(name='ubuntu@smithi167.front.sepia.ceph.com')] 2023-12-03T15:08:17.242 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-12-03T15:08:17.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T15:08:17.351 DEBUG:teuthology.orchestra.run.smithi028:> true 2023-12-03T15:08:17.378 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2023-12-03T15:08:17.378 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi080.front.sepia.ceph.com' 2023-12-03T15:08:17.378 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi080.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T15:08:17.447 DEBUG:teuthology.orchestra.run.smithi080:> true 2023-12-03T15:08:17.520 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi080.front.sepia.ceph.com' 2023-12-03T15:08:17.521 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-03T15:08:17.521 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-03T15:08:17.590 DEBUG:teuthology.orchestra.run.smithi167:> true 2023-12-03T15:08:17.666 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2023-12-03T15:08:17.667 INFO:teuthology.run_tasks:Running task clock... 2023-12-03T15:08:17.677 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-03T15:08:17.677 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-03T15:08:17.677 DEBUG:teuthology.orchestra.run.smithi028:> 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-03T15:08:17.680 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-03T15:08:17.680 DEBUG:teuthology.orchestra.run.smithi080:> 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-03T15:08:17.682 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-03T15:08:17.683 DEBUG:teuthology.orchestra.run.smithi167:> 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-03T15:08:17.710 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-03T15:08:17.714 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-03T15:08:17.726 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-03T15:08:17.730 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-03T15:08:17.736 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-03T15:08:17.751 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-03T15:08:17.801 INFO:teuthology.orchestra.run.smithi028.stderr:sudo: ntpd: command not found 2023-12-03T15:08:17.805 INFO:teuthology.orchestra.run.smithi080.stderr:sudo: ntpd: command not found 2023-12-03T15:08:17.813 INFO:teuthology.orchestra.run.smithi028.stdout:506 Cannot talk to daemon 2023-12-03T15:08:17.817 INFO:teuthology.orchestra.run.smithi080.stdout:506 Cannot talk to daemon 2023-12-03T15:08:17.818 INFO:teuthology.orchestra.run.smithi167.stderr:sudo: ntpd: command not found 2023-12-03T15:08:17.829 INFO:teuthology.orchestra.run.smithi167.stdout:506 Cannot talk to daemon 2023-12-03T15:08:17.829 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-03T15:08:17.832 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-03T15:08:17.845 INFO:teuthology.orchestra.run.smithi028.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-03T15:08:17.846 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-03T15:08:17.846 INFO:teuthology.orchestra.run.smithi080.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-03T15:08:17.857 INFO:teuthology.orchestra.run.smithi167.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-03T15:08:17.918 INFO:teuthology.orchestra.run.smithi080.stderr:bash: ntpq: command not found 2023-12-03T15:08:17.921 INFO:teuthology.orchestra.run.smithi028.stderr:bash: ntpq: command not found 2023-12-03T15:08:17.922 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:08:17.922 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2023-12-03T15:08:17.922 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.922 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.922 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.922 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.924 INFO:teuthology.orchestra.run.smithi028.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:08:17.924 INFO:teuthology.orchestra.run.smithi028.stdout:=============================================================================== 2023-12-03T15:08:17.924 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.924 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.924 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.924 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.936 INFO:teuthology.orchestra.run.smithi167.stderr:bash: ntpq: command not found 2023-12-03T15:08:17.939 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:08:17.939 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2023-12-03T15:08:17.939 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.940 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.940 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.940 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:08:17.941 INFO:teuthology.run_tasks:Running task pexec... 2023-12-03T15:08:17.950 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-03T15:08:17.950 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi028.front.sepia.ceph.com 2023-12-03T15:08:17.950 DEBUG:teuthology.orchestra.run.smithi028:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-03T15:08:17.951 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi080.front.sepia.ceph.com 2023-12-03T15:08:17.951 DEBUG:teuthology.orchestra.run.smithi080:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-03T15:08:17.951 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi167.front.sepia.ceph.com 2023-12-03T15:08:17.951 DEBUG:teuthology.orchestra.run.smithi167:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-03T15:08:18.335 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-03T15:08:18.354 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-03T15:08:18.354 INFO:teuthology.orchestra.run.smithi028.stdout:Updating Subscription Management repositories. 2023-12-03T15:08:19.776 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:48 ago on Sun 03 Dec 2023 03:06:31 PM UTC. 2023-12-03T15:08:19.901 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:12 ago on Sun 03 Dec 2023 03:06:07 PM UTC. 2023-12-03T15:08:20.021 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:02:22 ago on Sun 03 Dec 2023 03:05:57 PM UTC. 2023-12-03T15:08:21.663 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-03T15:08:21.664 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-03T15:08:21.664 INFO:teuthology.orchestra.run.smithi080.stdout: Package Architecture Version Repository Size 2023-12-03T15:08:21.664 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-03T15:08:21.664 INFO:teuthology.orchestra.run.smithi080.stdout:Resetting modules: 2023-12-03T15:08:21.664 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools 2023-12-03T15:08:21.664 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:08:21.665 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2023-12-03T15:08:21.665 INFO:teuthology.orchestra.run.smithi080.stdout:================================================================================ 2023-12-03T15:08:21.665 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:08:21.711 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-03T15:08:21.712 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-03T15:08:21.713 INFO:teuthology.orchestra.run.smithi028.stdout: Package Architecture Version Repository Size 2023-12-03T15:08:21.713 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-03T15:08:21.713 INFO:teuthology.orchestra.run.smithi028.stdout:Resetting modules: 2023-12-03T15:08:21.713 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools 2023-12-03T15:08:21.713 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:08:21.713 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-03T15:08:21.713 INFO:teuthology.orchestra.run.smithi028.stdout:================================================================================ 2023-12-03T15:08:21.713 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:08:21.739 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-03T15:08:21.740 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-03T15:08:21.740 INFO:teuthology.orchestra.run.smithi167.stdout: Package Architecture Version Repository Size 2023-12-03T15:08:21.740 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-03T15:08:21.740 INFO:teuthology.orchestra.run.smithi167.stdout:Resetting modules: 2023-12-03T15:08:21.740 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools 2023-12-03T15:08:21.741 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:08:21.741 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-03T15:08:21.741 INFO:teuthology.orchestra.run.smithi167.stdout:================================================================================ 2023-12-03T15:08:21.741 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:08:22.617 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:15 ago on Sun 03 Dec 2023 03:06:07 PM UTC. 2023-12-03T15:08:22.720 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:02:25 ago on Sun 03 Dec 2023 03:05:57 PM UTC. 2023-12-03T15:08:22.734 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:51 ago on Sun 03 Dec 2023 03:06:31 PM UTC. 2023-12-03T15:08:33.636 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2023-12-03T15:08:33.833 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-03T15:08:34.082 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-03T15:08:34.285 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-03T15:08:34.760 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-03T15:08:35.236 INFO:teuthology.orchestra.run.smithi028.stdout:Updating Subscription Management repositories. 2023-12-03T15:08:35.643 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:02:28 ago on Sun 03 Dec 2023 03:06:07 PM UTC. 2023-12-03T15:08:35.979 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:02:38 ago on Sun 03 Dec 2023 03:05:57 PM UTC. 2023-12-03T15:08:36.785 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:05 ago on Sun 03 Dec 2023 03:06:31 PM UTC. 2023-12-03T15:08:37.338 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-03T15:08:37.433 INFO:teuthology.orchestra.run.smithi080.stdout:========================================================================================================================== 2023-12-03T15:08:37.433 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2023-12-03T15:08:37.433 INFO:teuthology.orchestra.run.smithi080.stdout:========================================================================================================================== 2023-12-03T15:08:37.433 INFO:teuthology.orchestra.run.smithi080.stdout:Installing group/module packages: 2023-12-03T15:08:37.433 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.433 INFO:teuthology.orchestra.run.smithi080.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-03T15:08:37.433 INFO:teuthology.orchestra.run.smithi080.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-03T15:08:37.433 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2023-12-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.stdout:Downgrading: 2023-12-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.434 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.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-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.stdout:Installing module profiles: 2023-12-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools/common 2023-12-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.stdout:Enabling module streams: 2023-12-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.stdout: container-tools 3.0 2023-12-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2023-12-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.stdout:========================================================================================================================== 2023-12-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.stdout:Install 7 Packages 2023-12-03T15:08:37.435 INFO:teuthology.orchestra.run.smithi080.stdout:Downgrade 12 Packages 2023-12-03T15:08:37.436 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:08:37.436 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 51 M 2023-12-03T15:08:37.436 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2023-12-03T15:08:37.662 INFO:teuthology.orchestra.run.smithi080.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 235 kB/s | 53 kB 00:00 2023-12-03T15:08:37.695 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-03T15:08:37.745 INFO:teuthology.orchestra.run.smithi080.stdout:(2/19): containers-common-1.2.4-1.module+el8.6. 295 kB/s | 91 kB 00:00 2023-12-03T15:08:37.771 INFO:teuthology.orchestra.run.smithi080.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 154 kB/s | 51 kB 00:00 2023-12-03T15:08:37.786 INFO:teuthology.orchestra.run.smithi167.stdout:========================================================================================================================== 2023-12-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2023-12-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.stdout:========================================================================================================================== 2023-12-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.stdout:Installing group/module packages: 2023-12-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2023-12-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.stdout:Downgrading: 2023-12-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.787 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.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-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.stdout:Installing module profiles: 2023-12-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools/common 2023-12-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.stdout:Enabling module streams: 2023-12-03T15:08:37.788 INFO:teuthology.orchestra.run.smithi167.stdout: container-tools 3.0 2023-12-03T15:08:37.789 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:08:37.789 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-03T15:08:37.789 INFO:teuthology.orchestra.run.smithi167.stdout:========================================================================================================================== 2023-12-03T15:08:37.789 INFO:teuthology.orchestra.run.smithi167.stdout:Install 7 Packages 2023-12-03T15:08:37.789 INFO:teuthology.orchestra.run.smithi167.stdout:Downgrade 12 Packages 2023-12-03T15:08:37.789 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:08:37.789 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 51 M 2023-12-03T15:08:37.789 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2023-12-03T15:08:37.813 INFO:teuthology.orchestra.run.smithi080.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.3 MB/s | 511 kB 00:00 2023-12-03T15:08:37.880 INFO:teuthology.orchestra.run.smithi080.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 516 kB/s | 69 kB 00:00 2023-12-03T15:08:37.938 INFO:teuthology.orchestra.run.smithi080.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 575 kB/s | 72 kB 00:00 2023-12-03T15:08:37.962 INFO:teuthology.orchestra.run.smithi167.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 528 kB/s | 91 kB 00:00 2023-12-03T15:08:37.988 INFO:teuthology.orchestra.run.smithi167.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 260 kB/s | 51 kB 00:00 2023-12-03T15:08:37.988 INFO:teuthology.orchestra.run.smithi080.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 13 MB/s | 2.9 MB 00:00 2023-12-03T15:08:38.013 INFO:teuthology.orchestra.run.smithi167.stdout:(3/19): container-selinux-2.178.0-2.module+el8. 237 kB/s | 53 kB 00:00 2023-12-03T15:08:38.096 INFO:teuthology.orchestra.run.smithi167.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 3.7 MB/s | 511 kB 00:00 2023-12-03T15:08:38.097 INFO:teuthology.orchestra.run.smithi080.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 353 kB/s | 56 kB 00:00 2023-12-03T15:08:38.139 INFO:teuthology.orchestra.run.smithi080.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 339 kB/s | 51 kB 00:00 2023-12-03T15:08:38.155 INFO:teuthology.orchestra.run.smithi167.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 413 kB/s | 69 kB 00:00 2023-12-03T15:08:38.272 INFO:teuthology.orchestra.run.smithi167.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 11 MB/s | 2.9 MB 00:00 2023-12-03T15:08:38.289 INFO:teuthology.orchestra.run.smithi080.stdout:(10/19): podman-3.0.1-9.module+el8.6.0+14874+64 27 MB/s | 11 MB 00:00 2023-12-03T15:08:38.298 INFO:teuthology.orchestra.run.smithi167.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 358 kB/s | 72 kB 00:00 2023-12-03T15:08:38.331 INFO:teuthology.orchestra.run.smithi080.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 1.6 MB/s | 322 kB 00:00 2023-12-03T15:08:38.448 INFO:teuthology.orchestra.run.smithi167.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 319 kB/s | 56 kB 00:00 2023-12-03T15:08:38.465 INFO:teuthology.orchestra.run.smithi080.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 16 MB/s | 2.2 MB 00:00 2023-12-03T15:08:38.507 INFO:teuthology.orchestra.run.smithi080.stdout:(13/19): yajl-2.1.0-10.el8.x86_64.rpm 188 kB/s | 41 kB 00:00 2023-12-03T15:08:38.590 INFO:teuthology.orchestra.run.smithi167.stdout:(9/19): podman-3.0.1-9.module+el8.6.0+14874+644 25 MB/s | 11 MB 00:00 2023-12-03T15:08:38.607 INFO:teuthology.orchestra.run.smithi167.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 165 kB/s | 51 kB 00:00 2023-12-03T15:08:38.718 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-03T15:08:38.723 INFO:teuthology.orchestra.run.smithi167.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.4 MB/s | 322 kB 00:00 2023-12-03T15:08:38.774 INFO:teuthology.orchestra.run.smithi080.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 28 MB/s | 19 MB 00:00 2023-12-03T15:08:38.782 INFO:teuthology.orchestra.run.smithi167.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 232 kB/s | 41 kB 00:00 2023-12-03T15:08:38.820 INFO:teuthology.orchestra.run.smithi028.stdout:========================================================================================================================== 2023-12-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.stdout:========================================================================================================================== 2023-12-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.stdout:Installing group/module packages: 2023-12-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.stdout:Downgrading: 2023-12-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.821 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.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-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.stdout:Installing module profiles: 2023-12-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools/common 2023-12-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling module streams: 2023-12-03T15:08:38.822 INFO:teuthology.orchestra.run.smithi028.stdout: container-tools 3.0 2023-12-03T15:08:38.823 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:08:38.823 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-03T15:08:38.823 INFO:teuthology.orchestra.run.smithi028.stdout:========================================================================================================================== 2023-12-03T15:08:38.823 INFO:teuthology.orchestra.run.smithi028.stdout:Install 7 Packages 2023-12-03T15:08:38.823 INFO:teuthology.orchestra.run.smithi028.stdout:Downgrade 12 Packages 2023-12-03T15:08:38.823 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:08:38.823 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 51 M 2023-12-03T15:08:38.823 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-03T15:08:38.916 INFO:teuthology.orchestra.run.smithi080.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-12-03T15:08:38.966 INFO:teuthology.orchestra.run.smithi080.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.6 MB/s | 1.1 MB 00:00 2023-12-03T15:08:38.967 INFO:teuthology.orchestra.run.smithi028.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 372 kB/s | 53 kB 00:00 2023-12-03T15:08:38.991 INFO:teuthology.orchestra.run.smithi080.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 2.4 MB/s | 185 kB 00:00 2023-12-03T15:08:39.009 INFO:teuthology.orchestra.run.smithi028.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 279 kB/s | 51 kB 00:00 2023-12-03T15:08:39.066 INFO:teuthology.orchestra.run.smithi167.stdout:(13/19): containernetworking-plugins-0.9.1-1.mo 31 MB/s | 19 MB 00:00 2023-12-03T15:08:39.076 INFO:teuthology.orchestra.run.smithi028.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 362 kB/s | 91 kB 00:00 2023-12-03T15:08:39.083 INFO:teuthology.orchestra.run.smithi080.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 12 MB/s | 6.8 MB 00:00 2023-12-03T15:08:39.108 INFO:teuthology.orchestra.run.smithi167.stdout:(14/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 5.7 MB/s | 2.2 MB 00:00 2023-12-03T15:08:39.126 INFO:teuthology.orchestra.run.smithi028.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 591 kB/s | 69 kB 00:00 2023-12-03T15:08:39.142 INFO:teuthology.orchestra.run.smithi080.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 288 kB/s | 51 kB 00:00 2023-12-03T15:08:39.142 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:08:39.143 INFO:teuthology.orchestra.run.smithi080.stdout:Total 30 MB/s | 51 MB 00:01 2023-12-03T15:08:39.176 INFO:teuthology.orchestra.run.smithi028.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 2.4 MB/s | 511 kB 00:00 2023-12-03T15:08:39.242 INFO:teuthology.orchestra.run.smithi167.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 14 MB/s | 6.4 MB 00:00 2023-12-03T15:08:39.285 INFO:teuthology.orchestra.run.smithi028.stdout:(6/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 14 MB/s | 2.9 MB 00:00 2023-12-03T15:08:39.300 INFO:teuthology.orchestra.run.smithi167.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 5.6 MB/s | 1.1 MB 00:00 2023-12-03T15:08:39.310 INFO:teuthology.orchestra.run.smithi028.stdout:(7/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 392 kB/s | 72 kB 00:00 2023-12-03T15:08:39.359 INFO:teuthology.orchestra.run.smithi167.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 1.5 MB/s | 185 kB 00:00 2023-12-03T15:08:39.442 INFO:teuthology.orchestra.run.smithi167.stdout:(18/19): buildah-1.19.9-3.module+el8.6.0+14874+ 18 MB/s | 6.8 MB 00:00 2023-12-03T15:08:39.551 INFO:teuthology.orchestra.run.smithi167.stdout:(19/19): udica-0.2.4-1.module+el8.6.0+14874+644 202 kB/s | 51 kB 00:00 2023-12-03T15:08:39.551 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:08:39.551 INFO:teuthology.orchestra.run.smithi167.stdout:Total 29 MB/s | 51 MB 00:01 2023-12-03T15:08:39.569 INFO:teuthology.orchestra.run.smithi028.stdout:(8/19): podman-3.0.1-9.module+el8.6.0+14874+644 28 MB/s | 11 MB 00:00 2023-12-03T15:08:39.594 INFO:teuthology.orchestra.run.smithi028.stdout:(9/19): podman-docker-3.0.1-9.module+el8.6.0+14 181 kB/s | 56 kB 00:00 2023-12-03T15:08:39.619 INFO:teuthology.orchestra.run.smithi028.stdout:(10/19): conmon-2.0.26-1.module+el8.6.0+14874+6 165 kB/s | 51 kB 00:00 2023-12-03T15:08:39.620 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2023-12-03T15:08:39.662 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2023-12-03T15:08:39.662 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2023-12-03T15:08:39.728 INFO:teuthology.orchestra.run.smithi028.stdout:(11/19): podman-catatonit-3.0.1-9.module+el8.6. 2.4 MB/s | 322 kB 00:00 2023-12-03T15:08:39.770 INFO:teuthology.orchestra.run.smithi028.stdout:(12/19): yajl-2.1.0-10.el8.x86_64.rpm 271 kB/s | 41 kB 00:00 2023-12-03T15:08:39.912 INFO:teuthology.orchestra.run.smithi028.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 12 MB/s | 2.2 MB 00:00 2023-12-03T15:08:40.030 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2023-12-03T15:08:40.073 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2023-12-03T15:08:40.073 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2023-12-03T15:08:40.092 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2023-12-03T15:08:40.096 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2023-12-03T15:08:40.187 INFO:teuthology.orchestra.run.smithi028.stdout:(14/19): containernetworking-plugins-0.9.1-1.mo 31 MB/s | 19 MB 00:00 2023-12-03T15:08:40.321 INFO:teuthology.orchestra.run.smithi028.stdout:(15/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 12 MB/s | 6.4 MB 00:00 2023-12-03T15:08:40.363 INFO:teuthology.orchestra.run.smithi028.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 6.1 MB/s | 1.1 MB 00:00 2023-12-03T15:08:40.488 INFO:teuthology.orchestra.run.smithi028.stdout:(17/19): buildah-1.19.9-3.module+el8.6.0+14874+ 12 MB/s | 6.8 MB 00:00 2023-12-03T15:08:40.498 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2023-12-03T15:08:40.502 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2023-12-03T15:08:40.513 INFO:teuthology.orchestra.run.smithi028.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 337 kB/s | 51 kB 00:00 2023-12-03T15:08:40.538 INFO:teuthology.orchestra.run.smithi028.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 852 kB/s | 185 kB 00:00 2023-12-03T15:08:40.539 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:08:40.539 INFO:teuthology.orchestra.run.smithi028.stdout:Total 29 MB/s | 51 MB 00:01 2023-12-03T15:08:41.027 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-03T15:08:41.073 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-03T15:08:41.073 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-03T15:08:41.209 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2023-12-03T15:08:41.259 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-03T15:08:41.441 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-03T15:08:41.450 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-03T15:08:41.466 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-03T15:08:41.521 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-03T15:08:41.525 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-03T15:08:41.654 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2023-12-03T15:08:41.665 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-03T15:08:41.703 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-03T15:08:41.885 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-03T15:08:41.894 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-03T15:08:41.912 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-03T15:08:42.109 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-03T15:08:42.790 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-03T15:08:42.830 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-12-03T15:08:43.020 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-03T15:08:43.029 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-12-03T15:08:43.053 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-03T15:08:43.261 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-03T15:08:58.533 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-03T15:08:59.237 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-03T15:09:00.335 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-03T15:09:00.552 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-03T15:09:00.775 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-03T15:09:00.976 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-03T15:09:01.037 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-03T15:09:01.178 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-03T15:09:01.178 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-03T15:09:01.178 INFO:teuthology.orchestra.run.smithi080.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-03T15:09:01.178 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:09:01.257 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-03T15:09:01.289 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-12-03T15:09:01.454 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-03T15:09:01.614 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-03T15:09:01.824 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-03T15:09:01.824 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-03T15:09:01.824 INFO:teuthology.orchestra.run.smithi167.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-03T15:09:01.824 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:09:01.990 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-03T15:09:02.202 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-03T15:09:02.600 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-03T15:09:02.840 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-03T15:09:03.196 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-03T15:09:03.464 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-12-03T15:09:03.657 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-12-03T15:09:03.665 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-03T15:09:03.849 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-12-03T15:09:03.945 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-03T15:09:04.103 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-12-03T15:09:04.104 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-12-03T15:09:04.104 INFO:teuthology.orchestra.run.smithi028.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-03T15:09:04.104 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:09:04.316 INFO:teuthology.orchestra.run.smithi080.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-03T15:09:04.321 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-03T15:09:04.584 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-03T15:09:04.585 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-03T15:09:04.954 INFO:teuthology.orchestra.run.smithi167.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-03T15:09:04.994 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-12-03T15:09:05.214 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-03T15:09:05.219 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-12-03T15:09:05.318 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-03T15:09:05.938 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-03T15:09:06.048 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-03T15:09:06.301 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-03T15:09:06.509 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-03T15:09:06.669 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-03T15:09:06.680 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-03T15:09:06.783 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-03T15:09:06.783 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-03T15:09:06.784 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-12-03T15:09:06.947 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-03T15:09:07.111 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-12-03T15:09:07.128 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-03T15:09:07.155 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-03T15:09:07.327 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-03T15:09:07.327 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-03T15:09:07.357 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-03T15:09:07.481 INFO:teuthology.orchestra.run.smithi028.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-12-03T15:09:07.487 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-03T15:09:07.487 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-03T15:09:07.494 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-03T15:09:07.627 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-03T15:09:07.758 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-03T15:09:07.763 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-12-03T15:09:07.803 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-03T15:09:07.940 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-03T15:09:07.940 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-03T15:09:07.961 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-03T15:09:08.082 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-03T15:09:08.144 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-03T15:09:08.215 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-03T15:09:08.286 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-03T15:09:08.374 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-03T15:09:08.427 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-03T15:09:08.532 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-03T15:09:08.566 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-12-03T15:09:08.567 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-03T15:09:08.568 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-03T15:09:08.706 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-03T15:09:08.718 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-03T15:09:08.840 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-03T15:09:09.006 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-03T15:09:09.166 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-03T15:09:09.166 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-03T15:09:09.240 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-03T15:09:09.318 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-12-03T15:09:09.331 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-03T15:09:09.575 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-03T15:09:09.619 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-03T15:09:09.620 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-03T15:09:09.621 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-03T15:09:09.621 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-03T15:09:09.621 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-03T15:09:09.621 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-03T15:09:09.621 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-03T15:09:09.621 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-03T15:09:09.621 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-03T15:09:09.856 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-03T15:09:09.860 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-12-03T15:09:10.059 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-12-03T15:09:10.226 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-12-03T15:09:10.226 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-03T15:09:10.304 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-03T15:09:10.304 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-03T15:09:10.304 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-03T15:09:10.304 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-03T15:09:10.304 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-03T15:09:10.305 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-03T15:09:10.306 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-03T15:09:10.561 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-12-03T15:09:10.794 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-12-03T15:09:10.794 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-03T15:09:10.961 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-12-03T15:09:10.963 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-03T15:09:10.963 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:03:03 ago on Sun 03 Dec 2023 03:06:07 PM UTC. 2023-12-03T15:09:11.134 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-03T15:09:11.293 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-12-03T15:09:11.468 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-12-03T15:09:11.635 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-12-03T15:09:11.704 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-03T15:09:11.704 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:03:14 ago on Sun 03 Dec 2023 03:05:57 PM UTC. 2023-12-03T15:09:11.801 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-12-03T15:09:11.925 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-12-03T15:09:12.099 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-12-03T15:09:12.100 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-03T15:09:12.258 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-03T15:09:12.816 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-12-03T15:09:13.247 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-12-03T15:09:13.247 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-12-03T15:09:13.247 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-12-03T15:09:13.247 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-12-03T15:09:13.247 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-12-03T15:09:13.247 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-12-03T15:09:13.247 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-12-03T15:09:13.247 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-12-03T15:09:13.248 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-12-03T15:09:13.249 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-12-03T15:09:13.249 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-03T15:09:13.249 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-12-03T15:09:13.249 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-12-03T15:09:13.249 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-12-03T15:09:13.249 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-12-03T15:09:13.249 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-12-03T15:09:14.731 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-12-03T15:09:14.731 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:02:43 ago on Sun 03 Dec 2023 03:06:31 PM UTC. 2023-12-03T15:09:18.066 INFO:teuthology.orchestra.run.smithi080.stdout:Installed products updated. 2023-12-03T15:09:18.256 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:09:18.256 INFO:teuthology.orchestra.run.smithi080.stdout:Downgraded: 2023-12-03T15:09:18.256 INFO:teuthology.orchestra.run.smithi080.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.256 INFO:teuthology.orchestra.run.smithi080.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:18.256 INFO:teuthology.orchestra.run.smithi080.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.256 INFO:teuthology.orchestra.run.smithi080.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.257 INFO:teuthology.orchestra.run.smithi080.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.258 INFO:teuthology.orchestra.run.smithi080.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:18.258 INFO:teuthology.orchestra.run.smithi080.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:18.258 INFO:teuthology.orchestra.run.smithi080.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-03T15:09:18.258 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:09:18.258 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2023-12-03T15:09:18.454 DEBUG:teuthology.parallel:result is None 2023-12-03T15:09:20.349 INFO:teuthology.orchestra.run.smithi167.stdout:Installed products updated. 2023-12-03T15:09:20.549 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:09:20.550 INFO:teuthology.orchestra.run.smithi167.stdout:Downgraded: 2023-12-03T15:09:20.550 INFO:teuthology.orchestra.run.smithi167.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.550 INFO:teuthology.orchestra.run.smithi167.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:20.550 INFO:teuthology.orchestra.run.smithi167.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.550 INFO:teuthology.orchestra.run.smithi167.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.550 INFO:teuthology.orchestra.run.smithi167.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.550 INFO:teuthology.orchestra.run.smithi167.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.550 INFO:teuthology.orchestra.run.smithi167.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.551 INFO:teuthology.orchestra.run.smithi167.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.551 INFO:teuthology.orchestra.run.smithi167.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.551 INFO:teuthology.orchestra.run.smithi167.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:20.551 INFO:teuthology.orchestra.run.smithi167.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.551 INFO:teuthology.orchestra.run.smithi167.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.551 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2023-12-03T15:09:20.551 INFO:teuthology.orchestra.run.smithi167.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.551 INFO:teuthology.orchestra.run.smithi167.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:20.551 INFO:teuthology.orchestra.run.smithi167.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.552 INFO:teuthology.orchestra.run.smithi167.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.552 INFO:teuthology.orchestra.run.smithi167.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:20.552 INFO:teuthology.orchestra.run.smithi167.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:20.552 INFO:teuthology.orchestra.run.smithi167.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-03T15:09:20.552 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:09:20.552 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-03T15:09:20.743 DEBUG:teuthology.parallel:result is None 2023-12-03T15:09:22.800 INFO:teuthology.orchestra.run.smithi028.stdout:Installed products updated. 2023-12-03T15:09:23.017 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:09:23.017 INFO:teuthology.orchestra.run.smithi028.stdout:Downgraded: 2023-12-03T15:09:23.017 INFO:teuthology.orchestra.run.smithi028.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.017 INFO:teuthology.orchestra.run.smithi028.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:23.017 INFO:teuthology.orchestra.run.smithi028.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.017 INFO:teuthology.orchestra.run.smithi028.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.017 INFO:teuthology.orchestra.run.smithi028.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.017 INFO:teuthology.orchestra.run.smithi028.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.017 INFO:teuthology.orchestra.run.smithi028.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-03T15:09:23.018 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:09:23.019 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-03T15:09:23.249 DEBUG:teuthology.parallel:result is None 2023-12-03T15:09:23.249 INFO:teuthology.run_tasks:Running task install... 2023-12-03T15:09:23.258 DEBUG:teuthology.task.install:project ceph 2023-12-03T15:09:23.258 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885'}} 2023-12-03T15:09:23.259 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885'} 2023-12-03T15:09:23.259 INFO:teuthology.task.install:Using flavor: default 2023-12-03T15:09:23.265 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-03T15:09:23.265 INFO:teuthology.task.install:extra packages: [] 2023-12-03T15:09:23.265 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-03T15:09:23.266 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T15:09:23.268 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-03T15:09:23.268 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T15:09:23.269 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'b5f2d3894d094aabe62070fbfb31ffe158591885', 'tag': None, 'wait_for_package': False} 2023-12-03T15:09:23.269 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=b5f2d3894d094aabe62070fbfb31ffe158591885 2023-12-03T15:09:23.426 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-03T15:09:23.426 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-03T15:09:23.534 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-03T15:09:23.535 DEBUG:teuthology.orchestra.run.smithi080:> set -ex 2023-12-03T15:09:23.535 DEBUG:teuthology.orchestra.run.smithi080:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-03T15:09:23.569 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-03T15:09:23.569 DEBUG:teuthology.orchestra.run.smithi080:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-03T15:09:23.631 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-03T15:09:23.631 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-03T15:09:23.636 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/ 2023-12-03T15:09:23.636 INFO:teuthology.task.install.rpm:Package version is 18.0.0-7673.gb5f2d389 2023-12-03T15:09:23.640 DEBUG:teuthology.orchestra.run.smithi080:> 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-03T15:09:23.720 DEBUG:teuthology.orchestra.run.smithi080:> 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-03T15:09:23.745 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-03T15:09:23.745 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2023-12-03T15:09:23.745 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-03T15:09:23.778 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-03T15:09:23.779 DEBUG:teuthology.orchestra.run.smithi167:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-03T15:09:23.788 INFO:teuthology.orchestra.run.smithi080.stdout:check_obsoletes = 1 2023-12-03T15:09:23.789 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum clean all 2023-12-03T15:09:23.834 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/wip-adk-testing-2023-11-30-1735/b5f2d3894d094aabe62070fbfb31ffe158591885/centos/8/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2023-12-03T15:09:23.834 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2023-12-03T15:09:23.835 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/yum.repos.d/ceph.repo 2023-12-03T15:09:23.850 DEBUG:teuthology.orchestra.run.smithi167:> 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-03T15:09:23.864 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-03T15:09:23.864 DEBUG:teuthology.orchestra.run.smithi028:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/b5f2d3894d094aabe62070fbfb31ffe158591885/;g' /etc/yum.repos.d/ceph.repo ; fi 2023-12-03T15:09:23.932 DEBUG:teuthology.orchestra.run.smithi167:> 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-03T15:09:23.933 DEBUG:teuthology.orchestra.run.smithi028:> 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-03T15:09:24.001 INFO:teuthology.orchestra.run.smithi167.stdout:check_obsoletes = 1 2023-12-03T15:09:24.002 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum clean all 2023-12-03T15:09:24.012 DEBUG:teuthology.orchestra.run.smithi028:> 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-03T15:09:24.079 INFO:teuthology.orchestra.run.smithi028.stdout:check_obsoletes = 1 2023-12-03T15:09:24.080 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum clean all 2023-12-03T15:09:24.159 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-03T15:09:24.380 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-03T15:09:24.473 INFO:teuthology.orchestra.run.smithi028.stdout:Updating Subscription Management repositories. 2023-12-03T15:09:25.143 INFO:teuthology.orchestra.run.smithi080.stdout:44 files removed 2023-12-03T15:09:25.194 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-radosgw 2023-12-03T15:09:25.356 INFO:teuthology.orchestra.run.smithi167.stdout:44 files removed 2023-12-03T15:09:25.410 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-radosgw 2023-12-03T15:09:25.476 INFO:teuthology.orchestra.run.smithi028.stdout:44 files removed 2023-12-03T15:09:25.525 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-03T15:09:25.531 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-radosgw 2023-12-03T15:09:25.743 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-03T15:09:25.886 INFO:teuthology.orchestra.run.smithi028.stdout:Updating Subscription Management repositories. 2023-12-03T15:09:26.912 INFO:teuthology.orchestra.run.smithi167.stdout:ceph packages for x86_64 333 kB/s | 81 kB 00:00 2023-12-03T15:09:27.067 INFO:teuthology.orchestra.run.smithi080.stdout:ceph packages for x86_64 184 kB/s | 81 kB 00:00 2023-12-03T15:09:27.213 INFO:teuthology.orchestra.run.smithi167.stdout:ceph noarch packages 35 kB/s | 9.5 kB 00:00 2023-12-03T15:09:27.340 INFO:teuthology.orchestra.run.smithi028.stdout:ceph packages for x86_64 192 kB/s | 81 kB 00:00 2023-12-03T15:09:27.576 INFO:teuthology.orchestra.run.smithi080.stdout:ceph noarch packages 20 kB/s | 9.5 kB 00:00 2023-12-03T15:09:27.763 INFO:teuthology.orchestra.run.smithi167.stdout:ceph source packages 2.8 kB/s | 1.5 kB 00:00 2023-12-03T15:09:27.782 INFO:teuthology.orchestra.run.smithi028.stdout:ceph noarch packages 23 kB/s | 9.5 kB 00:00 2023-12-03T15:09:27.939 INFO:teuthology.orchestra.run.smithi167.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-12-03T15:09:28.235 INFO:teuthology.orchestra.run.smithi080.stdout:ceph source packages 2.3 kB/s | 1.5 kB 00:00 2023-12-03T15:09:28.317 INFO:teuthology.orchestra.run.smithi028.stdout:ceph source packages 2.9 kB/s | 1.5 kB 00:00 2023-12-03T15:09:28.544 INFO:teuthology.orchestra.run.smithi080.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-03T15:09:28.625 INFO:teuthology.orchestra.run.smithi028.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-12-03T15:09:29.359 INFO:teuthology.orchestra.run.smithi028.stdout:Extra Packages for Enterprise Linux 22 MB/s | 16 MB 00:00 2023-12-03T15:09:30.357 INFO:teuthology.orchestra.run.smithi167.stdout:Extra Packages for Enterprise Linux 6.7 MB/s | 16 MB 00:02 2023-12-03T15:09:33.068 INFO:teuthology.orchestra.run.smithi028.stdout:lab-extras 392 kB/s | 24 kB 00:00 2023-12-03T15:09:33.882 INFO:teuthology.orchestra.run.smithi167.stdout:lab-extras 357 kB/s | 24 kB 00:00 2023-12-03T15:09:34.320 INFO:teuthology.orchestra.run.smithi028.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 45 MB/s | 53 MB 00:01 2023-12-03T15:09:35.427 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 MB/s | 47 MB 00:01 2023-12-03T15:09:42.660 INFO:teuthology.orchestra.run.smithi080.stdout:Extra Packages for Enterprise Linux 1.1 MB/s | 16 MB 00:14 2023-12-03T15:09:43.527 INFO:teuthology.orchestra.run.smithi167.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 MB/s | 53 MB 00:01 2023-12-03T15:09:43.763 INFO:teuthology.orchestra.run.smithi028.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 28 MB/s | 47 MB 00:01 2023-12-03T15:09:46.226 INFO:teuthology.orchestra.run.smithi080.stdout:lab-extras 412 kB/s | 24 kB 00:00 2023-12-03T15:09:47.355 INFO:teuthology.orchestra.run.smithi080.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 50 MB/s | 53 MB 00:01 2023-12-03T15:09:54.688 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-03T15:09:54.690 INFO:teuthology.orchestra.run.smithi167.stdout:==================================================================================================== 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout:==================================================================================================== 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout:Upgrading: 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-03T15:09:54.691 INFO:teuthology.orchestra.run.smithi167.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-03T15:09:54.692 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-03T15:09:54.693 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-03T15:09:54.693 INFO:teuthology.orchestra.run.smithi167.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-03T15:09:54.693 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:09:54.693 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-03T15:09:54.693 INFO:teuthology.orchestra.run.smithi167.stdout:==================================================================================================== 2023-12-03T15:09:54.693 INFO:teuthology.orchestra.run.smithi167.stdout:Install 21 Packages 2023-12-03T15:09:54.693 INFO:teuthology.orchestra.run.smithi167.stdout:Upgrade 2 Packages 2023-12-03T15:09:54.693 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:09:54.693 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 62 M 2023-12-03T15:09:54.694 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2023-12-03T15:09:55.445 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-03T15:09:55.447 INFO:teuthology.orchestra.run.smithi028.stdout:==================================================================================================== 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout:==================================================================================================== 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout:Upgrading: 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-03T15:09:55.448 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-03T15:09:55.449 INFO:teuthology.orchestra.run.smithi028.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-03T15:09:55.450 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:09:55.450 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-03T15:09:55.450 INFO:teuthology.orchestra.run.smithi028.stdout:==================================================================================================== 2023-12-03T15:09:55.450 INFO:teuthology.orchestra.run.smithi028.stdout:Install 21 Packages 2023-12-03T15:09:55.450 INFO:teuthology.orchestra.run.smithi028.stdout:Upgrade 2 Packages 2023-12-03T15:09:55.450 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:09:55.450 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 62 M 2023-12-03T15:09:55.450 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-03T15:09:55.761 INFO:teuthology.orchestra.run.smithi167.stdout:(1/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8. 15 MB/s | 14 MB 00:00 2023-12-03T15:09:55.819 INFO:teuthology.orchestra.run.smithi167.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 418 kB/s | 24 kB 00:00 2023-12-03T15:09:55.905 INFO:teuthology.orchestra.run.smithi080.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 37 MB/s | 47 MB 00:01 2023-12-03T15:09:55.911 INFO:teuthology.orchestra.run.smithi167.stdout:(3/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 8.9 MB/s | 838 kB 00:00 2023-12-03T15:09:55.987 INFO:teuthology.orchestra.run.smithi167.stdout:(4/23): libradosstriper1-18.0.0-7673.gb5f2d389. 6.7 MB/s | 517 kB 00:00 2023-12-03T15:09:56.270 INFO:teuthology.orchestra.run.smithi167.stdout:(5/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x86 3.8 MB/s | 5.4 MB 00:01 2023-12-03T15:09:56.379 INFO:teuthology.orchestra.run.smithi167.stdout:(6/23): python3-ceph-argparse-18.0.0-7673.gb5f2 414 kB/s | 45 kB 00:00 2023-12-03T15:09:56.487 INFO:teuthology.orchestra.run.smithi167.stdout:(7/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_6 14 MB/s | 6.9 MB 00:00 2023-12-03T15:09:56.512 INFO:teuthology.orchestra.run.smithi167.stdout:(8/23): python3-ceph-common-18.0.0-7673.gb5f2d3 970 kB/s | 130 kB 00:00 2023-12-03T15:09:56.538 INFO:teuthology.orchestra.run.smithi167.stdout:(9/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 3.8 MB/s | 197 kB 00:00 2023-12-03T15:09:56.597 INFO:teuthology.orchestra.run.smithi167.stdout:(10/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 6.1 MB/s | 365 kB 00:00 2023-12-03T15:09:56.630 INFO:teuthology.orchestra.run.smithi167.stdout:(11/23): python3-rados-18.0.0-7673.gb5f2d389.el 3.1 MB/s | 371 kB 00:00 2023-12-03T15:09:56.663 INFO:teuthology.orchestra.run.smithi167.stdout:(12/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 1.6 MB/s | 107 kB 00:00 2023-12-03T15:09:57.397 INFO:teuthology.orchestra.run.smithi167.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 80 kB/s | 59 kB 00:00 2023-12-03T15:09:57.606 INFO:teuthology.orchestra.run.smithi167.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 314 kB/s | 306 kB 00:00 2023-12-03T15:09:57.639 INFO:teuthology.orchestra.run.smithi167.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 310 kB/s | 75 kB 00:00 2023-12-03T15:09:57.823 INFO:teuthology.orchestra.run.smithi167.stdout:(16/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.4 MB/s | 259 kB 00:00 2023-12-03T15:09:57.882 INFO:teuthology.orchestra.run.smithi167.stdout:(17/23): python3-prettytable-0.7.2-14.el8.noarc 754 kB/s | 44 kB 00:00 2023-12-03T15:09:57.991 INFO:teuthology.orchestra.run.smithi167.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 4.5 MB/s | 1.7 MB 00:00 2023-12-03T15:09:58.024 INFO:teuthology.orchestra.run.smithi167.stdout:(19/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.4 MB/s | 354 kB 00:00 2023-12-03T15:09:58.199 INFO:teuthology.orchestra.run.smithi167.stdout:(20/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 225 kB/s | 47 kB 00:00 2023-12-03T15:09:58.380 INFO:teuthology.orchestra.run.smithi028.stdout:(1/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8. 5.3 MB/s | 14 MB 00:02 2023-12-03T15:09:58.489 INFO:teuthology.orchestra.run.smithi028.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 225 kB/s | 24 kB 00:00 2023-12-03T15:09:58.806 INFO:teuthology.orchestra.run.smithi028.stdout:(3/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 2.6 MB/s | 838 kB 00:00 2023-12-03T15:09:58.841 INFO:teuthology.orchestra.run.smithi167.stdout:(21/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 5.8 MB/s | 3.7 MB 00:00 2023-12-03T15:09:58.973 INFO:teuthology.orchestra.run.smithi028.stdout:(4/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x86 1.7 MB/s | 5.4 MB 00:03 2023-12-03T15:09:58.998 INFO:teuthology.orchestra.run.smithi028.stdout:(5/23): libradosstriper1-18.0.0-7673.gb5f2d389. 2.6 MB/s | 517 kB 00:00 2023-12-03T15:09:59.050 INFO:teuthology.orchestra.run.smithi167.stdout:(22/23): ceph-common-18.0.0-7673.gb5f2d389.el8. 5.4 MB/s | 23 MB 00:04 2023-12-03T15:09:59.073 INFO:teuthology.orchestra.run.smithi028.stdout:(6/23): python3-ceph-argparse-18.0.0-7673.gb5f2 594 kB/s | 45 kB 00:00 2023-12-03T15:09:59.109 INFO:teuthology.orchestra.run.smithi167.stdout:(23/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 3.5 MB/s | 3.8 MB 00:01 2023-12-03T15:09:59.113 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:09:59.113 INFO:teuthology.orchestra.run.smithi167.stdout:Total 14 MB/s | 62 MB 00:04 2023-12-03T15:09:59.148 INFO:teuthology.orchestra.run.smithi028.stdout:(7/23): python3-ceph-common-18.0.0-7673.gb5f2d3 1.7 MB/s | 130 kB 00:00 2023-12-03T15:09:59.159 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2023-12-03T15:09:59.204 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2023-12-03T15:09:59.204 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2023-12-03T15:09:59.241 INFO:teuthology.orchestra.run.smithi028.stdout:(8/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 2.1 MB/s | 197 kB 00:00 2023-12-03T15:09:59.349 INFO:teuthology.orchestra.run.smithi028.stdout:(9/23): python3-rados-18.0.0-7673.gb5f2d389.el8 3.3 MB/s | 371 kB 00:00 2023-12-03T15:09:59.450 INFO:teuthology.orchestra.run.smithi028.stdout:(10/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 3.6 MB/s | 365 kB 00:00 2023-12-03T15:09:59.544 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2023-12-03T15:09:59.548 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2023-12-03T15:09:59.683 INFO:teuthology.orchestra.run.smithi028.stdout:(11/23): ceph-common-18.0.0-7673.gb5f2d389.el8. 5.7 MB/s | 23 MB 00:03 2023-12-03T15:09:59.709 INFO:teuthology.orchestra.run.smithi028.stdout:(12/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 412 kB/s | 107 kB 00:00 2023-12-03T15:10:00.026 INFO:teuthology.orchestra.run.smithi028.stdout:(13/23): liboath-2.6.2-3.el8.x86_64.rpm 186 kB/s | 59 kB 00:00 2023-12-03T15:10:00.192 INFO:teuthology.orchestra.run.smithi028.stdout:(14/23): gperftools-libs-2.7-9.el8.x86_64.rpm 603 kB/s | 306 kB 00:00 2023-12-03T15:10:00.218 INFO:teuthology.orchestra.run.smithi028.stdout:(15/23): libunwind-1.3.1-3.el8.x86_64.rpm 391 kB/s | 75 kB 00:00 2023-12-03T15:10:00.401 INFO:teuthology.orchestra.run.smithi028.stdout:(16/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 256 kB/s | 47 kB 00:00 2023-12-03T15:10:00.510 INFO:teuthology.orchestra.run.smithi028.stdout:(17/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 2.3 MB/s | 259 kB 00:00 2023-12-03T15:10:00.677 INFO:teuthology.orchestra.run.smithi028.stdout:(18/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_ 4.1 MB/s | 6.9 MB 00:01 2023-12-03T15:10:00.690 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2023-12-03T15:10:00.736 INFO:teuthology.orchestra.run.smithi028.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 195 kB/s | 44 kB 00:00 2023-12-03T15:10:00.876 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-03T15:10:00.878 INFO:teuthology.orchestra.run.smithi028.stdout:(20/23): thrift-0.13.0-2.el8.x86_64.rpm 2.5 MB/s | 1.7 MB 00:00 2023-12-03T15:10:00.911 INFO:teuthology.orchestra.run.smithi028.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 1.5 MB/s | 354 kB 00:00 2023-12-03T15:10:01.048 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-03T15:10:01.462 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-03T15:10:01.495 INFO:teuthology.orchestra.run.smithi028.stdout:(22/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 6.0 MB/s | 3.7 MB 00:00 2023-12-03T15:10:01.637 INFO:teuthology.orchestra.run.smithi028.stdout:(23/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 4.2 MB/s | 3.8 MB 00:00 2023-12-03T15:10:01.639 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:10:01.639 INFO:teuthology.orchestra.run.smithi028.stdout:Total 9.9 MB/s | 62 MB 00:06 2023-12-03T15:10:01.639 INFO:teuthology.orchestra.run.smithi167.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:10:01.687 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-03T15:10:01.726 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:10:01.737 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-03T15:10:01.737 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-03T15:10:01.921 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-03T15:10:02.091 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-03T15:10:02.095 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-03T15:10:02.150 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-03T15:10:02.356 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-03T15:10:02.766 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-03T15:10:02.948 INFO:teuthology.orchestra.run.smithi167.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:10:03.024 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:10:03.221 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 8/25 2023-12-03T15:10:03.352 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-03T15:10:03.398 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-03T15:10:03.581 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-03T15:10:03.809 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-03T15:10:04.080 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 9/25 2023-12-03T15:10:04.231 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:10:04.234 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-03T15:10:04.286 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:10:04.432 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-03T15:10:04.450 INFO:teuthology.orchestra.run.smithi028.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:10:04.531 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:10:04.584 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-03T15:10:04.758 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-03T15:10:04.808 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-03T15:10:04.983 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-03T15:10:05.001 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-03T15:10:05.181 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-03T15:10:05.192 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-03T15:10:05.240 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-03T15:10:05.382 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-03T15:10:05.564 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-03T15:10:05.629 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-03T15:10:05.790 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-03T15:10:05.834 INFO:teuthology.orchestra.run.smithi028.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:10:05.956 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:10:05.964 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-03T15:10:06.109 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-03T15:10:06.201 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-03T15:10:07.005 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-03T15:10:07.008 INFO:teuthology.orchestra.run.smithi080.stdout:==================================================================================================== 2023-12-03T15:10:07.008 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2023-12-03T15:10:07.008 INFO:teuthology.orchestra.run.smithi080.stdout:==================================================================================================== 2023-12-03T15:10:07.008 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2023-12-03T15:10:07.008 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-radosgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 14 M 2023-12-03T15:10:07.008 INFO:teuthology.orchestra.run.smithi080.stdout:Upgrading: 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: librados2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.8 M 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: librbd1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 3.7 M 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-base x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 5.4 M 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 23 M 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-selinux x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 24 k 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: gperftools-libs x86_64 1:2.7-9.el8 epel 306 k 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 838 k 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: liboath x86_64 2.6.2-3.el8 epel 59 k 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: librabbitmq x86_64 0.9.0-3.el8 rhel-8-for-x86_64-baseos-rpms 47 k 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: libradosstriper1 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 517 k 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: librdkafka x86_64 0.11.4-3.el8 rhel-8-for-x86_64-appstream-rpms 354 k 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: librgw2 x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 6.9 M 2023-12-03T15:10:07.009 INFO:teuthology.orchestra.run.smithi080.stdout: libunwind x86_64 1.3.1-3.el8 epel 75 k 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout: lttng-ust x86_64 2.8.1-11.el8 rhel-8-for-x86_64-appstream-rpms 259 k 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-argparse x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 45 k 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-common x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 130 k 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cephfs x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 197 k 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout: python3-prettytable noarch 0.7.2-14.el8 rhel-8-for-x86_64-appstream-rpms 44 k 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rados x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 371 k 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rbd x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 365 k 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rgw x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 107 k 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout: thrift x86_64 0.13.0-2.el8 epel 1.7 M 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout:==================================================================================================== 2023-12-03T15:10:07.010 INFO:teuthology.orchestra.run.smithi080.stdout:Install 21 Packages 2023-12-03T15:10:07.011 INFO:teuthology.orchestra.run.smithi080.stdout:Upgrade 2 Packages 2023-12-03T15:10:07.011 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:10:07.011 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 62 M 2023-12-03T15:10:07.011 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2023-12-03T15:10:07.178 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-03T15:10:07.334 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:10:07.390 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:10:07.552 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-03T15:10:07.763 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-03T15:10:07.989 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-03T15:10:08.225 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-03T15:10:08.271 INFO:teuthology.orchestra.run.smithi080.stdout:(1/23): ceph-base-18.0.0-7673.gb5f2d389.el8.x86 4.9 MB/s | 5.4 MB 00:01 2023-12-03T15:10:08.355 INFO:teuthology.orchestra.run.smithi080.stdout:(2/23): ceph-selinux-18.0.0-7673.gb5f2d389.el8. 292 kB/s | 24 kB 00:00 2023-12-03T15:10:08.425 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-03T15:10:08.496 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-03T15:10:08.555 INFO:teuthology.orchestra.run.smithi080.stdout:(3/23): libcephfs2-18.0.0-7673.gb5f2d389.el8.x8 4.1 MB/s | 838 kB 00:00 2023-12-03T15:10:08.670 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-03T15:10:08.680 INFO:teuthology.orchestra.run.smithi080.stdout:(4/23): libradosstriper1-18.0.0-7673.gb5f2d389. 4.0 MB/s | 517 kB 00:00 2023-12-03T15:10:08.871 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-03T15:10:08.989 INFO:teuthology.orchestra.run.smithi080.stdout:(5/23): ceph-radosgw-18.0.0-7673.gb5f2d389.el8. 7.7 MB/s | 14 MB 00:01 2023-12-03T15:10:09.114 INFO:teuthology.orchestra.run.smithi080.stdout:(6/23): python3-ceph-argparse-18.0.0-7673.gb5f2 358 kB/s | 45 kB 00:00 2023-12-03T15:10:09.160 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-03T15:10:09.222 INFO:teuthology.orchestra.run.smithi080.stdout:(7/23): python3-ceph-common-18.0.0-7673.gb5f2d3 1.2 MB/s | 130 kB 00:00 2023-12-03T15:10:09.367 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-03T15:10:09.381 INFO:teuthology.orchestra.run.smithi080.stdout:(8/23): librgw2-18.0.0-7673.gb5f2d389.el8.x86_6 9.9 MB/s | 6.9 MB 00:00 2023-12-03T15:10:09.406 INFO:teuthology.orchestra.run.smithi080.stdout:(9/23): python3-cephfs-18.0.0-7673.gb5f2d389.el 1.0 MB/s | 197 kB 00:00 2023-12-03T15:10:09.498 INFO:teuthology.orchestra.run.smithi080.stdout:(10/23): python3-rados-18.0.0-7673.gb5f2d389.el 3.1 MB/s | 371 kB 00:00 2023-12-03T15:10:09.524 INFO:teuthology.orchestra.run.smithi080.stdout:(11/23): python3-rbd-18.0.0-7673.gb5f2d389.el8. 3.0 MB/s | 365 kB 00:00 2023-12-03T15:10:09.582 INFO:teuthology.orchestra.run.smithi080.stdout:(12/23): python3-rgw-18.0.0-7673.gb5f2d389.el8. 1.2 MB/s | 107 kB 00:00 2023-12-03T15:10:10.000 INFO:teuthology.orchestra.run.smithi080.stdout:(13/23): ceph-common-18.0.0-7673.gb5f2d389.el8. 8.0 MB/s | 23 MB 00:02 2023-12-03T15:10:10.025 INFO:teuthology.orchestra.run.smithi080.stdout:(14/23): liboath-2.6.2-3.el8.x86_64.rpm 134 kB/s | 59 kB 00:00 2023-12-03T15:10:10.050 INFO:teuthology.orchestra.run.smithi080.stdout:(15/23): gperftools-libs-2.7-9.el8.x86_64.rpm 582 kB/s | 306 kB 00:00 2023-12-03T15:10:10.192 INFO:teuthology.orchestra.run.smithi080.stdout:(16/23): libunwind-1.3.1-3.el8.x86_64.rpm 391 kB/s | 75 kB 00:00 2023-12-03T15:10:10.194 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:10:10.209 INFO:teuthology.orchestra.run.smithi080.stdout:(17/23): librabbitmq-0.9.0-3.el8.x86_64.rpm 296 kB/s | 47 kB 00:00 2023-12-03T15:10:10.301 INFO:teuthology.orchestra.run.smithi080.stdout:(18/23): thrift-0.13.0-2.el8.x86_64.rpm 6.4 MB/s | 1.7 MB 00:00 2023-12-03T15:10:10.351 INFO:teuthology.orchestra.run.smithi080.stdout:(19/23): python3-prettytable-0.7.2-14.el8.noarc 322 kB/s | 44 kB 00:00 2023-12-03T15:10:10.385 INFO:teuthology.orchestra.run.smithi080.stdout:(20/23): lttng-ust-2.8.1-11.el8.x86_64.rpm 1.3 MB/s | 259 kB 00:00 2023-12-03T15:10:10.430 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:10:10.435 INFO:teuthology.orchestra.run.smithi080.stdout:(21/23): librdkafka-0.11.4-3.el8.x86_64.rpm 2.6 MB/s | 354 kB 00:00 2023-12-03T15:10:10.702 INFO:teuthology.orchestra.run.smithi080.stdout:(22/23): librados2-18.0.0-7673.gb5f2d389.el8.x8 11 MB/s | 3.8 MB 00:00 2023-12-03T15:10:10.852 INFO:teuthology.orchestra.run.smithi080.stdout:(23/23): librbd1-18.0.0-7673.gb5f2d389.el8.x86_ 7.9 MB/s | 3.7 MB 00:00 2023-12-03T15:10:10.856 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:10:10.856 INFO:teuthology.orchestra.run.smithi080.stdout:Total 16 MB/s | 62 MB 00:03 2023-12-03T15:10:10.902 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2023-12-03T15:10:10.949 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2023-12-03T15:10:10.949 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2023-12-03T15:10:11.017 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:10:11.272 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-03T15:10:11.286 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2023-12-03T15:10:11.290 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2023-12-03T15:10:11.356 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-03T15:10:11.530 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:10:12.426 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2023-12-03T15:10:12.645 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : thrift-0.13.0-2.el8.x86_64 1/25 2023-12-03T15:10:12.820 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-03T15:10:13.240 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: lttng-ust-2.8.1-11.el8.x86_64 2/25 2023-12-03T15:10:13.409 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:10:13.411 INFO:teuthology.orchestra.run.smithi080.stdout: Upgrading : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:10:13.493 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:10:13.691 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:10:13.701 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-03T15:10:13.947 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : liboath-2.6.2-3.el8.x86_64 5/25 2023-12-03T15:10:14.137 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-03T15:10:14.323 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:10:14.542 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/25 2023-12-03T15:10:14.610 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-03T15:10:14.761 INFO:teuthology.orchestra.run.smithi080.stdout: Upgrading : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:10:14.803 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-03T15:10:14.852 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:10:15.028 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-03T15:10:15.066 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:10:15.093 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librdkafka-0.11.4-3.el8.x86_64 8/25 2023-12-03T15:10:15.873 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librabbitmq-0.9.0-3.el8.x86_64 9/25 2023-12-03T15:10:16.186 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:10:16.255 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:10:16.420 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 11/25 2023-12-03T15:10:16.590 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-03T15:10:16.822 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-03T15:10:17.008 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 14/25 2023-12-03T15:10:17.202 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-03T15:10:17.277 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 15/25 2023-12-03T15:10:17.413 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-prettytable-0.7.2-14.el8.noarch 16/25 2023-12-03T15:10:17.603 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libunwind-1.3.1-3.el8.x86_64 17/25 2023-12-03T15:10:17.857 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : gperftools-libs-1:2.7-9.el8.x86_64 18/25 2023-12-03T15:10:18.020 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 19/25 2023-12-03T15:10:21.725 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:10:21.960 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:10:22.545 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 20/25 2023-12-03T15:10:22.818 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-03T15:10:22.907 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 21/25 2023-12-03T15:10:23.077 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /sys 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /proc 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /dev 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /run 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /mnt 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /var/tmp 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /home 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /tmp 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout:skipping the directory /dev 2023-12-03T15:10:30.492 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:10:31.911 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-03T15:10:31.932 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-03T15:10:31.932 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-03T15:10:32.129 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-03T15:10:32.129 INFO:teuthology.orchestra.run.smithi167.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:10:32.736 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-03T15:10:32.737 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 18/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 19/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 20/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 21/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-03T15:10:32.738 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-03T15:10:34.104 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:10:34.104 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:00:51 ago on Sun 03 Dec 2023 03:09:43 PM UTC. 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /sys 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /proc 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /dev 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /run 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /mnt 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /var/tmp 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /home 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /tmp 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout:skipping the directory /dev 2023-12-03T15:10:34.797 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:10:36.307 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-03T15:10:36.328 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-03T15:10:36.328 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-03T15:10:36.549 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-03T15:10:36.549 INFO:teuthology.orchestra.run.smithi028.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-03T15:10:37.165 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-03T15:10:37.166 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-03T15:10:38.556 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:10:38.556 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:00:56 ago on Sun 03 Dec 2023 03:09:42 PM UTC. 2023-12-03T15:10:41.347 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:10:41.347 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /sys 2023-12-03T15:10:41.347 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /proc 2023-12-03T15:10:41.347 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /dev 2023-12-03T15:10:41.347 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /run 2023-12-03T15:10:41.348 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /mnt 2023-12-03T15:10:41.348 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /var/tmp 2023-12-03T15:10:41.348 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /home 2023-12-03T15:10:41.348 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /tmp 2023-12-03T15:10:41.348 INFO:teuthology.orchestra.run.smithi080.stdout:skipping the directory /dev 2023-12-03T15:10:41.348 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:10:42.781 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-03T15:10:42.802 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 23/25 2023-12-03T15:10:42.802 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-03T15:10:42.950 INFO:teuthology.orchestra.run.smithi167.stdout:Installed products updated. 2023-12-03T15:10:43.016 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librbd1-1:12.2.7-9.el8.x86_64 24/25 2023-12-03T15:10:43.016 INFO:teuthology.orchestra.run.smithi080.stdout: Cleanup : librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:10:43.139 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:10:43.139 INFO:teuthology.orchestra.run.smithi167.stdout:Upgraded: 2023-12-03T15:10:43.140 INFO:teuthology.orchestra.run.smithi167.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.140 INFO:teuthology.orchestra.run.smithi167.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.140 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2023-12-03T15:10:43.140 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.140 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.140 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.140 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.141 INFO:teuthology.orchestra.run.smithi167.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-03T15:10:43.141 INFO:teuthology.orchestra.run.smithi167.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.141 INFO:teuthology.orchestra.run.smithi167.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-03T15:10:43.141 INFO:teuthology.orchestra.run.smithi167.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-03T15:10:43.141 INFO:teuthology.orchestra.run.smithi167.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.141 INFO:teuthology.orchestra.run.smithi167.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-03T15:10:43.141 INFO:teuthology.orchestra.run.smithi167.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.141 INFO:teuthology.orchestra.run.smithi167.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-03T15:10:43.142 INFO:teuthology.orchestra.run.smithi167.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-03T15:10:43.142 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.142 INFO:teuthology.orchestra.run.smithi167.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.142 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.142 INFO:teuthology.orchestra.run.smithi167.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-03T15:10:43.142 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.142 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.142 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:43.143 INFO:teuthology.orchestra.run.smithi167.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-03T15:10:43.143 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:10:43.143 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-03T15:10:43.319 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph-test 2023-12-03T15:10:43.620 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: librados2-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:10:43.726 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 3/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 4/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_6 6/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 7/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8. 8/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x8 9/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 10/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 11/25 2023-12-03T15:10:43.727 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 12/25 2023-12-03T15:10:43.728 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-03T15:10:43.729 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 13/25 2023-12-03T15:10:43.729 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : gperftools-libs-1:2.7-9.el8.x86_64 14/25 2023-12-03T15:10:43.729 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : liboath-2.6.2-3.el8.x86_64 15/25 2023-12-03T15:10:43.729 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libunwind-1.3.1-3.el8.x86_64 16/25 2023-12-03T15:10:43.730 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : thrift-0.13.0-2.el8.x86_64 17/25 2023-12-03T15:10:43.730 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librabbitmq-0.9.0-3.el8.x86_64 18/25 2023-12-03T15:10:43.730 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : lttng-ust-2.8.1-11.el8.x86_64 19/25 2023-12-03T15:10:43.730 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : python3-prettytable-0.7.2-14.el8.noarch 20/25 2023-12-03T15:10:43.730 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librdkafka-0.11.4-3.el8.x86_64 21/25 2023-12-03T15:10:43.730 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 22/25 2023-12-03T15:10:43.730 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librados2-1:12.2.7-9.el8.x86_64 23/25 2023-12-03T15:10:43.730 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 24/25 2023-12-03T15:10:44.511 INFO:teuthology.orchestra.run.smithi028.stdout:Installed products updated. 2023-12-03T15:10:44.714 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:10:44.714 INFO:teuthology.orchestra.run.smithi028.stdout:Upgraded: 2023-12-03T15:10:44.714 INFO:teuthology.orchestra.run.smithi028.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.715 INFO:teuthology.orchestra.run.smithi028.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:10:44.716 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-03T15:10:44.909 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph-test 2023-12-03T15:10:44.961 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : librbd1-1:12.2.7-9.el8.x86_64 25/25 2023-12-03T15:10:44.961 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:49 ago on Sun 03 Dec 2023 03:09:55 PM UTC. 2023-12-03T15:10:45.219 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:02 ago on Sun 03 Dec 2023 03:09:43 PM UTC. 2023-12-03T15:10:45.278 INFO:teuthology.orchestra.run.smithi028.stdout:Updating Subscription Management repositories. 2023-12-03T15:10:46.595 INFO:teuthology.orchestra.run.smithi167.stdout:Dependencies resolved. 2023-12-03T15:10:46.596 INFO:teuthology.orchestra.run.smithi167.stdout:============================================================================================ 2023-12-03T15:10:46.596 INFO:teuthology.orchestra.run.smithi167.stdout: Package Arch Version Repository Size 2023-12-03T15:10:46.596 INFO:teuthology.orchestra.run.smithi167.stdout:============================================================================================ 2023-12-03T15:10:46.596 INFO:teuthology.orchestra.run.smithi167.stdout:Installing: 2023-12-03T15:10:46.596 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-03T15:10:46.596 INFO:teuthology.orchestra.run.smithi167.stdout:Installing dependencies: 2023-12-03T15:10:46.596 INFO:teuthology.orchestra.run.smithi167.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-03T15:10:46.596 INFO:teuthology.orchestra.run.smithi167.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-03T15:10:46.596 INFO:teuthology.orchestra.run.smithi167.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-03T15:10:46.596 INFO:teuthology.orchestra.run.smithi167.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-03T15:10:46.597 INFO:teuthology.orchestra.run.smithi167.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-03T15:10:46.597 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:10:46.597 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction Summary 2023-12-03T15:10:46.597 INFO:teuthology.orchestra.run.smithi167.stdout:============================================================================================ 2023-12-03T15:10:46.597 INFO:teuthology.orchestra.run.smithi167.stdout:Install 6 Packages 2023-12-03T15:10:46.597 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:10:46.597 INFO:teuthology.orchestra.run.smithi167.stdout:Total download size: 50 M 2023-12-03T15:10:46.598 INFO:teuthology.orchestra.run.smithi167.stdout:Installed size: 223 M 2023-12-03T15:10:46.598 INFO:teuthology.orchestra.run.smithi167.stdout:Downloading Packages: 2023-12-03T15:10:46.633 INFO:teuthology.orchestra.run.smithi167.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.9 MB/s | 70 kB 00:00 2023-12-03T15:10:46.792 INFO:teuthology.orchestra.run.smithi167.stdout:(2/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 941 kB/s | 183 kB 00:00 2023-12-03T15:10:46.859 INFO:teuthology.orchestra.run.smithi167.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.5 MB/s | 323 kB 00:00 2023-12-03T15:10:46.864 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:04 ago on Sun 03 Dec 2023 03:09:42 PM UTC. 2023-12-03T15:10:46.926 INFO:teuthology.orchestra.run.smithi167.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2023-12-03T15:10:46.993 INFO:teuthology.orchestra.run.smithi167.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.5 MB/s | 202 kB 00:00 2023-12-03T15:10:48.372 INFO:teuthology.orchestra.run.smithi028.stdout:Dependencies resolved. 2023-12-03T15:10:48.374 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================================ 2023-12-03T15:10:48.374 INFO:teuthology.orchestra.run.smithi028.stdout: Package Arch Version Repository Size 2023-12-03T15:10:48.374 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================================ 2023-12-03T15:10:48.374 INFO:teuthology.orchestra.run.smithi028.stdout:Installing: 2023-12-03T15:10:48.374 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-03T15:10:48.374 INFO:teuthology.orchestra.run.smithi028.stdout:Installing dependencies: 2023-12-03T15:10:48.374 INFO:teuthology.orchestra.run.smithi028.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-03T15:10:48.374 INFO:teuthology.orchestra.run.smithi028.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-03T15:10:48.374 INFO:teuthology.orchestra.run.smithi028.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-03T15:10:48.374 INFO:teuthology.orchestra.run.smithi028.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-03T15:10:48.375 INFO:teuthology.orchestra.run.smithi028.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-03T15:10:48.375 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:10:48.375 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction Summary 2023-12-03T15:10:48.375 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================================ 2023-12-03T15:10:48.375 INFO:teuthology.orchestra.run.smithi028.stdout:Install 6 Packages 2023-12-03T15:10:48.375 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:10:48.375 INFO:teuthology.orchestra.run.smithi028.stdout:Total download size: 50 M 2023-12-03T15:10:48.376 INFO:teuthology.orchestra.run.smithi028.stdout:Installed size: 223 M 2023-12-03T15:10:48.376 INFO:teuthology.orchestra.run.smithi028.stdout:Downloading Packages: 2023-12-03T15:10:48.417 INFO:teuthology.orchestra.run.smithi028.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 1.7 MB/s | 70 kB 00:00 2023-12-03T15:10:48.558 INFO:teuthology.orchestra.run.smithi028.stdout:(2/6): socat-1.7.4.1-1.el8.x86_64.rpm 2.2 MB/s | 323 kB 00:00 2023-12-03T15:10:48.692 INFO:teuthology.orchestra.run.smithi028.stdout:(3/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2023-12-03T15:10:48.760 INFO:teuthology.orchestra.run.smithi028.stdout:(4/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 477 kB/s | 183 kB 00:00 2023-12-03T15:10:48.863 INFO:teuthology.orchestra.run.smithi028.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.2 MB/s | 202 kB 00:00 2023-12-03T15:10:48.985 INFO:teuthology.orchestra.run.smithi167.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 21 MB/s | 49 MB 00:02 2023-12-03T15:10:48.988 INFO:teuthology.orchestra.run.smithi167.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:10:48.988 INFO:teuthology.orchestra.run.smithi167.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-03T15:10:49.024 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction check 2023-12-03T15:10:49.046 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction check succeeded. 2023-12-03T15:10:49.046 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction test 2023-12-03T15:10:49.310 INFO:teuthology.orchestra.run.smithi167.stdout:Transaction test succeeded. 2023-12-03T15:10:49.314 INFO:teuthology.orchestra.run.smithi167.stdout:Running transaction 2023-12-03T15:10:49.759 INFO:teuthology.orchestra.run.smithi167.stdout: Preparing : 1/1 2023-12-03T15:10:49.916 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-03T15:10:50.000 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-03T15:10:50.214 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-03T15:10:50.264 INFO:teuthology.orchestra.run.smithi080.stdout:Installed products updated. 2023-12-03T15:10:50.375 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout:Upgraded: 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout: librados2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout: librbd1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout:Installed: 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-base-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-radosgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-selinux-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout: gperftools-libs-1:2.7-9.el8.x86_64 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout: libcephfs2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.453 INFO:teuthology.orchestra.run.smithi080.stdout: liboath-2.6.2-3.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: librabbitmq-0.9.0-3.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: libradosstriper1-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: librdkafka-0.11.4-3.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: librgw2-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: libunwind-1.3.1-3.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: lttng-ust-2.8.1-11.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-argparse-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: python3-ceph-common-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: python3-cephfs-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: python3-prettytable-0.7.2-14.el8.noarch 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rados-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rbd-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: python3-rgw-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:10:50.454 INFO:teuthology.orchestra.run.smithi080.stdout: thrift-0.13.0-2.el8.x86_64 2023-12-03T15:10:50.455 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:10:50.455 INFO:teuthology.orchestra.run.smithi080.stdout:Complete! 2023-12-03T15:10:50.539 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-03T15:10:50.622 DEBUG:teuthology.orchestra.run.smithi080:> sudo yum -y install ceph-test 2023-12-03T15:10:50.682 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-03T15:10:50.784 INFO:teuthology.orchestra.run.smithi028.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 21 MB/s | 49 MB 00:02 2023-12-03T15:10:50.789 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:10:50.789 INFO:teuthology.orchestra.run.smithi028.stdout:Total 21 MB/s | 50 MB 00:02 2023-12-03T15:10:50.826 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction check 2023-12-03T15:10:50.850 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction check succeeded. 2023-12-03T15:10:50.850 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction test 2023-12-03T15:10:50.967 INFO:teuthology.orchestra.run.smithi080.stdout:Updating Subscription Management repositories. 2023-12-03T15:10:51.132 INFO:teuthology.orchestra.run.smithi028.stdout:Transaction test succeeded. 2023-12-03T15:10:51.136 INFO:teuthology.orchestra.run.smithi028.stdout:Running transaction 2023-12-03T15:10:51.597 INFO:teuthology.orchestra.run.smithi028.stdout: Preparing : 1/1 2023-12-03T15:10:51.770 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-03T15:10:51.860 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-03T15:10:52.110 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-03T15:10:52.304 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-03T15:10:52.461 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-03T15:10:52.636 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-03T15:10:52.731 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:00:57 ago on Sun 03 Dec 2023 03:09:55 PM UTC. 2023-12-03T15:10:54.105 INFO:teuthology.orchestra.run.smithi080.stdout:Dependencies resolved. 2023-12-03T15:10:54.105 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================================ 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout: Package Arch Version Repository Size 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================================ 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout:Installing: 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout: ceph-test x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 49 M 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout:Installing dependencies: 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout: jq x86_64 1.6-3.el8 rhel-8-for-x86_64-appstream-rpms 202 k 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout: libcephsqlite x86_64 2:18.0.0-7673.gb5f2d389.el8 ceph 183 k 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout: oniguruma x86_64 6.8.2-2.el8 rhel-8-for-x86_64-appstream-rpms 187 k 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout: socat x86_64 1.7.4.1-1.el8 rhel-8-for-x86_64-appstream-rpms 323 k 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout: xmlstarlet x86_64 1.6.1-20.el8 lab-extras 70 k 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction Summary 2023-12-03T15:10:54.106 INFO:teuthology.orchestra.run.smithi080.stdout:============================================================================================ 2023-12-03T15:10:54.107 INFO:teuthology.orchestra.run.smithi080.stdout:Install 6 Packages 2023-12-03T15:10:54.107 INFO:teuthology.orchestra.run.smithi080.stdout: 2023-12-03T15:10:54.107 INFO:teuthology.orchestra.run.smithi080.stdout:Total download size: 50 M 2023-12-03T15:10:54.107 INFO:teuthology.orchestra.run.smithi080.stdout:Installed size: 223 M 2023-12-03T15:10:54.107 INFO:teuthology.orchestra.run.smithi080.stdout:Downloading Packages: 2023-12-03T15:10:54.398 INFO:teuthology.orchestra.run.smithi080.stdout:(1/6): xmlstarlet-1.6.1-20.el8.x86_64.rpm 240 kB/s | 70 kB 00:00 2023-12-03T15:10:54.565 INFO:teuthology.orchestra.run.smithi080.stdout:(2/6): libcephsqlite-18.0.0-7673.gb5f2d389.el8. 400 kB/s | 183 kB 00:00 2023-12-03T15:10:54.598 INFO:teuthology.orchestra.run.smithi080.stdout:(3/6): socat-1.7.4.1-1.el8.x86_64.rpm 1.6 MB/s | 323 kB 00:00 2023-12-03T15:10:54.699 INFO:teuthology.orchestra.run.smithi080.stdout:(4/6): oniguruma-6.8.2-2.el8.x86_64.rpm 1.4 MB/s | 187 kB 00:00 2023-12-03T15:10:54.740 INFO:teuthology.orchestra.run.smithi080.stdout:(5/6): jq-1.6-3.el8.x86_64.rpm 1.4 MB/s | 202 kB 00:00 2023-12-03T15:10:55.405 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-03T15:10:55.613 INFO:teuthology.orchestra.run.smithi167.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-03T15:10:55.839 INFO:teuthology.orchestra.run.smithi167.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-03T15:10:55.840 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-03T15:10:55.840 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-03T15:10:55.840 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-03T15:10:55.840 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-03T15:10:55.840 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-03T15:10:56.900 INFO:teuthology.orchestra.run.smithi167.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-03T15:10:56.900 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:13 ago on Sun 03 Dec 2023 03:09:43 PM UTC. 2023-12-03T15:10:57.669 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-03T15:10:57.958 INFO:teuthology.orchestra.run.smithi028.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-03T15:10:58.214 INFO:teuthology.orchestra.run.smithi028.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-03T15:10:58.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-03T15:10:58.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-03T15:10:58.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-03T15:10:58.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-03T15:10:58.214 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-03T15:10:58.648 INFO:teuthology.orchestra.run.smithi080.stdout:(6/6): ceph-test-18.0.0-7673.gb5f2d389.el8.x86_ 11 MB/s | 49 MB 00:04 2023-12-03T15:10:58.650 INFO:teuthology.orchestra.run.smithi080.stdout:-------------------------------------------------------------------------------- 2023-12-03T15:10:58.650 INFO:teuthology.orchestra.run.smithi080.stdout:Total 11 MB/s | 50 MB 00:04 2023-12-03T15:10:58.687 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction check 2023-12-03T15:10:58.709 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction check succeeded. 2023-12-03T15:10:58.709 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction test 2023-12-03T15:10:58.977 INFO:teuthology.orchestra.run.smithi080.stdout:Transaction test succeeded. 2023-12-03T15:10:58.979 INFO:teuthology.orchestra.run.smithi080.stdout:Running transaction 2023-12-03T15:10:59.360 INFO:teuthology.orchestra.run.smithi028.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-03T15:10:59.360 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:17 ago on Sun 03 Dec 2023 03:09:42 PM UTC. 2023-12-03T15:10:59.412 INFO:teuthology.orchestra.run.smithi080.stdout: Preparing : 1/1 2023-12-03T15:10:59.552 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-03T15:10:59.625 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: oniguruma-6.8.2-2.el8.x86_64 1/6 2023-12-03T15:10:59.858 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : jq-1.6-3.el8.x86_64 2/6 2023-12-03T15:11:00.018 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : socat-1.7.4.1-1.el8.x86_64 3/6 2023-12-03T15:11:00.183 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : xmlstarlet-1.6.1-20.el8.x86_64 4/6 2023-12-03T15:11:00.343 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-03T15:11:05.180 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 5/6 2023-12-03T15:11:05.406 INFO:teuthology.orchestra.run.smithi080.stdout: Installing : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-03T15:11:05.470 INFO:teuthology.orchestra.run.smithi167.stdout:Installed products updated. 2023-12-03T15:11:05.631 INFO:teuthology.orchestra.run.smithi080.stdout: Running scriptlet: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 6/6 2023-12-03T15:11:05.631 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 1/6 2023-12-03T15:11:05.631 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2/6 2023-12-03T15:11:05.631 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : xmlstarlet-1.6.1-20.el8.x86_64 3/6 2023-12-03T15:11:05.631 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : socat-1.7.4.1-1.el8.x86_64 4/6 2023-12-03T15:11:05.631 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : oniguruma-6.8.2-2.el8.x86_64 5/6 2023-12-03T15:11:05.656 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:11:05.656 INFO:teuthology.orchestra.run.smithi167.stdout:Installed: 2023-12-03T15:11:05.656 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:11:05.657 INFO:teuthology.orchestra.run.smithi167.stdout: jq-1.6-3.el8.x86_64 2023-12-03T15:11:05.657 INFO:teuthology.orchestra.run.smithi167.stdout: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:11:05.657 INFO:teuthology.orchestra.run.smithi167.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-03T15:11:05.657 INFO:teuthology.orchestra.run.smithi167.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-03T15:11:05.657 INFO:teuthology.orchestra.run.smithi167.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-03T15:11:05.657 INFO:teuthology.orchestra.run.smithi167.stdout: 2023-12-03T15:11:05.657 INFO:teuthology.orchestra.run.smithi167.stdout:Complete! 2023-12-03T15:11:05.934 DEBUG:teuthology.orchestra.run.smithi167:> sudo yum -y install ceph 2023-12-03T15:11:06.267 INFO:teuthology.orchestra.run.smithi167.stdout:Updating Subscription Management repositories. 2023-12-03T15:11:06.662 INFO:teuthology.orchestra.run.smithi080.stdout: Verifying : jq-1.6-3.el8.x86_64 6/6 2023-12-03T15:11:06.662 INFO:teuthology.orchestra.run.smithi080.stdout:Last metadata expiration check: 0:01:11 ago on Sun 03 Dec 2023 03:09:55 PM UTC. 2023-12-03T15:11:07.457 INFO:teuthology.orchestra.run.smithi028.stdout:Installed products updated. 2023-12-03T15:11:07.652 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:11:07.652 INFO:teuthology.orchestra.run.smithi028.stdout:Installed: 2023-12-03T15:11:07.653 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-test-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:11:07.653 INFO:teuthology.orchestra.run.smithi028.stdout: jq-1.6-3.el8.x86_64 2023-12-03T15:11:07.653 INFO:teuthology.orchestra.run.smithi028.stdout: libcephsqlite-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:11:07.653 INFO:teuthology.orchestra.run.smithi028.stdout: oniguruma-6.8.2-2.el8.x86_64 2023-12-03T15:11:07.653 INFO:teuthology.orchestra.run.smithi028.stdout: socat-1.7.4.1-1.el8.x86_64 2023-12-03T15:11:07.653 INFO:teuthology.orchestra.run.smithi028.stdout: xmlstarlet-1.6.1-20.el8.x86_64 2023-12-03T15:11:07.653 INFO:teuthology.orchestra.run.smithi028.stdout: 2023-12-03T15:11:07.653 INFO:teuthology.orchestra.run.smithi028.stdout:Complete! 2023-12-03T15:11:07.752 INFO:teuthology.orchestra.run.smithi167.stdout:Last metadata expiration check: 0:01:24 ago on Sun 03 Dec 2023 03:09:43 PM UTC. 2023-12-03T15:11:07.783 DEBUG:teuthology.orchestra.run.smithi028:> sudo yum -y install ceph 2023-12-03T15:11:08.139 INFO:teuthology.orchestra.run.smithi028.stdout:Updating Subscription Management repositories. 2023-12-03T15:11:09.193 INFO:teuthology.orchestra.run.smithi167.stderr:Error: 2023-12-03T15:11:09.194 INFO:teuthology.orchestra.run.smithi167.stderr: Problem: conflicting requests 2023-12-03T15:11:09.194 INFO:teuthology.orchestra.run.smithi167.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:11:09.194 INFO:teuthology.orchestra.run.smithi167.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-03T15:11:09.271 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:11:09.272 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 smithi167 with status 1: 'sudo yum -y install ceph' 2023-12-03T15:11:09.274 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 smithi167 with status 1: 'sudo yum -y install ceph' 2023-12-03T15:11:09.349 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=52613f3cb85a4d618a24904d493cc40b 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 smithi167 with status 1: 'sudo yum -y install ceph' 2023-12-03T15:11:09.352 DEBUG:teuthology.run_tasks:Unwinding manager install 2023-12-03T15:11:09.363 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-03T15:11:09.371 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-03T15:11:09.371 DEBUG:teuthology.orchestra.run.smithi028:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-03T15:11:09.389 DEBUG:teuthology.orchestra.run.smithi080:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-03T15:11:09.391 INFO:teuthology.orchestra.run.smithi028.stderr:bash: ntpq: command not found 2023-12-03T15:11:09.393 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-03T15:11:09.399 INFO:teuthology.orchestra.run.smithi028.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:11:09.399 INFO:teuthology.orchestra.run.smithi028.stdout:=============================================================================== 2023-12-03T15:11:09.399 INFO:teuthology.orchestra.run.smithi028.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 35 +744us[ +744us] +/- 91ms 2023-12-03T15:11:09.399 INFO:teuthology.orchestra.run.smithi028.stdout:^* hv02.front.sepia.ceph.com 3 6 77 36 -1244us[-1250us] +/- 70ms 2023-12-03T15:11:09.400 INFO:teuthology.orchestra.run.smithi028.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 36 +768us[ +762us] +/- 80ms 2023-12-03T15:11:09.400 INFO:teuthology.orchestra.run.smithi028.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:11:09.409 INFO:teuthology.orchestra.run.smithi167.stderr:bash: ntpq: command not found 2023-12-03T15:11:09.410 INFO:teuthology.orchestra.run.smithi080.stderr:bash: ntpq: command not found 2023-12-03T15:11:09.413 INFO:teuthology.orchestra.run.smithi167.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:11:09.413 INFO:teuthology.orchestra.run.smithi167.stdout:=============================================================================== 2023-12-03T15:11:09.413 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 35 +750us[ +736us] +/- 91ms 2023-12-03T15:11:09.413 INFO:teuthology.orchestra.run.smithi167.stdout:^* hv02.front.sepia.ceph.com 3 6 77 35 -1287us[-1302us] +/- 70ms 2023-12-03T15:11:09.413 INFO:teuthology.orchestra.run.smithi167.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 35 +782us[ +782us] +/- 80ms 2023-12-03T15:11:09.414 INFO:teuthology.orchestra.run.smithi167.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:11:09.415 INFO:teuthology.orchestra.run.smithi080.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-03T15:11:09.415 INFO:teuthology.orchestra.run.smithi080.stdout:=============================================================================== 2023-12-03T15:11:09.415 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv01.front.sepia.ceph.com 2 6 77 36 +788us[ +794us] +/- 91ms 2023-12-03T15:11:09.415 INFO:teuthology.orchestra.run.smithi080.stdout:^* hv02.front.sepia.ceph.com 3 6 77 35 -1288us[-1282us] +/- 70ms 2023-12-03T15:11:09.415 INFO:teuthology.orchestra.run.smithi080.stdout:^+ hv03.front.sepia.ceph.com 3 6 77 36 +771us[ +777us] +/- 80ms 2023-12-03T15:11:09.415 INFO:teuthology.orchestra.run.smithi080.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2023-12-03T15:11:09.416 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-03T15:11:09.425 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-03T15:11:09.425 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-03T15:11:09.435 DEBUG:teuthology.orchestra.run.smithi028:> 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-03T15:11:09.603 DEBUG:teuthology.orchestra.run.smithi080:> 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-03T15:11:09.711 INFO:teuthology.orchestra.run.smithi028.stdout:Last metadata expiration check: 0:01:27 ago on Sun 03 Dec 2023 03:09:42 PM UTC. 2023-12-03T15:11:09.714 DEBUG:teuthology.orchestra.run.smithi167:> 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-03T15:11:09.809 DEBUG:teuthology.orchestra.run.smithi028:> 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-03T15:11:09.840 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:11:09.841 DEBUG:teuthology.orchestra.run.smithi080:> 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-03T15:11:09.878 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:11:09.879 DEBUG:teuthology.orchestra.run.smithi167:> 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-03T15:11:09.909 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:11:09.910 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-03T15:11:09.920 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-03T15:11:09.965 INFO:teuthology.task.internal:Duration was 850.375242 seconds 2023-12-03T15:11:09.966 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-03T15:11:09.974 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-03T15:11:09.975 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-03T15:11:09.977 DEBUG:teuthology.orchestra.run.smithi080:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-03T15:11:09.980 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-03T15:11:10.022 INFO:teuthology.orchestra.run.smithi028.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T15:11:10.025 INFO:teuthology.orchestra.run.smithi167.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T15:11:10.034 INFO:teuthology.orchestra.run.smithi080.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-03T15:11:10.356 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-03T15:11:10.356 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi028.front.sepia.ceph.com 2023-12-03T15:11:10.356 DEBUG:teuthology.orchestra.run.smithi028:> 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-03T15:11:10.378 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi080.front.sepia.ceph.com 2023-12-03T15:11:10.378 DEBUG:teuthology.orchestra.run.smithi080:> 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-03T15:11:10.404 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi167.front.sepia.ceph.com 2023-12-03T15:11:10.405 DEBUG:teuthology.orchestra.run.smithi167:> 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-03T15:11:10.426 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-03T15:11:10.426 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-03T15:11:10.428 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-03T15:11:10.448 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-03T15:11:10.505 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-03T15:11:10.505 DEBUG:teuthology.orchestra.run.smithi028:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-03T15:11:10.508 DEBUG:teuthology.orchestra.run.smithi080:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-03T15:11:10.510 DEBUG:teuthology.orchestra.run.smithi167:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-03T15:11:10.614 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-03T15:11:10.624 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-03T15:11:10.624 DEBUG:teuthology.orchestra.run.smithi028:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-03T15:11:10.785 DEBUG:teuthology.orchestra.run.smithi080:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-03T15:11:10.824 DEBUG:teuthology.orchestra.run.smithi167:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-03T15:11:10.859 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-03T15:11:10.869 DEBUG:teuthology.orchestra.run.smithi028:> 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-03T15:11:10.871 DEBUG:teuthology.orchestra.run.smithi080:> 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-03T15:11:10.873 DEBUG:teuthology.orchestra.run.smithi167:> 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-03T15:11:10.895 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = core 2023-12-03T15:11:10.902 INFO:teuthology.orchestra.run.smithi080.stdout:kernel.core_pattern = core 2023-12-03T15:11:10.925 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = core 2023-12-03T15:11:10.965 DEBUG:teuthology.orchestra.run.smithi028:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-03T15:11:10.980 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:11:10.980 DEBUG:teuthology.orchestra.run.smithi080:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-03T15:11:10.999 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:11:11.000 DEBUG:teuthology.orchestra.run.smithi167:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-03T15:11:11.020 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:11:11.021 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-03T15:11:11.033 INFO:teuthology.task.internal:Transferring archived files... 2023-12-03T15:11:11.035 DEBUG:teuthology.misc:Transferring archived files from smithi028:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448/remote/smithi028 2023-12-03T15:11:11.036 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-03T15:11:11.093 DEBUG:teuthology.misc:Transferring archived files from smithi080:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448/remote/smithi080 2023-12-03T15:11:11.094 DEBUG:teuthology.orchestra.run.smithi080:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-03T15:11:11.145 DEBUG:teuthology.misc:Transferring archived files from smithi167:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448/remote/smithi167 2023-12-03T15:11:11.146 DEBUG:teuthology.orchestra.run.smithi167:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-03T15:11:11.195 INFO:teuthology.task.internal:Removing archive directory... 2023-12-03T15:11:11.195 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-03T15:11:11.197 DEBUG:teuthology.orchestra.run.smithi080:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-03T15:11:11.199 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-03T15:11:11.222 INFO:teuthology.orchestra.run.smithi028.stderr:Error: 2023-12-03T15:11:11.222 INFO:teuthology.orchestra.run.smithi028.stderr: Problem: conflicting requests 2023-12-03T15:11:11.222 INFO:teuthology.orchestra.run.smithi028.stderr: - nothing provides lua-devel needed by ceph-2:18.0.0-7673.gb5f2d389.el8.x86_64 2023-12-03T15:11:11.222 INFO:teuthology.orchestra.run.smithi028.stdout:(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) 2023-12-03T15:11:11.246 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-03T15:11:11.256 INFO:teuthology.task.internal:Not uploading archives. 2023-12-03T15:11:11.257 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-03T15:11:11.265 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-03T15:11:11.265 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-03T15:11:11.267 DEBUG:teuthology.orchestra.run.smithi080:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-03T15:11:11.269 DEBUG:teuthology.orchestra.run.smithi167:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-03T15:11:11.282 INFO:teuthology.orchestra.run.smithi028.stdout: 262307 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 3 15:11 /home/ubuntu/cephtest 2023-12-03T15:11:11.287 INFO:teuthology.orchestra.run.smithi080.stdout: 262324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 3 15:11 /home/ubuntu/cephtest 2023-12-03T15:11:11.303 INFO:teuthology.orchestra.run.smithi167.stdout: 262320 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 3 15:11 /home/ubuntu/cephtest 2023-12-03T15:11:11.305 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-03T15:11:11.315 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-03T15:11:11.337 INFO:teuthology.nuke:Checking targets against current locks 2023-12-03T15:11:11.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-03T15:11:11.363 DEBUG:teuthology.nuke:shortname: smithi028 2023-12-03T15:11:11.364 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-03T15:11:11.390 DEBUG:teuthology.nuke:shortname: smithi080 2023-12-03T15:11:11.391 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-03T15:11:11.395 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448', '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-03 14:51:59.013884', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-03T15:11:11.416 DEBUG:teuthology.nuke:shortname: smithi167 2023-12-03T15:11:11.416 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-03T15:11:11.419 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi080.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448', '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-03 14:51:59.016593', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-03T15:11:11.443 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2023-12-03_14:46:03-orch:cephadm-wip-adk-testing-2023-11-30-1735-distro-default-smithi/7476448', '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-03 14:51:59.015335', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-12-03T15:11:11.451 INFO:teuthology.orchestra.console.smithi028:Power off 2023-12-03T15:11:11.451 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-03T15:11:11.475 DEBUG:teuthology.orchestra.console.smithi028:power off output: Chassis Power Control: Down/Off 2023-12-03T15:11:11.475 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:11.495 INFO:teuthology.orchestra.console.smithi080:Power off 2023-12-03T15:11:11.495 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-03T15:11:11.505 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2023-12-03T15:11:11.518 DEBUG:teuthology.orchestra.console.smithi080:power off output: Chassis Power Control: Down/Off 2023-12-03T15:11:11.518 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:11.541 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2023-12-03T15:11:11.558 INFO:teuthology.orchestra.console.smithi167:Power off 2023-12-03T15:11:11.559 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-03T15:11:11.581 DEBUG:teuthology.orchestra.console.smithi167:power off output: Chassis Power Control: Down/Off 2023-12-03T15:11:11.582 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:11.605 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2023-12-03T15:11:14.756 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-03T15:11:15.506 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:15.542 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:15.606 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:15.616 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2023-12-03T15:11:15.662 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is on 2023-12-03T15:11:15.717 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2023-12-03T15:11:19.620 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:19.664 DEBUG:teuthology.orchestra.console.smithi080:pexpect command: ipmitool -H smithi080.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:19.718 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:19.731 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2023-12-03T15:11:19.774 DEBUG:teuthology.orchestra.console.smithi080:check power output: Chassis Power is off 2023-12-03T15:11:19.830 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is on 2023-12-03T15:11:19.875 INFO:teuthology.orchestra.console.smithi080:Power off completed 2023-12-03T15:11:23.734 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:23.831 DEBUG:teuthology.orchestra.console.smithi167:pexpect command: ipmitool -H smithi167.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-03T15:11:23.843 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is off 2023-12-03T15:11:23.941 DEBUG:teuthology.orchestra.console.smithi167:check power output: Chassis Power is off 2023-12-03T15:11:23.945 INFO:teuthology.orchestra.console.smithi028:Power off completed 2023-12-03T15:11:24.042 INFO:teuthology.orchestra.console.smithi167:Power off completed 2023-12-03T15:11:24.147 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/rhel_8.6_container_tools_3.0 agent/off mon_election/classic task/test_host_drain} duration: 850.3752419948578 failure_reason: 'Command failed on smithi167 with status 1: ''sudo yum -y install ceph''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=52613f3cb85a4d618a24904d493cc40b status: fail success: false 2023-12-03T15:11:24.147 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-03T15:11:24.221 INFO:teuthology.run:FAIL